| Server IP : 193.86.120.172 / Your IP : 216.73.216.67 Web Server : Apache/2.4.63 (Unix) System : Linux JServices 3.10.108 #86003 SMP Wed Oct 22 13:20:46 CST 2025 x86_64 User : kubec ( 1026) PHP Version : 8.2.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /volume1/web/_ADMIN/DB PHP/ |
Upload File : |
-- phpMyAdmin SQL Dump
-- version 4.9.2
-- https://www.phpmyadmin.net/
--
-- Počítač: localhost
-- Vytvořeno: Pon 04. led 2021, 15:48
-- Verze serveru: 5.5.62-MariaDB
-- Verze PHP: 7.2.29
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Databáze: `wapejetscom`
--
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_actionscheduler_actions`
--
CREATE TABLE `wp_actionscheduler_actions` (
`action_id` bigint(20) UNSIGNED NOT NULL,
`hook` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
`scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`args` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schedule` longtext COLLATE utf8mb4_unicode_ci,
`group_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`attempts` int(11) NOT NULL DEFAULT '0',
`last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`extended_args` varchar(8000) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_actionscheduler_actions`
--
INSERT INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(189, 'wp_mail_smtp_admin_notifications_update', 'complete', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '{\"tasks_meta_id\":33}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2020-12-08 17:31:09', '2020-12-08 17:31:09', 0, NULL),
(190, 'wp_mail_smtp_admin_notifications_update', 'complete', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '{\"tasks_meta_id\":34}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2020-12-18 16:25:31', '2020-12-18 16:25:31', 0, NULL),
(191, 'wp_mail_smtp_admin_notifications_update', 'complete', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '{\"tasks_meta_id\":35}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2020-12-20 09:03:20', '2020-12-20 09:03:20', 0, NULL),
(192, 'wp_mail_smtp_admin_notifications_update', 'complete', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '{\"tasks_meta_id\":36}', 'O:28:\"ActionScheduler_NullSchedule\":0:{}', 3, 1, '2020-12-21 10:45:02', '2020-12-21 10:45:02', 0, NULL);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_actionscheduler_claims`
--
CREATE TABLE `wp_actionscheduler_claims` (
`claim_id` bigint(20) UNSIGNED NOT NULL,
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_actionscheduler_groups`
--
CREATE TABLE `wp_actionscheduler_groups` (
`group_id` bigint(20) UNSIGNED NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_actionscheduler_groups`
--
INSERT INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration'),
(2, 'wpforms'),
(3, 'wp_mail_smtp');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_actionscheduler_logs`
--
CREATE TABLE `wp_actionscheduler_logs` (
`log_id` bigint(20) UNSIGNED NOT NULL,
`action_id` bigint(20) UNSIGNED NOT NULL,
`message` text COLLATE utf8mb4_unicode_ci NOT NULL,
`log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_actionscheduler_logs`
--
INSERT INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(144, 189, 'action created', '2020-12-08 17:26:53', '2020-12-08 17:26:53'),
(145, 189, 'action started via WP Cron', '2020-12-08 17:31:08', '2020-12-08 17:31:08'),
(146, 189, 'action complete via WP Cron', '2020-12-08 17:31:09', '2020-12-08 17:31:09'),
(147, 190, 'action created', '2020-12-18 16:24:50', '2020-12-18 16:24:50'),
(148, 190, 'action started via WP Cron', '2020-12-18 16:25:31', '2020-12-18 16:25:31'),
(149, 190, 'action complete via WP Cron', '2020-12-18 16:25:31', '2020-12-18 16:25:31'),
(150, 191, 'action created', '2020-12-20 09:02:47', '2020-12-20 09:02:47'),
(151, 191, 'action started via Async Request', '2020-12-20 09:03:19', '2020-12-20 09:03:19'),
(152, 191, 'action complete via Async Request', '2020-12-20 09:03:20', '2020-12-20 09:03:20'),
(153, 192, 'action created', '2020-12-21 10:44:20', '2020-12-21 10:44:20'),
(154, 192, 'action started via WP Cron', '2020-12-21 10:45:02', '2020-12-21 10:45:02'),
(155, 192, 'action complete via WP Cron', '2020-12-21 10:45:02', '2020-12-21 10:45:02');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_cf_forms`
--
CREATE TABLE `wp_cf_forms` (
`id` int(11) UNSIGNED NOT NULL,
`form_id` varchar(18) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`config` longtext COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_cf_forms`
--
INSERT INTO `wp_cf_forms` (`id`, `form_id`, `type`, `config`) VALUES
(14, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Fri, 29 May 2020 20:34:36 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:54:\"Vaše poptávka byla v pořádku odeslána. Děkujeme.\";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:12:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_2304646\";s:3:\"5:1\";s:11:\"fld_6365036\";s:3:\"6:1\";s:11:\"fld_7167496\";s:3:\"6:1\";}s:9:\"structure\";s:25:\"6:6|6:6|3:3:3:3|12|12|6:6\";}s:6:\"fields\";a:12:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";i:123456789;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:9:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"yyyy-mm-dd\";s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:9:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"yyyy-mm-dd\";s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:6:\"target\";s:0:\"\";}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:81:\"<a href=\"https://davidbauer.cz/portfolio/wape/\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_2304646\";a:8:{s:2:\"ID\";s:11:\"fld_2304646\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:7:\"Souhlas\";s:10:\"hide_label\";i:1;s:4:\"slug\";s:7:\"souhlas\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:76:\"Souhlasím se zpracováním osobních údajů podle zákona č. 101/2000 Sb.\";s:6:\"config\";a:12:{s:12:\"custom_class\";s:0:\"\";s:14:\"default_option\";s:0:\"\";s:9:\"auto_type\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:9:\"post_type\";s:4:\"post\";s:11:\"value_field\";s:4:\"name\";s:11:\"orderby_tax\";s:5:\"count\";s:12:\"orderby_post\";s:2:\"ID\";s:5:\"order\";s:3:\"ASC\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(15, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Fri, 29 May 2020 20:43:53 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:57:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:12:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_2304646\";s:3:\"5:1\";s:11:\"fld_6365036\";s:3:\"6:1\";s:11:\"fld_7167496\";s:3:\"6:1\";}s:9:\"structure\";s:25:\"6:6|6:6|3:3:3:3|12|12|6:6\";}s:6:\"fields\";a:12:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:9:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"yyyy-mm-dd\";s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:9:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"yyyy-mm-dd\";s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2304646\";a:8:{s:2:\"ID\";s:11:\"fld_2304646\";s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:7:\"Souhlas\";s:10:\"hide_label\";i:1;s:4:\"slug\";s:7:\"souhlas\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:76:\"Souhlasím se zpracováním osobních údajů podle zákona č. 101/2000 Sb.\";s:6:\"config\";a:12:{s:12:\"custom_class\";s:0:\"\";s:14:\"default_option\";s:0:\"\";s:9:\"auto_type\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";s:9:\"post_type\";s:4:\"post\";s:11:\"value_field\";s:4:\"name\";s:11:\"orderby_tax\";s:4:\"name\";s:12:\"orderby_post\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:81:\"<a href=\"https://davidbauer.cz/portfolio/wape/\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(16, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Fri, 29 May 2020 20:46:48 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:57:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:9:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"yyyy-mm-dd\";s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:9:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"yyyy-mm-dd\";s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:205:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://davidbauer.cz/portfolio/wape/\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(17, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Fri, 29 May 2020 20:50:36 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:57:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:205:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://davidbauer.cz/portfolio/wape/\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(19, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 10:07:28 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:60:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:9:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:9:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:6:\"target\";s:0:\"\";}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(20, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 10:48:13 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:63:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_6975077\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:6:\"target\";s:0:\"\";}}s:11:\"fld_6975077\";a:7:{s:2:\"ID\";s:11:\"fld_6975077\";s:4:\"type\";s:6:\"hidden\";s:5:\"label\";s:6:\"hidden\";s:4:\"slug\";s:6:\"hidden\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:8:\"%hidden%\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(21, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 10:48:30 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:63:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:9:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:9:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}');
INSERT INTO `wp_cf_forms` (`id`, `form_id`, `type`, `config`) VALUES
(22, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 10:48:54 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:63:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:9:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:9:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(23, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 11:25:58 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:60:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:205:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://davidbauer.cz/portfolio/wape/\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(24, 'CF5ed3cb1f3da30', 'revision', 'a:24:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 10:48:54 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:63:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:9:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:9:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";s:4:\"type\";s:7:\"primary\";s:5:\"nonce\";s:10:\"490b17bf3d\";s:5:\"clone\";s:15:\"CF5ed38119a22da\";}'),
(25, 'CF5ed3cb1f3da30', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 15:21:45 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:66:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(26, 'CF5ed3cb1f3da30', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 15:24:24 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:64:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(27, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 15:25:00 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:68:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:9:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:9:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(28, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Sun, 31 May 2020 19:34:11 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:63:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:11:\"dbpd@me.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(29, 'CF5ed3cb1f3da30', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 06:28:00 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:67:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(30, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 06:28:23 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:66:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}');
INSERT INTO `wp_cf_forms` (`id`, `form_id`, `type`, `config`) VALUES
(31, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 06:28:52 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:71:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:9:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:9:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(32, 'CF5ed3cb1f3da30', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 06:29:24 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:70:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(33, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 09:41:15 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:69:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(34, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 09:41:34 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:69:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:20:\"design@davidbauer.cz\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(35, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 15:21:56 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:74:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:9:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:9:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(36, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 15:23:29 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:72:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(37, 'CF5ed3cb1f3da30', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 15:23:50 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:73:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(38, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Mon, 01 Jun 2020 15:26:16 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:77:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:9:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:9:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}');
INSERT INTO `wp_cf_forms` (`id`, `form_id`, `type`, `config`) VALUES
(39, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 06:36:27 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:80:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:6:\"states\";s:5:\"label\";s:5:\"Stát\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(40, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 06:37:00 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:80:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Stát\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(41, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 06:37:33 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:80:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:6;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Stát\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(42, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 06:37:43 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:80:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:5;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Stát\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(43, 'CF5ed3cb1f3da30', 'revision', 'a:22:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 11:11:22 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:76:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(44, 'CF5ed3cb1f3da30', 'revision', 'a:22:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 11:13:09 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:76:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:10:\"conditions\";a:1:{s:20:\"con_9783440218188654\";a:3:{s:2:\"id\";s:20:\"con_9783440218188654\";s:4:\"name\";s:12:\"WAPE Contact\";s:4:\"type\";s:4:\"show\";}}}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(45, 'CF5ed3cb1f3da30', 'revision', 'a:22:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 11:29:19 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:76:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:20:\"con_9783440218188654\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:32:\"dbpd@me.com, zuzana@wape-ebs.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(46, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 13:41:04 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:75:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:18:\"auta@autasuper.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:59:\"dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(47, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 13:45:02 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:75:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:18:\"auta@autasuper.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:25:\"jakub.dvorak@jservices.cz\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}');
INSERT INTO `wp_cf_forms` (`id`, `form_id`, `type`, `config`) VALUES
(48, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 13:46:45 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:75:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:8:{s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:18:\"auta@autasuper.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:25:\"jakub.dvorak@jservices.cz\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(49, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 13:48:26 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:75:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:18:\"auta@autasuper.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:59:\"dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(50, 'CF5ed3cb1f3da30', 'revision', 'a:22:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 13:50:57 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:79:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:18:\"auta@autasuper.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:59:\"dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(51, 'CF5ed3cb1f3da30', 'revision', 'a:22:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 13:55:15 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:82:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:59:\"dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(52, 'CF5ed1699032e04', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 13:55:38 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:78:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:59:\"dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(53, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Tue, 02 Jun 2020 13:56:01 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:83:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:5;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Stát\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:59:\"dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(54, 'CF5ed3cb1f3da30', 'revision', 'a:22:{s:13:\"_last_updated\";s:31:\"Wed, 03 Jun 2020 04:37:18 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:85:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:19:\"zuzana@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:59:\"dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(55, 'CF5ed3cb1f3da30', 'revision', 'a:22:{s:13:\"_last_updated\";s:31:\"Wed, 03 Jun 2020 04:37:31 +0000\";s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:85:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(56, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Wed, 03 Jun 2020 04:38:09 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:86:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:5;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Stát\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}');
INSERT INTO `wp_cf_forms` (`id`, `form_id`, `type`, `config`) VALUES
(57, 'CF5ed38119a22da', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Wed, 03 Jun 2020 04:38:38 +0000\";s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:89:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:5;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Stát\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(58, 'CF5ed1699032e04', 'primary', 'a:21:{s:13:\"_last_updated\";s:31:\"Wed, 03 Jun 2020 08:15:26 +0000\";s:2:\"ID\";s:15:\"CF5ed1699032e04\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Poptávka letu\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:81:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(59, 'CF5ed8be2da29fd', 'revision', 'a:24:{s:13:\"_last_updated\";s:31:\"Wed, 03 Jun 2020 08:15:26 +0000\";s:2:\"ID\";s:15:\"CF5ed8be2da29fd\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Flight Inquiry\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:81:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Počet cestujících\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:12:\"Datum odletu\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:15:\"Datum příletu\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Odkud\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:3:\"Kam\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"Odesláním poptávky souhlasíte se zpracováním osobních údajů podle zákona č. 101/2000 Sb. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"_blank\">Celé znění</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:17:\"Odeslat poptávku\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Poptávka letu\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";s:4:\"type\";s:7:\"primary\";s:5:\"nonce\";s:10:\"2e2c7c2db9\";s:5:\"clone\";s:15:\"CF5ed1699032e04\";}'),
(60, 'CF5ed8be2da29fd', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Thu, 04 Jun 2020 09:30:42 +0000\";s:2:\"ID\";s:15:\"CF5ed8be2da29fd\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Flight Inquiry\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:84:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"First Name & Surname\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Number of passengers\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:12:\"Phone Number\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:14:\"Departure Date\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:11:\"Return Date\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"From\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Where\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:12:\"Your Message\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"By sending the inquiry, you agree to the processing of personal data pursuant to Act No. 101/2000 Coll. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_en.pdf\" target=\"_blank\">Full text</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:12:\"Send Inquiry\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Flight Inquiry\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(61, 'CF5ed8be2da29fd', 'revision', 'a:21:{s:13:\"_last_updated\";s:31:\"Thu, 04 Jun 2020 09:36:33 +0000\";s:2:\"ID\";s:15:\"CF5ed8be2da29fd\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Flight Inquiry\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:84:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"First Name & Surname\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Number of passengers\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:12:\"Phone Number\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:14:\"Departure Date\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:11:\"Return Date\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"From\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"To\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:12:\"Your Message\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:237:\"By sending the inquiry, you agree to the processing of personal data pursuant to Act No. 101/2000 Coll. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_en.pdf\" target=\"_blank\">Full text</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:12:\"Send Inquiry\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Flight Inquiry\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(62, 'CF5ed8be2da29fd', 'primary', 'a:21:{s:13:\"_last_updated\";s:31:\"Thu, 04 Jun 2020 09:43:45 +0000\";s:2:\"ID\";s:15:\"CF5ed8be2da29fd\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:14:\"Flight Inquiry\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:84:\"Vaše poptávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:11:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:2\";s:11:\"fld_9356744\";s:3:\"3:1\";s:11:\"fld_9099709\";s:3:\"3:2\";s:11:\"fld_1150711\";s:3:\"3:3\";s:10:\"fld_857640\";s:3:\"3:4\";s:11:\"fld_4089741\";s:3:\"4:1\";s:11:\"fld_6365036\";s:3:\"5:1\";s:11:\"fld_7167496\";s:3:\"5:1\";}s:9:\"structure\";s:21:\"6:6|6:6|3:3:3:3|12|12\";}s:6:\"fields\";a:11:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"First Name & Surname\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:13:\"control-label\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:20:\"Number of passengers\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:12:\"Phone Number\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9356744\";a:7:{s:2:\"ID\";s:11:\"fld_9356744\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:14:\"Departure Date\";s:4:\"slug\";s:13:\"check_in_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9099709\";a:7:{s:2:\"ID\";s:11:\"fld_9099709\";s:4:\"type\";s:11:\"date_picker\";s:5:\"label\";s:11:\"Return Date\";s:4:\"slug\";s:14:\"check_out_date\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:10:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:0:\"\";s:6:\"format\";s:10:\"dd-mm-yyyy\";s:9:\"autoclose\";i:1;s:10:\"start_view\";s:5:\"month\";s:10:\"start_date\";s:5:\"today\";s:8:\"end_date\";s:0:\"\";s:8:\"language\";s:2:\"cs\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_1150711\";a:8:{s:2:\"ID\";s:11:\"fld_1150711\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"From\";s:4:\"slug\";s:5:\"odkud\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_857640\";a:8:{s:2:\"ID\";s:10:\"fld_857640\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:2:\"To\";s:4:\"slug\";s:3:\"kam\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:12:\"Your Message\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6365036\";a:7:{s:2:\"ID\";s:11:\"fld_6365036\";s:4:\"type\";s:4:\"html\";s:5:\"label\";s:17:\"html__fld_6365036\";s:4:\"slug\";s:17:\"html__fld_6365036\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:3:{s:12:\"custom_class\";s:0:\"\";s:7:\"default\";s:249:\"By sending the inquiry, you agree to the processing of your personal data in accordance with Act No. 101/2000 Coll. | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_en.pdf\" target=\"_blank\">Full text</a>\";s:15:\"show_in_summary\";i:1;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:12:\"Send Inquiry\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:14:\"Flight Inquiry\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(63, 'CF5ed8ec2deb724', 'revision', 'a:24:{s:13:\"_last_updated\";s:31:\"Wed, 03 Jun 2020 04:38:38 +0000\";s:2:\"ID\";s:15:\"CF5ed8ec2deb724\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:16:\"Jet Book - order\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:89:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:5;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Stát\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";s:4:\"type\";s:7:\"primary\";s:5:\"nonce\";s:10:\"f1265bdbe8\";s:5:\"clone\";s:15:\"CF5ed38119a22da\";}');
INSERT INTO `wp_cf_forms` (`id`, `form_id`, `type`, `config`) VALUES
(64, 'CF5ed8ec2deb724', 'primary', 'a:21:{s:13:\"_last_updated\";s:31:\"Thu, 04 Jun 2020 12:44:18 +0000\";s:2:\"ID\";s:15:\"CF5ed8ec2deb724\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:16:\"Jet Book - order\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:92:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"First Name & Surname\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:15:\"Number of items\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:12:\"Phone Number\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Street\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"City\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:12:\"Your Message\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:5;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"ZIP Code\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Country\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:11:\"Place Order\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(65, 'CF5edd6594dad8f', 'revision', 'a:25:{s:13:\"_last_updated\";s:31:\"Wed, 03 Jun 2020 04:37:31 +0000\";s:2:\"ID\";s:15:\"CF5edd6594dad8f\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:12:\"Contact Form\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:85:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";s:4:\"type\";s:7:\"primary\";s:5:\"nonce\";s:10:\"dbe0d24cab\";s:5:\"clone\";s:15:\"CF5ed3cb1f3da30\";}'),
(66, 'CF5edd6594dad8f', 'primary', 'a:22:{s:13:\"_last_updated\";s:31:\"Sun, 07 Jun 2020 22:10:17 +0000\";s:2:\"ID\";s:15:\"CF5edd6594dad8f\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:12:\"Contact Form\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:88:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"First Name & Surname\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:7:\"Subject\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:12:\"Your Message\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:4:\"Send\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";}'),
(69, 'CF5f0898a63be93', 'revision', 'a:25:{s:13:\"_last_updated\";s:31:\"Wed, 03 Jun 2020 04:37:31 +0000\";s:2:\"ID\";s:15:\"CF5f0898a63be93\";s:10:\"cf_version\";s:6:\"1.8.11\";s:4:\"name\";s:24:\"Registrační formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:85:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:18:\"conditional_groups\";a:1:{s:15:\"_open_condition\";s:0:\"\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:6:\"1.8.11\";s:4:\"type\";s:7:\"primary\";s:5:\"nonce\";s:10:\"3678bb5407\";s:5:\"clone\";s:15:\"CF5ed3cb1f3da30\";}'),
(70, 'CF5f0898a63be93', 'revision', 'a:23:{s:2:\"ID\";s:15:\"CF5f0898a63be93\";s:13:\"_last_updated\";s:31:\"Fri, 10 Jul 2020 16:38:01 +0000\";s:10:\"cf_version\";s:5:\"1.9.1\";s:4:\"name\";s:24:\"Registrační formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:88:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";N;s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:4:{s:11:\"fld_9626368\";s:3:\"1:1\";s:10:\"fld_185917\";s:3:\"1:2\";s:11:\"fld_7900587\";s:3:\"2:1\";s:10:\"fld_280326\";s:3:\"2:2\";}s:9:\"structure\";s:7:\"6:6|6:6\";}s:6:\"fields\";a:4:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_9626368\";a:7:{s:2:\"ID\";s:11:\"fld_9626368\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Jméno\";s:4:\"slug\";s:4:\"jmno\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_280326\";a:7:{s:2:\"ID\";s:10:\"fld_280326\";s:4:\"type\";s:12:\"phone_better\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:7:\"telefon\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:18:\"conditional_groups\";a:1:{s:10:\"conditions\";a:0:{}}s:10:\"processors\";a:0:{}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:5:\"1.9.1\";}'),
(71, 'CF5f0898a63be93', 'primary', 'a:23:{s:2:\"ID\";s:15:\"CF5f0898a63be93\";s:13:\"_last_updated\";s:31:\"Fri, 10 Jul 2020 16:40:37 +0000\";s:10:\"cf_version\";s:5:\"1.9.1\";s:4:\"name\";s:24:\"Registrační formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:91:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:9:\"form_ajax\";i:1;s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:11:\"fld_9626368\";s:3:\"1:1\";s:10:\"fld_185917\";s:3:\"1:2\";s:11:\"fld_7900587\";s:3:\"2:1\";s:10:\"fld_280326\";s:3:\"2:2\";s:11:\"fld_6071909\";s:3:\"3:1\";}s:9:\"structure\";s:10:\"6:6|6:6|12\";}s:6:\"fields\";a:5:{s:11:\"fld_9626368\";a:7:{s:2:\"ID\";s:11:\"fld_9626368\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Jméno\";s:4:\"slug\";s:4:\"jmno\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:10:\"fld_280326\";a:7:{s:2:\"ID\";s:10:\"fld_280326\";s:4:\"type\";s:12:\"phone_better\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:7:\"telefon\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6071909\";a:7:{s:2:\"ID\";s:11:\"fld_6071909\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:11:\"Registrovat\";s:4:\"slug\";s:11:\"registrovat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:4:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:8:{s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:18:\"conditional_groups\";a:1:{s:10:\"conditions\";a:0:{}}s:10:\"processors\";a:0:{}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:5:\"1.9.1\";}'),
(72, 'CF5ed3cb1f3da30', 'primary', 'a:22:{s:2:\"ID\";s:15:\"CF5ed3cb1f3da30\";s:13:\"_last_updated\";s:31:\"Tue, 14 Jul 2020 20:45:07 +0000\";s:10:\"cf_version\";s:5:\"1.9.1\";s:4:\"name\";s:21:\"Kontaktní formulář\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:88:\"Vaše zpráva byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:5:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_7900587\";s:3:\"1:2\";s:11:\"fld_8403764\";s:3:\"2:1\";s:11:\"fld_4089741\";s:3:\"2:1\";s:11:\"fld_7167496\";s:3:\"3:1\";}s:9:\"structure\";s:9:\"6:6|12|12\";}s:6:\"fields\";a:5:{s:10:\"fld_185917\";a:7:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:7:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Předmět\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:4;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:7:\"Odeslat\";s:4:\"slug\";s:7:\"odeslat\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:37:\"Zpráva z formuláře na wapejets.com\";s:13:\"email_message\";s:9:\"{summary}\";}s:12:\"debug_mailer\";i:1;s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:18:\"conditional_groups\";a:1:{s:10:\"conditions\";a:0:{}}s:10:\"processors\";a:0:{}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:5:\"1.9.1\";}'),
(73, 'CF5ed38119a22da', 'primary', 'a:21:{s:2:\"ID\";s:15:\"CF5ed38119a22da\";s:13:\"_last_updated\";s:31:\"Tue, 14 Jul 2020 20:47:15 +0000\";s:10:\"cf_version\";s:5:\"1.9.1\";s:4:\"name\";s:21:\"JetBook - objednávka\";s:10:\"scroll_top\";i:0;s:7:\"success\";s:92:\"Vaše objednávka byla v pořádku odeslána. Děkujeme. \";s:10:\"db_support\";i:1;s:6:\"pinned\";i:0;s:9:\"hide_form\";i:1;s:11:\"check_honey\";i:1;s:12:\"avatar_field\";s:0:\"\";s:15:\"custom_callback\";s:0:\"\";s:11:\"layout_grid\";a:2:{s:6:\"fields\";a:10:{s:10:\"fld_185917\";s:3:\"1:1\";s:11:\"fld_6496615\";s:3:\"1:2\";s:11:\"fld_2254781\";s:3:\"2:1\";s:11:\"fld_7900587\";s:3:\"2:1\";s:11:\"fld_7337759\";s:3:\"2:2\";s:11:\"fld_6390103\";s:3:\"2:2\";s:11:\"fld_4089741\";s:3:\"3:1\";s:11:\"fld_8403764\";s:3:\"3:2\";s:11:\"fld_6177764\";s:3:\"3:2\";s:11:\"fld_7167496\";s:3:\"4:1\";}s:9:\"structure\";s:14:\"6:6|6:6|6:6|12\";}s:6:\"fields\";a:10:{s:10:\"fld_185917\";a:8:{s:2:\"ID\";s:10:\"fld_185917\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Jméno a příjmení\";s:4:\"slug\";s:10:\"first_name\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6496615\";a:8:{s:2:\"ID\";s:11:\"fld_6496615\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:12:\"Počet kusů\";s:4:\"slug\";s:16:\"number_of_adults\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:8:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:3:\"max\";s:0:\"\";s:4:\"step\";i:1;s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_2254781\";a:8:{s:2:\"ID\";s:11:\"fld_2254781\";s:4:\"type\";s:5:\"phone\";s:5:\"label\";s:7:\"Telefon\";s:4:\"slug\";s:13:\"mobile_number\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:6:\"custom\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7900587\";a:8:{s:2:\"ID\";s:11:\"fld_7900587\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:4:\"slug\";s:13:\"email_address\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7337759\";a:8:{s:2:\"ID\";s:11:\"fld_7337759\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Ulice\";s:4:\"slug\";s:5:\"ulice\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6390103\";a:8:{s:2:\"ID\";s:11:\"fld_6390103\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:6:\"Město\";s:4:\"slug\";s:4:\"msto\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:8:\"required\";i:1;s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_4089741\";a:7:{s:2:\"ID\";s:11:\"fld_4089741\";s:4:\"type\";s:9:\"paragraph\";s:5:\"label\";s:7:\"Zpráva\";s:4:\"slug\";s:8:\"comments\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:6:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"rows\";i:5;s:7:\"default\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_8403764\";a:7:{s:2:\"ID\";s:11:\"fld_8403764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:4:\"PSČ\";s:4:\"slug\";s:2:\"ps\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_6177764\";a:7:{s:2:\"ID\";s:11:\"fld_6177764\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:5:\"Stát\";s:4:\"slug\";s:3:\"stt\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:7:{s:12:\"custom_class\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"type_override\";s:4:\"text\";s:4:\"mask\";s:0:\"\";s:16:\"email_identifier\";i:0;s:22:\"personally_identifying\";i:0;}}s:11:\"fld_7167496\";a:7:{s:2:\"ID\";s:11:\"fld_7167496\";s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Objednat\";s:4:\"slug\";s:6:\"submit\";s:10:\"conditions\";a:1:{s:4:\"type\";s:0:\"\";}s:7:\"caption\";s:0:\"\";s:6:\"config\";a:5:{s:12:\"custom_class\";s:0:\"\";s:4:\"type\";s:6:\"submit\";s:5:\"class\";s:15:\"btn btn-default\";s:11:\"label_space\";i:1;s:6:\"target\";s:0:\"\";}}}s:10:\"page_names\";a:1:{i:0;s:6:\"Page 1\";}s:6:\"mailer\";a:9:{s:9:\"on_insert\";i:1;s:11:\"sender_name\";s:9:\"WAPE JETS\";s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:8:\"reply_to\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:10:\"recipients\";s:19:\"zuzana@wapejets.com\";s:6:\"bcc_to\";s:0:\"\";s:13:\"email_subject\";s:20:\"Objednávka Jet Book\";s:13:\"email_message\";s:9:\"{summary}\";}s:8:\"settings\";a:1:{s:10:\"responsive\";a:1:{s:11:\"break_point\";s:2:\"sm\";}}s:18:\"conditional_groups\";a:1:{s:10:\"conditions\";a:0:{}}s:10:\"processors\";a:0:{}s:24:\"privacy_exporter_enabled\";b:0;s:7:\"version\";s:5:\"1.9.1\";}');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_cf_form_entries`
--
CREATE TABLE `wp_cf_form_entries` (
`id` int(11) UNSIGNED NOT NULL,
`form_id` varchar(18) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_id` int(11) NOT NULL,
`datestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_cf_form_entries`
--
INSERT INTO `wp_cf_form_entries` (`id`, `form_id`, `user_id`, `datestamp`, `status`) VALUES
(1, 'CF5ed1699032e04', 1, '2020-05-29 18:44:32', 'active'),
(2, 'CF5ed3cb1f3da30', 0, '2020-06-01 12:53:13', 'active'),
(3, 'CF5ed1699032e04', 0, '2020-06-01 12:53:57', 'active'),
(4, 'CF5ed1699032e04', 1, '2020-06-01 13:24:45', 'active'),
(5, 'CF5ed38119a22da', 1, '2020-06-01 13:26:53', 'active'),
(6, 'CF5ed3cb1f3da30', 1, '2020-06-01 13:27:17', 'active'),
(7, 'CF5ed1699032e04', 0, '2020-06-02 06:35:18', 'active'),
(8, 'CF5ed3cb1f3da30', 0, '2020-06-02 06:41:39', 'active'),
(9, 'CF5ed3cb1f3da30', 1, '2020-06-02 09:08:30', 'active'),
(10, 'CF5ed3cb1f3da30', 1, '2020-06-02 09:11:36', 'active'),
(11, 'CF5ed1699032e04', 0, '2020-06-02 11:42:04', 'active'),
(12, 'CF5ed1699032e04', 0, '2020-06-02 11:45:30', 'active'),
(13, 'CF5ed1699032e04', 0, '2020-06-02 11:47:13', 'active'),
(14, 'CF5ed1699032e04', 0, '2020-06-02 11:50:09', 'active'),
(15, 'CF5ed3cb1f3da30', 0, '2020-06-02 11:51:25', 'active'),
(16, 'CF5ed3cb1f3da30', 0, '2020-06-02 11:56:37', 'active'),
(17, 'CF5ed1699032e04', 0, '2020-06-02 11:57:58', 'active'),
(18, 'CF5ed38119a22da', 2, '2020-06-02 12:00:12', 'active'),
(19, 'CF5ed3cb1f3da30', 0, '2020-06-03 02:26:14', 'active'),
(20, 'CF5edd6594dad8f', 0, '2020-06-08 19:12:32', 'active'),
(21, 'CF5ed1699032e04', 0, '2020-06-09 12:31:41', 'active'),
(22, 'CF5ed1699032e04', 0, '2020-06-09 14:13:36', 'active'),
(23, 'CF5ed1699032e04', 0, '2020-06-09 18:47:36', 'active'),
(24, 'CF5ed1699032e04', 0, '2020-06-10 11:56:22', 'active'),
(25, 'CF5ed1699032e04', 0, '2020-06-26 08:26:12', 'active'),
(26, 'CF5ed1699032e04', 0, '2020-06-27 14:06:01', 'active'),
(27, 'CF5ed3cb1f3da30', 0, '2020-07-01 00:21:46', 'active'),
(28, 'CF5ed1699032e04', 0, '2020-07-07 14:54:20', 'active'),
(29, 'CF5ed3cb1f3da30', 0, '2020-07-10 05:42:55', 'active'),
(30, 'CF5f0898a63be93', 1, '2020-07-10 14:42:37', 'active'),
(31, 'CF5f0898a63be93', 1, '2020-07-10 14:43:13', 'active'),
(32, 'CF5ed1699032e04', 0, '2020-07-14 14:13:13', 'active'),
(33, 'CF5ed1699032e04', 0, '2020-07-14 14:15:39', 'active'),
(34, 'CF5ed1699032e04', 0, '2020-07-14 14:22:46', 'active'),
(35, 'CF5ed1699032e04', 0, '2020-07-14 14:55:50', 'active'),
(36, 'CF5ed1699032e04', 0, '2020-07-14 15:07:52', 'active'),
(37, 'CF5ed1699032e04', 0, '2020-07-14 16:13:07', 'active'),
(38, 'CF5ed1699032e04', 1, '2020-07-14 18:13:02', 'active'),
(39, 'CF5ed3cb1f3da30', 1, '2020-07-14 18:21:19', 'active'),
(40, 'CF5ed38119a22da', 1, '2020-07-14 18:22:15', 'active'),
(41, 'CF5ed1699032e04', 0, '2020-07-14 18:28:24', 'active'),
(42, 'CF5ed1699032e04', 0, '2020-07-14 18:46:28', 'active'),
(43, 'CF5ed38119a22da', 1, '2020-07-14 18:47:46', 'active'),
(44, 'CF5ed1699032e04', 0, '2020-07-21 10:14:41', 'active'),
(45, 'CF5ed1699032e04', 0, '2020-07-31 09:50:04', 'active'),
(46, 'CF5ed3cb1f3da30', 0, '2020-07-31 16:50:07', 'active'),
(47, 'CF5ed1699032e04', 0, '2020-08-06 19:52:10', 'active'),
(48, 'CF5ed1699032e04', 0, '2020-08-10 22:09:04', 'active'),
(49, 'CF5ed3cb1f3da30', 0, '2020-08-16 12:20:46', 'active'),
(50, 'CF5ed3cb1f3da30', 0, '2020-08-16 13:07:50', 'active'),
(51, 'CF5ed1699032e04', 0, '2020-08-18 09:25:39', 'active'),
(52, 'CF5ed3cb1f3da30', 0, '2020-09-03 13:59:04', 'active'),
(53, 'CF5ed1699032e04', 0, '2020-09-13 22:22:41', 'active'),
(54, 'CF5ed3cb1f3da30', 0, '2020-09-19 01:06:30', 'active'),
(55, 'CF5ed3cb1f3da30', 0, '2020-09-19 01:06:39', 'active'),
(56, 'CF5ed3cb1f3da30', 0, '2020-09-19 01:06:46', 'active'),
(57, 'CF5ed3cb1f3da30', 0, '2020-09-19 01:06:53', 'active'),
(58, 'CF5ed1699032e04', 0, '2020-09-21 10:50:16', 'active'),
(59, 'CF5ed1699032e04', 0, '2020-10-01 09:18:01', 'active'),
(60, 'CF5ed1699032e04', 0, '2020-10-16 06:57:44', 'active'),
(61, 'CF5ed1699032e04', 0, '2020-10-21 16:33:04', 'active'),
(62, 'CF5ed3cb1f3da30', 0, '2020-10-23 08:14:14', 'active'),
(63, 'CF5ed1699032e04', 0, '2020-10-25 17:24:26', 'active'),
(64, 'CF5ed1699032e04', 0, '2020-10-26 07:39:19', 'active'),
(65, 'CF5ed3cb1f3da30', 0, '2020-11-02 18:26:13', 'active'),
(66, 'CF5ed1699032e04', 0, '2020-11-08 13:13:16', 'active'),
(67, 'CF5ed3cb1f3da30', 0, '2020-11-17 17:29:35', 'active'),
(68, 'CF5ed3cb1f3da30', 0, '2020-11-22 11:11:42', 'active'),
(69, 'CF5ed1699032e04', 0, '2020-11-28 19:37:54', 'active'),
(70, 'CF5ed3cb1f3da30', 0, '2020-11-29 21:05:59', 'active'),
(71, 'CF5ed38119a22da', 0, '2020-12-12 08:45:40', 'active'),
(72, 'CF5ed1699032e04', 0, '2020-12-21 12:06:34', 'active'),
(73, 'CF5ed3cb1f3da30', 0, '2020-12-24 20:08:51', 'active'),
(74, 'CF5ed3cb1f3da30', 0, '2020-12-26 01:03:12', 'active'),
(75, 'CF5ed3cb1f3da30', 0, '2020-12-27 16:41:14', 'active'),
(76, 'CF5ed3cb1f3da30', 0, '2020-12-31 07:00:04', 'active');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_cf_form_entry_meta`
--
CREATE TABLE `wp_cf_form_entry_meta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`entry_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`process_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_cf_form_entry_meta`
--
INSERT INTO `wp_cf_form_entry_meta` (`meta_id`, `entry_id`, `process_id`, `meta_key`, `meta_value`) VALUES
(1, 10, '_debug_log', 'debug_log', '2020-06-02 11:11:37 Connection: opening to smtp.office365.com:587, timeout=300, options=array ()<br>\n2020-06-02 11:11:37 Connection: opened<br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 220 AM0PR04CA0012.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 2 Jun 2020 11:11:37 +0000<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 250-AM0PR04CA0012.outlook.office365.com Hello [88.146.175.232]250-SIZE 157286400250-PIPELINING250-DSN250-ENHANCEDSTATUSCODES250-STARTTLS250-8BITMIME250-BINARYMIME250-CHUNKING250 SMTPUTF8<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: STARTTLS<br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 220 2.0.0 SMTP server ready<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 250-AM0PR04CA0012.outlook.office365.com Hello [88.146.175.232]250-SIZE 157286400250-PIPELINING250-DSN250-ENHANCEDSTATUSCODES250-AUTH LOGIN XOAUTH2250-8BITMIME250-BINARYMIME250-CHUNKING250 SMTPUTF8<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: YXV0YUBhdXRhc3VwZXIuY29t<br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: UXVnMzA5MzA=<br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 235 2.7.0 Authentication successful<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 250 2.1.0 Sender OK<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: RCPT TO:<dbpd@me.com><br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 250 2.1.5 Recipient OK<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: RCPT TO:<zuzana@wape-ebs.com><br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 250 2.1.5 Recipient OK<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: DATA<br>\n2020-06-02 11:11:37 SERVER -> CLIENT: 354 Start mail input; end with <CRLF>.<CRLF><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: Date: Tue, 2 Jun 2020 11:11:37 +0000<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: To: dbpd@me.com, zuzana@wape-ebs.com<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: Message-ID: <1a7f9fba16305ae0f74c732304248633@wapejets.com><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.0.1<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <div style="margin-bottom:20px;">David</div><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <div style="margin-bottom:20px;">bruno111@me.com</div><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <div style="margin-bottom:20px;">test</div><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <div style="margin-bottom:20px;">test</div><br>\n2020-06-02 11:11:37 CLIENT -> SERVER: <br>\n2020-06-02 11:11:37 CLIENT -> SERVER: .<br>\n2020-06-02 11:11:38 SERVER -> CLIENT: 554 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message. 0.35250:0A007481, 1.36674:0A000000, 1.61250:00000000, 1.45378:02000000, 1.44866:FE1D0000, 1.36674:0E000000, 1.61250:00000000, 1.45378:031E0000, 1.44866:D8000000, 1.36674:0E000000, 1.61250:00000000, 1.45378:DE1E0000, 1.44866:86010000, 16.55847:A4100000, 17.43559:000000002A020000000000000000000000000000, 20.52176:140FFA8B120070200A007<br>\n2020-06-02 11:11:38 SMTP ERROR: DATA END command failed: 554 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message. 0.35250:0A007481, 1.36674:0A000000, 1.61250:00000000, 1.45378:02000000, 1.44866:FE1D0000, 1.36674:0E000000, 1.61250:00000000, 1.45378:031E0000, 1.44866:D8000000, 1.36674:0E000000, 1.61250:00000000, 1.45378:DE1E0000, 1.44866:86010000, 16.55847:A4100000, 17.43559:000000002A020000000000000000000000000000, 20.52176:140FFA8B120070200A007<br>\nSMTP Error: data not accepted.<br>\nSMTP Error: data not accepted.SMTP server error: DATA END command failed Detail: STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message. 0.35250:0A007481, 1.36674:0A000000, 1.61250:00000000, 1.45378:02000000, 1.44866:FE1D0000, 1.36674:0E000000, 1.61250:00000000, 1.45378:031E0000, 1.44866:D8000000, 1.36674:0E000000, 1.61250:00000000, 1.45378:DE1E0000, 1.44866:86010000, 16.55847:A4100000, 17.43559:000000002A020000000000000000000000000000, 20.52176:140FFA8B120070200A007 SMTP code: 554 Additional SMTP info: 5.2.0WPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => SMTP Error: data not accepted.SMTP server error: DATA END command failed Detail: STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message. 0.35250:0A007481, 1.36674:0A000000, 1.61250:00000000, 1.45378:02000000, 1.44866:FE1D0000, 1.36674:0E000000, 1.61250:00000000, 1.45378:031E0000, 1.44866:D8000000, 1.36674:0E000000, 1.61250:00000000, 1.45378:DE1E0000, 1.44866:86010000, 16.55847:A4100000, 17.43559:000000002A020000000000000000000000000000, 20.52176:140FFA8B120070200A007 SMTP code: 554 Additional SMTP info: 5.2.0\n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">David</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">bruno111@me.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">test</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">test</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">David</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">bruno111@me.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">test</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">test</div>\n\n [MIMEHeader:protected] => Date: Tue, 2 Jun 2020 11:11:37 +0000\nTo: dbpd@me.com, zuzana@wape-ebs.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <1a7f9fba16305ae0f74c732304248633@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.0.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.office365.com\n [Port] => 587\n [Helo] => \n [SMTPSecure] => tls\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => auta@autasuper.com\n [Password] => Qug30930\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.0.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => Resource id #463\n [error:protected] => Array\n (\n [error] => DATA END command failed\n [detail] => STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message. 0.35250:0A007481, 1.36674:0A000000, 1.61250:00000000, 1.45378:02000000, 1.44866:FE1D0000, 1.36674:0E000000, 1.61250:00000000, 1.45378:031E0000, 1.44866:D8000000, 1.36674:0E000000, 1.61250:00000000, 1.45378:DE1E0000, 1.44866:86010000, 16.55847:A4100000, 17.43559:000000002A020000000000000000000000000000, 20.52176:140FFA8B120070200A007\n [smtp_code] => 554\n [smtp_code_ex] => 5.2.0\n )\n\n [helo_rply:protected] => 250-AM0PR04CA0012.outlook.office365.com Hello [88.146.175.232]\r\n250-SIZE 157286400\r\n250-PIPELINING\r\n250-DSN\r\n250-ENHANCEDSTATUSCODES\r\n250-AUTH LOGIN XOAUTH2\r\n250-8BITMIME\r\n250-BINARYMIME\r\n250-CHUNKING\r\n250 SMTPUTF8\r\n\n [server_caps:protected] => Array\n (\n [EHLO] => AM0PR04CA0012.outlook.office365.com\n [SIZE] => 157286400\n [PIPELINING] => 1\n [DSN] => 1\n [ENHANCEDSTATUSCODES] => 1\n [AUTH] => Array\n (\n [0] => LOGIN\n [1] => XOAUTH2\n )\n\n [8BITMIME] => 1\n [BINARYMIME] => 1\n [CHUNKING] => 1\n [SMTPUTF8] => 1\n )\n\n [last_reply:protected] => 554 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; Failed to process message due to a permanent exception with message Cannot submit message. 0.35250:0A007481, 1.36674:0A000000, 1.61250:00000000, 1.45378:02000000, 1.44866:FE1D0000, 1.36674:0E000000, 1.61250:00000000, 1.45378:031E0000, 1.44866:D8000000, 1.36674:0E000000, 1.61250:00000000, 1.45378:DE1E0000, 1.44866:86010000, 16.55847:A4100000, 17.43559:000000002A020000000000000000000000000000, 20.52176:140FFA8B120070200A007\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => dbpd@me.com\n [1] => \n )\n\n [1] => Array\n (\n [0] => zuzana@wape-ebs.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [dbpd@me.com] => 1\n [zuzana@wape-ebs.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <1a7f9fba16305ae0f74c732304248633@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_1a7f9fba16305ae0f74c732304248633\n [2] => b2_1a7f9fba16305ae0f74c732304248633\n [3] => b3_1a7f9fba16305ae0f74c732304248633\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 2\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 1a7f9fba16305ae0f74c732304248633\n)\n'),
(2, 15, '_debug_log', 'debug_log', '2020-06-02 13:51:25 Connection: opening to smtp.office365.com:587, timeout=300, options=array ()<br>\n2020-06-02 13:51:25 Connection: opened<br>\n2020-06-02 13:51:25 SERVER -> CLIENT: 220 AM0PR10CA0067.outlook.office365.com Microsoft ESMTP MAIL Service ready at Tue, 2 Jun 2020 13:51:25 +0000<br>\n2020-06-02 13:51:25 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-06-02 13:51:25 SERVER -> CLIENT: 250-AM0PR10CA0067.outlook.office365.com Hello [88.146.175.232]250-SIZE 157286400250-PIPELINING250-DSN250-ENHANCEDSTATUSCODES250-STARTTLS250-8BITMIME250-BINARYMIME250-CHUNKING250 SMTPUTF8<br>\n2020-06-02 13:51:25 CLIENT -> SERVER: STARTTLS<br>\n2020-06-02 13:51:25 SERVER -> CLIENT: 220 2.0.0 SMTP server ready<br>\n2020-06-02 13:51:25 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-06-02 13:51:25 SERVER -> CLIENT: 250-AM0PR10CA0067.outlook.office365.com Hello [88.146.175.232]250-SIZE 157286400250-PIPELINING250-DSN250-ENHANCEDSTATUSCODES250-AUTH LOGIN XOAUTH2250-8BITMIME250-BINARYMIME250-CHUNKING250 SMTPUTF8<br>\n2020-06-02 13:51:25 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-06-02 13:51:25 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-06-02 13:51:25 CLIENT -> SERVER: YXV0YUBhdXRhc3VwZXIuY29t<br>\n2020-06-02 13:51:25 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-06-02 13:51:25 CLIENT -> SERVER: UXVnMzA5MzA=<br>\n2020-06-02 13:51:26 SERVER -> CLIENT: 235 2.7.0 Authentication successful<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: MAIL FROM:<auta@autasuper.com><br>\n2020-06-02 13:51:26 SERVER -> CLIENT: 250 2.1.0 Sender OK<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: RCPT TO:<dbpd@me.com><br>\n2020-06-02 13:51:26 SERVER -> CLIENT: 250 2.1.5 Recipient OK<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: RCPT TO:<zuzana@wape-ebs.com><br>\n2020-06-02 13:51:26 SERVER -> CLIENT: 250 2.1.5 Recipient OK<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: RCPT TO:<jakub.dvorak@jservices.cz><br>\n2020-06-02 13:51:26 SERVER -> CLIENT: 250 2.1.5 Recipient OK<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: DATA<br>\n2020-06-02 13:51:26 SERVER -> CLIENT: 354 Start mail input; end with <CRLF>.<CRLF><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: Date: Tue, 2 Jun 2020 13:51:25 +0000<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: To: dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: From: WAPE JETS <auta@autasuper.com><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: Message-ID: <9c2142e51ab051465eda24ff0567dda8@wapejets.com><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.0.1<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <div style="margin-bottom:20px;">Jakub Dvořák</div><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <div style="margin-bottom:20px;">jakub.dvorak@jservices.cz</div><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <div style="margin-bottom:20px;">TEST</div><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <div style="margin-bottom:20px;">Testovací zpráva z kontaktního formuláře.</div><br>\n2020-06-02 13:51:26 CLIENT -> SERVER: <br>\n2020-06-02 13:51:26 CLIENT -> SERVER: .<br>\n2020-06-02 13:51:26 SERVER -> CLIENT: 250 2.0.0 OK <9c2142e51ab051465eda24ff0567dda8@wapejets.com> [Hostname=VI1P18901MB0605.EURP189.PROD.OUTLOOK.COM]<br>\n2020-06-02 13:51:26 CLIENT -> SERVER: QUIT<br>\n2020-06-02 13:51:26 SERVER -> CLIENT: 221 2.0.0 Service closing transmission channel<br>\n2020-06-02 13:51:26 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => auta@autasuper.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Jakub Dvořák</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">jakub.dvorak@jservices.cz</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">TEST</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Testovací zpráva z kontaktního formuláře.</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Jakub Dvořák</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">jakub.dvorak@jservices.cz</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">TEST</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Testovací zpráva z kontaktního formuláře.</div>\n\n [MIMEHeader:protected] => Date: Tue, 2 Jun 2020 13:51:25 +0000\nTo: dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\nFrom: WAPE JETS <auta@autasuper.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <9c2142e51ab051465eda24ff0567dda8@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.0.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.office365.com\n [Port] => 587\n [Helo] => \n [SMTPSecure] => tls\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => auta@autasuper.com\n [Password] => Qug30930\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.0.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Service closing transmission channel\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => dbpd@me.com\n [1] => \n )\n\n [1] => Array\n (\n [0] => zuzana@wape-ebs.com\n [1] => \n )\n\n [2] => Array\n (\n [0] => jakub.dvorak@jservices.cz\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [dbpd@me.com] => 1\n [zuzana@wape-ebs.com] => 1\n [jakub.dvorak@jservices.cz] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <9c2142e51ab051465eda24ff0567dda8@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_9c2142e51ab051465eda24ff0567dda8\n [2] => b2_9c2142e51ab051465eda24ff0567dda8\n [3] => b3_9c2142e51ab051465eda24ff0567dda8\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 9c2142e51ab051465eda24ff0567dda8\n)\n'),
(3, 16, '_debug_log', 'debug_log', '2020-06-02 13:56:38 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-06-02 13:56:38 Connection: opened<br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: RCPT TO:<dbpd@me.com><br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 250 2.1.5 Ok <dbpd@me.com><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: RCPT TO:<zuzana@wape-ebs.com><br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wape-ebs.com><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: RCPT TO:<jakub.dvorak@jservices.cz><br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 250 2.1.5 Ok <jakub.dvorak@jservices.cz><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: DATA<br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: Date: Tue, 2 Jun 2020 13:56:38 +0000<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: To: dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: Message-ID: <4c094bbe3836676593b7440dbefdf683@wapejets.com><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.0.1<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <div style="margin-bottom:20px;">Jakub Dvořák</div><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <div style="margin-bottom:20px;">jakub.dvorak@jservices.cz</div><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <div style="margin-bottom:20px;">TEST</div><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <div style="margin-bottom:20px;">Testovací zpráva: Kontaktujte nás</div><br>\n2020-06-02 13:56:39 CLIENT -> SERVER: <br>\n2020-06-02 13:56:39 CLIENT -> SERVER: .<br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 250 2.0.0 Mail 51457529 queued for delivery in session 308f0000000e.<br>\n2020-06-02 13:56:39 CLIENT -> SERVER: QUIT<br>\n2020-06-02 13:56:39 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-06-02 13:56:39 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Jakub Dvořák</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">jakub.dvorak@jservices.cz</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">TEST</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Testovací zpráva: Kontaktujte nás</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Jakub Dvořák</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">jakub.dvorak@jservices.cz</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">TEST</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Testovací zpráva: Kontaktujte nás</div>\n\n [MIMEHeader:protected] => Date: Tue, 2 Jun 2020 13:56:38 +0000\nTo: dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <4c094bbe3836676593b7440dbefdf683@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.0.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.0.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => dbpd@me.com\n [1] => \n )\n\n [1] => Array\n (\n [0] => zuzana@wape-ebs.com\n [1] => \n )\n\n [2] => Array\n (\n [0] => jakub.dvorak@jservices.cz\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [dbpd@me.com] => 1\n [zuzana@wape-ebs.com] => 1\n [jakub.dvorak@jservices.cz] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <4c094bbe3836676593b7440dbefdf683@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_4c094bbe3836676593b7440dbefdf683\n [2] => b2_4c094bbe3836676593b7440dbefdf683\n [3] => b3_4c094bbe3836676593b7440dbefdf683\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 4c094bbe3836676593b7440dbefdf683\n)\n'),
(4, 19, '_debug_log', 'debug_log', '2020-06-03 04:26:15 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-06-03 04:26:15 Connection: opened<br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: RCPT TO:<dbpd@me.com><br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 250 2.1.5 Ok <dbpd@me.com><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: RCPT TO:<zuzana@wape-ebs.com><br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wape-ebs.com><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: RCPT TO:<jakub.dvorak@jservices.cz><br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 250 2.1.5 Ok <jakub.dvorak@jservices.cz><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: DATA<br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: Date: Wed, 3 Jun 2020 04:26:15 +0000<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: To: dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: Message-ID: <9d53303e32823095190b6d0a5d04e569@wapejets.com><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.0.1<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: <br>\n2020-06-03 04:26:16 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: <div style="margin-bottom:20px;">Zuza</div><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: <div style="margin-bottom:20px;">petakova@icloud.com</div><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: <div style="margin-bottom:20px;">Zk</div><br>\n2020-06-03 04:26:16 CLIENT -> SERVER: <br>\n2020-06-03 04:26:16 CLIENT -> SERVER: .<br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 250 2.0.0 Mail 143185351 queued for delivery in session 6f9200000004.<br>\n2020-06-03 04:26:16 CLIENT -> SERVER: QUIT<br>\n2020-06-03 04:26:16 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-06-03 04:26:16 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Zuza</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">petakova@icloud.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Zk</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Zuza</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">petakova@icloud.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Zk</div>\n\n [MIMEHeader:protected] => Date: Wed, 3 Jun 2020 04:26:15 +0000\nTo: dbpd@me.com, zuzana@wape-ebs.com, jakub.dvorak@jservices.cz\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <9d53303e32823095190b6d0a5d04e569@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.0.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.0.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => dbpd@me.com\n [1] => \n )\n\n [1] => Array\n (\n [0] => zuzana@wape-ebs.com\n [1] => \n )\n\n [2] => Array\n (\n [0] => jakub.dvorak@jservices.cz\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [dbpd@me.com] => 1\n [zuzana@wape-ebs.com] => 1\n [jakub.dvorak@jservices.cz] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <9d53303e32823095190b6d0a5d04e569@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_9d53303e32823095190b6d0a5d04e569\n [2] => b2_9d53303e32823095190b6d0a5d04e569\n [3] => b3_9d53303e32823095190b6d0a5d04e569\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 9d53303e32823095190b6d0a5d04e569\n)\n');
INSERT INTO `wp_cf_form_entry_meta` (`meta_id`, `entry_id`, `process_id`, `meta_key`, `meta_value`) VALUES
(5, 20, '_debug_log', 'debug_log', '2020-06-08 21:12:33 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-06-08 21:12:33 Connection: opened<br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: DATA<br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: Date: Mon, 8 Jun 2020 21:12:33 +0000<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: Message-ID: <937dc6a4ce757d375cf5f47496b04d99@wapejets.com><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.0.1<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <p><strong>First Name & Surname</strong></p><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <div style="margin-bottom:20px;">Zuzana</div><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <p><strong>Email Address</strong></p><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <div style="margin-bottom:20px;">petakova@icloud.com</div><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <p><strong>Subject</strong></p><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <div style="margin-bottom:20px;">flight</div><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <p><strong>Your Message</strong></p><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <div style="margin-bottom:20px;">af</div><br>\n2020-06-08 21:12:34 CLIENT -> SERVER: <br>\n2020-06-08 21:12:34 CLIENT -> SERVER: .<br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 250 2.0.0 Mail 56084940 queued for delivery in session 784d00000003.<br>\n2020-06-08 21:12:34 CLIENT -> SERVER: QUIT<br>\n2020-06-08 21:12:34 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-06-08 21:12:34 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 7bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>First Name & Surname</strong></p>\n<div style=\"margin-bottom:20px;\">Zuzana</div>\n<p><strong>Email Address</strong></p>\n<div style=\"margin-bottom:20px;\">petakova@icloud.com</div>\n<p><strong>Subject</strong></p>\n<div style=\"margin-bottom:20px;\">flight</div>\n<p><strong>Your Message</strong></p>\n<div style=\"margin-bottom:20px;\">af</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>First Name & Surname</strong></p>\n<div style=\"margin-bottom:20px;\">Zuzana</div>\n<p><strong>Email Address</strong></p>\n<div style=\"margin-bottom:20px;\">petakova@icloud.com</div>\n<p><strong>Subject</strong></p>\n<div style=\"margin-bottom:20px;\">flight</div>\n<p><strong>Your Message</strong></p>\n<div style=\"margin-bottom:20px;\">af</div>\n\n [MIMEHeader:protected] => Date: Mon, 8 Jun 2020 21:12:33 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <937dc6a4ce757d375cf5f47496b04d99@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.0.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.0.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <937dc6a4ce757d375cf5f47496b04d99@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_937dc6a4ce757d375cf5f47496b04d99\n [2] => b2_937dc6a4ce757d375cf5f47496b04d99\n [3] => b3_937dc6a4ce757d375cf5f47496b04d99\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 937dc6a4ce757d375cf5f47496b04d99\n)\n'),
(6, 27, '_debug_log', 'debug_log', '2020-07-01 02:21:47 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-07-01 02:21:47 Connection: opened<br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: DATA<br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Date: Wed, 1 Jul 2020 02:21:47 +0000<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Message-ID: <5f8aab2c6e3def3d8731bb3ec873d70a@wapejets.com><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.0.1<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <div style="margin-bottom:20px;">Ash</div><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <div style="margin-bottom:20px;">ash@techknowspace.com</div><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <div style="margin-bottom:20px;">URGENT!</div><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <div style="margin-bottom:20px;">Hello, </p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>My Name is Ash and I Run Tech Know Space httpss://techknowspace.com We are your Premium GO-TO Service Centre for All Logic Board & Mainboard Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>When other shops say "it can't be fixed" WE CAN HELP!</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>ALL iPHONE 8 & NEWER<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: BACK GLASS REPAIR - 1 HOUR</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>Devices We Repair<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Audio Devices Audio Device Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>Bluetooth Speakers - Headphones - iPod Touch<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Computers All Computer Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>All Brands & Models - Custom Built - PC & Mac<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Game Consoles Game Console Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>PS4 - XBox One - Nintendo Switch<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Laptops All Laptop Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>All Brands & Models - Acer, Asus, Compaq, Dell, HP, Lenovo, Toshiba<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: MacBooks All MacBook Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>All Series & Models - Air, Classic, Pro<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Phones All Phone Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>All Brands & Models - BlackBerry, Huawei, iPhone, LG, OnePlus, Samsung, Sony<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Smart Watches Apple Watch Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>Apple Watch - Samsung Gear - Moto 360<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: Tablets All Tablet Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>All Brands & Models - iPad, Lenovo Yoga, Microsoft Surface, Samsung Tab</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>Drone Repair</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>Call us and tell us your issues today!</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>Toll Free: (888) 938-8893<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: httpss://techknowspace.com</p><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <p>Ash Mansukhani<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: ash@techknowspace.com<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: httpss://twitter.com/techknowspace<br /><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: httpss://www.linkedin.com/company/the-techknow-space</p></div><br>\n2020-07-01 02:21:48 CLIENT -> SERVER: <br>\n2020-07-01 02:21:48 CLIENT -> SERVER: .<br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 250 2.0.0 Mail 173715560 queued for delivery in session 49ac00000009.<br>\n2020-07-01 02:21:48 CLIENT -> SERVER: QUIT<br>\n2020-07-01 02:21:48 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-07-01 02:21:48 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Ash</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">ash@techknowspace.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">URGENT!</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Hello, </p>\n<p>My Name is Ash and I Run Tech Know Space httpss://techknowspace.com We are your Premium GO-TO Service Centre for All Logic Board & Mainboard Repair</p>\n<p>When other shops say \"it can\'t be fixed\" WE CAN HELP!</p>\n<p>ALL iPHONE 8 & NEWER<br />\nBACK GLASS REPAIR - 1 HOUR</p>\n<p>Devices We Repair<br />\nAudio Devices Audio Device Repair</p>\n<p>Bluetooth Speakers - Headphones - iPod Touch<br />\nComputers All Computer Repair</p>\n<p>All Brands & Models - Custom Built - PC & Mac<br />\nGame Consoles Game Console Repair</p>\n<p>PS4 - XBox One - Nintendo Switch<br />\nLaptops All Laptop Repair</p>\n<p>All Brands & Models - Acer, Asus, Compaq, Dell, HP, Lenovo, Toshiba<br />\nMacBooks All MacBook Repair</p>\n<p>All Series & Models - Air, Classic, Pro<br />\nPhones All Phone Repair</p>\n<p>All Brands & Models - BlackBerry, Huawei, iPhone, LG, OnePlus, Samsung, Sony<br />\nSmart Watches Apple Watch Repair</p>\n<p>Apple Watch - Samsung Gear - Moto 360<br />\nTablets All Tablet Repair</p>\n<p>All Brands & Models - iPad, Lenovo Yoga, Microsoft Surface, Samsung Tab</p>\n<p>Drone Repair</p>\n<p>Call us and tell us your issues today!</p>\n<p>Toll Free: (888) 938-8893<br />\nhttpss://techknowspace.com</p>\n<p>Ash Mansukhani<br />\nash@techknowspace.com<br />\nhttpss://twitter.com/techknowspace<br />\nhttpss://www.linkedin.com/company/the-techknow-space</p></div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Ash</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">ash@techknowspace.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">URGENT!</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Hello, </p>\n<p>My Name is Ash and I Run Tech Know Space httpss://techknowspace.com We are your Premium GO-TO Service Centre for All Logic Board & Mainboard Repair</p>\n<p>When other shops say \"it can\'t be fixed\" WE CAN HELP!</p>\n<p>ALL iPHONE 8 & NEWER<br />\nBACK GLASS REPAIR - 1 HOUR</p>\n<p>Devices We Repair<br />\nAudio Devices Audio Device Repair</p>\n<p>Bluetooth Speakers - Headphones - iPod Touch<br />\nComputers All Computer Repair</p>\n<p>All Brands & Models - Custom Built - PC & Mac<br />\nGame Consoles Game Console Repair</p>\n<p>PS4 - XBox One - Nintendo Switch<br />\nLaptops All Laptop Repair</p>\n<p>All Brands & Models - Acer, Asus, Compaq, Dell, HP, Lenovo, Toshiba<br />\nMacBooks All MacBook Repair</p>\n<p>All Series & Models - Air, Classic, Pro<br />\nPhones All Phone Repair</p>\n<p>All Brands & Models - BlackBerry, Huawei, iPhone, LG, OnePlus, Samsung, Sony<br />\nSmart Watches Apple Watch Repair</p>\n<p>Apple Watch - Samsung Gear - Moto 360<br />\nTablets All Tablet Repair</p>\n<p>All Brands & Models - iPad, Lenovo Yoga, Microsoft Surface, Samsung Tab</p>\n<p>Drone Repair</p>\n<p>Call us and tell us your issues today!</p>\n<p>Toll Free: (888) 938-8893<br />\nhttpss://techknowspace.com</p>\n<p>Ash Mansukhani<br />\nash@techknowspace.com<br />\nhttpss://twitter.com/techknowspace<br />\nhttpss://www.linkedin.com/company/the-techknow-space</p></div>\n\n [MIMEHeader:protected] => Date: Wed, 1 Jul 2020 02:21:47 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <5f8aab2c6e3def3d8731bb3ec873d70a@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.0.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.0.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <5f8aab2c6e3def3d8731bb3ec873d70a@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_5f8aab2c6e3def3d8731bb3ec873d70a\n [2] => b2_5f8aab2c6e3def3d8731bb3ec873d70a\n [3] => b3_5f8aab2c6e3def3d8731bb3ec873d70a\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 5f8aab2c6e3def3d8731bb3ec873d70a\n)\n'),
(7, 29, '_debug_log', 'debug_log', '2020-07-10 07:42:56 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-07-10 07:42:56 Connection: opened<br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: DATA<br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Date: Fri, 10 Jul 2020 07:42:55 +0000<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Message-ID: <1bbe4cdbeb6c6914d9b8afd3b1e02cf1@wapejets.com><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.1.1<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <div style="margin-bottom:20px;">atrixxtrix@gmail.com</div><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <div style="margin-bottom:20px;">Dear Sir/mdm, </p><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <p>How are you? </p><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <p>We supply Professional surveillance & medical products: </p><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <p>Moldex, makrite and 3M N95 1860, 9502, 9501, 8210<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: 3ply medical, KN95, FFP2, FFP3, PPDS masks<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Face shield/medical goggles<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Nitrile/vinyl/PP gloves<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Isolation/surgical gown lvl1-4<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Protective PPE/Overalls lvl1-4<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: IR non-contact thermometers/oral thermometers<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: sanitizer dispenser<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Crystal tomato </p><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <p>Logitech/OEM webcam<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Marine underwater CCTV<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Explosionproof CCTV<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: 4G Solar CCTV<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Human body thermal cameras<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: for Body Temperature Measurement up to accuracy of ±0.1?C </p><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <p>Whatsapp: +65 87695655<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Telegram: cctv_hub<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Skype: cctvhub<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: Email: sales@thecctvhub.com<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: W: https://www.thecctvhub.com/ </p><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <p>If you do not wish to receive email from us again, please let us know by replying. </p><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <p>regards,<br /><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: CCTV HUB</p></div><br>\n2020-07-10 07:42:57 CLIENT -> SERVER: <br>\n2020-07-10 07:42:57 CLIENT -> SERVER: .<br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 250 2.0.0 Mail 181316682 queued for delivery in session 5bc00000009.<br>\n2020-07-10 07:42:57 CLIENT -> SERVER: QUIT<br>\n2020-07-10 07:42:57 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-07-10 07:42:57 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">atrixxtrix@gmail.com</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Dear Sir/mdm, </p>\n<p>How are you? </p>\n<p>We supply Professional surveillance & medical products: </p>\n<p>Moldex, makrite and 3M N95 1860, 9502, 9501, 8210<br />\n3ply medical, KN95, FFP2, FFP3, PPDS masks<br />\nFace shield/medical goggles<br />\nNitrile/vinyl/PP gloves<br />\nIsolation/surgical gown lvl1-4<br />\nProtective PPE/Overalls lvl1-4<br />\nIR non-contact thermometers/oral thermometers<br />\nsanitizer dispenser<br />\nCrystal tomato </p>\n<p>Logitech/OEM webcam<br />\nMarine underwater CCTV<br />\nExplosionproof CCTV<br />\n4G Solar CCTV<br />\nHuman body thermal cameras<br />\nfor Body Temperature Measurement up to accuracy of ±0.1?C </p>\n<p>Whatsapp: +65 87695655<br />\nTelegram: cctv_hub<br />\nSkype: cctvhub<br />\nEmail: sales@thecctvhub.com<br />\nW: https://www.thecctvhub.com/ </p>\n<p>If you do not wish to receive email from us again, please let us know by replying. </p>\n<p>regards,<br />\nCCTV HUB</p></div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">atrixxtrix@gmail.com</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Dear Sir/mdm, </p>\n<p>How are you? </p>\n<p>We supply Professional surveillance & medical products: </p>\n<p>Moldex, makrite and 3M N95 1860, 9502, 9501, 8210<br />\n3ply medical, KN95, FFP2, FFP3, PPDS masks<br />\nFace shield/medical goggles<br />\nNitrile/vinyl/PP gloves<br />\nIsolation/surgical gown lvl1-4<br />\nProtective PPE/Overalls lvl1-4<br />\nIR non-contact thermometers/oral thermometers<br />\nsanitizer dispenser<br />\nCrystal tomato </p>\n<p>Logitech/OEM webcam<br />\nMarine underwater CCTV<br />\nExplosionproof CCTV<br />\n4G Solar CCTV<br />\nHuman body thermal cameras<br />\nfor Body Temperature Measurement up to accuracy of ±0.1?C </p>\n<p>Whatsapp: +65 87695655<br />\nTelegram: cctv_hub<br />\nSkype: cctvhub<br />\nEmail: sales@thecctvhub.com<br />\nW: https://www.thecctvhub.com/ </p>\n<p>If you do not wish to receive email from us again, please let us know by replying. </p>\n<p>regards,<br />\nCCTV HUB</p></div>\n\n [MIMEHeader:protected] => Date: Fri, 10 Jul 2020 07:42:55 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <1bbe4cdbeb6c6914d9b8afd3b1e02cf1@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.1.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.1.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <1bbe4cdbeb6c6914d9b8afd3b1e02cf1@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_1bbe4cdbeb6c6914d9b8afd3b1e02cf1\n [2] => b2_1bbe4cdbeb6c6914d9b8afd3b1e02cf1\n [3] => b3_1bbe4cdbeb6c6914d9b8afd3b1e02cf1\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 1bbe4cdbeb6c6914d9b8afd3b1e02cf1\n)\n'),
(8, 39, '_debug_log', 'debug_log', '2020-07-14 20:21:19 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-07-14 20:21:19 Connection: opened<br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: DATA<br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: Date: Tue, 14 Jul 2020 20:21:19 +0000<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: Message-ID: <29d2f731e5806e13ff13671cf88cf980@wapejets.com><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.1.1<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <div style="margin-bottom:20px;">David D.</div><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <div style="margin-bottom:20px;">bruno111@me.com</div><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <div style="margin-bottom:20px;">testovaci</div><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <div style="margin-bottom:20px;">wengionewifwef</div><br>\n2020-07-14 20:21:20 CLIENT -> SERVER: <br>\n2020-07-14 20:21:20 CLIENT -> SERVER: .<br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 250 2.0.0 Mail 91822428 queued for delivery in session 5a7000000009.<br>\n2020-07-14 20:21:20 CLIENT -> SERVER: QUIT<br>\n2020-07-14 20:21:20 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-07-14 20:21:20 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">David D.</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">bruno111@me.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">testovaci</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">wengionewifwef</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">David D.</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">bruno111@me.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">testovaci</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">wengionewifwef</div>\n\n [MIMEHeader:protected] => Date: Tue, 14 Jul 2020 20:21:19 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <29d2f731e5806e13ff13671cf88cf980@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.1.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.1.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <29d2f731e5806e13ff13671cf88cf980@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_29d2f731e5806e13ff13671cf88cf980\n [2] => b2_29d2f731e5806e13ff13671cf88cf980\n [3] => b3_29d2f731e5806e13ff13671cf88cf980\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 29d2f731e5806e13ff13671cf88cf980\n)\n');
INSERT INTO `wp_cf_form_entry_meta` (`meta_id`, `entry_id`, `process_id`, `meta_key`, `meta_value`) VALUES
(9, 46, '_debug_log', 'debug_log', '2020-07-31 18:50:08 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-07-31 18:50:08 Connection: opened<br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: DATA<br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: Date: Fri, 31 Jul 2020 18:50:08 +0000<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: Message-ID: <4d9c961a41ef8766f5ab33fbc141c8a7@wapejets.com><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.1.1<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <div style="margin-bottom:20px;">Eric</div><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <div style="margin-bottom:20px;">eric@talkwithwebvisitor.com</div><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <div style="margin-bottom:20px;">Who needs eyeballs, you need BUSINESS</div><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <div style="margin-bottom:20px;">My name’s Eric and I just came across your website - wapejets.com - in the search results.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>Here’s what that means to me…</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>Your SEO’s working.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>You’re getting eyeballs – mine at least.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>Your content’s pretty good, wouldn’t change a thing.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>BUT…</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>Eyeballs don’t pay the bills.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>CUSTOMERS do.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>And studies show that 7 out of 10 visitors to a site like wapejets.com will drop by, take a gander, and then head for the hills without doing anything else.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>It’s like they never were even there.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>You can fix this.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>You can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>Talk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>CLICK HERE https://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>Now it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>That’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>This could change everything for you and your business.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>CLICK HERE https://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>Eric<br /><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: PS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!<br /><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: It even includes International Long Distance Calling.<br /><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: Paying customers are out there waiting.<br /><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: Starting connecting today by CLICKING HERE https://www.talkwithwebvisitors.com to try Talk With Web Visitor now.</p><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <p>If you'd like to unsubscribe click here https://talkwithwebvisitors.com/unsubscribe.aspx?d=wapejets.com<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: </p></div><br>\n2020-07-31 18:50:09 CLIENT -> SERVER: <br>\n2020-07-31 18:50:09 CLIENT -> SERVER: .<br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 250 2.0.0 Mail 107839887 queued for delivery in session 1c8600000000.<br>\n2020-07-31 18:50:09 CLIENT -> SERVER: QUIT<br>\n2020-07-31 18:50:09 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-07-31 18:50:09 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Eric</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">eric@talkwithwebvisitor.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Who needs eyeballs, you need BUSINESS</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">My name’s Eric and I just came across your website - wapejets.com - in the search results.</p>\n<p>Here’s what that means to me…</p>\n<p>Your SEO’s working.</p>\n<p>You’re getting eyeballs – mine at least.</p>\n<p>Your content’s pretty good, wouldn’t change a thing.</p>\n<p>BUT…</p>\n<p>Eyeballs don’t pay the bills.</p>\n<p>CUSTOMERS do.</p>\n<p>And studies show that 7 out of 10 visitors to a site like wapejets.com will drop by, take a gander, and then head for the hills without doing anything else.</p>\n<p>It’s like they never were even there.</p>\n<p>You can fix this.</p>\n<p>You can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.</p>\n<p>Talk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.</p>\n<p>CLICK HERE https://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.</p>\n<p>Now it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!</p>\n<p>That’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.</p>\n<p>This could change everything for you and your business.</p>\n<p>CLICK HERE https://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.</p>\n<p>Eric<br />\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!<br />\nIt even includes International Long Distance Calling.<br />\nPaying customers are out there waiting.<br />\nStarting connecting today by CLICKING HERE https://www.talkwithwebvisitors.com to try Talk With Web Visitor now.</p>\n<p>If you\'d like to unsubscribe click here https://talkwithwebvisitors.com/unsubscribe.aspx?d=wapejets.com\n</p></div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Eric</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">eric@talkwithwebvisitor.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Who needs eyeballs, you need BUSINESS</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">My name’s Eric and I just came across your website - wapejets.com - in the search results.</p>\n<p>Here’s what that means to me…</p>\n<p>Your SEO’s working.</p>\n<p>You’re getting eyeballs – mine at least.</p>\n<p>Your content’s pretty good, wouldn’t change a thing.</p>\n<p>BUT…</p>\n<p>Eyeballs don’t pay the bills.</p>\n<p>CUSTOMERS do.</p>\n<p>And studies show that 7 out of 10 visitors to a site like wapejets.com will drop by, take a gander, and then head for the hills without doing anything else.</p>\n<p>It’s like they never were even there.</p>\n<p>You can fix this.</p>\n<p>You can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.</p>\n<p>Talk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.</p>\n<p>CLICK HERE https://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.</p>\n<p>Now it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!</p>\n<p>That’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.</p>\n<p>This could change everything for you and your business.</p>\n<p>CLICK HERE https://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.</p>\n<p>Eric<br />\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately!<br />\nIt even includes International Long Distance Calling.<br />\nPaying customers are out there waiting.<br />\nStarting connecting today by CLICKING HERE https://www.talkwithwebvisitors.com to try Talk With Web Visitor now.</p>\n<p>If you\'d like to unsubscribe click here https://talkwithwebvisitors.com/unsubscribe.aspx?d=wapejets.com\n</p></div>\n\n [MIMEHeader:protected] => Date: Fri, 31 Jul 2020 18:50:08 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <4d9c961a41ef8766f5ab33fbc141c8a7@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.1.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.1.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <4d9c961a41ef8766f5ab33fbc141c8a7@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_4d9c961a41ef8766f5ab33fbc141c8a7\n [2] => b2_4d9c961a41ef8766f5ab33fbc141c8a7\n [3] => b3_4d9c961a41ef8766f5ab33fbc141c8a7\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 4d9c961a41ef8766f5ab33fbc141c8a7\n)\n'),
(10, 49, '_debug_log', 'debug_log', '2020-08-16 14:20:47 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-08-16 14:20:47 Connection: opened<br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: DATA<br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: Date: Sun, 16 Aug 2020 14:20:46 +0000<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: Message-ID: <b4117aa0106c47e2c5fd212dd4c7fe0f@wapejets.com><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.1.1<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: <br>\n2020-08-16 14:20:48 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: <div style="margin-bottom:20px;">no-replyrug@gmail.com</div><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: <div style="margin-bottom:20px;">Good day, Belarus is currently experiencing brutal detentions and beatings of civilians. If you want to help them, we have announced a collection of aid for victims of repression in Belarus<br /><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: httpss://www.facebook.com/story.php?story_fbid=1159447944427795&id=603891678</div><br>\n2020-08-16 14:20:48 CLIENT -> SERVER: <br>\n2020-08-16 14:20:48 CLIENT -> SERVER: .<br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 250 2.0.0 Mail 216542766 queued for delivery in session 1eaa00000000.<br>\n2020-08-16 14:20:48 CLIENT -> SERVER: QUIT<br>\n2020-08-16 14:20:48 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-08-16 14:20:48 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">no-replyrug@gmail.com</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Good day, Belarus is currently experiencing brutal detentions and beatings of civilians. If you want to help them, we have announced a collection of aid for victims of repression in Belarus<br />\nhttpss://www.facebook.com/story.php?story_fbid=1159447944427795&id=603891678</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">no-replyrug@gmail.com</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Good day, Belarus is currently experiencing brutal detentions and beatings of civilians. If you want to help them, we have announced a collection of aid for victims of repression in Belarus<br />\nhttpss://www.facebook.com/story.php?story_fbid=1159447944427795&id=603891678</div>\n\n [MIMEHeader:protected] => Date: Sun, 16 Aug 2020 14:20:46 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <b4117aa0106c47e2c5fd212dd4c7fe0f@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.1.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.1.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <b4117aa0106c47e2c5fd212dd4c7fe0f@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_b4117aa0106c47e2c5fd212dd4c7fe0f\n [2] => b2_b4117aa0106c47e2c5fd212dd4c7fe0f\n [3] => b3_b4117aa0106c47e2c5fd212dd4c7fe0f\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => b4117aa0106c47e2c5fd212dd4c7fe0f\n)\n'),
(11, 50, '_debug_log', 'debug_log', '2020-08-16 15:07:50 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-08-16 15:07:50 Connection: opened<br>\n2020-08-16 15:07:51 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-08-16 15:07:51 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-08-16 15:07:51 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-08-16 15:07:51 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-08-16 15:07:51 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-08-16 15:07:51 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-08-16 15:07:51 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: DATA<br>\n2020-08-16 15:07:51 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: Date: Sun, 16 Aug 2020 15:07:50 +0000<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: Message-ID: <bcb65f1522fa57766ac17c522d425240@wapejets.com><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.1.1<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <div style="margin-bottom:20px;">Eric</div><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <div style="margin-bottom:20px;">eric@talkwithwebvisitor.com</div><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <div style="margin-bottom:20px;">Why not TALK with your leads?</div><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <div style="margin-bottom:20px;">My name’s Eric and I just found your site wapejets.com.</p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p>It’s got a lot going for it, but here’s an idea to make it even MORE effective.</p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p>Talk With Web Visitor – CLICK HERE https://www.talkwithwebvisitors.com for a live demo now.</p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p>Talk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.</p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p>And once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.</p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p>CLICK HERE https://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.</p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p>The difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!</p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p>Eric<br /><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: PS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.<br /><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling.<br /><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: You have customers waiting to talk with you right now… don’t keep them waiting.<br /><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: CLICK HERE https://www.talkwithwebvisitors.com to try Talk With Web Visitor now.</p><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <p>If you'd like to unsubscribe click here https://talkwithwebvisitors.com/unsubscribe.aspx?d=wapejets.com<br>\n2020-08-16 15:07:51 CLIENT -> SERVER: </p></div><br>\n2020-08-16 15:07:51 CLIENT -> SERVER: <br>\n2020-08-16 15:07:51 CLIENT -> SERVER: .<br>\n2020-08-16 15:07:52 SERVER -> CLIENT: 250 2.0.0 Mail 121976570 queued for delivery in session b5ba00000003.<br>\n2020-08-16 15:07:52 CLIENT -> SERVER: QUIT<br>\n2020-08-16 15:07:52 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-08-16 15:07:52 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Eric</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">eric@talkwithwebvisitor.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Why not TALK with your leads?</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">My name’s Eric and I just found your site wapejets.com.</p>\n<p>It’s got a lot going for it, but here’s an idea to make it even MORE effective.</p>\n<p>Talk With Web Visitor – CLICK HERE https://www.talkwithwebvisitors.com for a live demo now.</p>\n<p>Talk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.</p>\n<p>And once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.</p>\n<p>CLICK HERE https://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.</p>\n<p>The difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!</p>\n<p>Eric<br />\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.<br />\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling.<br />\nYou have customers waiting to talk with you right now… don’t keep them waiting.<br />\nCLICK HERE https://www.talkwithwebvisitors.com to try Talk With Web Visitor now.</p>\n<p>If you\'d like to unsubscribe click here https://talkwithwebvisitors.com/unsubscribe.aspx?d=wapejets.com\n</p></div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Eric</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">eric@talkwithwebvisitor.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Why not TALK with your leads?</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">My name’s Eric and I just found your site wapejets.com.</p>\n<p>It’s got a lot going for it, but here’s an idea to make it even MORE effective.</p>\n<p>Talk With Web Visitor – CLICK HERE https://www.talkwithwebvisitors.com for a live demo now.</p>\n<p>Talk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.</p>\n<p>And once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.</p>\n<p>CLICK HERE https://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.</p>\n<p>The difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!</p>\n<p>Eric<br />\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them.<br />\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling.<br />\nYou have customers waiting to talk with you right now… don’t keep them waiting.<br />\nCLICK HERE https://www.talkwithwebvisitors.com to try Talk With Web Visitor now.</p>\n<p>If you\'d like to unsubscribe click here https://talkwithwebvisitors.com/unsubscribe.aspx?d=wapejets.com\n</p></div>\n\n [MIMEHeader:protected] => Date: Sun, 16 Aug 2020 15:07:50 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <bcb65f1522fa57766ac17c522d425240@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.1.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.1.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <bcb65f1522fa57766ac17c522d425240@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_bcb65f1522fa57766ac17c522d425240\n [2] => b2_bcb65f1522fa57766ac17c522d425240\n [3] => b3_bcb65f1522fa57766ac17c522d425240\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => bcb65f1522fa57766ac17c522d425240\n)\n');
INSERT INTO `wp_cf_form_entry_meta` (`meta_id`, `entry_id`, `process_id`, `meta_key`, `meta_value`) VALUES
(12, 52, '_debug_log', 'debug_log', '2020-09-03 15:59:05 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-09-03 15:59:05 Connection: opened<br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: DATA<br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Date: Thu, 3 Sep 2020 15:59:05 +0000<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Message-ID: <7479abdbb0770b0154dd14ed990340e3@wapejets.com><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.3.1<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: <br>\n2020-09-03 15:59:06 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: <div style="margin-bottom:20px;">worldwideclaimsagenti@gmail.com</div><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: <div style="margin-bottom:20px;">SVETOVÁ ZDRAVOTNÍ ORGANIZACE / MICRO SOFT CORPORATION / EURO MILLION LOTTERIA<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Grand Royale Park Španelsko<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Cena Cenu Odd Madrid, Španelsko<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Vážený príjemce,<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: S potešením vám oznamujeme, že jste jedním z 10 štastných výher v mezinárodním e-mailu s loterií Euro Millions Vylosování adresy 28. srpna 2020, kvuli smesi jmen a adresy, byl výsledek zverejnen 2. zárí 2020. Všech 10 výherních adres bylo náhodne vybráno z dávky 50 000 000<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: mezinárodních e-mailových adres. Vaše e-mailová adresa se objevila vedle S 10 dalšími vítezem kategorie 3 ve slosování loterie Euro Millions.<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: V dusledku toho jste tedy byli schváleno pro celkovou výplatu 1 000 000,00 EUR (pouze jeden milion EUR), jsou pripojeny následující údaje k vašemu platebnímu príkazu loto: (I) Císlo šarže: BCA / 022 / CAC (ii) Císlo lístku: 197-033-02345 (iii) Štastné císlo: 04-6-8-12-24 (iv) Ref. c .: MTD / SAN / 9500 / LAS.<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Internetové losování o loterijní program Euro Millions se koná jednou za rok a je organizováno tak, aby povzbudilo všechny lidé celící temto prípadum Covid-19. S hrdostí mužeme ríci, že ve více než 150 zemích sveta se každorocne získává více než 200 milionu EUR.<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Chcete-li získat svou výherní cenu, musíte co nejdríve kontaktovat jmenovaného agenta pro okamžité propuštení z vašich výher:<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: JMÉNO: DR .AMPARO ITUBI<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: AMUCIO ABOGADOS FINANCNÍ Advokát SSL.<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: E-mail: amucioabogados@infocaixa.info<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Kontaktní telefon: 0034 -603 - 248 - 636<br /><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: Spozdravem Paní Sandra Amparo. KOORDINÁTOR PROPAGACE.</div><br>\n2020-09-03 15:59:06 CLIENT -> SERVER: <br>\n2020-09-03 15:59:06 CLIENT -> SERVER: .<br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 250 2.0.0 Mail 141767490 queued for delivery in session 565600000009.<br>\n2020-09-03 15:59:06 CLIENT -> SERVER: QUIT<br>\n2020-09-03 15:59:06 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-09-03 15:59:06 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">worldwideclaimsagenti@gmail.com</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">SVETOVÁ ZDRAVOTNÍ ORGANIZACE / MICRO SOFT CORPORATION / EURO MILLION LOTTERIA<br />\nGrand Royale Park Španelsko<br />\nCena Cenu Odd Madrid, Španelsko<br />\nVážený príjemce,<br />\nS potešením vám oznamujeme, že jste jedním z 10 štastných výher v mezinárodním e-mailu s loterií Euro Millions Vylosování adresy 28. srpna 2020, kvuli smesi jmen a adresy, byl výsledek zverejnen 2. zárí 2020. Všech 10 výherních adres bylo náhodne vybráno z dávky 50 000 000<br />\nmezinárodních e-mailových adres. Vaše e-mailová adresa se objevila vedle S 10 dalšími vítezem kategorie 3 ve slosování loterie Euro Millions.<br />\nV dusledku toho jste tedy byli schváleno pro celkovou výplatu 1 000 000,00 EUR (pouze jeden milion EUR), jsou pripojeny následující údaje k vašemu platebnímu príkazu loto: (I) Císlo šarže: BCA / 022 / CAC (ii) Císlo lístku: 197-033-02345 (iii) Štastné císlo: 04-6-8-12-24 (iv) Ref. c .: MTD / SAN / 9500 / LAS.<br />\nInternetové losování o loterijní program Euro Millions se koná jednou za rok a je organizováno tak, aby povzbudilo všechny lidé celící temto prípadum Covid-19. S hrdostí mužeme ríci, že ve více než 150 zemích sveta se každorocne získává více než 200 milionu EUR.<br />\nChcete-li získat svou výherní cenu, musíte co nejdríve kontaktovat jmenovaného agenta pro okamžité propuštení z vašich výher:<br />\nJMÉNO: DR .AMPARO ITUBI<br />\nAMUCIO ABOGADOS FINANCNÍ Advokát SSL.<br />\nE-mail: amucioabogados@infocaixa.info<br />\nKontaktní telefon: 0034 -603 - 248 - 636<br />\nSpozdravem Paní Sandra Amparo. KOORDINÁTOR PROPAGACE.</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">worldwideclaimsagenti@gmail.com</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">SVETOVÁ ZDRAVOTNÍ ORGANIZACE / MICRO SOFT CORPORATION / EURO MILLION LOTTERIA<br />\nGrand Royale Park Španelsko<br />\nCena Cenu Odd Madrid, Španelsko<br />\nVážený príjemce,<br />\nS potešením vám oznamujeme, že jste jedním z 10 štastných výher v mezinárodním e-mailu s loterií Euro Millions Vylosování adresy 28. srpna 2020, kvuli smesi jmen a adresy, byl výsledek zverejnen 2. zárí 2020. Všech 10 výherních adres bylo náhodne vybráno z dávky 50 000 000<br />\nmezinárodních e-mailových adres. Vaše e-mailová adresa se objevila vedle S 10 dalšími vítezem kategorie 3 ve slosování loterie Euro Millions.<br />\nV dusledku toho jste tedy byli schváleno pro celkovou výplatu 1 000 000,00 EUR (pouze jeden milion EUR), jsou pripojeny následující údaje k vašemu platebnímu príkazu loto: (I) Císlo šarže: BCA / 022 / CAC (ii) Císlo lístku: 197-033-02345 (iii) Štastné císlo: 04-6-8-12-24 (iv) Ref. c .: MTD / SAN / 9500 / LAS.<br />\nInternetové losování o loterijní program Euro Millions se koná jednou za rok a je organizováno tak, aby povzbudilo všechny lidé celící temto prípadum Covid-19. S hrdostí mužeme ríci, že ve více než 150 zemích sveta se každorocne získává více než 200 milionu EUR.<br />\nChcete-li získat svou výherní cenu, musíte co nejdríve kontaktovat jmenovaného agenta pro okamžité propuštení z vašich výher:<br />\nJMÉNO: DR .AMPARO ITUBI<br />\nAMUCIO ABOGADOS FINANCNÍ Advokát SSL.<br />\nE-mail: amucioabogados@infocaixa.info<br />\nKontaktní telefon: 0034 -603 - 248 - 636<br />\nSpozdravem Paní Sandra Amparo. KOORDINÁTOR PROPAGACE.</div>\n\n [MIMEHeader:protected] => Date: Thu, 3 Sep 2020 15:59:05 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <7479abdbb0770b0154dd14ed990340e3@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.3.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.3.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <7479abdbb0770b0154dd14ed990340e3@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_7479abdbb0770b0154dd14ed990340e3\n [2] => b2_7479abdbb0770b0154dd14ed990340e3\n [3] => b3_7479abdbb0770b0154dd14ed990340e3\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 7479abdbb0770b0154dd14ed990340e3\n)\n'),
(13, 54, '_debug_log', 'debug_log', '2020-09-19 03:06:31 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-09-19 03:06:31 Connection: opened<br>\n2020-09-19 03:06:32 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-09-19 03:06:32 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-09-19 03:06:32 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-09-19 03:06:32 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-09-19 03:06:32 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-09-19 03:06:32 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-09-19 03:06:32 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: DATA<br>\n2020-09-19 03:06:32 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: Date: Sat, 19 Sep 2020 03:06:31 +0000<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: Message-ID: <ff1ba554f905b1b0fc5d0e0b09510343@wapejets.com><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.3.1<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-09-19 03:06:32 CLIENT -> SERVER: <br>\n2020-09-19 03:06:32 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: <div style="margin-bottom:20px;">games-16@hotmail.de</div><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: <div style="margin-bottom:20px;">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br /><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: https://3526589euro.page.link/6MH1<br /><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: IСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br /><br>\n2020-09-19 03:06:32 CLIENT -> SERVER: NЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br /><br>\n2020-09-19 03:06:33 CLIENT -> SERVER: ODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br /><br>\n2020-09-19 03:06:33 CLIENT -> SERVER: https://352658euro.page.link/Hhzg<br /><br>\n2020-09-19 03:06:33 CLIENT -> SERVER: IСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div><br>\n2020-09-19 03:06:33 CLIENT -> SERVER: <br>\n2020-09-19 03:06:33 CLIENT -> SERVER: .<br>\n2020-09-19 03:06:34 SERVER -> CLIENT: 250 2.0.0 Mail 154989696 queued for delivery in session 27820000000c.<br>\n2020-09-19 03:06:34 CLIENT -> SERVER: QUIT<br>\n2020-09-19 03:06:34 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-09-19 03:06:34 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">games-16@hotmail.de</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br />\nhttps://3526589euro.page.link/6MH1<br />\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br />\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br />\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br />\nhttps://352658euro.page.link/Hhzg<br />\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">games-16@hotmail.de</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br />\nhttps://3526589euro.page.link/6MH1<br />\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br />\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br />\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br />\nhttps://352658euro.page.link/Hhzg<br />\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div>\n\n [MIMEHeader:protected] => Date: Sat, 19 Sep 2020 03:06:31 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <ff1ba554f905b1b0fc5d0e0b09510343@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.3.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.3.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <ff1ba554f905b1b0fc5d0e0b09510343@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_ff1ba554f905b1b0fc5d0e0b09510343\n [2] => b2_ff1ba554f905b1b0fc5d0e0b09510343\n [3] => b3_ff1ba554f905b1b0fc5d0e0b09510343\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => ff1ba554f905b1b0fc5d0e0b09510343\n)\n'),
(14, 55, '_debug_log', 'debug_log', '2020-09-19 03:06:39 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-09-19 03:06:39 Connection: opened<br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: DATA<br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: Date: Sat, 19 Sep 2020 03:06:39 +0000<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: Message-ID: <cd84f63e665021ecfbf1114ec358dc25@wapejets.com><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.3.1<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: <br>\n2020-09-19 03:06:40 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: <div style="margin-bottom:20px;">bomba.chanel.ua@mail.ru</div><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: <div style="margin-bottom:20px;">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br /><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: https://3526589euro.page.link/6MH1<br /><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: IСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br /><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: NЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br /><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: ODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br /><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: https://352658euro.page.link/Hhzg<br /><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: IСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div><br>\n2020-09-19 03:06:40 CLIENT -> SERVER: <br>\n2020-09-19 03:06:40 CLIENT -> SERVER: .<br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 250 2.0.0 Mail 249476898 queued for delivery in session 48ad00000006.<br>\n2020-09-19 03:06:40 CLIENT -> SERVER: QUIT<br>\n2020-09-19 03:06:40 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-09-19 03:06:40 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">bomba.chanel.ua@mail.ru</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br />\nhttps://3526589euro.page.link/6MH1<br />\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br />\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br />\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br />\nhttps://352658euro.page.link/Hhzg<br />\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">bomba.chanel.ua@mail.ru</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br />\nhttps://3526589euro.page.link/6MH1<br />\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br />\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br />\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br />\nhttps://352658euro.page.link/Hhzg<br />\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div>\n\n [MIMEHeader:protected] => Date: Sat, 19 Sep 2020 03:06:39 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <cd84f63e665021ecfbf1114ec358dc25@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.3.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.3.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <cd84f63e665021ecfbf1114ec358dc25@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_cd84f63e665021ecfbf1114ec358dc25\n [2] => b2_cd84f63e665021ecfbf1114ec358dc25\n [3] => b3_cd84f63e665021ecfbf1114ec358dc25\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => cd84f63e665021ecfbf1114ec358dc25\n)\n'),
(15, 56, '_debug_log', 'debug_log', '2020-09-19 03:06:47 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-09-19 03:06:47 Connection: opened<br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: DATA<br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: Date: Sat, 19 Sep 2020 03:06:47 +0000<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: Message-ID: <745a4aa0de289435baa65f7322ab6bb9@wapejets.com><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.3.1<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: <br>\n2020-09-19 03:06:48 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: <div style="margin-bottom:20px;">chata@yahoo.de</div><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: <div style="margin-bottom:20px;">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br /><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: https://3526589euro.page.link/6MH1<br /><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: IСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br /><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: NЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br /><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: ODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br /><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: https://352658euro.page.link/Hhzg<br /><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: IСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div><br>\n2020-09-19 03:06:48 CLIENT -> SERVER: <br>\n2020-09-19 03:06:48 CLIENT -> SERVER: .<br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 250 2.0.0 Mail 157021050 queued for delivery in session 8e2b0000000c.<br>\n2020-09-19 03:06:48 CLIENT -> SERVER: QUIT<br>\n2020-09-19 03:06:48 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-09-19 03:06:48 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">chata@yahoo.de</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br />\nhttps://3526589euro.page.link/6MH1<br />\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br />\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br />\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br />\nhttps://352658euro.page.link/Hhzg<br />\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">chata@yahoo.de</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br />\nhttps://3526589euro.page.link/6MH1<br />\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br />\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br />\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br />\nhttps://352658euro.page.link/Hhzg<br />\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div>\n\n [MIMEHeader:protected] => Date: Sat, 19 Sep 2020 03:06:47 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <745a4aa0de289435baa65f7322ab6bb9@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.3.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.3.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <745a4aa0de289435baa65f7322ab6bb9@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_745a4aa0de289435baa65f7322ab6bb9\n [2] => b2_745a4aa0de289435baa65f7322ab6bb9\n [3] => b3_745a4aa0de289435baa65f7322ab6bb9\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 745a4aa0de289435baa65f7322ab6bb9\n)\n');
INSERT INTO `wp_cf_form_entry_meta` (`meta_id`, `entry_id`, `process_id`, `meta_key`, `meta_value`) VALUES
(16, 57, '_debug_log', 'debug_log', '2020-09-19 03:06:54 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-09-19 03:06:54 Connection: opened<br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: DATA<br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: Date: Sat, 19 Sep 2020 03:06:54 +0000<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: Message-ID: <1b518242d2425d4a06d6cb059e5e4d87@wapejets.com><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.3.1<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: <br>\n2020-09-19 03:06:55 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: <div style="margin-bottom:20px;">ernst.nadine@t-online.de</div><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: <div style="margin-bottom:20px;">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br /><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: https://3526589euro.page.link/6MH1<br /><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: IСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br /><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: NЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br /><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: ODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br /><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: https://352658euro.page.link/Hhzg<br /><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: IСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div><br>\n2020-09-19 03:06:55 CLIENT -> SERVER: <br>\n2020-09-19 03:06:55 CLIENT -> SERVER: .<br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 250 2.0.0 Mail 248632446 queued for delivery in session 105200000006.<br>\n2020-09-19 03:06:55 CLIENT -> SERVER: QUIT<br>\n2020-09-19 03:06:55 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-09-19 03:06:55 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">ernst.nadine@t-online.de</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br />\nhttps://3526589euro.page.link/6MH1<br />\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br />\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br />\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br />\nhttps://352658euro.page.link/Hhzg<br />\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">ernst.nadine@t-online.de</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN.<br />\nhttps://3526589euro.page.link/6MH1<br />\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN.<br />\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT?<br />\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND?<br />\nhttps://352658euro.page.link/Hhzg<br />\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!</div>\n\n [MIMEHeader:protected] => Date: Sat, 19 Sep 2020 03:06:54 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <1b518242d2425d4a06d6cb059e5e4d87@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.3.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.3.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <1b518242d2425d4a06d6cb059e5e4d87@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_1b518242d2425d4a06d6cb059e5e4d87\n [2] => b2_1b518242d2425d4a06d6cb059e5e4d87\n [3] => b3_1b518242d2425d4a06d6cb059e5e4d87\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 1b518242d2425d4a06d6cb059e5e4d87\n)\n'),
(17, 62, '_debug_log', 'debug_log', '2020-10-23 10:14:15 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-10-23 10:14:15 Connection: opened<br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: DATA<br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: Date: Fri, 23 Oct 2020 10:14:15 +0000<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: Message-ID: <a698dab816e9369357db429370a4e95a@wapejets.com><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.3.1<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <div style="margin-bottom:20px;">Ing.Martin Nuhlíček</div><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <div style="margin-bottom:20px;">jana.durisova@balade.cz</div><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <div style="margin-bottom:20px;">poptávka</div><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <div style="margin-bottom:20px;">Dobrý den, poptávám let z Kunovic nebo Prahy do Malagy pro 2 osoby a zpět. Termín je jen předběžný např. 9.11.-30.11. Nebránili bychom se i letu s jiným pasažery. Děkuji</div><br>\n2020-10-23 10:14:16 CLIENT -> SERVER: <br>\n2020-10-23 10:14:16 CLIENT -> SERVER: .<br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 250 2.0.0 Mail 190919600 queued for delivery in session 6bb30000000c.<br>\n2020-10-23 10:14:16 CLIENT -> SERVER: QUIT<br>\n2020-10-23 10:14:16 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-10-23 10:14:16 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Ing.Martin Nuhlíček</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">jana.durisova@balade.cz</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">poptávka</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Dobrý den, poptávám let z Kunovic nebo Prahy do Malagy pro 2 osoby a zpět. Termín je jen předběžný např. 9.11.-30.11. Nebránili bychom se i letu s jiným pasažery. Děkuji</div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Ing.Martin Nuhlíček</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">jana.durisova@balade.cz</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">poptávka</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Dobrý den, poptávám let z Kunovic nebo Prahy do Malagy pro 2 osoby a zpět. Termín je jen předběžný např. 9.11.-30.11. Nebránili bychom se i letu s jiným pasažery. Děkuji</div>\n\n [MIMEHeader:protected] => Date: Fri, 23 Oct 2020 10:14:15 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <a698dab816e9369357db429370a4e95a@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.3.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.3.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <a698dab816e9369357db429370a4e95a@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_a698dab816e9369357db429370a4e95a\n [2] => b2_a698dab816e9369357db429370a4e95a\n [3] => b3_a698dab816e9369357db429370a4e95a\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => a698dab816e9369357db429370a4e95a\n)\n'),
(18, 65, '_debug_log', 'debug_log', '2020-11-02 19:26:14 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array ()<br>\n2020-11-02 19:26:14 Connection: opened<br>\n2020-11-02 19:26:15 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-11-02 19:26:15 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-11-02 19:26:15 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: aW5mb0B3YXBlamV0cy5jb20=<br>\n2020-11-02 19:26:15 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: RW1icmFlcmxlZ2FjeTY1MA==<br>\n2020-11-02 19:26:15 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-11-02 19:26:15 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-11-02 19:26:15 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: DATA<br>\n2020-11-02 19:26:15 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: Date: Mon, 2 Nov 2020 19:26:14 +0000<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: Message-ID: <745538fc39ed43f0faebf0e70d1bcf47@wapejets.com><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.5.1<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <div style="margin-bottom:20px;">Lucia Mikulova</div><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <div style="margin-bottom:20px;">lucia.mikulova@hotmail.com</div><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <div style="margin-bottom:20px;">Pracovna prilezitost</div><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <div style="margin-bottom:20px;">Dobry den ,</p><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <p>zaujimalo by ma ci existuju vo Vasej spolocnostj nejake karierne moznosti pre VIP flight attendants. Mam predchadzajucu skusenost - 10 rokov aktivnej kariery v leteckom priemysle (z toho 5 rocna skusenost na veducej pozicii).<br /><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: Velmi pekne dakujem za Vas cas.</p><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <p>S uctivym pozdravom,</p><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <p>Lucia Mikulova</p></div><br>\n2020-11-02 19:26:15 CLIENT -> SERVER: <br>\n2020-11-02 19:26:15 CLIENT -> SERVER: .<br>\n2020-11-02 19:26:16 SERVER -> CLIENT: 250 2.0.0 Mail 202238303 queued for delivery in session 205200000004.<br>\n2020-11-02 19:26:16 CLIENT -> SERVER: QUIT<br>\n2020-11-02 19:26:16 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-11-02 19:26:16 Connection: closed<br>\nWPMailSMTP\\MailCatcher Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Version] => 5.2.27\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (addAnAddress Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [ReturnPath] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Lucia Mikulova</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">lucia.mikulova@hotmail.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Pracovna prilezitost</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Dobry den ,</p>\n<p>zaujimalo by ma ci existuju vo Vasej spolocnostj nejake karierne moznosti pre VIP flight attendants. Mam predchadzajucu skusenost - 10 rokov aktivnej kariery v leteckom priemysle (z toho 5 rocna skusenost na veducej pozicii).<br />\nVelmi pekne dakujem za Vas cas.</p>\n<p>S uctivym pozdravom,</p>\n<p>Lucia Mikulova</p></div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Lucia Mikulova</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">lucia.mikulova@hotmail.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Pracovna prilezitost</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Dobry den ,</p>\n<p>zaujimalo by ma ci existuju vo Vasej spolocnostj nejake karierne moznosti pre VIP flight attendants. Mam predchadzajucu skusenost - 10 rokov aktivnej kariery v leteckom priemysle (z toho 5 rocna skusenost na veducej pozicii).<br />\nVelmi pekne dakujem za Vas cas.</p>\n<p>S uctivym pozdravom,</p>\n<p>Lucia Mikulova</p></div>\n\n [MIMEHeader:protected] => Date: Mon, 2 Nov 2020 19:26:14 +0000\nTo: zuzana@wapejets.com\nFrom: WAPE JETS <info@wapejets.com>\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\nMessage-ID: <745538fc39ed43f0faebf0e70d1bcf47@wapejets.com>\nX-Mailer: WPMailSMTP/Mailer/smtp 2.5.1\nMIME-Version: 1.0\nContent-Type: text/html; charset=UTF-8\nContent-Transfer-Encoding: 8bit\n\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [PluginDir] => \n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [Realm] => \n [Workstation] => \n [Timeout] => 300\n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [LE] => \n\n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.5.1\n [smtp:protected] => SMTP Object\n (\n [Version] => 5.2.27\n [SMTP_PORT] => 25\n [CRLF] => \r\n\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[0-9]{3} OK id=(.*)/\n [sendmail] => /[0-9]{3} 2.0.0 (.*) Message/\n [postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <745538fc39ed43f0faebf0e70d1bcf47@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_745538fc39ed43f0faebf0e70d1bcf47\n [2] => b2_745538fc39ed43f0faebf0e70d1bcf47\n [3] => b3_745538fc39ed43f0faebf0e70d1bcf47\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 745538fc39ed43f0faebf0e70d1bcf47\n)\n'),
(19, 67, '_debug_log', 'debug_log', '2020-11-17 18:29:36 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array()<br>\n2020-11-17 18:29:36 Connection: opened<br>\n2020-11-17 18:29:37 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-11-17 18:29:37 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-11-17 18:29:37 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: [credentials hidden]<br>\n2020-11-17 18:29:37 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: [credentials hidden]<br>\n2020-11-17 18:29:37 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-11-17 18:29:37 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-11-17 18:29:37 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: DATA<br>\n2020-11-17 18:29:37 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: Date: Tue, 17 Nov 2020 18:29:36 +0000<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: Message-ID: <81zgplfQBkWYBu6DKf2oP37grqZBMTsFVw5zdwagxY@wapejets.com><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.5.1<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <div style="margin-bottom:20px;">Eric</div><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <div style="margin-bottom:20px;">ericjonesonline@outlook.com</div><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <div style="margin-bottom:20px;">Try this, get more leads</div><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <div style="margin-bottom:20px;">Hi, my name is Eric and I’m betting you’d like your website wapejets.com to generate more leads.</p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p>Here’s how:<br /><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: Talk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at wapejets.com.</p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p>Talk With Web Visitor – CLICK HERE http://www.talkwithcustomer.com for a live demo now.</p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p>And now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.</p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p>If they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.</p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p>CLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.</p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p>The difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!</p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p>Try Talk With Web Visitor and get more leads now.</p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p>Eric<br /><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: PS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!<br /><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: Talk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling.<br /><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: You have customers waiting to talk with you right now… don’t keep them waiting.<br /><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: CLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.</p><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <p>If you'd like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=wapejets.com</p></div><br>\n2020-11-17 18:29:37 CLIENT -> SERVER: <br>\n2020-11-17 18:29:37 CLIENT -> SERVER: .<br>\n2020-11-17 18:29:38 SERVER -> CLIENT: 250 2.0.0 Mail 219676199 queued for delivery in session 46d500000000.<br>\n2020-11-17 18:29:38 CLIENT -> SERVER: QUIT<br>\n2020-11-17 18:29:38 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-11-17 18:29:38 Connection: closed<br>\nWPMailSMTP\\MailCatcherV6 Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Eric</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">ericjonesonline@outlook.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Try this, get more leads</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Hi, my name is Eric and I’m betting you’d like your website wapejets.com to generate more leads.</p>\n<p>Here’s how:<br />\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at wapejets.com.</p>\n<p>Talk With Web Visitor – CLICK HERE http://www.talkwithcustomer.com for a live demo now.</p>\n<p>And now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.</p>\n<p>If they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.</p>\n<p>CLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.</p>\n<p>The difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!</p>\n<p>Try Talk With Web Visitor and get more leads now.</p>\n<p>Eric<br />\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!<br />\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling.<br />\nYou have customers waiting to talk with you right now… don’t keep them waiting.<br />\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.</p>\n<p>If you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=wapejets.com</p></div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\r\n<div style=\"margin-bottom:20px;\">Eric</div>\r\n<p><strong>Email</strong></p>\r\n<div style=\"margin-bottom:20px;\">ericjonesonline@outlook.com</div>\r\n<p><strong>Předmět</strong></p>\r\n<div style=\"margin-bottom:20px;\">Try this, get more leads</div>\r\n<p><strong>Zpráva</strong></p>\r\n<div style=\"margin-bottom:20px;\">Hi, my name is Eric and I’m betting you’d like your website wapejets.com to generate more leads.</p>\r\n<p>Here’s how:<br />\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at wapejets.com.</p>\r\n<p>Talk With Web Visitor – CLICK HERE http://www.talkwithcustomer.com for a live demo now.</p>\r\n<p>And now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.</p>\r\n<p>If they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.</p>\r\n<p>CLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.</p>\r\n<p>The difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!</p>\r\n<p>Try Talk With Web Visitor and get more leads now.</p>\r\n<p>Eric<br />\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!<br />\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling.<br />\r\nYou have customers waiting to talk with you right now… don’t keep them waiting.<br />\r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.</p>\r\n<p>If you\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=wapejets.com</p></div>\r\n\n [MIMEHeader:protected] => Date: Tue, 17 Nov 2020 18:29:36 +0000\r\nTo: zuzana@wapejets.com\r\nFrom: WAPE JETS <info@wapejets.com>\r\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\r\nMessage-ID: <81zgplfQBkWYBu6DKf2oP37grqZBMTsFVw5zdwagxY@wapejets.com>\r\nX-Mailer: WPMailSMTP/Mailer/smtp 2.5.1\r\nMIME-Version: 1.0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: 8bit\r\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [oauth:protected] => \n [Timeout] => 300\n [dsn] => \n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray:protected] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_copyHeaderFields] => 1\n [DKIM_extraHeaders] => Array\n (\n )\n\n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.5.1\n [smtp:protected] => PHPMailer\\PHPMailer\\SMTP Object\n (\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[\\d]{3} OK id=(.*)/\n [sendmail] => /[\\d]{3} 2.0.0 (.*) Message/\n [postfix] => /[\\d]{3} 2.0.0 Ok: queued as (.*)/\n [Microsoft_ESMTP] => /[0-9]{3} 2.[\\d].0 (.*)@(?:.*) Queued mail for delivery/\n [Amazon_SES] => /[\\d]{3} Ok (.*)/\n [SendGrid] => /[\\d]{3} Ok: queued as (.*)/\n [CampaignMonitor] => /[\\d]{3} 2.0.0 OK:([a-zA-Z\\d]{48})/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <81zgplfQBkWYBu6DKf2oP37grqZBMTsFVw5zdwagxY@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_81zgplfQBkWYBu6DKf2oP37grqZBMTsFVw5zdwagxY\n [2] => b2_81zgplfQBkWYBu6DKf2oP37grqZBMTsFVw5zdwagxY\n [3] => b3_81zgplfQBkWYBu6DKf2oP37grqZBMTsFVw5zdwagxY\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [invalid_hostentry] => Invalid hostentry: \n [invalid_host] => Invalid host: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => 81zgplfQBkWYBu6DKf2oP37grqZBMTsFVw5zdwagxY\n)\n');
INSERT INTO `wp_cf_form_entry_meta` (`meta_id`, `entry_id`, `process_id`, `meta_key`, `meta_value`) VALUES
(20, 68, '_debug_log', 'debug_log', '2020-11-22 12:11:43 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array()<br>\n2020-11-22 12:11:43 Connection: opened<br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: [credentials hidden]<br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: [credentials hidden]<br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: DATA<br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: Date: Sun, 22 Nov 2020 12:11:43 +0000<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: Message-ID: <r3hqZYgZeqNuFuykeailD3hGYpNLuiqQU4F7h8OU@wapejets.com><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.5.1<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <div style="margin-bottom:20px;">Ernestina</div><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <div style="margin-bottom:20px;">pate.ernestina@gmail.com</div><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <div style="margin-bottom:20px;">How To Get More Traffic to wapejets.com in 2021</div><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <div style="margin-bottom:20px;">Hi,</p><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <p>We're wondering if you've ever considered taking the content from wapejets.com and converting it into videos to promote on social media platforms such as Youtube?</p><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <p>It's another 'rod in the pond' in terms of traffic generation, as so many people use Youtube.</p><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <p>You can read a bit more about the software here: https://www.vidnami.com/c/Abram18-vn-freetrial</p><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <p>Kind Regards,<br /><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: Ernestina</p></div><br>\n2020-11-22 12:11:44 CLIENT -> SERVER: <br>\n2020-11-22 12:11:44 CLIENT -> SERVER: .<br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 250 2.0.0 Mail 227135321 queued for delivery in session 526600000002.<br>\n2020-11-22 12:11:44 CLIENT -> SERVER: QUIT<br>\n2020-11-22 12:11:44 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-11-22 12:11:44 Connection: closed<br>\nWPMailSMTP\\MailCatcherV6 Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Ernestina</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">pate.ernestina@gmail.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">How To Get More Traffic to wapejets.com in 2021</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Hi,</p>\n<p>We\'re wondering if you\'ve ever considered taking the content from wapejets.com and converting it into videos to promote on social media platforms such as Youtube?</p>\n<p>It\'s another \'rod in the pond\' in terms of traffic generation, as so many people use Youtube.</p>\n<p>You can read a bit more about the software here: https://www.vidnami.com/c/Abram18-vn-freetrial</p>\n<p>Kind Regards,<br />\nErnestina</p></div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\r\n<div style=\"margin-bottom:20px;\">Ernestina</div>\r\n<p><strong>Email</strong></p>\r\n<div style=\"margin-bottom:20px;\">pate.ernestina@gmail.com</div>\r\n<p><strong>Předmět</strong></p>\r\n<div style=\"margin-bottom:20px;\">How To Get More Traffic to wapejets.com in 2021</div>\r\n<p><strong>Zpráva</strong></p>\r\n<div style=\"margin-bottom:20px;\">Hi,</p>\r\n<p>We\'re wondering if you\'ve ever considered taking the content from wapejets.com and converting it into videos to promote on social media platforms such as Youtube?</p>\r\n<p>It\'s another \'rod in the pond\' in terms of traffic generation, as so many people use Youtube.</p>\r\n<p>You can read a bit more about the software here: https://www.vidnami.com/c/Abram18-vn-freetrial</p>\r\n<p>Kind Regards,<br />\r\nErnestina</p></div>\r\n\n [MIMEHeader:protected] => Date: Sun, 22 Nov 2020 12:11:43 +0000\r\nTo: zuzana@wapejets.com\r\nFrom: WAPE JETS <info@wapejets.com>\r\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\r\nMessage-ID: <r3hqZYgZeqNuFuykeailD3hGYpNLuiqQU4F7h8OU@wapejets.com>\r\nX-Mailer: WPMailSMTP/Mailer/smtp 2.5.1\r\nMIME-Version: 1.0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: 8bit\r\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [oauth:protected] => \n [Timeout] => 300\n [dsn] => \n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray:protected] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_copyHeaderFields] => 1\n [DKIM_extraHeaders] => Array\n (\n )\n\n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.5.1\n [smtp:protected] => PHPMailer\\PHPMailer\\SMTP Object\n (\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[\\d]{3} OK id=(.*)/\n [sendmail] => /[\\d]{3} 2.0.0 (.*) Message/\n [postfix] => /[\\d]{3} 2.0.0 Ok: queued as (.*)/\n [Microsoft_ESMTP] => /[0-9]{3} 2.[\\d].0 (.*)@(?:.*) Queued mail for delivery/\n [Amazon_SES] => /[\\d]{3} Ok (.*)/\n [SendGrid] => /[\\d]{3} Ok: queued as (.*)/\n [CampaignMonitor] => /[\\d]{3} 2.0.0 OK:([a-zA-Z\\d]{48})/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <r3hqZYgZeqNuFuykeailD3hGYpNLuiqQU4F7h8OU@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_r3hqZYgZeqNuFuykeailD3hGYpNLuiqQU4F7h8OU\n [2] => b2_r3hqZYgZeqNuFuykeailD3hGYpNLuiqQU4F7h8OU\n [3] => b3_r3hqZYgZeqNuFuykeailD3hGYpNLuiqQU4F7h8OU\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [invalid_hostentry] => Invalid hostentry: \n [invalid_host] => Invalid host: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => r3hqZYgZeqNuFuykeailD3hGYpNLuiqQU4F7h8OU\n)\n'),
(21, 70, '_debug_log', 'debug_log', '2020-11-29 22:06:00 Connection: opening to ssl://smtp.seznam.cz:465, timeout=300, options=array()<br>\n2020-11-29 22:06:00 Connection: opened<br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 220 2.0.0 Seznam SMTP server waiting for your HELO/EHLO<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: EHLO wapejets.com<br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 250-Email.Seznam.cz - Email zdarma na cely zivot ESMTP250-AUTH LOGIN PLAIN250-8BITMIME250-PIPELINING250-SIZE 26000000250-ENHANCEDSTATUSCODES250 X-SZNEXTENSIONS<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: AUTH LOGIN<br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 334 VXNlcm5hbWU6<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: [credentials hidden]<br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 334 UGFzc3dvcmQ6<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: [credentials hidden]<br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 235 2.2.0 Authentication succeeded<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: MAIL FROM:<info@wapejets.com><br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 250 2.1.0 Ok <info@wapejets.com><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: RCPT TO:<zuzana@wapejets.com><br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 250 2.1.5 Ok <zuzana@wapejets.com><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: DATA<br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 354 Enter message, ending with <CRLF>.<CRLF><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: Date: Sun, 29 Nov 2020 22:06:00 +0000<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: To: zuzana@wapejets.com<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: From: WAPE JETS <info@wapejets.com><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: Subject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: Message-ID: <G7aNyR4rSsYEI7xtYBB4vE3iihEoARB1l0BqxYG3dg@wapejets.com><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: X-Mailer: WPMailSMTP/Mailer/smtp 2.5.1<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: MIME-Version: 1.0<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: Content-Type: text/html; charset=UTF-8<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <p><strong>Jméno a příjmení</strong></p><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <div style="margin-bottom:20px;">Erick</div><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <p><strong>Email</strong></p><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <div style="margin-bottom:20px;">erick.raines@gmail.com</div><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <p><strong>Předmět</strong></p><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <div style="margin-bottom:20px;">Get Domain Authority 50+ for wapejets.com</div><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <p><strong>Zpráva</strong></p><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <div style="margin-bottom:20px;">Hi there</p><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <p>If you want to get ahead of your competition then you must have a higher Domain Authority score for your website. Its just as simple as that. With our service your wapejets.com DA score will get above 50 points in just 30 days.</p><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <p>This service is guaranteed</p><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <p>For more information, check our service here<br /><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: https://speed-seo.net/product/moz-da50-seo-plan/</p><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <p>thank you<br /><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: Speed SEO Digital Team<br /><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: support@speed-seo.net</p></div><br>\n2020-11-29 22:06:01 CLIENT -> SERVER: <br>\n2020-11-29 22:06:01 CLIENT -> SERVER: .<br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 250 2.0.0 Mail 761194300 queued for delivery in session 633100000000.<br>\n2020-11-29 22:06:01 CLIENT -> SERVER: QUIT<br>\n2020-11-29 22:06:01 SERVER -> CLIENT: 221 2.0.0 Thanks for your visit, have a nice day.<br>\n2020-11-29 22:06:01 Connection: closed<br>\nWPMailSMTP\\MailCatcherV6 Object\n(\n [action_function] => \\WPMailSMTP\\Processor::send_callback\n [Priority] => \n [CharSet] => UTF-8\n [ContentType] => text/html\n [Encoding] => 8bit\n [ErrorInfo] => Invalid address: (Reply-To): \n [From] => info@wapejets.com\n [FromName] => WAPE JETS\n [Sender] => \n [Subject] => Zpráva z formuláře na wapejets.com\n [Body] => <p><strong>Jméno a příjmení</strong></p>\n<div style=\"margin-bottom:20px;\">Erick</div>\n<p><strong>Email</strong></p>\n<div style=\"margin-bottom:20px;\">erick.raines@gmail.com</div>\n<p><strong>Předmět</strong></p>\n<div style=\"margin-bottom:20px;\">Get Domain Authority 50+ for wapejets.com</div>\n<p><strong>Zpráva</strong></p>\n<div style=\"margin-bottom:20px;\">Hi there</p>\n<p>If you want to get ahead of your competition then you must have a higher Domain Authority score for your website. Its just as simple as that. With our service your wapejets.com DA score will get above 50 points in just 30 days.</p>\n<p>This service is guaranteed</p>\n<p>For more information, check our service here<br />\nhttps://speed-seo.net/product/moz-da50-seo-plan/</p>\n<p>thank you<br />\nSpeed SEO Digital Team<br />\nsupport@speed-seo.net</p></div>\n\n [AltBody] => \n [Ical] => \n [MIMEBody:protected] => <p><strong>Jméno a příjmení</strong></p>\r\n<div style=\"margin-bottom:20px;\">Erick</div>\r\n<p><strong>Email</strong></p>\r\n<div style=\"margin-bottom:20px;\">erick.raines@gmail.com</div>\r\n<p><strong>Předmět</strong></p>\r\n<div style=\"margin-bottom:20px;\">Get Domain Authority 50+ for wapejets.com</div>\r\n<p><strong>Zpráva</strong></p>\r\n<div style=\"margin-bottom:20px;\">Hi there</p>\r\n<p>If you want to get ahead of your competition then you must have a higher Domain Authority score for your website. Its just as simple as that. With our service your wapejets.com DA score will get above 50 points in just 30 days.</p>\r\n<p>This service is guaranteed</p>\r\n<p>For more information, check our service here<br />\r\nhttps://speed-seo.net/product/moz-da50-seo-plan/</p>\r\n<p>thank you<br />\r\nSpeed SEO Digital Team<br />\r\nsupport@speed-seo.net</p></div>\r\n\n [MIMEHeader:protected] => Date: Sun, 29 Nov 2020 22:06:00 +0000\r\nTo: zuzana@wapejets.com\r\nFrom: WAPE JETS <info@wapejets.com>\r\nSubject: =?UTF-8?Q?Zpr=C3=A1va_z_formul=C3=A1=C5=99e_na_wapejets.com?=\r\nMessage-ID: <G7aNyR4rSsYEI7xtYBB4vE3iihEoARB1l0BqxYG3dg@wapejets.com>\r\nX-Mailer: WPMailSMTP/Mailer/smtp 2.5.1\r\nMIME-Version: 1.0\r\nContent-Type: text/html; charset=UTF-8\r\nContent-Transfer-Encoding: 8bit\r\n\n [mailHeader:protected] => \n [WordWrap] => 0\n [Mailer] => smtp\n [Sendmail] => /usr/sbin/sendmail\n [UseSendmailOptions] => 1\n [ConfirmReadingTo] => \n [Hostname] => \n [MessageID] => \n [MessageDate] => \n [Host] => smtp.seznam.cz\n [Port] => 465\n [Helo] => \n [SMTPSecure] => ssl\n [SMTPAutoTLS] => 1\n [SMTPAuth] => 1\n [SMTPOptions] => Array\n (\n )\n\n [Username] => info@wapejets.com\n [Password] => Embraerlegacy650\n [AuthType] => \n [oauth:protected] => \n [Timeout] => 300\n [dsn] => \n [SMTPDebug] => 3\n [Debugoutput] => html\n [SMTPKeepAlive] => \n [SingleTo] => \n [SingleToArray:protected] => Array\n (\n )\n\n [do_verp] => \n [AllowEmpty] => \n [DKIM_selector] => \n [DKIM_identity] => \n [DKIM_passphrase] => \n [DKIM_domain] => \n [DKIM_copyHeaderFields] => 1\n [DKIM_extraHeaders] => Array\n (\n )\n\n [DKIM_private] => \n [DKIM_private_string] => \n [XMailer] => WPMailSMTP/Mailer/smtp 2.5.1\n [smtp:protected] => PHPMailer\\PHPMailer\\SMTP Object\n (\n [do_debug] => 3\n [Debugoutput] => html\n [do_verp] => \n [Timeout] => 300\n [Timelimit] => 300\n [smtp_transaction_id_patterns:protected] => Array\n (\n [exim] => /[\\d]{3} OK id=(.*)/\n [sendmail] => /[\\d]{3} 2.0.0 (.*) Message/\n [postfix] => /[\\d]{3} 2.0.0 Ok: queued as (.*)/\n [Microsoft_ESMTP] => /[0-9]{3} 2.[\\d].0 (.*)@(?:.*) Queued mail for delivery/\n [Amazon_SES] => /[\\d]{3} Ok (.*)/\n [SendGrid] => /[\\d]{3} Ok: queued as (.*)/\n [CampaignMonitor] => /[\\d]{3} 2.0.0 OK:([a-zA-Z\\d]{48})/\n )\n\n [last_smtp_transaction_id:protected] => \n [smtp_conn:protected] => \n [error:protected] => Array\n (\n [error] => \n [detail] => \n [smtp_code] => \n [smtp_code_ex] => \n )\n\n [helo_rply:protected] => \n [server_caps:protected] => \n [last_reply:protected] => 221 2.0.0 Thanks for your visit, have a nice day.\r\n\n )\n\n [to:protected] => Array\n (\n [0] => Array\n (\n [0] => zuzana@wapejets.com\n [1] => \n )\n\n )\n\n [cc:protected] => Array\n (\n )\n\n [bcc:protected] => Array\n (\n )\n\n [ReplyTo:protected] => Array\n (\n )\n\n [all_recipients:protected] => Array\n (\n [zuzana@wapejets.com] => 1\n )\n\n [RecipientsQueue:protected] => Array\n (\n )\n\n [ReplyToQueue:protected] => Array\n (\n )\n\n [attachment:protected] => Array\n (\n )\n\n [CustomHeader:protected] => Array\n (\n )\n\n [lastMessageID:protected] => <G7aNyR4rSsYEI7xtYBB4vE3iihEoARB1l0BqxYG3dg@wapejets.com>\n [message_type:protected] => plain\n [boundary:protected] => Array\n (\n [1] => b1_G7aNyR4rSsYEI7xtYBB4vE3iihEoARB1l0BqxYG3dg\n [2] => b2_G7aNyR4rSsYEI7xtYBB4vE3iihEoARB1l0BqxYG3dg\n [3] => b3_G7aNyR4rSsYEI7xtYBB4vE3iihEoARB1l0BqxYG3dg\n )\n\n [language:protected] => Array\n (\n [authenticate] => SMTP Error: Could not authenticate.\n [connect_host] => SMTP Error: Could not connect to SMTP host.\n [data_not_accepted] => SMTP Error: data not accepted.\n [empty_message] => Message body empty\n [encoding] => Unknown encoding: \n [execute] => Could not execute: \n [file_access] => Could not access file: \n [file_open] => File Error: Could not open file: \n [from_failed] => The following From address failed: \n [instantiate] => Could not instantiate mail function.\n [invalid_address] => Invalid address: \n [invalid_hostentry] => Invalid hostentry: \n [invalid_host] => Invalid host: \n [mailer_not_supported] => mailer is not supported.\n [provide_address] => You must provide at least one recipient email address.\n [recipients_failed] => SMTP Error: The following recipients failed: \n [signing] => Signing Error: \n [smtp_connect_failed] => SMTP connect() failed.\n [smtp_error] => SMTP server error: \n [variable_set] => Cannot set or reset variable: \n [extension_missing] => Extension missing: \n )\n\n [error_count:protected] => 0\n [sign_cert_file:protected] => \n [sign_key_file:protected] => \n [sign_extracerts_file:protected] => \n [sign_key_pass:protected] => \n [exceptions:protected] => 1\n [uniqueid:protected] => G7aNyR4rSsYEI7xtYBB4vE3iihEoARB1l0BqxYG3dg\n)\n');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_cf_form_entry_values`
--
CREATE TABLE `wp_cf_form_entry_values` (
`id` int(11) UNSIGNED NOT NULL,
`entry_id` int(11) NOT NULL,
`field_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`value` longtext COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_cf_form_entry_values`
--
INSERT INTO `wp_cf_form_entry_values` (`id`, `entry_id`, `field_id`, `slug`, `value`) VALUES
(1, 1, 'fld_185917', 'first_name', '123123'),
(2, 1, 'fld_6496615', 'number_of_adults', '112321'),
(3, 1, 'fld_2254781', 'mobile_number', '2183828231'),
(4, 1, 'fld_7900587', 'email_address', '1231231@me.com'),
(5, 1, 'fld_9356744', 'check_in_date', '2020-05-29'),
(6, 1, 'fld_9099709', 'check_out_date', '2020-05-22'),
(7, 1, 'fld_1150711', 'odkud', '3123123'),
(8, 1, 'fld_857640', 'kam', '12312'),
(9, 1, 'fld_4089741', 'comments', 'fwfwfe'),
(10, 1, 'fld_7167496', 'submit', 'click'),
(11, 2, 'fld_185917', 'first_name', 'Zuzana'),
(12, 2, 'fld_7900587', 'email_address', 'petakova@icloud.com'),
(13, 2, 'fld_8403764', 'ps', 'zkouška'),
(14, 2, 'fld_4089741', 'comments', 'ahoj'),
(15, 2, 'fld_7167496', 'odeslat', 'click'),
(16, 3, 'fld_185917', 'first_name', 'zuzana'),
(17, 3, 'fld_6496615', 'number_of_adults', '1'),
(18, 3, 'fld_2254781', 'mobile_number', '777 591 558'),
(19, 3, 'fld_7900587', 'email_address', 'petakova@icloud.com'),
(20, 3, 'fld_1150711', 'odkud', 'Praha'),
(21, 3, 'fld_857640', 'kam', 'Malaga'),
(22, 3, 'fld_4089741', 'comments', 'ahoj '),
(23, 4, 'fld_185917', 'first_name', 'David Bauer'),
(24, 4, 'fld_6496615', 'number_of_adults', '12'),
(25, 4, 'fld_2254781', 'mobile_number', '737968344'),
(26, 4, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(27, 4, 'fld_9356744', 'check_in_date', '20-06-2020'),
(28, 4, 'fld_9099709', 'check_out_date', '17-06-2020'),
(29, 4, 'fld_1150711', 'odkud', 'Praha'),
(30, 4, 'fld_857640', 'kam', 'Prčice'),
(31, 4, 'fld_4089741', 'comments', 'testovací zpráva'),
(32, 4, 'fld_7167496', 'submit', 'click'),
(33, 5, 'fld_185917', 'first_name', 'David Bauer'),
(34, 5, 'fld_6496615', 'number_of_adults', '2'),
(35, 5, 'fld_2254781', 'mobile_number', '7234823847'),
(36, 5, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(37, 5, 'fld_7337759', 'ulice', 'Nad Stolami 458'),
(38, 5, 'fld_6390103', 'msto', 'Odolena Voda'),
(39, 5, 'fld_4089741', 'comments', 'test test test'),
(40, 5, 'fld_8403764', 'ps', '25070'),
(41, 5, 'fld_7167496', 'submit', 'click'),
(42, 6, 'fld_185917', 'first_name', 'David'),
(43, 6, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(44, 6, 'fld_8403764', 'ps', 'Testovaci zprvav'),
(45, 6, 'fld_4089741', 'comments', 'eprmgperngiojqreiji'),
(46, 6, 'fld_7167496', 'odeslat', 'click'),
(47, 7, 'fld_185917', 'first_name', 'zuzana'),
(48, 7, 'fld_6496615', 'number_of_adults', '1'),
(49, 7, 'fld_2254781', 'mobile_number', '777591558'),
(50, 7, 'fld_7900587', 'email_address', 'petakova@icloud.com'),
(51, 7, 'fld_1150711', 'odkud', 'Praha'),
(52, 7, 'fld_857640', 'kam', 'Malaga'),
(53, 7, 'fld_7167496', 'submit', 'click'),
(54, 8, 'fld_185917', 'first_name', 'Zuzana'),
(55, 8, 'fld_7900587', 'email_address', 'petakova@icloud.com'),
(56, 8, 'fld_8403764', 'ps', 'zkouška'),
(57, 8, 'fld_4089741', 'comments', 'zkouška2'),
(58, 8, 'fld_7167496', 'odeslat', 'click'),
(59, 9, 'fld_185917', 'first_name', 'David'),
(60, 9, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(61, 9, 'fld_8403764', 'ps', 'test'),
(62, 9, 'fld_4089741', 'comments', 'test'),
(63, 9, 'fld_7167496', 'odeslat', 'click'),
(64, 10, 'fld_185917', 'first_name', 'David'),
(65, 10, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(66, 10, 'fld_8403764', 'ps', 'test'),
(67, 10, 'fld_4089741', 'comments', 'test'),
(68, 10, 'fld_7167496', 'odeslat', 'click'),
(69, 11, 'fld_185917', 'first_name', 'Jakub Dvořák'),
(70, 11, 'fld_6496615', 'number_of_adults', '1'),
(71, 11, 'fld_2254781', 'mobile_number', '123456789'),
(72, 11, 'fld_7900587', 'email_address', 'jakub.dvorak@jservices.cz'),
(73, 11, 'fld_9356744', 'check_in_date', '02-06-2020'),
(74, 11, 'fld_9099709', 'check_out_date', '02-06-2020'),
(75, 11, 'fld_1150711', 'odkud', 'A'),
(76, 11, 'fld_857640', 'kam', 'B'),
(77, 11, 'fld_4089741', 'comments', 'Testování formuláře.'),
(78, 11, 'fld_7167496', 'submit', 'click'),
(79, 12, 'fld_185917', 'first_name', 'Jakub Dvořák'),
(80, 12, 'fld_6496615', 'number_of_adults', '1'),
(81, 12, 'fld_2254781', 'mobile_number', '123456789'),
(82, 12, 'fld_7900587', 'email_address', 'jakub@jakub.cz'),
(83, 12, 'fld_1150711', 'odkud', 'A'),
(84, 12, 'fld_857640', 'kam', 'B'),
(85, 12, 'fld_4089741', 'comments', 'AA'),
(86, 12, 'fld_7167496', 'submit', 'click'),
(87, 13, 'fld_185917', 'first_name', 'Jakub Dvořák'),
(88, 13, 'fld_6496615', 'number_of_adults', '1'),
(89, 13, 'fld_2254781', 'mobile_number', '123456789'),
(90, 13, 'fld_7900587', 'email_address', 'ja@ja.cz'),
(91, 13, 'fld_1150711', 'odkud', 'A'),
(92, 13, 'fld_857640', 'kam', 'B'),
(93, 13, 'fld_4089741', 'comments', 'TEST'),
(94, 13, 'fld_7167496', 'submit', 'click'),
(95, 14, 'fld_185917', 'first_name', 'Jakub Dvořák'),
(96, 14, 'fld_6496615', 'number_of_adults', '1'),
(97, 14, 'fld_2254781', 'mobile_number', '720752007'),
(98, 14, 'fld_7900587', 'email_address', 'jakub.dvorak@jservices.cz'),
(99, 14, 'fld_9356744', 'check_in_date', '02-06-2020'),
(100, 14, 'fld_9099709', 'check_out_date', '02-06-2020'),
(101, 14, 'fld_1150711', 'odkud', 'A'),
(102, 14, 'fld_857640', 'kam', 'B'),
(103, 14, 'fld_4089741', 'comments', 'Finální test formuláře.'),
(104, 14, 'fld_7167496', 'submit', 'click'),
(105, 15, 'fld_185917', 'first_name', 'Jakub Dvořák'),
(106, 15, 'fld_7900587', 'email_address', 'jakub.dvorak@jservices.cz'),
(107, 15, 'fld_8403764', 'ps', 'TEST'),
(108, 15, 'fld_4089741', 'comments', 'Testovací zpráva z kontaktního formuláře.'),
(109, 15, 'fld_7167496', 'odeslat', 'click'),
(110, 16, 'fld_185917', 'first_name', 'Jakub Dvořák'),
(111, 16, 'fld_7900587', 'email_address', 'jakub.dvorak@jservices.cz'),
(112, 16, 'fld_8403764', 'ps', 'TEST'),
(113, 16, 'fld_4089741', 'comments', 'Testovací zpráva: Kontaktujte nás'),
(114, 16, 'fld_7167496', 'odeslat', 'click'),
(115, 17, 'fld_185917', 'first_name', 'Jakub Dvořák'),
(116, 17, 'fld_6496615', 'number_of_adults', '1'),
(117, 17, 'fld_2254781', 'mobile_number', '720752007'),
(118, 17, 'fld_7900587', 'email_address', 'jakub.dvorak@jservices.cz'),
(119, 17, 'fld_9356744', 'check_in_date', '02-06-2020'),
(120, 17, 'fld_9099709', 'check_out_date', '03-06-2020'),
(121, 17, 'fld_1150711', 'odkud', 'AA'),
(122, 17, 'fld_857640', 'kam', 'BB'),
(123, 17, 'fld_4089741', 'comments', 'Testovací zpráva: Poptávka letu'),
(124, 17, 'fld_7167496', 'submit', 'click'),
(125, 18, 'fld_185917', 'first_name', 'Jakub Dvořák'),
(126, 18, 'fld_6496615', 'number_of_adults', '1'),
(127, 18, 'fld_2254781', 'mobile_number', '720752007'),
(128, 18, 'fld_7900587', 'email_address', 'jakub.dvorak@jservices.cz'),
(129, 18, 'fld_7337759', 'ulice', 'Tady'),
(130, 18, 'fld_6390103', 'msto', 'Tu'),
(131, 18, 'fld_4089741', 'comments', 'Testovací zpráva: Objednávka letu'),
(132, 18, 'fld_8403764', 'ps', '12312'),
(133, 18, 'fld_7167496', 'submit', 'click'),
(134, 19, 'fld_185917', 'first_name', 'Zuza'),
(135, 19, 'fld_7900587', 'email_address', 'petakova@icloud.com'),
(136, 19, 'fld_8403764', 'ps', 'Zk'),
(137, 19, 'fld_7167496', 'odeslat', 'click'),
(138, 20, 'fld_185917', 'first_name', 'Zuzana'),
(139, 20, 'fld_7900587', 'email_address', 'petakova@icloud.com'),
(140, 20, 'fld_8403764', 'ps', 'flight'),
(141, 20, 'fld_4089741', 'comments', 'af'),
(142, 20, 'fld_7167496', 'odeslat', 'click'),
(143, 21, 'fld_185917', 'first_name', 'Drbohlavova Sarka'),
(144, 21, 'fld_6496615', 'number_of_adults', '6'),
(145, 21, 'fld_2254781', 'mobile_number', '602228310'),
(146, 21, 'fld_7900587', 'email_address', 'pospisilova.sarka@gmail.com'),
(147, 21, 'fld_9356744', 'check_in_date', '24-06-2020'),
(148, 21, 'fld_1150711', 'odkud', 'Praha'),
(149, 21, 'fld_857640', 'kam', 'Solun'),
(150, 21, 'fld_7167496', 'submit', 'click'),
(151, 22, 'fld_185917', 'first_name', 'Zdenek Grondol'),
(152, 22, 'fld_6496615', 'number_of_adults', '4'),
(153, 22, 'fld_2254781', 'mobile_number', '724100902'),
(154, 22, 'fld_7900587', 'email_address', 'royalsafe@email.cz'),
(155, 22, 'fld_9356744', 'check_in_date', '22-06-2020'),
(156, 22, 'fld_1150711', 'odkud', 'Malaga'),
(157, 22, 'fld_857640', 'kam', 'Praha'),
(158, 22, 'fld_7167496', 'submit', 'click'),
(159, 23, 'fld_185917', 'first_name', 'Lukáš Frank'),
(160, 23, 'fld_6496615', 'number_of_adults', '4'),
(161, 23, 'fld_2254781', 'mobile_number', '721223165'),
(162, 23, 'fld_7900587', 'email_address', 'lukas.frank@me.com'),
(163, 23, 'fld_9356744', 'check_in_date', '22-10-2020'),
(164, 23, 'fld_9099709', 'check_out_date', '01-11-2020'),
(165, 23, 'fld_1150711', 'odkud', 'Praha'),
(166, 23, 'fld_857640', 'kam', 'Maledivy'),
(167, 23, 'fld_4089741', 'comments', 'Dobrý den, zajímala by mě přibližná cena zpátečního letu cca v tomto termínu pro 4-6 osob. Samozřejmě za předpokladu, že to situace umožní.\r\nDěkuji.\r\nLukáš Frank'),
(168, 23, 'fld_7167496', 'submit', 'click'),
(169, 24, 'fld_185917', 'first_name', 'Jan Mleziva'),
(170, 24, 'fld_6496615', 'number_of_adults', '3'),
(171, 24, 'fld_2254781', 'mobile_number', '602523843'),
(172, 24, 'fld_7900587', 'email_address', 'jan.mleziva@yahoo.com'),
(173, 24, 'fld_9356744', 'check_in_date', '01-07-2020'),
(174, 24, 'fld_9099709', 'check_out_date', '12-07-2020'),
(175, 24, 'fld_1150711', 'odkud', 'Praha'),
(176, 24, 'fld_857640', 'kam', 'Bari'),
(177, 24, 'fld_7167496', 'submit', 'click'),
(178, 25, 'fld_185917', 'first_name', 'Vit Sedlacek'),
(179, 25, 'fld_6496615', 'number_of_adults', '1'),
(180, 25, 'fld_2254781', 'mobile_number', '+7 903 969 64 86'),
(181, 25, 'fld_7900587', 'email_address', 'vit.sedlacek@gmail.com'),
(182, 25, 'fld_1150711', 'odkud', 'Moskva'),
(183, 25, 'fld_857640', 'kam', 'Praha'),
(184, 25, 'fld_4089741', 'comments', 'Dobry den, snazim se zjistit jake jsou moznosti dostat se v soucasne situaci z Moskvy domu alespon na cast leta. Odlet by byl pravdepodobne nekdy v druhe polovine cervence (presneji zatim rict neumim) a pasazeru 1-4. Hledam nejlevnejsi reseni. Muzete prosim poslat nejake kalkulace? \r\nDiky moc. \r\nVit Sedlacek'),
(185, 25, 'fld_7167496', 'submit', 'click'),
(186, 26, 'fld_185917', 'first_name', 'Dragana '),
(187, 26, 'fld_6496615', 'number_of_adults', '3'),
(188, 26, 'fld_2254781', 'mobile_number', '734432071'),
(189, 26, 'fld_7900587', 'email_address', 'konstantinovicdragana@yahoo.com'),
(190, 26, 'fld_9356744', 'check_in_date', '13-07-2020'),
(191, 26, 'fld_9099709', 'check_out_date', '23-07-2020'),
(192, 26, 'fld_1150711', 'odkud', 'Praha'),
(193, 26, 'fld_857640', 'kam', 'Nice'),
(194, 26, 'fld_7167496', 'submit', 'click'),
(195, 27, 'fld_185917', 'first_name', 'Ash'),
(196, 27, 'fld_7900587', 'email_address', 'ash@techknowspace.com'),
(197, 27, 'fld_8403764', 'ps', 'URGENT!'),
(198, 27, 'fld_4089741', 'comments', 'Hello, \r\n\r\nMy Name is Ash and I Run Tech Know Space httpss://techknowspace.com We are your Premium GO-TO Service Centre for All Logic Board & Mainboard Repair\r\n\r\nWhen other shops say \\\"it can\\\'t be fixed\\\" WE CAN HELP!\r\n\r\nALL iPHONE 8 & NEWER\r\nBACK GLASS REPAIR - 1 HOUR\r\n \r\nDevices We Repair\r\nAudio Devices Audio Device Repair\r\n\r\nBluetooth Speakers - Headphones - iPod Touch\r\nComputers All Computer Repair\r\n\r\nAll Brands & Models - Custom Built - PC & Mac\r\nGame Consoles Game Console Repair\r\n\r\nPS4 - XBox One - Nintendo Switch\r\nLaptops All Laptop Repair\r\n\r\nAll Brands & Models - Acer, Asus, Compaq, Dell, HP, Lenovo, Toshiba\r\nMacBooks All MacBook Repair\r\n\r\nAll Series & Models - Air, Classic, Pro\r\nPhones All Phone Repair\r\n\r\nAll Brands & Models - BlackBerry, Huawei, iPhone, LG, OnePlus, Samsung, Sony\r\nSmart Watches Apple Watch Repair\r\n\r\nApple Watch - Samsung Gear - Moto 360\r\nTablets All Tablet Repair\r\n\r\nAll Brands & Models - iPad, Lenovo Yoga, Microsoft Surface, Samsung Tab\r\n\r\nDrone Repair\r\n\r\nCall us and tell us your issues today!\r\n\r\nToll Free: (888) 938-8893 \r\nhttpss://techknowspace.com\r\n\r\nAsh Mansukhani\r\nash@techknowspace.com\r\nhttpss://twitter.com/techknowspace\r\nhttpss://www.linkedin.com/company/the-techknow-space'),
(199, 28, 'fld_185917', 'first_name', 'Tomáš Smrcka '),
(200, 28, 'fld_6496615', 'number_of_adults', '3'),
(201, 28, 'fld_2254781', 'mobile_number', '606636106'),
(202, 28, 'fld_7900587', 'email_address', 't.smrcka@seznam.cz'),
(203, 28, 'fld_9356744', 'check_in_date', '16-09-2020'),
(204, 28, 'fld_9099709', 'check_out_date', '30-09-2020'),
(205, 28, 'fld_1150711', 'odkud', 'Praha '),
(206, 28, 'fld_857640', 'kam', 'Olbia '),
(207, 28, 'fld_4089741', 'comments', '2 dospeli+ 1dite vek 7mesicu'),
(208, 28, 'fld_7167496', 'submit', 'click'),
(209, 29, 'fld_7900587', 'email_address', 'atrixxtrix@gmail.com'),
(210, 29, 'fld_4089741', 'comments', 'Dear Sir/mdm, \r\n \r\nHow are you? \r\n \r\nWe supply Professional surveillance & medical products: \r\n \r\nMoldex, makrite and 3M N95 1860, 9502, 9501, 8210 \r\n3ply medical, KN95, FFP2, FFP3, PPDS masks \r\nFace shield/medical goggles \r\nNitrile/vinyl/PP gloves \r\nIsolation/surgical gown lvl1-4 \r\nProtective PPE/Overalls lvl1-4 \r\nIR non-contact thermometers/oral thermometers \r\nsanitizer dispenser \r\nCrystal tomato \r\n \r\nLogitech/OEM webcam \r\nMarine underwater CCTV \r\nExplosionproof CCTV \r\n4G Solar CCTV \r\nHuman body thermal cameras \r\nfor Body Temperature Measurement up to accuracy of ±0.1?C \r\n \r\nWhatsapp: +65 87695655 \r\nTelegram: cctv_hub \r\nSkype: cctvhub \r\nEmail: sales@thecctvhub.com \r\nW: https://www.thecctvhub.com/ \r\n \r\nIf you do not wish to receive email from us again, please let us know by replying. \r\n \r\nregards, \r\nCCTV HUB'),
(211, 29, 'fld_7167496', 'odeslat', 'Odeslat'),
(212, 30, 'fld_9626368', 'jmno', 'David'),
(213, 30, 'fld_185917', 'first_name', 'Bauer'),
(214, 30, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(215, 30, 'fld_280326', 'telefon', '737968344'),
(216, 30, 'fld_6071909', 'registrovat', 'click'),
(217, 31, 'fld_9626368', 'jmno', 'Jan '),
(218, 31, 'fld_185917', 'first_name', 'Novák'),
(219, 31, 'fld_7900587', 'email_address', 'testovaci@gmail.cz'),
(220, 31, 'fld_280326', 'telefon', '727889345'),
(221, 31, 'fld_6071909', 'registrovat', 'click'),
(222, 32, 'fld_185917', 'first_name', 'Denisa Gayerova'),
(223, 32, 'fld_6496615', 'number_of_adults', '4'),
(224, 32, 'fld_2254781', 'mobile_number', '603241394'),
(225, 32, 'fld_7900587', 'email_address', 'gayerovadenisa@seznam.cz'),
(226, 32, 'fld_9356744', 'check_in_date', '14-08-2020'),
(227, 32, 'fld_9099709', 'check_out_date', '23-08-2020'),
(228, 32, 'fld_1150711', 'odkud', 'Praha'),
(229, 32, 'fld_857640', 'kam', 'Split'),
(230, 32, 'fld_4089741', 'comments', 'Chteli bychom letet s pejskem (zlaty retrivr) pokud je to mozne, predem dekuji'),
(231, 32, 'fld_7167496', 'submit', 'click'),
(232, 33, 'fld_185917', 'first_name', 'Jan Kolář'),
(233, 33, 'fld_6496615', 'number_of_adults', '6'),
(234, 33, 'fld_2254781', 'mobile_number', '+420724604223'),
(235, 33, 'fld_7900587', 'email_address', 'kolar@kjcon.cz'),
(236, 33, 'fld_9356744', 'check_in_date', '01-08-2020'),
(237, 33, 'fld_9099709', 'check_out_date', '09-08-2020'),
(238, 33, 'fld_1150711', 'odkud', 'Praha'),
(239, 33, 'fld_857640', 'kam', 'Hvar, Cro (Split, Cro)'),
(240, 33, 'fld_7167496', 'submit', 'click'),
(241, 34, 'fld_185917', 'first_name', 'Denisa Gayerová'),
(242, 34, 'fld_6496615', 'number_of_adults', '4'),
(243, 34, 'fld_2254781', 'mobile_number', '603241394'),
(244, 34, 'fld_7900587', 'email_address', 'gayerovadenisa@seznam.cz'),
(245, 34, 'fld_9356744', 'check_in_date', '14-08-2020'),
(246, 34, 'fld_9099709', 'check_out_date', '23-08-2020'),
(247, 34, 'fld_1150711', 'odkud', 'Praha'),
(248, 34, 'fld_857640', 'kam', 'Split'),
(249, 34, 'fld_4089741', 'comments', 'Radi bychom leteli s pejskem (zlaty retrivr) pokud je to mozne, predem dekuji.'),
(250, 34, 'fld_7167496', 'submit', 'click'),
(251, 35, 'fld_185917', 'first_name', 'Zuzana Petáková'),
(252, 35, 'fld_6496615', 'number_of_adults', '1'),
(253, 35, 'fld_2254781', 'mobile_number', '777591558'),
(254, 35, 'fld_7900587', 'email_address', 'petakova@icloud.com'),
(255, 35, 'fld_9356744', 'check_in_date', '23-07-2020'),
(256, 35, 'fld_9099709', 'check_out_date', '14-07-2020'),
(257, 35, 'fld_1150711', 'odkud', 'Praha'),
(258, 35, 'fld_857640', 'kam', 'Split'),
(259, 35, 'fld_4089741', 'comments', 'zkouška'),
(260, 35, 'fld_7167496', 'submit', 'click'),
(261, 36, 'fld_185917', 'first_name', 'David b'),
(262, 36, 'fld_6496615', 'number_of_adults', '5'),
(263, 36, 'fld_2254781', 'mobile_number', '72727382'),
(264, 36, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(265, 36, 'fld_9356744', 'check_in_date', '17-07-2020'),
(266, 36, 'fld_9099709', 'check_out_date', '30-07-2020'),
(267, 36, 'fld_1150711', 'odkud', 'Peaha'),
(268, 36, 'fld_857640', 'kam', 'Brno'),
(269, 36, 'fld_4089741', 'comments', 'Testovací zprava'),
(270, 36, 'fld_7167496', 'submit', 'click'),
(271, 37, 'fld_185917', 'first_name', 'Dejf the Grejt'),
(272, 37, 'fld_6496615', 'number_of_adults', '2'),
(273, 37, 'fld_2254781', 'mobile_number', '8382828'),
(274, 37, 'fld_7900587', 'email_address', 'dbpd@me.com'),
(275, 37, 'fld_9356744', 'check_in_date', '24-07-2020'),
(276, 37, 'fld_9099709', 'check_out_date', '26-07-2020'),
(277, 37, 'fld_1150711', 'odkud', 'Dkalk'),
(278, 37, 'fld_857640', 'kam', 'Cjsjdj'),
(279, 37, 'fld_4089741', 'comments', 'Testovaci zprava'),
(280, 38, 'fld_185917', 'first_name', 'David Bauer'),
(281, 38, 'fld_6496615', 'number_of_adults', '6'),
(282, 38, 'fld_2254781', 'mobile_number', '737882112'),
(283, 38, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(284, 38, 'fld_9356744', 'check_in_date', '22-07-2020'),
(285, 38, 'fld_9099709', 'check_out_date', '25-07-2020'),
(286, 38, 'fld_1150711', 'odkud', 'Prčice'),
(287, 38, 'fld_857640', 'kam', 'Kaplice'),
(288, 38, 'fld_4089741', 'comments', 'testovaci poptavka'),
(289, 38, 'fld_7167496', 'submit', 'click'),
(290, 39, 'fld_185917', 'first_name', 'David D.'),
(291, 39, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(292, 39, 'fld_8403764', 'ps', 'testovaci'),
(293, 39, 'fld_4089741', 'comments', 'wengionewifwef'),
(294, 39, 'fld_7167496', 'odeslat', 'click'),
(295, 40, 'fld_185917', 'first_name', 'David Bauer'),
(296, 40, 'fld_6496615', 'number_of_adults', '2'),
(297, 40, 'fld_2254781', 'mobile_number', '23492389'),
(298, 40, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(299, 40, 'fld_7337759', 'ulice', 'owijiowje 334'),
(300, 40, 'fld_6390103', 'msto', 'Vodolka'),
(301, 40, 'fld_4089741', 'comments', 'wefwfwe test'),
(302, 40, 'fld_8403764', 'ps', '25070'),
(303, 40, 'fld_6177764', 'stt', 'cesko'),
(304, 40, 'fld_7167496', 'submit', 'click'),
(305, 41, 'fld_185917', 'first_name', 'Pavel Musí '),
(306, 41, 'fld_6496615', 'number_of_adults', '3'),
(307, 41, 'fld_2254781', 'mobile_number', '00420734204024'),
(308, 41, 'fld_7900587', 'email_address', 'pavelmusil@pavelmusil.cz'),
(309, 41, 'fld_9356744', 'check_in_date', '18-08-2020'),
(310, 41, 'fld_9099709', 'check_out_date', '20-08-2020'),
(311, 41, 'fld_1150711', 'odkud', 'Praha'),
(312, 41, 'fld_857640', 'kam', 'Užhorod - Ukrajina '),
(313, 41, 'fld_7167496', 'submit', 'click'),
(314, 42, 'fld_185917', 'first_name', 'David b'),
(315, 42, 'fld_6496615', 'number_of_adults', '4'),
(316, 42, 'fld_2254781', 'mobile_number', '23847238'),
(317, 42, 'fld_7900587', 'email_address', 'bruno111@me.com'),
(318, 42, 'fld_9356744', 'check_in_date', '23-07-2020'),
(319, 42, 'fld_9099709', 'check_out_date', '26-07-2020'),
(320, 42, 'fld_1150711', 'odkud', 'wefjp'),
(321, 42, 'fld_857640', 'kam', 'repowjr'),
(322, 42, 'fld_4089741', 'comments', 'test z Chromu'),
(323, 42, 'fld_7167496', 'submit', 'click'),
(324, 43, 'fld_185917', 'first_name', 'Dejf'),
(325, 43, 'fld_6496615', 'number_of_adults', '4'),
(326, 43, 'fld_2254781', 'mobile_number', '328474238'),
(327, 43, 'fld_7900587', 'email_address', 'dbpd@me.com'),
(328, 43, 'fld_7337759', 'ulice', 'wejriowjriwoj'),
(329, 43, 'fld_6390103', 'msto', 'werwoep'),
(330, 43, 'fld_4089741', 'comments', 'qwdiiwjdiqwj test'),
(331, 43, 'fld_8403764', 'ps', '33922'),
(332, 43, 'fld_6177764', 'stt', 'wpwejfpjwe'),
(333, 43, 'fld_7167496', 'submit', 'click'),
(334, 44, 'fld_185917', 'first_name', 'filip hejduk'),
(335, 44, 'fld_6496615', 'number_of_adults', '4'),
(336, 44, 'fld_2254781', 'mobile_number', '602303775'),
(337, 44, 'fld_7900587', 'email_address', 'filip@unitsofa.com'),
(338, 44, 'fld_9356744', 'check_in_date', '01-08-2020'),
(339, 44, 'fld_1150711', 'odkud', 'figari, corsica'),
(340, 44, 'fld_857640', 'kam', 'prague, czech republic'),
(341, 44, 'fld_7167496', 'submit', 'click'),
(342, 45, 'fld_185917', 'first_name', 'BARBORA BEDNARIKOVA'),
(343, 45, 'fld_6496615', 'number_of_adults', '3'),
(344, 45, 'fld_2254781', 'mobile_number', '602765587'),
(345, 45, 'fld_7900587', 'email_address', 'barabd@atlas.cz'),
(346, 45, 'fld_9356744', 'check_in_date', '03-09-2020'),
(347, 45, 'fld_9099709', 'check_out_date', '01-10-2020'),
(348, 45, 'fld_1150711', 'odkud', 'PRAHA'),
(349, 45, 'fld_857640', 'kam', 'ALICANTE - SPANELSKO'),
(350, 45, 'fld_4089741', 'comments', 'Dobry den - kontaktuji Vas na zaklade informacniho emailu - mela bych dotaz predbezny na cenu prepravy atd., pro situaci viz. formular vyse.\r\nDekuji za odpoved.\r\nS pozdravem,\r\nJUDr. b. Bednarikova'),
(351, 45, 'fld_7167496', 'submit', 'click'),
(352, 46, 'fld_185917', 'first_name', 'Eric'),
(353, 46, 'fld_7900587', 'email_address', 'eric@talkwithwebvisitor.com'),
(354, 46, 'fld_8403764', 'ps', 'Who needs eyeballs, you need BUSINESS'),
(355, 46, 'fld_4089741', 'comments', 'My name’s Eric and I just came across your website - wapejets.com - in the search results.\r\n\r\nHere’s what that means to me…\r\n\r\nYour SEO’s working.\r\n\r\nYou’re getting eyeballs – mine at least.\r\n\r\nYour content’s pretty good, wouldn’t change a thing.\r\n\r\nBUT…\r\n\r\nEyeballs don’t pay the bills.\r\n\r\nCUSTOMERS do.\r\n\r\nAnd studies show that 7 out of 10 visitors to a site like wapejets.com will drop by, take a gander, and then head for the hills without doing anything else.\r\n\r\nIt’s like they never were even there.\r\n\r\nYou can fix this.\r\n\r\nYou can make it super-simple for them to raise their hand, say, “okay, let’s talk” without requiring them to even pull their cell phone from their pocket… thanks to Talk With Web Visitor.\r\n\r\nTalk With Web Visitor is a software widget that sits on your site, ready and waiting to capture any visitor’s Name, Email address and Phone Number. It lets you know immediately – so you can talk to that lead immediately… without delay… BEFORE they head for those hills.\r\n \r\nCLICK HERE https://www.talkwithwebvisitors.com to try out a Live Demo with Talk With Web Visitor now to see exactly how it works.\r\n\r\nNow it’s also true that when reaching out to hot leads, you MUST act fast – the difference between contacting someone within 5 minutes versus 30 minutes later is huge – like 100 times better!\r\n\r\nThat’s what makes our new SMS Text With Lead feature so powerful… you’ve got their phone number, so now you can start a text message (SMS) conversation with them… so even if they don’t take you up on your offer right away, you continue to text them new offers, new content, and new reasons to do business with you.\r\n\r\nThis could change everything for you and your business.\r\n\r\nCLICK HERE https://www.talkwithwebvisitors.com to learn more about everything Talk With Web Visitor can do and start turing eyeballs into money.\r\n\r\nEric\r\nPS: Talk With Web Visitor offers a FREE 14 days trial – you could be converting up to 100x more leads immediately! \r\nIt even includes International Long Distance Calling. \r\nPaying customers are out there waiting. \r\nStarting connecting today by CLICKING HERE https://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\\\'d like to unsubscribe click here https://talkwithwebvisitors.com/unsubscribe.aspx?d=wapejets.com\r\n'),
(356, 47, 'fld_185917', 'first_name', 'Barbora'),
(357, 47, 'fld_6496615', 'number_of_adults', '2'),
(358, 47, 'fld_2254781', 'mobile_number', '777307242'),
(359, 47, 'fld_7900587', 'email_address', 'barboranerad@gmail.com'),
(360, 47, 'fld_9356744', 'check_in_date', '23-08-2020'),
(361, 47, 'fld_9099709', 'check_out_date', '31-08-2020'),
(362, 47, 'fld_1150711', 'odkud', 'Praha'),
(363, 47, 'fld_857640', 'kam', 'Bodrum'),
(364, 48, 'fld_185917', 'first_name', 'Kristýna Dvořáková '),
(365, 48, 'fld_6496615', 'number_of_adults', '4'),
(366, 48, 'fld_2254781', 'mobile_number', '607893564'),
(367, 48, 'fld_7900587', 'email_address', 'christinkad@seznam.cz'),
(368, 48, 'fld_9356744', 'check_in_date', '17-08-2020'),
(369, 48, 'fld_9099709', 'check_out_date', '21-08-2020'),
(370, 48, 'fld_1150711', 'odkud', 'Praha'),
(371, 48, 'fld_857640', 'kam', 'Verona'),
(372, 48, 'fld_4089741', 'comments', 'Dobrý den,\r\nPožádala bych o cenovou nabídku na soukromý let pro 4 osoby a dva male pejsky na uvedeny termíny Odlet v pondělí nejlépe ráno, návrat v pátek odpoledne. \r\nV případě potřeby a doplnění informací prosím volejte....\r\n\r\nDěkuji mnohokrát a přeji hezký den!\r\n\r\nS pozdravem \r\n\r\nKristýna Dvořáková '),
(373, 48, 'fld_7167496', 'submit', 'click'),
(374, 49, 'fld_7900587', 'email_address', 'no-replyrug@gmail.com'),
(375, 49, 'fld_4089741', 'comments', 'Good day, Belarus is currently experiencing brutal detentions and beatings of civilians. If you want to help them, we have announced a collection of aid for victims of repression in Belarus \r\nhttpss://www.facebook.com/story.php?story_fbid=1159447944427795&id=603891678'),
(376, 49, 'fld_7167496', 'odeslat', 'Odeslat'),
(377, 50, 'fld_185917', 'first_name', 'Eric'),
(378, 50, 'fld_7900587', 'email_address', 'eric@talkwithwebvisitor.com'),
(379, 50, 'fld_8403764', 'ps', 'Why not TALK with your leads?'),
(380, 50, 'fld_4089741', 'comments', 'My name’s Eric and I just found your site wapejets.com.\r\n\r\nIt’s got a lot going for it, but here’s an idea to make it even MORE effective.\r\n\r\nTalk With Web Visitor – CLICK HERE https://www.talkwithwebvisitors.com for a live demo now.\r\n\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you the moment they let you know they’re interested – so that you can talk to that lead while they’re literally looking over your site.\r\n\r\nAnd once you’ve captured their phone number, with our new SMS Text With Lead feature, you can automatically start a text (SMS) conversation… and if they don’t take you up on your offer then, you can follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE https://www.talkwithwebvisitors.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nEric\r\nPS: Studies show that 70% of a site’s visitors disappear and are gone forever after just a moment. Don’t keep losing them. \r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE https://www.talkwithwebvisitors.com to try Talk With Web Visitor now.\r\n\r\nIf you\\\'d like to unsubscribe click here https://talkwithwebvisitors.com/unsubscribe.aspx?d=wapejets.com\r\n'),
(381, 51, 'fld_185917', 'first_name', 'Daniel Šmíd'),
(382, 51, 'fld_6496615', 'number_of_adults', '1'),
(383, 51, 'fld_2254781', 'mobile_number', '602 573 739'),
(384, 51, 'fld_7900587', 'email_address', 'smid@danielsmid.cz'),
(385, 51, 'fld_1150711', 'odkud', 'Berlin'),
(386, 51, 'fld_857640', 'kam', 'Brno'),
(387, 51, 'fld_4089741', 'comments', 'Milé dámy, vážení pánové,\r\n\r\nprosím Vás o kalkulaci letu z Berlina do Brna a zpět v zatím nespecifikovaném datu října tohoto roku.\r\nPředem Vám děkuji, přeji úspěšný a pěkný den.\r\n\r\nDaniel Šmíd'),
(388, 51, 'fld_7167496', 'submit', 'click'),
(389, 52, 'fld_7900587', 'email_address', 'worldwideclaimsagenti@gmail.com'),
(390, 52, 'fld_4089741', 'comments', 'SVETOVÁ ZDRAVOTNÍ ORGANIZACE / MICRO SOFT CORPORATION / EURO MILLION LOTTERIA \r\nGrand Royale Park Španelsko \r\nCena Cenu Odd Madrid, Španelsko \r\nVážený príjemce, \r\nS potešením vám oznamujeme, že jste jedním z 10 štastných výher v mezinárodním e-mailu s loterií Euro Millions Vylosování adresy 28. srpna 2020, kvuli smesi jmen a adresy, byl výsledek zverejnen 2. zárí 2020. Všech 10 výherních adres bylo náhodne vybráno z dávky 50 000 000 \r\nmezinárodních e-mailových adres. Vaše e-mailová adresa se objevila vedle S 10 dalšími vítezem kategorie 3 ve slosování loterie Euro Millions. \r\nV dusledku toho jste tedy byli schváleno pro celkovou výplatu 1 000 000,00 EUR (pouze jeden milion EUR), jsou pripojeny následující údaje k vašemu platebnímu príkazu loto: (I) Císlo šarže: BCA / 022 / CAC (ii) Císlo lístku: 197-033-02345 (iii) Štastné císlo: 04-6-8-12-24 (iv) Ref. c .: MTD / SAN / 9500 / LAS. \r\nInternetové losování o loterijní program Euro Millions se koná jednou za rok a je organizováno tak, aby povzbudilo všechny lidé celící temto prípadum Covid-19. S hrdostí mužeme ríci, že ve více než 150 zemích sveta se každorocne získává více než 200 milionu EUR. \r\nChcete-li získat svou výherní cenu, musíte co nejdríve kontaktovat jmenovaného agenta pro okamžité propuštení z vašich výher: \r\nJMÉNO: DR .AMPARO ITUBI \r\nAMUCIO ABOGADOS FINANCNÍ Advokát SSL. \r\nE-mail: amucioabogados@infocaixa.info \r\nKontaktní telefon: 0034 -603 - 248 - 636 \r\nSpozdravem Paní Sandra Amparo. KOORDINÁTOR PROPAGACE.'),
(391, 52, 'fld_7167496', 'odeslat', 'Odeslat'),
(392, 53, 'fld_185917', 'first_name', 'Libor Musil'),
(393, 53, 'fld_6496615', 'number_of_adults', '2'),
(394, 53, 'fld_2254781', 'mobile_number', '602 564 266'),
(395, 53, 'fld_7900587', 'email_address', 'libor.musil@liko-s.cz'),
(396, 53, 'fld_9356744', 'check_in_date', '10-11-2020'),
(397, 53, 'fld_9099709', 'check_out_date', '25-11-2020'),
(398, 53, 'fld_1150711', 'odkud', 'Brno'),
(399, 53, 'fld_857640', 'kam', 'Florida'),
(400, 53, 'fld_4089741', 'comments', 'Datum odletu i příletu jsou orientační stejně jako místo odletu. Dopravime se kamkoliv do 5 hodin autem. Nejlepší destinace příletu je Fort Lauderdale.'),
(401, 53, 'fld_7167496', 'submit', 'click'),
(402, 54, 'fld_7900587', 'email_address', 'games-16@hotmail.de'),
(403, 54, 'fld_4089741', 'comments', 'ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN. \r\nhttps://3526589euro.page.link/6MH1 \r\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN. \r\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT? \r\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND? \r\nhttps://352658euro.page.link/Hhzg \r\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!'),
(404, 54, 'fld_7167496', 'odeslat', 'Odeslat'),
(405, 55, 'fld_7900587', 'email_address', 'bomba.chanel.ua@mail.ru'),
(406, 55, 'fld_4089741', 'comments', 'ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN. \r\nhttps://3526589euro.page.link/6MH1 \r\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN. \r\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT? \r\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND? \r\nhttps://352658euro.page.link/Hhzg \r\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!'),
(407, 55, 'fld_7167496', 'odeslat', 'Odeslat'),
(408, 56, 'fld_7900587', 'email_address', 'chata@yahoo.de'),
(409, 56, 'fld_4089741', 'comments', 'ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN. \r\nhttps://3526589euro.page.link/6MH1 \r\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN. \r\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT? \r\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND? \r\nhttps://352658euro.page.link/Hhzg \r\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!'),
(410, 56, 'fld_7167496', 'odeslat', 'Odeslat'),
(411, 57, 'fld_7900587', 'email_address', 'ernst.nadine@t-online.de'),
(412, 57, 'fld_4089741', 'comments', 'ICH HABЕ GЕRADE UM EINЕ WEITЕRЕ AUSZАHLUNG VON 7.415 EUR GЕBETЕN. \r\nhttps://3526589euro.page.link/6MH1 \r\nIСH KАNN ЕS KАUM ЕRWARTEN, ES MIT MЕINЕR FRЕUNDIN ZU VERBRINGEN. \r\nNЕHMЕ ICH SIE ZUM ABЕNDESSЕN MIT? \r\nODER NЕHMЕN WIR UNS EINEN TАG FREI UND GЕHEN IN ЕIN SСHONЕS HOTEL AUF DEM LАND? \r\nhttps://352658euro.page.link/Hhzg \r\nIСH HATTЕ NIE GЕDACHT, DАSS ICH SO ЕIN DILЕMMА HАBEN WURDE https://8569euro.page.link/Zz6h АBER ЕS MАCHT MIR NICHTS AUS!'),
(413, 57, 'fld_7167496', 'odeslat', 'Odeslat'),
(414, 58, 'fld_185917', 'first_name', 'Kristýna Opluštilová'),
(415, 58, 'fld_6496615', 'number_of_adults', '4'),
(416, 58, 'fld_2254781', 'mobile_number', '774424533'),
(417, 58, 'fld_7900587', 'email_address', 'kristyna.oplustilova@coolcredit.cz'),
(418, 58, 'fld_9356744', 'check_in_date', '21-10-2020'),
(419, 58, 'fld_9099709', 'check_out_date', '29-10-2020'),
(420, 58, 'fld_1150711', 'odkud', 'Praha'),
(421, 58, 'fld_857640', 'kam', 'Florencie'),
(422, 58, 'fld_4089741', 'comments', 'Dobrý den,\r\n\r\nje možné mi zaslat kalkulaci na pronájem soukromého letadla Praha-Florencie a zpátky. Termín je 21.-29.10. - 2 dospělé osoby, 1 dítě cca 3 roky a jedno miminko (5 měsíců).\r\n\r\nS pozdravem\r\n\r\nOpluštilová\r\n\r\n'),
(423, 58, 'fld_7167496', 'submit', 'click'),
(424, 59, 'fld_185917', 'first_name', 'Ivan Didenko '),
(425, 59, 'fld_6496615', 'number_of_adults', '4'),
(426, 59, 'fld_2254781', 'mobile_number', '+420608676780'),
(427, 59, 'fld_7900587', 'email_address', 'kevlar@email.cz'),
(428, 59, 'fld_9356744', 'check_in_date', '14-11-2020'),
(429, 59, 'fld_9099709', 'check_out_date', '18-10-2020'),
(430, 59, 'fld_1150711', 'odkud', 'Praha'),
(431, 59, 'fld_857640', 'kam', 'Oran '),
(432, 59, 'fld_7167496', 'submit', 'click'),
(433, 60, 'fld_185917', 'first_name', 'Ján Alžbetkin'),
(434, 60, 'fld_6496615', 'number_of_adults', '3'),
(435, 60, 'fld_2254781', 'mobile_number', '+421918510007'),
(436, 60, 'fld_7900587', 'email_address', 'jano@alkin.sk'),
(437, 60, 'fld_1150711', 'odkud', 'Bratislava'),
(438, 60, 'fld_857640', 'kam', 'Sardínia '),
(439, 60, 'fld_4089741', 'comments', 'Dobrý den, chcel by som sa opýtat na cenovu ponuku, pre mna a moju rodinu, 3 osoby. Ja moja manžlelka a 1,5 ročná dcera, a taktiež či je možné zobrať so sebou psa. Je to dalmatín, zvyknutý na cestovanie, vychovaný veľmi čistotný. Pred cestou mu dávame prášky. '),
(440, 60, 'fld_7167496', 'submit', 'click'),
(441, 61, 'fld_185917', 'first_name', 'IVO SALATEK'),
(442, 61, 'fld_6496615', 'number_of_adults', '5'),
(443, 61, 'fld_2254781', 'mobile_number', '+420725488200'),
(444, 61, 'fld_7900587', 'email_address', 'ivosalatek@seznam.cz'),
(445, 61, 'fld_9356744', 'check_in_date', '03-01-2021'),
(446, 61, 'fld_9099709', 'check_out_date', '31-01-2021'),
(447, 61, 'fld_1150711', 'odkud', 'PRAHA'),
(448, 61, 'fld_857640', 'kam', 'PALAWAN FILIPINY'),
(449, 61, 'fld_7167496', 'submit', 'click'),
(450, 62, 'fld_185917', 'first_name', 'Ing.Martin Nuhlíček'),
(451, 62, 'fld_7900587', 'email_address', 'jana.durisova@balade.cz'),
(452, 62, 'fld_8403764', 'ps', 'poptávka'),
(453, 62, 'fld_4089741', 'comments', 'Dobrý den, poptávám let z Kunovic nebo Prahy do Malagy pro 2 osoby a zpět. Termín je jen předběžný např. 9.11.-30.11. Nebránili bychom se i letu s jiným pasažery. Děkuji'),
(454, 62, 'fld_7167496', 'odeslat', 'click'),
(455, 63, 'fld_185917', 'first_name', 'Petra Tishar '),
(456, 63, 'fld_6496615', 'number_of_adults', '4'),
(457, 63, 'fld_2254781', 'mobile_number', '0910455515'),
(458, 63, 'fld_7900587', 'email_address', 'petratidhar@gmail.com'),
(459, 63, 'fld_9356744', 'check_in_date', '20-11-2020'),
(460, 63, 'fld_9099709', 'check_out_date', '30-11-2020'),
(461, 63, 'fld_1150711', 'odkud', 'Slovensko '),
(462, 63, 'fld_857640', 'kam', 'Tel Aviv '),
(463, 63, 'fld_4089741', 'comments', 'Dobry den datum moze byt akykolvek podla moznosti \r\nZaujimaju nas moznosti \r\nSlovensko - ideal Zilina '),
(464, 63, 'fld_7167496', 'submit', 'click'),
(465, 64, 'fld_185917', 'first_name', 'Linda zahorec '),
(466, 64, 'fld_6496615', 'number_of_adults', '4'),
(467, 64, 'fld_2254781', 'mobile_number', '0914116116 '),
(468, 64, 'fld_7900587', 'email_address', 'lindazahorec@gmail.com'),
(469, 64, 'fld_9356744', 'check_in_date', '30-10-2020'),
(470, 64, 'fld_9099709', 'check_out_date', '06-11-2020'),
(471, 64, 'fld_1150711', 'odkud', 'Bratislava '),
(472, 64, 'fld_857640', 'kam', 'Antalya '),
(473, 64, 'fld_4089741', 'comments', 'Dobry deň viete mi poslať cenu ďakujem '),
(474, 64, 'fld_7167496', 'submit', 'click'),
(475, 65, 'fld_185917', 'first_name', 'Lucia Mikulova'),
(476, 65, 'fld_7900587', 'email_address', 'lucia.mikulova@hotmail.com'),
(477, 65, 'fld_8403764', 'ps', 'Pracovna prilezitost'),
(478, 65, 'fld_4089741', 'comments', 'Dobry den ,\r\n\r\nzaujimalo by ma ci existuju vo Vasej spolocnostj nejake karierne moznosti pre VIP flight attendants. Mam predchadzajucu skusenost - 10 rokov aktivnej kariery v leteckom priemysle (z toho 5 rocna skusenost na veducej pozicii).\r\nVelmi pekne dakujem za Vas cas.\r\n\r\nS uctivym pozdravom,\r\n\r\nLucia Mikulova'),
(479, 65, 'fld_7167496', 'odeslat', 'click'),
(480, 66, 'fld_185917', 'first_name', 'Petr Frisch'),
(481, 66, 'fld_6496615', 'number_of_adults', '6'),
(482, 66, 'fld_2254781', 'mobile_number', '608537510'),
(483, 66, 'fld_7900587', 'email_address', 'petr.frisch@profactum.cz'),
(484, 66, 'fld_9356744', 'check_in_date', '13-11-2020'),
(485, 66, 'fld_9099709', 'check_out_date', '22-11-2020'),
(486, 66, 'fld_1150711', 'odkud', 'Praha'),
(487, 66, 'fld_857640', 'kam', 'Malaga'),
(488, 66, 'fld_4089741', 'comments', 'Dobrý den,\r\n\r\nprosím o zaslání nabídky na soukromý zpáteční let Praha - Málaga. \r\n\r\nOdlet: 13.-15.11.\r\nPřílet: 22.-23.11.\r\nČas odletu kdykoli 24H\r\n\r\nPočet pasažérů: 4-6 dospělých + 2 děti (1 a 4 roky)\r\n\r\nDěkuji. \r\n\r\nPetr Frisch'),
(489, 66, 'fld_7167496', 'submit', 'click'),
(490, 67, 'fld_185917', 'first_name', 'Eric'),
(491, 67, 'fld_7900587', 'email_address', 'ericjonesonline@outlook.com'),
(492, 67, 'fld_8403764', 'ps', 'Try this, get more leads'),
(493, 67, 'fld_4089741', 'comments', 'Hi, my name is Eric and I’m betting you’d like your website wapejets.com to generate more leads.\r\n\r\nHere’s how:\r\nTalk With Web Visitor is a software widget that’s works on your site, ready to capture any visitor’s Name, Email address and Phone Number. It signals you as soon as they say they’re interested – so that you can talk to that lead while they’re still there at wapejets.com.\r\n\r\nTalk With Web Visitor – CLICK HERE http://www.talkwithcustomer.com for a live demo now.\r\n\r\nAnd now that you’ve got their phone number, our new SMS Text With Lead feature enables you to start a text (SMS) conversation – answer questions, provide more info, and close a deal that way.\r\n\r\nIf they don’t take you up on your offer then, just follow up with text messages for new offers, content links, even just “how you doing?” notes to build a relationship.\r\n\r\nCLICK HERE http://www.talkwithcustomer.com to discover what Talk With Web Visitor can do for your business.\r\n\r\nThe difference between contacting someone within 5 minutes versus a half-hour means you could be converting up to 100X more leads today!\r\n\r\nTry Talk With Web Visitor and get more leads now.\r\n\r\nEric\r\nPS: The studies show 7 out of 10 visitors don’t hang around – you can’t afford to lose them!\r\nTalk With Web Visitor offers a FREE 14 days trial – and it even includes International Long Distance Calling. \r\nYou have customers waiting to talk with you right now… don’t keep them waiting. \r\nCLICK HERE http://www.talkwithcustomer.com to try Talk With Web Visitor now.\r\n\r\nIf you\\\'d like to unsubscribe click here http://talkwithcustomer.com/unsubscribe.aspx?d=wapejets.com'),
(494, 68, 'fld_185917', 'first_name', 'Ernestina'),
(495, 68, 'fld_7900587', 'email_address', 'pate.ernestina@gmail.com'),
(496, 68, 'fld_8403764', 'ps', 'How To Get More Traffic to wapejets.com in 2021'),
(497, 68, 'fld_4089741', 'comments', 'Hi,\r\n\r\nWe\\\'re wondering if you\\\'ve ever considered taking the content from wapejets.com and converting it into videos to promote on social media platforms such as Youtube?\r\n\r\nIt\\\'s another \\\'rod in the pond\\\' in terms of traffic generation, as so many people use Youtube.\r\n\r\nYou can read a bit more about the software here: https://www.vidnami.com/c/Abram18-vn-freetrial\r\n\r\nKind Regards,\r\nErnestina'),
(498, 69, 'fld_185917', 'first_name', 'Ondřej Bartoš'),
(499, 69, 'fld_6496615', 'number_of_adults', '4'),
(500, 69, 'fld_2254781', 'mobile_number', '774452568'),
(501, 69, 'fld_7900587', 'email_address', 'bartos@gffgroup.cz'),
(502, 69, 'fld_9356744', 'check_in_date', '25-12-2020'),
(503, 69, 'fld_9099709', 'check_out_date', '03-01-2021'),
(504, 69, 'fld_1150711', 'odkud', 'Praha/Vídeň'),
(505, 69, 'fld_857640', 'kam', 'Zanzibar'),
(506, 69, 'fld_7167496', 'submit', 'click'),
(507, 70, 'fld_185917', 'first_name', 'Erick'),
(508, 70, 'fld_7900587', 'email_address', 'erick.raines@gmail.com'),
(509, 70, 'fld_8403764', 'ps', 'Get Domain Authority 50+ for wapejets.com'),
(510, 70, 'fld_4089741', 'comments', 'Hi there\r\n\r\nIf you want to get ahead of your competition then you must have a higher Domain Authority score for your website. Its just as simple as that. With our service your wapejets.com DA score will get above 50 points in just 30 days.\r\n\r\nThis service is guaranteed\r\n\r\nFor more information, check our service here\r\nhttps://speed-seo.net/product/moz-da50-seo-plan/\r\n\r\n\r\nthank you\r\nSpeed SEO Digital Team\r\nsupport@speed-seo.net'),
(511, 71, 'fld_185917', 'first_name', 'Milan dockal'),
(512, 71, 'fld_6496615', 'number_of_adults', '11'),
(513, 71, 'fld_2254781', 'mobile_number', '605229999'),
(514, 71, 'fld_7900587', 'email_address', 'dockal@icb.as'),
(515, 71, 'fld_7337759', 'ulice', 'Nerudova 14'),
(516, 71, 'fld_6390103', 'msto', 'Brno '),
(517, 71, 'fld_8403764', 'ps', '60300'),
(518, 71, 'fld_6177764', 'stt', 'Czech '),
(519, 71, 'fld_7167496', 'submit', 'click'),
(520, 72, 'fld_185917', 'first_name', 'Václav Kuna'),
(521, 72, 'fld_6496615', 'number_of_adults', '4'),
(522, 72, 'fld_2254781', 'mobile_number', '603428197'),
(523, 72, 'fld_7900587', 'email_address', 'v.kuna@seznam.cz'),
(524, 72, 'fld_9356744', 'check_in_date', '02-04-2021'),
(525, 72, 'fld_9099709', 'check_out_date', '07-04-2021'),
(526, 72, 'fld_1150711', 'odkud', 'Praha'),
(527, 72, 'fld_857640', 'kam', 'Edinburgh nebo Glagow'),
(528, 72, 'fld_7167496', 'submit', 'click'),
(529, 73, 'fld_7900587', 'email_address', 'no-reply@google.com'),
(530, 73, 'fld_4089741', 'comments', 'Hello \r\n \r\nI have just checked wapejets.com for its SEO Trend and seen that your website could use a push. \r\n \r\nWe will increase your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our pricelist here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart enhancing your sales and leads with us, today! \r\n \r\nregards \r\nMike Howard\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de'),
(531, 73, 'fld_7167496', 'odeslat', 'Odeslat'),
(532, 74, 'fld_185917', 'first_name', 'Dian'),
(533, 74, 'fld_7900587', 'email_address', 'dian.hungerford@gmail.com'),
(534, 74, 'fld_8403764', 'ps', 'Your Website Can Do Better than as it\\\'s Now With This'),
(535, 74, 'fld_4089741', 'comments', 'Hello!\r\nPlease permit me to quickly introduce to you what will benefit your website significantly as we prepare to enter 2021.\r\nDo you own a business? If yes, definitely your business also has a website. And the purpose is to put your business online and to drive traffic. How do you ensure that your website is in a good position on the search engines to achieve its purpose? In these days of search engine optimization and the wholesale transition to the Internet that many companies are undergoing, Alexa traffic rank is one of the most critical metrics for measuring your site performance, especially compared to other websites in your specific niche.\r\nGiven that Alexa ranking provides you information about your website, it is an excellent tool to view search engine optimization. If your website is not optimized in the major search engines such as Google, Bing, Yahoo, etc., it\\\'s definitely can\\\'t achieve its purpose. \r\nSo what should you do? \r\nIt\\\'s quite easy to get started. Boost your Alexa ranking! It is considered one of the most important factors in evaluating your website\\\'s value by search engines. If you own a website that you would also want to monetize by selling text links ads or sponsored ads, you need to boost your Alexa ranking.\r\nInterestingly, I have good news for you today. We can help you to BOOST your website ALEXA RANK up to 29,999 globally. I guess you know what that means, a better SEO for the site. Better website value. \r\nPlease visit https://alexaspeed.com now to boost your website ALEXA RANK. Thank you.\r\nIf you have any questions, feel free to send an email to support@alexaspeed.com.\r\n\r\nBest regards,\r\nAlexaSpeed Team'),
(536, 75, 'fld_185917', 'first_name', 'Maureen'),
(537, 75, 'fld_7900587', 'email_address', 'maureen.pettis42@outlook.com'),
(538, 75, 'fld_8403764', 'ps', 'Re:For Management'),
(539, 75, 'fld_4089741', 'comments', 'Hey people at wapejets.com,\r\nHope you’re great. \r\nI\\\'m ,\r\nHope you’re great, and that business is good. Please allow me to introduce to you this service.\r\nNever has it been easier to advertise your internet site. Just enter your URL, and we will do the rest.\r\nhttps://bogazicitente.com/websitesubmitter9681\r\nWarm regards,\r\n'),
(540, 76, 'fld_185917', 'first_name', 'Viviana Dimicova '),
(541, 76, 'fld_7900587', 'email_address', 'vdimiciva@gmail.com'),
(542, 76, 'fld_8403764', 'ps', 'Suktomny let '),
(543, 76, 'fld_4089741', 'comments', 'Dobry den \r\nChcem sa spytat ake Miesta lietate z Prahy? Kolko vyjde let Praha Florence ? Alebo Praha Istanbul ? \r\nViete mi zaslat nejaky info cennik v ramci europy ? \r\n\r\nDakujem \r\n\r\nViiviana '),
(544, 76, 'fld_7167496', 'odeslat', 'click');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_cf_pro_messages`
--
CREATE TABLE `wp_cf_pro_messages` (
`ID` bigint(20) UNSIGNED NOT NULL,
`cfp_id` bigint(20) UNSIGNED DEFAULT NULL,
`entry_id` bigint(20) UNSIGNED DEFAULT NULL,
`hash` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_cf_queue_failures`
--
CREATE TABLE `wp_cf_queue_failures` (
`id` bigint(20) NOT NULL,
`job` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`error` text COLLATE utf8mb4_unicode_ci,
`failed_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_cf_queue_jobs`
--
CREATE TABLE `wp_cf_queue_jobs` (
`id` bigint(20) NOT NULL,
`job` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`attempts` tinyint(3) NOT NULL DEFAULT '0',
`reserved_at` datetime DEFAULT NULL,
`available_at` datetime NOT NULL,
`created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_commentmeta`
--
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_comments`
--
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) UNSIGNED NOT NULL,
`comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_comments`
--
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'httpss://wordpress.org/', '', '2020-05-28 17:11:08', '2020-05-28 17:11:08', 'Hi, this is a comment.\r\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\r\nCommenter avatars come from <a href=\"httpss://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_csp3_subscribers`
--
CREATE TABLE `wp_csp3_subscribers` (
`id` int(11) UNSIGNED NOT NULL,
`page_id` int(11) NOT NULL,
`page_uuid` varchar(255) DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`fname` varchar(255) DEFAULT NULL,
`lname` varchar(255) DEFAULT NULL,
`ref_url` varchar(255) DEFAULT NULL,
`clicks` int(11) NOT NULL DEFAULT '0',
`conversions` int(11) NOT NULL DEFAULT '0',
`referrer` int(11) NOT NULL DEFAULT '0',
`confirmed` int(11) NOT NULL DEFAULT '0',
`optin_confirm` int(11) NOT NULL DEFAULT '0',
`ip` varchar(255) DEFAULT NULL,
`meta` text,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_layerslider`
--
CREATE TABLE `wp_layerslider` (
`id` int(10) NOT NULL,
`group_id` int(10) DEFAULT NULL,
`author` int(10) NOT NULL DEFAULT '0',
`name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
`slug` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
`data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`date_c` int(10) NOT NULL,
`date_m` int(10) NOT NULL,
`schedule_start` int(10) NOT NULL DEFAULT '0',
`schedule_end` int(10) NOT NULL DEFAULT '0',
`flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
`flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
`flag_popup` tinyint(1) NOT NULL DEFAULT '0',
`flag_group` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_layerslider_revisions`
--
CREATE TABLE `wp_layerslider_revisions` (
`id` int(10) NOT NULL,
`slider_id` int(10) NOT NULL,
`author` int(10) NOT NULL DEFAULT '0',
`data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`date_c` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_links`
--
CREATE TABLE `wp_links` (
`link_id` bigint(20) UNSIGNED NOT NULL,
`link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_mgmlp_folders`
--
CREATE TABLE `wp_mgmlp_folders` (
`post_id` bigint(20) NOT NULL,
`folder_id` bigint(20) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_mgmlp_folders`
--
INSERT INTO `wp_mgmlp_folders` (`post_id`, `folder_id`) VALUES
(323, 0),
(324, 323),
(325, 324),
(84, 325),
(145, 325),
(146, 325),
(147, 325),
(148, 325),
(149, 325),
(150, 325),
(151, 325),
(152, 325),
(153, 325),
(154, 325),
(155, 325),
(156, 325),
(170, 325),
(171, 325),
(186, 325),
(187, 325),
(190, 325),
(192, 325),
(193, 325),
(194, 325),
(195, 325),
(196, 325),
(197, 325),
(198, 325),
(275, 325),
(277, 325),
(278, 325),
(279, 325),
(280, 325),
(281, 325),
(282, 325),
(283, 325),
(284, 325),
(285, 325),
(286, 325),
(287, 325),
(288, 325),
(289, 325),
(290, 325),
(291, 325),
(292, 325),
(293, 325),
(294, 325),
(295, 325),
(296, 325),
(301, 325),
(305, 325),
(308, 325),
(309, 325),
(310, 325),
(311, 325),
(312, 325),
(313, 325),
(314, 325),
(315, 325),
(316, 325),
(317, 325),
(318, 325),
(319, 325),
(320, 325),
(321, 325),
(322, 325),
(326, 324),
(327, 324),
(328, 324),
(387, 325),
(389, 325),
(390, 325),
(391, 325),
(392, 325),
(388, 325),
(394, 325),
(393, 325),
(395, 325),
(396, 325),
(397, 325),
(400, 325),
(398, 325),
(401, 325),
(343, 328),
(402, 325),
(438, 325),
(437, 325),
(436, 325),
(426, 325),
(425, 325),
(424, 325),
(423, 325),
(422, 325),
(452, 325),
(453, 325),
(454, 325),
(455, 325),
(456, 325),
(457, 325),
(462, 325),
(463, 325),
(464, 325),
(465, 325),
(466, 325),
(467, 325),
(469, 325),
(372, 325),
(373, 325),
(374, 325),
(375, 325),
(376, 325),
(377, 325),
(378, 325),
(379, 325),
(380, 325),
(381, 325),
(382, 325),
(383, 325),
(384, 325),
(385, 325);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_newsletter`
--
CREATE TABLE `wp_newsletter` (
`name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`token` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`status` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'S',
`id` int(11) NOT NULL,
`profile` mediumtext COLLATE utf8mb4_unicode_ci,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated` int(11) NOT NULL DEFAULT '0',
`last_activity` int(11) NOT NULL DEFAULT '0',
`followup_step` tinyint(4) NOT NULL DEFAULT '0',
`followup_time` bigint(20) NOT NULL DEFAULT '0',
`followup` tinyint(4) NOT NULL DEFAULT '0',
`surname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`sex` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'n',
`feed_time` bigint(20) NOT NULL DEFAULT '0',
`feed` tinyint(4) NOT NULL DEFAULT '0',
`referrer` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`ip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`wp_user_id` int(11) NOT NULL DEFAULT '0',
`http_referer` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`geo` tinyint(4) NOT NULL DEFAULT '0',
`country` varchar(4) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`region` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`city` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`bounce_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`bounce_time` int(11) NOT NULL DEFAULT '0',
`unsub_email_id` int(11) NOT NULL DEFAULT '0',
`unsub_time` int(11) NOT NULL DEFAULT '0',
`list_1` tinyint(4) NOT NULL DEFAULT '0',
`list_2` tinyint(4) NOT NULL DEFAULT '0',
`list_3` tinyint(4) NOT NULL DEFAULT '0',
`list_4` tinyint(4) NOT NULL DEFAULT '0',
`list_5` tinyint(4) NOT NULL DEFAULT '0',
`list_6` tinyint(4) NOT NULL DEFAULT '0',
`list_7` tinyint(4) NOT NULL DEFAULT '0',
`list_8` tinyint(4) NOT NULL DEFAULT '0',
`list_9` tinyint(4) NOT NULL DEFAULT '0',
`list_10` tinyint(4) NOT NULL DEFAULT '0',
`list_11` tinyint(4) NOT NULL DEFAULT '0',
`list_12` tinyint(4) NOT NULL DEFAULT '0',
`list_13` tinyint(4) NOT NULL DEFAULT '0',
`list_14` tinyint(4) NOT NULL DEFAULT '0',
`list_15` tinyint(4) NOT NULL DEFAULT '0',
`list_16` tinyint(4) NOT NULL DEFAULT '0',
`list_17` tinyint(4) NOT NULL DEFAULT '0',
`list_18` tinyint(4) NOT NULL DEFAULT '0',
`list_19` tinyint(4) NOT NULL DEFAULT '0',
`list_20` tinyint(4) NOT NULL DEFAULT '0',
`list_21` tinyint(4) NOT NULL DEFAULT '0',
`list_22` tinyint(4) NOT NULL DEFAULT '0',
`list_23` tinyint(4) NOT NULL DEFAULT '0',
`list_24` tinyint(4) NOT NULL DEFAULT '0',
`list_25` tinyint(4) NOT NULL DEFAULT '0',
`list_26` tinyint(4) NOT NULL DEFAULT '0',
`list_27` tinyint(4) NOT NULL DEFAULT '0',
`list_28` tinyint(4) NOT NULL DEFAULT '0',
`list_29` tinyint(4) NOT NULL DEFAULT '0',
`list_30` tinyint(4) NOT NULL DEFAULT '0',
`list_31` tinyint(4) NOT NULL DEFAULT '0',
`list_32` tinyint(4) NOT NULL DEFAULT '0',
`list_33` tinyint(4) NOT NULL DEFAULT '0',
`list_34` tinyint(4) NOT NULL DEFAULT '0',
`list_35` tinyint(4) NOT NULL DEFAULT '0',
`list_36` tinyint(4) NOT NULL DEFAULT '0',
`list_37` tinyint(4) NOT NULL DEFAULT '0',
`list_38` tinyint(4) NOT NULL DEFAULT '0',
`list_39` tinyint(4) NOT NULL DEFAULT '0',
`list_40` tinyint(4) NOT NULL DEFAULT '0',
`profile_1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_4` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_5` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_6` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_7` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_8` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_9` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_11` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_12` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_13` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_14` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_15` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_16` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_17` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_18` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_19` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`profile_20` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`test` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_newsletter`
--
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Bauer', 'design@davidbauer.cz', '45e36b6ede', '', 'C', 1, NULL, '2020-07-04 13:32:20', 0, 1608370534, 0, 0, 0, 'David', 'n', 0, 0, '', '93.99.225.2', 0, '', 0, '', '', '', '', 0, 3, 1608369953, 1, 1, 1, 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, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1),
('Bauer', 'bruno111@me.com', '13a0782dc8', 'cs', 'C', 2, NULL, '2020-07-04 13:38:08', 0, 0, 0, 0, 0, 'David', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bauer', 'dbpd@me.com', 'a22bc9a88b', '', 'C', 3, NULL, '2020-07-04 13:39:17', 0, 0, 0, 0, 0, 'David', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 1, 1, 1, 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),
('Zuzana', 'zuzana@wape-ebs.com', '883751ec7b', '', 'C', 4, NULL, '2020-07-04 15:42:23', 0, 1608476494, 0, 0, 0, 'Petáková', 'n', 0, 0, '', '185.63.98.11', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 1, 1, 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, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1),
('Matouš', 'polak@wcaholding.cz', '94ee295b05', '', 'C', 5, NULL, '2020-12-18 18:44:55', 0, 0, 0, 0, 0, 'Polák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.frisch@profactum.cz', '53f36fde29', '', 'C', 6, NULL, '2020-12-18 18:44:55', 0, 0, 0, 0, 0, 'Frisch', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ján Jr.', 'jano@alkin.sk', 'f48117a2f5', '', 'C', 7, NULL, '2020-12-18 18:44:55', 0, 0, 0, 0, 0, 'Alžbetkin', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo', 'ivosalatek@seznam.cz', '0aff9ad286', '', 'C', 8, NULL, '2020-12-18 18:44:55', 0, 0, 0, 0, 0, 'Šalátek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana ', 'durisova@balade.cz', '8ae0f0904b', '', 'C', 9, NULL, '2020-12-18 18:44:55', 0, 1608800854, 0, 0, 0, 'Ďurišová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'ivan.hrozny@mountfield.cz', 'd766cfa188', '', 'C', 10, NULL, '2020-12-18 18:44:55', 0, 1608466752, 0, 0, 0, 'Drbohlav', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'lacko.pavel55@gmail.com', 'c1f4f4c4b4', '', 'C', 11, NULL, '2020-12-18 18:44:56', 0, 1608455634, 0, 0, 0, 'Lacko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'ondra@gattoinvestments.com', 'ac8f9015a0', '', 'C', 12, NULL, '2020-12-18 18:44:56', 0, 1608460444, 0, 0, 0, 'Ondra', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'vacek@pragosport.cz', 'ee791c82db', '', 'C', 13, NULL, '2020-12-18 18:44:56', 0, 1608457408, 0, 0, 0, 'Vacek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Mária', 'maria.simrakova@tucan.sk', '24ee73dd71', '', 'C', 14, NULL, '2020-12-18 18:44:56', 0, 1608494322, 0, 0, 0, 'Šimráková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Linda', 'lindazahorec@gmail.com', 'd7ca7bdb8c', '', 'C', 15, NULL, '2020-12-18 18:44:56', 0, 0, 0, 0, 0, 'Zahorec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petratidhar@gmail.com', 'b8069f47aa', '', 'C', 16, NULL, '2020-12-18 18:44:56', 0, 1608462469, 0, 0, 0, 'Tidhar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Simona', 'simona.otavova@seznam.cz', '16db996f7e', '', 'C', 17, NULL, '2020-12-18 18:44:56', 0, 1608471196, 0, 0, 0, 'Otavová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Omri', 'sivor@daramis.com', '53214e157f', '', 'C', 18, NULL, '2020-12-18 18:44:56', 0, 0, 0, 0, 0, 'Sivor', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alojz', 'alo@alo.cz', 'df97533482', '', 'C', 19, NULL, '2020-12-18 18:44:56', 0, 0, 0, 0, 0, 'Ryšavý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aleš', 'ales.belik@gmail.com', '65446c6ce1', '', 'C', 20, NULL, '2020-12-18 18:44:56', 0, 1608455939, 0, 0, 0, 'Bělík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'lamich@lamaenergy.cz', '11d1149c77', '', 'C', 21, NULL, '2020-12-18 18:44:56', 0, 0, 0, 0, 0, 'Lamich', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kysela', 'pavel.kysela@adastragrp.com', 'aec2301071', '', 'C', 22, NULL, '2020-12-18 18:44:56', 0, 0, 0, 0, 0, 'Vít', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'adamkova@terma-travel.com', 'd2f41a3d04', '', 'C', 23, NULL, '2020-12-18 18:44:56', 0, 0, 0, 0, 0, 'ADÁMKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'sconto@starsandfriends.sk', 'ba662e342c', '', 'C', 24, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'Sconto', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jolanta', 'burkotova.j@seznam.cz', '33cdc41805', '', 'C', 25, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'Burkotová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'koralos@seznam.cz', 'a6533ab4a2', '', 'C', 26, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'JEŽO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Oldřich', 'oldab@centrum.cz', '3fa5edce3c', '', 'C', 27, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'Bajer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'bakovsky@golfintermedia.cz', '97ef1a62f3', '', 'C', 28, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'BAKOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ ', 'pelorus@pelorus.sk', 'df28d196f1', '', 'C', 29, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'BEIER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTĚPÁNKA', 'svrbova@chello.cz', '0f53656653', '', 'C', 30, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'DAVIDOVÁ (VRBOVÁ)', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'samenkova@xawax.cz', '33497015fc', '', 'C', 31, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOMÍR', 'dvorak@xawax.cz', 'd66a82eba9', '', 'C', 32, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel@folget.cz', '3b48d3c499', '', 'C', 33, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'FOLGET', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan@janjez.cz', 'cabf5e32d3', '', 'C', 34, NULL, '2020-12-18 18:44:57', 0, 1608456925, 0, 0, 0, 'JEŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALENA', 'magdalena.lednicka@mac.com', 'a14318c9a6', '', 'C', 35, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'LEDNICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Helena', 'hyclova.h@seznam.cz', 'e5bbcad066', '', 'C', 36, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'Hyclová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL ', 'knemecek2@gmail.com', '65e7182997', '', 'C', 37, NULL, '2020-12-18 18:44:57', 0, 1608456538, 0, 0, 0, 'NĚMEČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IGOR', 'opraviligor@seznam.cz', '4bdc253915', '', 'C', 38, NULL, '2020-12-18 18:44:57', 0, 0, 0, 0, 0, 'OPRAVIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Luboš', 'pasek@medeakultur.com', 'e6bac0d877', '', 'C', 39, NULL, '2020-12-18 18:44:58', 0, 1608476416, 0, 0, 0, 'Pašek', 'n', 0, 0, '', '88.103.226.98', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'posad@posad.cz', '841976d532', '', 'C', 40, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'POSÁD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'rypl@silnicegroup.com', 'd1f2126266', '', 'C', 41, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'RYPL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA ', 'jitka.salkini@ctpraha.cz', '7f4ec48a9d', '', 'C', 42, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'SALKINI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'ales.zazvorka@ibg.cz', '07a5d99001', '', 'C', 43, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'ZÁZVORKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva@bernadet.cz', '1e15e15759', '', 'C', 44, NULL, '2020-12-18 18:44:58', 0, 1608460377, 0, 0, 0, 'BERNADET', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ ', 'tom777@email.cz', '3b09ad655a', '', 'C', 45, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'AMBROŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIA ', 'marika@mja.sk', '7a37c264b6', '', 'C', 46, NULL, '2020-12-18 18:44:58', 0, 1608464827, 0, 0, 0, 'BAGINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARNOŠT', 'arnost.b@seznam.cz', '478794c8fc', '', 'C', 47, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'BALUŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'barina@globalmarketing.cz', '9d92b5865d', '', 'C', 48, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'Bařina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOMÍR', 'bednar.radomir@volny.cz', '3228d98dd4', '', 'C', 49, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'BEDNÁŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'bernard_olga@yahoo.com', '79a0cb8ff6', '', 'C', 50, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'BERNANRD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'metropol.c@email.cz', 'f3e0d688b9', '', 'C', 51, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'BURIANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'eva.bychlova@topstar.cz', '754f4cee12', '', 'C', 52, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'Bychlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alenac@tiscali.cz', '20379df9fd', '', 'C', 53, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'ČIŽINSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA ', 'dlouha@prague-lofts.cz', 'd78c47552b', '', 'C', 54, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'DLOUHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.dvorakova@atwc.cz', '173e1312ad', '', 'C', 55, NULL, '2020-12-18 18:44:58', 0, 0, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'simi.eloy@gmail.com', 'c92969ed51', '', 'C', 56, NULL, '2020-12-18 18:44:59', 0, 1608457139, 0, 0, 0, 'ELOY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA ', 'zuzana.holendova@lgt.com', 'e8ea1eab1f', '', 'C', 57, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'HOLENDOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIETA', 'marietagundova@yahoo.com', 'dabca94bae', '', 'C', 58, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'HORSKÝ GUNDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA ', 'ohumlova@salans.com', 'f653407d5b', '', 'C', 59, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'HUMLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK ', 'zdenek.zapletal@zapletalc.cz', '71bab90984', '', 'C', 60, NULL, '2020-12-18 18:44:59', 0, 1608458464, 0, 0, 0, 'ING. ZAPLETAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michal.jezdik@jmauto.cz', '109dee9b3b', '', 'C', 61, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'JEŽDIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'bkacenova@seznam.cz', 'c35e4c3de2', '', 'C', 62, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'KAČENOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'daniela.klimova@uvn.cz', '4d01715ae3', '', 'C', 63, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'KLIMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'pklipka@hidglobal.com', '76d09d509f', '', 'C', 64, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'KLUPKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAMIAN ', 'dkosutic@herringcapital.com', 'cff318791c', '', 'C', 65, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'KOSUTIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA ', 'misa.kucminova@seznam.cz', '6df9ecbb07', '', 'C', 66, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'KUCMÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'kusta@chrudim.cz', 'd0e33d0126', '', 'C', 67, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'KUŠTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'eva.landa@seznam.cz', '6923f62c99', '', 'C', 68, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'Landová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'ales.lenc@le-co.cz', '806dcb24f7', '', 'C', 69, NULL, '2020-12-18 18:44:59', 0, 1608462741, 0, 0, 0, 'LENC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLANKA ', 'fructus.linka@mac.com', '6017d2f206', '', 'C', 70, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'LINKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL ALEXANDER', 'dm@the-trpisty-estate.com', 'fd1e788a64', '', 'C', 71, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'MALIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOŠ', 'wenger@seznam.cz', '12a7151221', '', 'C', 72, NULL, '2020-12-18 18:44:59', 0, 0, 0, 0, 0, 'MĚKOTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'pelcak@pelcak.cz', '9e2bcdfc45', '', 'C', 73, NULL, '2020-12-18 18:44:59', 0, 1608821186, 0, 0, 0, 'PELČÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('prim.MUDR. MIRKA', 'prijem@ulk.cz', '3b0f9722be', '', 'C', 74, NULL, '2020-12-18 18:45:00', 0, 0, 0, 0, 0, 'PELECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'pivodova@avonet.cz', 'b63438a0d0', '', 'C', 75, NULL, '2020-12-18 18:45:00', 0, 1608533770, 0, 0, 0, 'PIVODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.prorok@gmail.com', '14317d10e7', '', 'C', 76, NULL, '2020-12-18 18:45:00', 0, 1608458316, 0, 0, 0, 'PROROKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA ', 'helena@inoscd.cz', '7fecbabb05', '', 'C', 77, NULL, '2020-12-18 18:45:00', 0, 0, 0, 0, 0, 'RICHTEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romana@czechbusinessclub.cz', '6a7b3dc1b4', '', 'C', 78, NULL, '2020-12-18 18:45:00', 0, 1608458101, 0, 0, 0, 'ŠEDÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'romansedivy@seznam.cz', '80b321668b', '', 'C', 79, NULL, '2020-12-18 18:45:00', 0, 0, 0, 0, 0, 'ŠEDIVÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVATAVA', 'ssedova@seznam.cz', 'eb7d738e86', '', 'C', 80, NULL, '2020-12-18 18:45:00', 0, 1608477225, 0, 0, 0, 'ŠEDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'filip.vanek@email.cz', 'cf4ba98891', '', 'C', 81, NULL, '2020-12-18 18:45:00', 0, 0, 0, 0, 0, 'VANĚK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.broz@broz-sedlaty.cz', '0e16c1d1e3', '', 'C', 82, NULL, '2020-12-18 18:45:00', 0, 1608458772, 0, 0, 0, 'BROŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zdenek.stebetak@egmont.cz', '588f4a46c9', '', 'C', 83, NULL, '2020-12-18 18:45:00', 0, 0, 0, 0, 0, 'STEBETAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'polak@assettech.cz', '6fcac71c51', '', 'C', 84, NULL, '2020-12-18 18:45:00', 0, 0, 0, 0, 0, 'POLÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'miklas@lumius.cz', 'f29fe110b0', '', 'C', 85, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'MIKLAS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'r.sima@seznam.cz', 'e75e8f0211', '', 'C', 86, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'ŠÍMA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'karolina.topolova@aaauto.cz', 'cb27b87b41', '', 'C', 87, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'TOPOLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TUIBA', 't-alqubandi@ibkunt.com', '11d2168298', '', 'C', 88, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'ALQABANDI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'jitka.svobodova@cestakuspechu.cz', 'cd00cb883d', '', 'C', 89, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'Svobodová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'siroka@autobusch.cz', '50562ff22a', '', 'C', 90, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'ŠIROKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petrsf@seznam.cz', '76aad24f63', '', 'C', 91, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'BAUER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renata.radeva@seznam.cz', '9e5ad72d67', '', 'C', 92, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'RADEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'baumi@email.cz', 'accb6e60be', '', 'C', 93, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'Bauerová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN ', 'martin.erva@ppmedia.cz', '2f3414259c', '', 'C', 94, NULL, '2020-12-18 18:45:01', 0, 1608548168, 0, 0, 0, 'ERVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VACLAV ', 'vaclav.valvoda@allenoverg.com', 'a7c51efba3', '', 'C', 95, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'VALVODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'valvodova.michaela@gmail.com', '11caf2511e', '', 'C', 96, NULL, '2020-12-18 18:45:01', 0, 1608483987, 0, 0, 0, 'VALVODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'info@gutva.cz', '87c70ccb1f', '', 'C', 97, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'Gutwald', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jirko.malcharek@groupone.sk', 'fdcf056809', '', 'C', 98, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'MALCHAREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA ', 'denisa.detkova@gmail.com', '2a7d024682', '', 'C', 99, NULL, '2020-12-18 18:45:01', 0, 1608458936, 0, 0, 0, 'DETKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'banhidai@iex.cz', '99512da346', '', 'C', 100, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'BÁNHIDAIOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA A DUŠAN ', 'sarkabocek@yahoo.com', 'a144121f0d', '', 'C', 101, NULL, '2020-12-18 18:45:01', 0, 1608461245, 0, 0, 0, 'BOČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'cervenkova@cipa-gastro.cz', 'f44b6068e0', '', 'C', 102, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'ČERVENKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'dolezalovajanakrc@seznam.cz', '9d9b49f11f', '', 'C', 103, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'DOLEŽALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA ', 'eva@evelynaheinz.de', 'e426fa53c6', '', 'C', 104, NULL, '2020-12-18 18:45:01', 0, 0, 0, 0, 0, 'HEINZ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KENICHIRO ', 'kenichiro.kubota@mofa.go.jp', '1988a9f964', '', 'C', 105, NULL, '2020-12-18 18:45:01', 0, 1608464310, 0, 0, 0, 'KUBOTA', 'n', 0, 0, '', '111.101.7.153', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna.lenerova@gmail.com', 'cc590469b9', '', 'C', 106, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'LENEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA ', 'dr.fouskova@mephacentrum.cz', '815be6fa34', '', 'C', 107, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'FOUSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'natekova@entadent.cz', 'a176a8eb8b', '', 'C', 108, NULL, '2020-12-18 18:45:02', 0, 1608534126, 0, 0, 0, 'Náteková', 'n', 0, 0, '', '93.99.6.152', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MATUŠ', 'matus.prikazsky@astenhotels.com', '9bac284151', '', 'C', 109, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'PRIKAZSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'puzik@tesla-lighting.cz', 'aa3ea6c3ef', '', 'C', 110, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'PUŽÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA ', 'iva.vitouskova@gordondesign.eu', '30031c9d2c', '', 'C', 111, NULL, '2020-12-18 18:45:02', 0, 1608483420, 0, 0, 0, 'VITOUSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucia', 'wirthova@gmail.com', 'ec597e63b0', '', 'C', 112, NULL, '2020-12-18 18:45:02', 0, 1608512155, 0, 0, 0, 'Wirthova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'haloolivia@seznam.cz', 'e53bd1bf4d', '', 'C', 113, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'KORNIJENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr@sladek.org', 'be1b2a6241', '', 'C', 114, NULL, '2020-12-18 18:45:02', 0, 1609187291, 0, 0, 0, 'Sládek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'milan.kormanak@finaport.com', 'f9325935ca', '', 'C', 115, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'Kormanak', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dalibor', 'info@ifm-m.com', 'c521f47d2b', '', 'C', 116, NULL, '2020-12-18 18:45:02', 0, 1608460620, 0, 0, 0, 'Lacina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloš', 'milos.vagner@genesia.cz', 'fa00fb26e9', '', 'C', 117, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'Vágner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zlatko', 'dudev@elsklo.cz', '48b4f08e2a', '', 'C', 118, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'Dudev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'durina@telecom.cz', 'be461600b4', '', 'C', 119, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'Ďurina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.pour@email.cz', 'c3d55e9f81', '', 'C', 120, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'Pour', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'stasa@farene.cz', '3d31da259d', '', 'C', 121, NULL, '2020-12-18 18:45:02', 0, 0, 0, 0, 0, 'Staša', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Evžen', 'evzenbalko@hotmail.com', 'e597274187', '', 'C', 122, NULL, '2020-12-18 18:45:03', 0, 1608590437, 0, 0, 0, 'Balko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'ujiti@volny.cz', '4c7a83760f', '', 'C', 123, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Ujfaluši', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.siml@email.cz', 'ded2867aba', '', 'C', 124, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Šiml', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'tichy@transferenergy.cz', '8949787688', '', 'C', 125, NULL, '2020-12-18 18:45:03', 0, 1608466643, 0, 0, 0, 'Tichý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexander', 'mikalex@bk.ru', '779c016778', '', 'C', 126, NULL, '2020-12-18 18:45:03', 0, 1608472300, 0, 0, 0, 'Mikhnovskiy', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radka', 'radka.kafkova@vicenda.cz', '5cb119435b', '', 'C', 127, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Kafková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'zpanek@volny.cz', 'ea8bff2053', '', 'C', 128, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Pánek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vasyl', 'swfinal@centrum.cz', 'd9c52fb131', '', 'C', 129, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Stoyka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jirkahronjr@hotmail.com', '5472c7a7fe', '', 'C', 130, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Hron', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Jan', 'j.martinek@carloc.cz', '0720070705', '', 'C', 131, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Martínek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.wygrys@mwp-group.cz', 'c71b7b26ab', '', 'C', 132, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Wygrys', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'brida@motoscoot.cz', '0508825d2a', '', 'C', 133, NULL, '2020-12-18 18:45:03', 0, 1608469991, 0, 0, 0, 'Brída', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Peter', 'peter.mikus2@ge.com', '2ff11445d2', '', 'C', 134, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Mikuš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.sidlo@pharmea.cz', 'f9eb2eadc1', '', 'U', 135, NULL, '2020-12-18 18:45:03', 0, 1608496200, 0, 0, 0, 'Šídlo', 'n', 0, 0, '', '78.136.133.91', 0, '', 0, '', '', '', '', 0, 3, 1608496229, 0, 0, 1, 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),
('Hajrudin', 'hg@realityvltavin.cz', 'c3fffa7413', '', 'C', 136, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Gušmirovič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'info@ikupto.cz', '64135cb038', '', 'C', 137, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Korbel', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karolína', 'karolina.horakova@weil.com', 'cead6d0b5c', '', 'C', 138, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Horáková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Christopher', 'christopher.zeuner@jer.com', '767e53475e', '', 'C', 139, NULL, '2020-12-18 18:45:03', 0, 0, 0, 0, 0, 'Zeuner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milutin', 'info@jamp.cz', 'bb2f5752a9', '', 'C', 140, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Perič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'miroslav.lekes@mhw.cz', 'eda90302c0', '', 'C', 141, NULL, '2020-12-18 18:45:04', 0, 1608623949, 0, 0, 0, 'Lekeš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'palnit@seznam.cz', '744d97d6d1', '', 'C', 142, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Žerdík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'hasko.kozak@tiscali.cz', '55c342bcd6', '', 'C', 143, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Kozák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bohdan', 'suchomel@valvoline.cz', 'cb942cc939', '', 'C', 144, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Suchomel', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bear', 'bear@midkiff.cz', 'bc7ca2dd07', '', 'C', 145, NULL, '2020-12-18 18:45:04', 0, 1608461556, 0, 0, 0, 'Midkiff', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.tatyrek@awdcr.cz', '49b7890eaf', '', 'C', 146, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Tatýrek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'jirackova@revaconsulting.cz', '5865cee76e', '', 'C', 147, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Jiráčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'p.pudil@czechcoal.cz', '29f99172b8', '', 'C', 148, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Pudil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.vrba@replaybluejeans.cz', 'a66de2bd76', '', 'C', 149, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Vrba', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'roman@beyerdynamic.cz', '745820d2fe', '', 'C', 150, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Wilczynski', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.urban@mail.ing.nl', 'aa8f21d1ca', '', 'C', 151, NULL, '2020-12-18 18:45:04', 0, 1608461197, 0, 0, 0, 'Urban', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rostislav', 'rostislav.sevcu@glancetravel.cz', '471228560f', '', 'C', 152, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Ševců', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'vyletalova@vi-hotels.cz', '882b1803a6', '', 'C', 153, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Vyleťalová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'vrbka@atdavinci.cz', 'dfa571d799', '', 'C', 154, NULL, '2020-12-18 18:45:04', 0, 0, 0, 0, 0, 'Vrbka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'info@jv-tour.cz', '5312cb04c1', '', 'C', 155, NULL, '2020-12-18 18:45:05', 0, 1608538682, 0, 0, 0, 'Vybíral', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin@krupa.cz', 'a233b93a5a', '', 'C', 156, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Krupa', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexander', 'sasa@gedevani.cz', 'd734a7feb7', '', 'C', 157, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Gedevanishvili', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vít', 'vit.vareka@amista.cz', 'aae57da4c4', '', 'C', 158, NULL, '2020-12-18 18:45:05', 0, 1608483589, 0, 0, 0, 'Vařeka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexandr', 'alexandr@fillipov.cz', '361f333a8e', '', 'C', 159, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Fillipov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'lbanyaiova@salans.cz', '2d0d5062bd', '', 'C', 160, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Bányaiová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloš', 'mprib@cz.loreal.com', '9baff5da59', '', 'C', 161, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Přib', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Stanislav', 'pirkl@pictor-hk.cz', 'dd26145ed8', '', 'C', 162, NULL, '2020-12-18 18:45:05', 0, 1608464723, 0, 0, 0, 'Pirkl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'sramek@rydings.cz', '37b979431f', '', 'C', 163, NULL, '2020-12-18 18:45:05', 0, 1608571131, 0, 0, 0, 'Šrámek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Richard', 'richard.vlach@g3consult.com', 'ccc45f59de', '', 'C', 164, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Vlach', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.adamcova@gmail.com', 'f7bee3766c', '', 'C', 165, NULL, '2020-12-18 18:45:05', 0, 1608461336, 0, 0, 0, 'ADAMCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Norbert', 'novito.steti@tiscali.cz', '1139776fe2', '', 'C', 166, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Kostřica', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pierangelo', 'publimedia.zl@hotmail.com', '33ec6462ec', '', 'C', 167, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Scalvini', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'cais@cais.cz', '301e1cebcd', '', 'C', 168, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Cais', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'gogolin@republik.cz', 'f4cde977f8', '', 'C', 169, NULL, '2020-12-18 18:45:05', 0, 0, 0, 0, 0, 'Gogolín', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bohuslav', 'hlasek@hlasek.cz', 'dfb2ce27c3', '', 'C', 170, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Hlásek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jancizek@rentera.cz', '48a3b7bee9', '', 'C', 171, NULL, '2020-12-18 18:45:06', 0, 1609044312, 0, 0, 0, 'Čížek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vítězslav', 'mudr.novak@iol.cz', '3e988807fa', '', 'C', 172, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Novák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Viktor', 'boger777@seznam.cz', 'e879218e91', '', 'C', 173, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Boghiu', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaromír', 'bayer@bayerfolprecht.cz', '4ccb3026de', '', 'C', 174, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Bayer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaromír', 'j.deyl@gentlemangolf.cz', 'b25491e4d2', '', 'C', 175, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Deyl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dominik', 'dominik@berdych.net', 'c7daa8de60', '', 'C', 176, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Berdych', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.jelinek@okin.eu', '7b50bf970c', '', 'C', 177, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Jelínek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniela', 'info@partyservis98.cz', 'aebed3ac57', '', 'C', 178, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Bošová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'koci@koci.eu', 'a9cb18c623', '', 'C', 179, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Kočí', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'zeman@zenova.cz', '41cd41f668', '', 'C', 180, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Zeman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'honek@vfh.cz', 'a875b44fdc', '', 'C', 181, NULL, '2020-12-18 18:45:06', 0, 1608531083, 0, 0, 0, 'Honěk', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dalibor', 'dalibor.fajkus@tqm.cz', 'a67830f425', '', 'C', 182, NULL, '2020-12-18 18:45:06', 0, 1608546633, 0, 0, 0, 'Fajkus', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Migridad', 'pirnazar@nze.ru', '8748b639b2', '', 'C', 183, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Pirnazar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'k.igor@email.cz', '0b33aa0702', '', 'C', 184, NULL, '2020-12-18 18:45:06', 0, 0, 0, 0, 0, 'Kirchuk', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloslav', 'pokorny@trubky-pokorny.cz', '344bd9ac57', '', 'C', 185, NULL, '2020-12-18 18:45:06', 0, 1608462758, 0, 0, 0, 'Pokorný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'spidlen@izolacehk.cz', 'f73d3219ae', '', 'C', 186, NULL, '2020-12-18 18:45:07', 0, 0, 0, 0, 0, 'Špidlen', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michael', 'michael.bloch.44@gmail.com', 'a04fc00c3c', '', 'C', 187, NULL, '2020-12-18 18:45:07', 0, 1608462294, 0, 0, 0, 'Bloch', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'lipka2001@seznam.cz', '9508b9d712', '', 'C', 188, NULL, '2020-12-18 18:45:07', 0, 0, 0, 0, 0, 'Svoboda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Olga', 'olga.placha@lica.cz', '28203d4d48', '', 'C', 189, NULL, '2020-12-18 18:45:07', 0, 0, 0, 0, 0, 'Plachá', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Gabriela', 'kapralova@asgk.cz', '9ca1e89a51', '', 'C', 190, NULL, '2020-12-18 18:45:07', 0, 0, 0, 0, 0, 'Kaprálová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'klejmova@jtconcierge.cz', '5224126195', '', 'C', 191, NULL, '2020-12-18 18:45:07', 0, 0, 0, 0, 0, 'Klejmová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'rydl.h@seznam.cz', '6d2cc6c33a', '', 'C', 192, NULL, '2020-12-18 18:45:07', 0, 0, 0, 0, 0, 'Rydl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'nstamidu@bbh.cz', '5e89a36bc7', '', 'C', 193, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Brož', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bořivoj', 'borivoj.libal@havelholasek.cz', '0160fc2590', '', 'C', 194, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Líbal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.krouzek@volny.cz', '5f60e1f70d', '', 'C', 195, NULL, '2020-12-18 18:45:08', 0, 1608492394, 0, 0, 0, 'Kroužek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Norman', 'eisennl@state.gov', '1f2bb0ad10', '', 'C', 196, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Eisen', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.tosnar@hydropol.cz', '00ed908948', '', 'C', 197, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Tošnar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'ji.tesar@volny.cz', 'e307b88a01', '', 'C', 198, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Tesař', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'zapletalovi@tiscali.cz', '0fd91305e6', '', 'C', 199, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Zapletal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'procik@uniles.sk', '4106cfef5f', '', 'C', 200, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Procik', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Libor', 'lgrygarek@seznam.cz', '5ad1a92b85', '', 'C', 201, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Grygárek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'grubner@grubnerlegal.cz', '708c5e9bf0', '', 'C', 202, NULL, '2020-12-18 18:45:08', 0, 1608517426, 0, 0, 0, 'Grubner', 'n', 0, 0, '', '202.1.199.194', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal@vysusil.cz', 'f0ba1f20a9', '', 'C', 203, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Vysušil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vincent', 'steckler@avast.com', '42991a5218', '', 'C', 204, NULL, '2020-12-18 18:45:08', 0, 1608462829, 0, 0, 0, 'Steckler', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Armen', 'mmm599@mail.ru', 'ad0ba31e18', '', 'C', 205, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Ananikyan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'aidarinfo@mail.ru', 'dbfa2de920', '', 'C', 206, NULL, '2020-12-18 18:45:08', 0, 1608465759, 0, 0, 0, 'Aydar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vadim', 'bataeff@mail.ru', '3adf9a150e', '', 'C', 207, NULL, '2020-12-18 18:45:08', 0, 0, 0, 0, 0, 'Bataev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rastislav', 'bilas@vulmholding.com', '877e21c136', '', 'C', 208, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Bilas', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Natalya', 'naborisova@mail.com', '3343f1aea2', '', 'C', 209, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Borisova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marina', 'marinaborovik@yandex.ru', 'be46cc2b06', '', 'C', 210, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Borovik', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'm.hlubocepy@seznam.cz', '2226704b5e', '', 'C', 211, NULL, '2020-12-18 18:45:09', 0, 1608467174, 0, 0, 0, 'BOUŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'brejcha@masobrejcha.cz', 'f043b483f8', '', 'C', 212, NULL, '2020-12-18 18:45:09', 0, 1608475943, 0, 0, 0, 'Brejcha', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'spiderer@seznam.cz', '4da070acf1', '', 'C', 213, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Buchta', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'miroslav.david@bentransplus.cz', '3488b843d4', '', 'C', 214, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'David', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrey', 'erlikh51@gmail.com', '6e98366299', '', 'C', 215, NULL, '2020-12-18 18:45:09', 0, 1608464371, 0, 0, 0, 'Erlikh', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal-fabian@email.cz', '2a9fefb14c', '', 'C', 216, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Fabián', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.fantys@seznam.cz', '40e0ae3af3', '', 'C', 217, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Fantyš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'toreo@volny.cz', 'f55a48db3c', '', 'C', 218, NULL, '2020-12-18 18:45:09', 0, 1608467732, 0, 0, 0, 'FILGASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo', 'hala@akhala.cz', 'c6e03ffe66', '', 'C', 219, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Hala', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'hasek@fotbal.cz', '542df85473', '', 'C', 220, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Hašek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'herman@branko.cz', 'e61d2d6e18', '', 'C', 221, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Herman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Šárka', 'sarka.hrdlickova@seznam.cz', 'c1eba5701a', '', 'C', 222, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Hrdličková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrey', 'andrey2005.80@mail.ru', 'd53c3d3750', '', 'C', 223, NULL, '2020-12-18 18:45:09', 0, 1608487079, 0, 0, 0, 'Chigvintsev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'evzen111@centrum.cz', '5c6f9729f9', '', 'C', 224, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'CHLANDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Sanjay', 'chnabria.sanjay@gmail.com', '8e1c4078ea', '', 'C', 225, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Chnabria', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vitaly', 'voshod86@gmail.com', '2984919b3b', '', 'C', 226, NULL, '2020-12-18 18:45:09', 0, 1608463733, 0, 0, 0, 'Ignatov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jozef', 'eurotradex@eurotradex.sk', '4413c990d2', '', 'C', 227, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Jakubík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Richard', 'rj@halcyonpartners.com', '6b1551d24e', '', 'C', 228, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'James', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martinjanecka@muzlin.cz', '2516d126fe', '', 'C', 229, NULL, '2020-12-18 18:45:09', 0, 0, 0, 0, 0, 'Janečka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'liborjaros@seznam.cz', '346542c399', '', 'C', 230, NULL, '2020-12-18 18:45:10', 0, 0, 0, 0, 0, 'JAROŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rudolf', 'r.kasper@kasperkovo.cz', 'e302b0faec', '', 'C', 231, NULL, '2020-12-18 18:45:10', 0, 0, 0, 0, 0, 'Kasper', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dimitry', 'hutor11@yahoo.com', 'a3d1445fef', '', 'C', 232, NULL, '2020-12-18 18:45:10', 0, 0, 0, 0, 0, 'Kazaulin', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'danexxtrade@gmail.com', 'e3b8ffc5f6', '', 'C', 233, NULL, '2020-12-18 18:45:10', 0, 0, 0, 0, 0, 'Kindt', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JÁN', 's-j@nextra.sk', 'f2d3988a6f', '', 'C', 234, NULL, '2020-12-18 18:45:10', 0, 0, 0, 0, 0, 'KLIMEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petrkocian1@gmail.com', '30f95771df', '', 'C', 235, NULL, '2020-12-18 18:45:10', 0, 1608629813, 0, 0, 0, 'Kocián', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Slávek', 'slavek.kolar@seznam.cz', '7b505b629f', '', 'C', 236, NULL, '2020-12-18 18:45:10', 0, 0, 0, 0, 0, 'Kolář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'vladimirkonvalinka@seznam.cz', '9918653fbe', '', 'C', 237, NULL, '2020-12-18 18:45:10', 0, 0, 0, 0, 0, 'Konvalinka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Sergey', 'soy3svo7@mail.ru', '63ab939dee', '', 'C', 238, NULL, '2020-12-18 18:45:10', 0, 0, 0, 0, 0, 'Korolev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'korinek@uncs.eu', '63e691a7fa', '', 'C', 239, NULL, '2020-12-18 18:45:10', 0, 0, 0, 0, 0, 'Kořínek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dagmar', 'kotrlova@asd-software.cz', 'd219c03b77', '', 'C', 240, NULL, '2020-12-18 18:45:11', 0, 0, 0, 0, 0, 'Kotrlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'mato@kremex.com', '328bde6e05', '', 'C', 241, NULL, '2020-12-18 18:45:11', 0, 1608483287, 0, 0, 0, 'Kovac', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcela', 'marcela.krplova@o-range.cz', '29bb897871', '', 'C', 242, NULL, '2020-12-18 18:45:11', 0, 0, 0, 0, 0, 'Krplová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marek', 'kvapilmarek@seznam.cz', '7ad0a2a931', '', 'C', 243, NULL, '2020-12-18 18:45:11', 0, 0, 0, 0, 0, 'Kvapil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'kvasnicka@aaa.radiotaxi.cz', 'f3a9e41047', '', 'C', 244, NULL, '2020-12-18 18:45:11', 0, 0, 0, 0, 0, 'Kvasnička', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.ladzov@randion.cz', '21e0b44254', '', 'C', 245, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Ladžov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dmitry', 'lazuritcompany@centrum.cz', 'b207972f28', '', 'C', 246, NULL, '2020-12-18 18:45:12', 0, 1608503077, 0, 0, 0, 'Lazurchenko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Richard', 'richard.moravek@santovka.cz', '307cfbb25b', '', 'C', 247, NULL, '2020-12-18 18:45:12', 0, 1608558080, 0, 0, 0, 'Morávek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Chris', 'morgan_chris@cz.tesco-europe.com', '146d6def5e', '', 'C', 248, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Morgan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'radek@moric.cz', '9d1432844f', '', 'C', 249, NULL, '2020-12-18 18:45:12', 0, 1608476929, 0, 0, 0, 'Moric', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'ivan@moroz.com', '6c20c0f290', '', 'C', 250, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Moroz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Elena', 'fint@myboy.cz', 'edfdc77750', '', 'C', 251, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Nozdrina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petulkap25@seznam.cz', 'b61cc3c035', '', 'C', 252, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Pavlíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Luděk', 'aheadsro@email.cz', '31a0cdd2e7', '', 'C', 253, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Peterka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jpisarik@bohemiaenergy.cz', '87892b155a', '', 'C', 254, NULL, '2020-12-18 18:45:12', 0, 1608465026, 0, 0, 0, 'Písařík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ján', 'plachy@loyaltypartners.com', '38f51857be', '', 'C', 255, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Plachý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Nilesh M.', 'nilesh.sajnani@emkay-hk.com', 'c574a6d757', '', 'C', 256, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Sajnani', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Robert', 'robertschneider@seznam.cz', 'f5cfd7f468', '', 'C', 257, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Schneider', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'info@partner-aas.cz', '1a44bb5b63', '', 'C', 258, NULL, '2020-12-18 18:45:12', 0, 1608469635, 0, 0, 0, 'Schulz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Adam', 'adam.sliwka@db.com', '1d56b30dce', '', 'C', 259, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Sliwka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Sergey', 'smirnovrosa@rambler.ru', '65f9ab2041', '', 'C', 260, NULL, '2020-12-18 18:45:12', 0, 0, 0, 0, 0, 'Smirnov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Pavel', 'spacil@merci.cz', 'd0c40999ec', '', 'C', 261, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Spáčil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vlastimil', 'vlamich1@volny.cz', '0dff87c014', '', 'C', 262, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Spěvák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomaž', 'subotic@intertradecs.cz', '7ca216674e', '', 'C', 263, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Subotič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lilia', 'sultanshina_@mail.ru', 'f91a5864bc', '', 'C', 264, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Sultanshina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Luděk', 'simakluis@seznam.cz', '16743cae18', '', 'C', 265, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Šimák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radim', 'ratab@post.cz', 'f198f77da1', '', 'C', 266, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Tebášek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Yevgeniy', 'yevgeniy.tsoy@yahoo.com', '4831c23220', '', 'C', 267, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Tsoy', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kaleil', 'kit@kitcapital.com', '0a13b4b693', '', 'C', 268, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Tuzman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milko', 'milko@bilinskakyselka.cz', '2eda792c78', '', 'C', 269, NULL, '2020-12-18 18:45:13', 0, 1609579815, 0, 0, 0, 'Vojtěch', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'milanvopicka@advantage-cars.cz', '4f91c76a46', '', 'C', 270, NULL, '2020-12-18 18:45:13', 0, 1608501927, 0, 0, 0, 'Vopička', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Viktor', 'victor.voroncov@gmail.com', '599ea7a670', '', 'C', 271, NULL, '2020-12-18 18:45:13', 0, 1608465530, 0, 0, 0, 'Vorontsov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'zadina@premioinvest.cz', 'f92939020b', '', 'C', 272, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Zadina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'zdenek.zapletal@volny.cz', '14f877e2ee', '', 'C', 273, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Zapletal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'zverinsky@cscargo.com', '6950dc704b', '', 'C', 274, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Zvěřinský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.vacha@armo.cz', '08334bca90', '', 'C', 275, NULL, '2020-12-18 18:45:13', 0, 1608495997, 0, 0, 0, 'Vácha', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marek', 'marek.rybar@sigmaplast.cz', '8785baf243', '', 'C', 276, NULL, '2020-12-18 18:45:13', 0, 0, 0, 0, 0, 'Rybář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'jochmanova.katerina@sberbank.cz', '04a22c4590', '', 'C', 277, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Jochmannová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VALERII', 'bazhev@seznam.cz', '42443106cc', '', 'C', 278, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'BAZHEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'roman.stanek17@seznam.cz', 'de4b1527ee', '', 'C', 279, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Stanek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'roman-berek@hotmail.com', '015a3fe455', '', 'C', 280, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Berek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jakub.kalac@seznam.cz', '7025a22d4f', '', 'C', 281, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'KALAČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'surreyu@mail.ru', '144b3f8866', '', 'C', 282, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Egonov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ali', 'ali100@mail.ru', 'eeed2b8cd9', '', 'C', 283, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Askarov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'director@teamtrade.cz', '2d04e91d6b', '', 'C', 284, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Shevchenko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexey', 'vakankov@gmail.com', '88676b4946', '', 'C', 285, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Voronkov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alxey', '54448194@mail.ru', '1e62189fd9', '', 'C', 286, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Zubov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Natalia', 'maginatalia@yandex.ru', 'fff34a79de', '', 'C', 287, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Magizova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'skopal@tecam.cz', '9faff3ccad', '', 'C', 288, NULL, '2020-12-18 18:45:14', 0, 1608558343, 0, 0, 0, 'Skopal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jakub', 'jakubholub@gmail.com', 'd7bd3dd8ee', '', 'C', 289, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Holub', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'adelrost@seznam.cz', '20009b7cdd', '', 'C', 290, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'ROSTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'ingwarr@yahoo.com', '7f6456587c', '', 'C', 291, NULL, '2020-12-18 18:45:14', 0, 1608473237, 0, 0, 0, 'Khvan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ziuzin', 'beton-18@mail.ru', '66fe1ef932', '', 'C', 292, NULL, '2020-12-18 18:45:14', 0, 1608704457, 0, 0, 0, 'Andrei', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimir', '1947lagutin@gmail.com', '50d3f6ad6c', '', 'C', 293, NULL, '2020-12-18 18:45:14', 0, 1608481597, 0, 0, 0, 'Lagutin', 'n', 0, 0, '', '213.79.89.166', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Oleg', 'demiplie@yanolex.ru', 'effb697a61', '', 'C', 294, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Cherivyshov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aleksei', 'drobotay@gmail.com', '24577921c5', '', 'C', 295, NULL, '2020-12-18 18:45:14', 0, 1608466504, 0, 0, 0, 'Drobotai', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavel.777@mail.ru', 'f59c48fe01', '', 'C', 296, NULL, '2020-12-18 18:45:14', 0, 1608490236, 0, 0, 0, 'Aseev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Albert', 'albert.yeribyan@yahoo.com', '953703d397', '', 'C', 297, NULL, '2020-12-18 18:45:14', 0, 0, 0, 0, 0, 'Yeribyan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jez.jan@seznam.cz', '4d59a0d849', '', 'C', 298, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Jež', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'praha@m-art.cz', 'a2c2ab2663', '', 'C', 299, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Hána', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Světlana', 'svetlana.pesatova@volny.cz', '43cd8f11c7', '', 'C', 300, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Pešatová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tkocek@bohemiapower.cz', 'e41844b73d', '', 'C', 301, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Kocek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'daniel.peca@seznam.cz', '7f8635897b', '', 'C', 302, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Peca', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Filip', 'filip.vip@seznam.cz', '869af8e537', '', 'C', 303, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Švechovič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'mirekvi@gmail.com', '9aff8be0de', '', 'C', 304, NULL, '2020-12-18 18:45:15', 0, 1608467230, 0, 0, 0, 'Vítek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Stanislav', '1.23456789@seznam.cz', '49523cd71c', '', 'C', 305, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Hušek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Václav', 'slev@cbox.cz', '979fa2ed9f', '', 'C', 306, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Matas', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alena', 'alenaroberto@yahoo.com', '7ba4002145', '', 'C', 307, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Reková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Libor', 'krahulov.sro@seznam.cz', '16d976d734', '', 'C', 308, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Sojka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'soucekk@vmak.cz', '665848aa76', '', 'C', 309, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Souček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'kdtcb@atlas.cz', '080137cafa', '', 'C', 310, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Founě', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aleš', 'a.buksa@lrinternational.com', 'f88bf73bc0', '', 'C', 311, NULL, '2020-12-18 18:45:15', 0, 0, 0, 0, 0, 'Buksa', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'rikovsky.karel@seznam.cz', '968676140b', '', 'C', 312, NULL, '2020-12-18 18:45:15', 0, 1608714994, 0, 0, 0, 'Říkovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irina', 'irinatairova@statuss.cz', '136cab8bc0', '', 'C', 313, NULL, '2020-12-18 18:45:15', 0, 1608467061, 0, 0, 0, 'Tairová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Evžen', 'majoros@old-timers.cz', '2fdee716f8', '', 'C', 314, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Majoroš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'bousek@seznam.cz', '82ef411c0c', '', 'C', 315, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'BOUŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'b.car@seznam.cz', '6954843242', '', 'C', 316, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Výmola', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'lacl.milan@seznam.cz', '26aca9afca', '', 'C', 317, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Lacl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'info@2pagency.com', '3552bfd6d5', '', 'C', 318, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Polianský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alfréd', 'alfred.brunclik@rsd.cz', '9e18869512', '', 'C', 319, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Brunclík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'j.rehor@carloc.cz', '7e5f7441e5', '', 'C', 320, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Řehoř', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rastislav', 's.veliky@centrum.cz', '580921eb43', '', 'C', 321, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Veliký', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jindřich', 'j.rajchl@seznam.cz', '3dd5d303e6', '', 'C', 322, NULL, '2020-12-18 18:45:16', 0, 1608467334, 0, 0, 0, 'Rajchl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'kolar.tabor@volny.cz', 'd7012f27c0', '', 'C', 323, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Kolář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'bihary@labyrint-cz.cz', '94cbe5e5eb', '', 'C', 324, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Biháry', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.mrva@email.cz', '8b81f8af81', '', 'C', 325, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Mrva', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'richter@inoscd.cz', '60ff9f7159', '', 'C', 326, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Richter', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'p.vojtechovsky@email.cz', '3177389e04', '', 'C', 327, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Vojtěchovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('František', 'frantisek_stach@aonstach.cz', 'bbf0aeba81', '', 'C', 328, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Stach', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('František', 'stach@ferio.cz', '502aecc407', '', 'C', 329, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Stach', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Oliver', 'hett@meteor-polymer-products.com', '6e8d4c3b6f', '', 'C', 330, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Hett', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('René', 'r.monaco@seznam.cz', '7dd3537f72', '', 'C', 331, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'Krytinář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.valasek@centrum.cz', '575e8c5b51', '', 'C', 332, NULL, '2020-12-18 18:45:16', 0, 0, 0, 0, 0, 'SCHNEIDEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas@seznam.cz', 'c96b90e140', '', 'C', 333, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Kricner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'alspo@volny.cz', '6af4acb8d9', '', 'C', 334, NULL, '2020-12-18 18:45:17', 0, 1608538734, 0, 0, 0, 'Šopík', 'n', 0, 0, '', '90.180.16.50', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radim', 'skutecky@seznam.cz', '52145f4a64', '', 'C', 335, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Skutecký', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'jaroslav.vit@digas.cz', '19963cfe57', '', 'C', 336, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'VÍT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bohumil', 'vejvoda@zpa-pecky.cz', 'abacaf61df', '', 'C', 337, NULL, '2020-12-18 18:45:17', 0, 1608489618, 0, 0, 0, 'Vejvoda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'lod.poseidon@seznam.cz', '9a4cb3b16b', '', 'C', 338, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'VŠELICHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'david.krajny@remax-czech.cz', '6d10ee228a', '', 'C', 339, NULL, '2020-12-18 18:45:17', 0, 1608471182, 0, 0, 0, 'Krajný', 'n', 0, 0, '', '149.71.174.139', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'igor@hce.cz', 'e17979c0a4', '', 'C', 340, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Konyukov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'pavel.kundra@seznam.cz', '1dc3ad381c', '', 'C', 341, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'MARNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Květa', 'kveta.mlezivova@palacfenix.cz', '31aba0232e', '', 'C', 342, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Mlezivová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aneta', 'ah@korleainvest.com', '9ac6979c61', '', 'C', 343, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Hurajčíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Patrik', 'info@dynavision.cz', '9bbbdc6a7e', '', 'C', 344, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Duběda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'zdenekfranek@tiscali.cz', 'ffc423d9cf', '', 'C', 345, NULL, '2020-12-18 18:45:17', 0, 1608469207, 0, 0, 0, 'Franěk', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irina', 'gechova@seznam.cz', '1dd47b4456', '', 'C', 346, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Gechová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aleš', 'isa@isarege.cz', '7b4a939023', '', 'C', 347, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Samiec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'julie.poklopova@seznam.cz', 'bf1d2f2c77', '', 'C', 348, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Poklopová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'cgdf@cgdf.cz', 'bed912fb8a', '', 'C', 349, NULL, '2020-12-18 18:45:17', 0, 1608482867, 0, 0, 0, 'Grondol', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'kovar@fmgroup.cz', '25672e06dd', '', 'C', 350, NULL, '2020-12-18 18:45:17', 0, 0, 0, 0, 0, 'Kovář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'beiereva@gmail.com', '506da34f8d', '', 'C', 351, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Beier', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'ms-house@tiscali.cz', '1affe392aa', '', 'C', 352, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Schmiedt', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'schmiedt@ms-haus.cz', '396e25deb9', '', 'C', 353, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Schmiedt', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'josef.suchopar@remedia.cz', 'b7bea92666', '', 'C', 354, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Suchopár', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'frankmiroslav@volny.cz', 'f7b86299e3', '', 'C', 355, NULL, '2020-12-18 18:45:18', 0, 1608543032, 0, 0, 0, 'Frank', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'p.duba@autoduba.cz', 'c0565e0ee0', '', 'C', 356, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Duba', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bohumil', 'kabelac@golfvacations.cz', '0339e96be7', '', 'C', 357, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Kabeláč', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irena', 'irena.loukotova@oppenheim.cz', 'bf71d22dca', '', 'C', 358, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Loukotová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'ujfi@volny.cz', '2326aaee2c', '', 'C', 359, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Ujfaluši', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Klára', 'medkovaklara@seznam.cz', 'b825f791ac', '', 'C', 360, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Medková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Richard', 'benysek@kratkyfilm.eu', 'cac921ef0f', '', 'C', 361, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Benýšek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'kadlec23@centrum.cz', 'b7ffe7859d', '', 'C', 362, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Kadlec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martinhala@seznam.cz', 'e95d84e3ba', '', 'C', 363, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Hála', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'karel.frank@worldonline.cz', '27140b8679', '', 'C', 364, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Frank', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'arch.sulc@volny.cz', 'dba9c8add7', '', 'C', 365, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Šulc', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Safet', 'bojic@euro-matic.cz', '2be9d0f9e3', '', 'C', 366, NULL, '2020-12-18 18:45:18', 0, 0, 0, 0, 0, 'Bojič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'stavebnicz@email.com', 'd688cda403', '', 'C', 367, NULL, '2020-12-18 18:45:19', 0, 0, 0, 0, 0, 'Vepřek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'stavebnicz@email.cz', 'ba0d0d78ad', '', 'C', 368, NULL, '2020-12-18 18:45:19', 0, 0, 0, 0, 0, 'Vepřek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jcharouz1@googlemail.com', 'abdb2f48b7', '', 'C', 369, NULL, '2020-12-18 18:45:19', 0, 1608469143, 0, 0, 0, 'Charouz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEON', 'leontitov@gmail.com', '63c4c7d737', '', 'C', 370, NULL, '2020-12-18 18:45:19', 0, 1608470385, 0, 0, 0, 'TITOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marie', 'mu@diamantproduction.cz', '7d7a79b853', '', 'C', 371, NULL, '2020-12-18 18:45:19', 0, 0, 0, 0, 0, 'Unterluggauer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Patrik', 'patrik.neymon@carconnection.cz', '50bd93cb0b', '', 'C', 372, NULL, '2020-12-18 18:45:19', 0, 0, 0, 0, 0, 'Neymon', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'ksoze@volny.cz', '4fbb2fbda3', '', 'C', 373, NULL, '2020-12-18 18:45:19', 0, 0, 0, 0, 0, 'Pohorský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vlastimil', 'vsykora@sykora.eu', '84e471c391', '', 'C', 374, NULL, '2020-12-18 18:45:19', 0, 0, 0, 0, 0, 'Sýkora', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marc', 'chairman@mark-spencer.net', 'c189397827', '', 'C', 375, NULL, '2020-12-18 18:45:19', 0, 0, 0, 0, 0, 'William', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'ivan.trejbal@volny.cz', '8f4814134d', '', 'C', 376, NULL, '2020-12-18 18:45:19', 0, 1608470209, 0, 0, 0, 'Trejbal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Romana', 'romana@kabaret.cz', 'bbdc660d9b', '', 'C', 377, NULL, '2020-12-18 18:45:19', 0, 0, 0, 0, 0, 'Hodánková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.valach@awdcr.cz', '3576b8c635', '', 'C', 378, NULL, '2020-12-18 18:45:20', 0, 0, 0, 0, 0, 'Valach', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.lidmansky@rf-hobby.cz', '2350f2d95c', '', 'C', 379, NULL, '2020-12-18 18:45:20', 0, 0, 0, 0, 0, 'Lidmaňský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radovan', 'bucha@partnerexclusivecars.cz', '6745d3322f', '', 'C', 380, NULL, '2020-12-18 18:45:20', 0, 0, 0, 0, 0, 'Bůcha', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'ivan.malik@logicworks.cz', '330f5f44aa', '', 'U', 381, NULL, '2020-12-18 18:45:20', 0, 1608486421, 0, 0, 0, 'Malík', 'n', 0, 0, '', '94.113.218.35', 0, '', 0, '', '', '', '', 0, 3, 1608486385, 0, 0, 1, 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),
('Tomáš', 'thomaspopov@hotmail.com', '71fe0f25e6', '', 'C', 382, NULL, '2020-12-18 18:45:20', 0, 1608469847, 0, 0, 0, 'Popov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Emanuel', 'emanuel.dvorak@vas-byt.cz', '8007e672e2', '', 'C', 383, NULL, '2020-12-18 18:45:21', 0, 0, 0, 0, 0, 'Dvořák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'lenka.cahakova@seznam.cz', '4f255fcc56', '', 'C', 384, NULL, '2020-12-18 18:45:21', 0, 0, 0, 0, 0, 'Caháková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Arnošt', 'arne@arnema.cz', '90694ca23f', '', 'C', 385, NULL, '2020-12-18 18:45:21', 0, 0, 0, 0, 0, 'Křenovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Klára', 'klara@arnema.cz', '95d063e1c1', '', 'C', 386, NULL, '2020-12-18 18:45:21', 0, 0, 0, 0, 0, 'Křenovská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aleš', 'a.vondracek@emity.cz', '99e01922e2', '', 'C', 387, NULL, '2020-12-18 18:45:21', 0, 0, 0, 0, 0, 'Vondráček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Diana', 'krofian@oroya.cz', 'd81bef1239', '', 'C', 388, NULL, '2020-12-18 18:45:21', 0, 0, 0, 0, 0, 'Krofiánová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Markéta', 'marketa_p@tiscali.it', '54cabf07c1', '', 'C', 389, NULL, '2020-12-18 18:45:21', 0, 0, 0, 0, 0, 'Pindryčová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Asama', 'hashmy@financial.cz', 'ee8b459f01', '', 'C', 390, NULL, '2020-12-18 18:45:22', 0, 1608573218, 0, 0, 0, 'Hashmy', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Ladislav', 'navratil@kns.cz', '15d838ab32', '', 'C', 391, NULL, '2020-12-18 18:45:22', 0, 1608474378, 0, 0, 0, 'Navrátil', 'n', 0, 0, '', '162.253.177.240', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'serko@anda-finance.com', '4fcd9b9cbc', '', 'C', 392, NULL, '2020-12-18 18:45:22', 0, 0, 0, 0, 0, 'Serko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marek', 'lehecka@cscargo.com', '2109bcc437', '', 'C', 393, NULL, '2020-12-18 18:45:23', 0, 0, 0, 0, 0, 'Lehečka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'cd-lada@seznam.cz', '5ab70f9829', '', 'C', 394, NULL, '2020-12-18 18:45:23', 0, 0, 0, 0, 0, 'Michalčák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzana', 'zuzana.sochurkova@planetline.cz', '8ea362566a', '', 'C', 395, NULL, '2020-12-18 18:45:24', 0, 0, 0, 0, 0, 'Sochůrková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavol', 'ferex@ferex.sk', '68739848dd', '', 'C', 396, NULL, '2020-12-18 18:45:24', 0, 1608470937, 0, 0, 0, 'Bielik', 'n', 0, 0, '', '178.143.33.62', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radim', 'radim.kurka@ck-toyota.cz', '0aa068d0b4', '', 'C', 397, NULL, '2020-12-18 18:45:24', 0, 1608479529, 0, 0, 0, 'Kurka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marek', 'marekvavrecka@yahoo.com', '1b5287f38a', '', 'C', 398, NULL, '2020-12-18 18:45:25', 0, 0, 0, 0, 0, 'Vavrečka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.milos@seznam.cz', 'eab95c8f54', '', 'C', 399, NULL, '2020-12-18 18:45:25', 0, 0, 0, 0, 0, 'MILOŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Stanislav', 'stanislav@stanislavpetera.net', '204c5ad671', '', 'C', 400, NULL, '2020-12-18 18:45:25', 0, 1608471542, 0, 0, 0, 'Petera', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'manager@stanislavpetera.net', '80e7718b6f', '', 'C', 401, NULL, '2020-12-18 18:45:25', 0, 0, 0, 0, 0, 'Švestka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('René', 'dr.szabo@horizont-security.cz', '8e4d32ebd7', '', 'C', 402, NULL, '2020-12-18 18:45:25', 0, 0, 0, 0, 0, 'Szabo', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'd.dubsky@seznam.cz', '7490f80928', '', 'C', 403, NULL, '2020-12-18 18:45:25', 0, 0, 0, 0, 0, 'Dubský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'oulicka@email.cz', '7cac6cbacd', '', 'C', 404, NULL, '2020-12-18 18:45:26', 0, 0, 0, 0, 0, 'Oulická', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'ipr@chello.cz', '1976eb7f93', '', 'C', 405, NULL, '2020-12-18 18:45:26', 0, 0, 0, 0, 0, 'Magličová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aleš', 'ales.knap@email.cz', '86a7ad3332', '', 'C', 406, NULL, '2020-12-18 18:45:26', 0, 0, 0, 0, 0, 'Knap', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Klára', 'klara.kotyzova@hotmail.com', '890924a5bf', '', 'C', 407, NULL, '2020-12-18 18:45:26', 0, 0, 0, 0, 0, 'Kotyzová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'sales.boscolo@carloiv.boscolo.com', '9fb5768d34', '', 'C', 408, NULL, '2020-12-18 18:45:26', 0, 0, 0, 0, 0, 'Venclíček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dušan', 'barnas@factoryart.cz', '17c3dd2f84', '', 'C', 409, NULL, '2020-12-18 18:45:26', 0, 0, 0, 0, 0, 'Barnáš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anna', 'anna@blick-beauty.cz', 'ac7e2097c1', '', 'C', 410, NULL, '2020-12-18 18:45:27', 0, 0, 0, 0, 0, 'Margarian Kalinová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'belohradsky@europ.cz', '9ee52224d9', '', 'C', 411, NULL, '2020-12-18 18:45:27', 0, 0, 0, 0, 0, 'Bělohradský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alojz', 'kujanalojz@stonline.sk', 'aa263b6639', '', 'C', 412, NULL, '2020-12-18 18:45:27', 0, 0, 0, 0, 0, 'Kujan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'charvat@metalcom.cz', '2fe01154a6', '', 'C', 413, NULL, '2020-12-18 18:45:27', 0, 1608474895, 0, 0, 0, 'Charvát', 'n', 0, 0, '', '147.229.255.7', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'akraservis@seznam.cz', '8bde0cb370', '', 'C', 414, NULL, '2020-12-18 18:45:27', 0, 0, 0, 0, 0, 'Charvát', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'k.davidkova@mercurys.cz', 'ead0902194', '', 'C', 415, NULL, '2020-12-18 18:45:27', 0, 0, 0, 0, 0, 'Davídková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'edhardybeer@seznam.cz', '19f186be4f', '', 'C', 416, NULL, '2020-12-18 18:45:28', 0, 0, 0, 0, 0, 'Květenský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.merta@savemax.cz', '37074ce89e', '', 'C', 417, NULL, '2020-12-18 18:45:28', 0, 0, 0, 0, 0, 'Merta', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'josef@prochazka.cc', 'b0b80ea34e', '', 'C', 418, NULL, '2020-12-18 18:45:28', 0, 0, 0, 0, 0, 'Procházka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiři', 'j.hecko@imail.cz', '606c972f32', '', 'C', 419, NULL, '2020-12-18 18:45:28', 0, 0, 0, 0, 0, 'Hečko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miluše', 'holanova@renee.cz', 'b12028ba9b', '', 'C', 420, NULL, '2020-12-18 18:45:28', 0, 0, 0, 0, 0, 'Holánová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jirineu@seznam.cz', '3b4b58d1b2', '', 'C', 421, NULL, '2020-12-18 18:45:29', 0, 0, 0, 0, 0, 'Neužil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'koncicky@oppenheim.cz', '9c75914cd2', '', 'C', 422, NULL, '2020-12-18 18:45:29', 0, 0, 0, 0, 0, 'Končický', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.koncicky@oppenhejm.cz', '5ad5c36517', '', 'C', 423, NULL, '2020-12-18 18:45:29', 0, 0, 0, 0, 0, 'Končický', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'ing.petr.nemecek@email.cz', '811ff51828', '', 'C', 424, NULL, '2020-12-18 18:45:29', 0, 0, 0, 0, 0, 'Němeček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Iva', 'halouskova@engine-cz.com', 'd5962a19d6', '', 'C', 425, NULL, '2020-12-18 18:45:29', 0, 0, 0, 0, 0, 'Halousková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Džamila', 'dzamila@visagefactory.cz', '4f90ce44db', '', 'C', 426, NULL, '2020-12-18 18:45:29', 0, 0, 0, 0, 0, 'Nováková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'development@id-online.cz', '7f37ea0ec3', '', 'C', 427, NULL, '2020-12-18 18:45:30', 0, 0, 0, 0, 0, 'Dušková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rudolf', 'vojkuvka@sothebysrealty.com', '7608a93c60', '', 'C', 428, NULL, '2020-12-18 18:45:30', 0, 0, 0, 0, 0, 'Vojkůvka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Helena', 'helas@telecom.cz', '39ad94087a', '', 'C', 429, NULL, '2020-12-18 18:45:30', 0, 0, 0, 0, 0, 'Kohoutová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hana.cepova@xact.cz', 'a763be915a', '', 'C', 430, NULL, '2020-12-18 18:45:30', 0, 0, 0, 0, 0, 'Čepová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hana.mesthene@mesthenelaw.cz', 'd17d0b7c13', '', 'C', 431, NULL, '2020-12-18 18:45:30', 0, 1608483305, 0, 0, 0, 'Mesthene', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.salda@geosan-group.cz', '79b5694af0', '', 'C', 432, NULL, '2020-12-18 18:45:31', 0, 0, 0, 0, 0, 'Šalda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dagmar', 'dagmar.hegenbartova@belt.cz', 'a3388a4d81', '', 'C', 433, NULL, '2020-12-18 18:45:31', 0, 0, 0, 0, 0, 'Hegenbartová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'david.brynda@seznam.cz', '0bdf43c9be', '', 'C', 434, NULL, '2020-12-18 18:45:31', 0, 0, 0, 0, 0, 'Brynda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'roman.cibulka@gastrogroup.cz', '68178904df', '', 'C', 435, NULL, '2020-12-18 18:45:31', 0, 0, 0, 0, 0, 'Cibulka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'hanak@kromexim.cz', '347cfbfd45', '', 'C', 436, NULL, '2020-12-18 18:45:32', 0, 0, 0, 0, 0, 'Hanák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcel', 'marcel@gruppo.cz', 'cd0aaf121b', '', 'C', 437, NULL, '2020-12-18 18:45:32', 0, 0, 0, 0, 0, 'Budina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Raimond', 'vysehrad@riorestaurant.cz', 'd805dc5bf7', '', 'C', 438, NULL, '2020-12-18 18:45:32', 0, 0, 0, 0, 0, 'Špunda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Olga', 'chechova@chlup.eu', '778a164709', '', 'C', 439, NULL, '2020-12-18 18:45:32', 0, 0, 0, 0, 0, 'Čechová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Robert', 'cavalloti@seznam.cz', 'dbc88c3ef8', '', 'C', 440, NULL, '2020-12-18 18:45:32', 0, 0, 0, 0, 0, 'Telvák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'michaela.hromadkova@euro.cz', 'f7c9cd392c', '', 'C', 441, NULL, '2020-12-18 18:45:32', 0, 0, 0, 0, 0, 'Hromádková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'vladimirkumprecht@cficonsulting.cz', '05c6d73c08', '', 'C', 442, NULL, '2020-12-18 18:45:33', 0, 0, 0, 0, 0, 'Kumprecht', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'enrico@studio54.cz', 'f7c2068782', '', 'C', 443, NULL, '2020-12-18 18:45:33', 0, 0, 0, 0, 0, 'HNILIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dagmar', 'rdf@rdf.cz', 'd2f7d368df', '', 'C', 444, NULL, '2020-12-18 18:45:33', 0, 0, 0, 0, 0, 'Kohoutová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vlastislav', 'rimsky@fantasymanagement.cz', 'c7eb722d81', '', 'C', 445, NULL, '2020-12-18 18:45:33', 0, 0, 0, 0, 0, 'Římský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Robert', 'sekera@rsdevelopment.cz', '91f6fd9c39', '', 'C', 446, NULL, '2020-12-18 18:45:33', 0, 0, 0, 0, 0, 'Sekera', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rudolf', 'manros@volny.cz', '2591863a64', '', 'C', 447, NULL, '2020-12-18 18:45:34', 0, 0, 0, 0, 0, 'Manroš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rudolf', 'pr-mistopredseda@czechint.cz', '1beb79297e', '', 'C', 448, NULL, '2020-12-18 18:45:34', 0, 0, 0, 0, 0, 'Želinský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Emil', 'emil.hubinak@logomotion.eu', '4a222b5e46', '', 'C', 449, NULL, '2020-12-18 18:45:34', 0, 1608485103, 0, 0, 0, 'Hubinák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'horak@worldbc.cz', '99276b50ee', '', 'C', 450, NULL, '2020-12-18 18:45:35', 0, 1608557999, 0, 0, 0, 'Horák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek.stransky@amic.cz', '4c77abab06', '', 'C', 451, NULL, '2020-12-18 18:45:35', 0, 0, 0, 0, 0, 'STRÁNSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Renata', 'renata.majorosova@volny.cz', 'eebf808338', '', 'C', 452, NULL, '2020-12-18 18:45:35', 0, 0, 0, 0, 0, 'Majorošová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rostislav', 'macek@mfin.cz', 'd7c8bfc985', '', 'C', 453, NULL, '2020-12-18 18:45:36', 0, 1608528568, 0, 0, 0, 'Macek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'dur@dur.cz', '53e33ee00b', '', 'C', 454, NULL, '2020-12-18 18:45:36', 0, 0, 0, 0, 0, 'Vesecký', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martinj13@centrum.cz', '5ee661ead6', '', 'C', 455, NULL, '2020-12-18 18:45:37', 0, 0, 0, 0, 0, 'Jiránek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'foxmobil@tiscali.cz', 'fd37b6b449', '', 'C', 456, NULL, '2020-12-18 18:45:37', 0, 0, 0, 0, 0, 'Fryč', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jano@matejka.us', '6b9aeeb48e', '', 'C', 457, NULL, '2020-12-18 18:45:37', 0, 0, 0, 0, 0, 'Matějka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'ferrari.seb@worldonline.cz', '11a7b0defa', '', 'C', 458, NULL, '2020-12-18 18:45:37', 0, 0, 0, 0, 0, 'Šebek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kristýna', 'kristyna.perglova@akdpp.cz', '234d2de46d', '', 'C', 459, NULL, '2020-12-18 18:45:37', 0, 0, 0, 0, 0, 'Perglová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Luděk', 'vins@strojexport.cz', '095943e25e', '', 'C', 460, NULL, '2020-12-18 18:45:38', 0, 0, 0, 0, 0, 'Vinš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dagmar', 'apaltaureva@globit.cz', '7556c8fb4d', '', 'C', 461, NULL, '2020-12-18 18:45:39', 0, 0, 0, 0, 0, 'Apaltaureva', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'marko@mwpromotion.sk', '3376ca8da4', '', 'C', 462, NULL, '2020-12-18 18:45:39', 0, 0, 0, 0, 0, 'Fryč', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'koutny@icweu.com', '4e9e60540f', '', 'C', 463, NULL, '2020-12-18 18:45:39', 0, 0, 0, 0, 0, 'Koutný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'jaroslav.tresnak@jth.cz', '7472be1348', '', 'C', 464, NULL, '2020-12-18 18:45:39', 0, 1608487936, 0, 0, 0, 'Třešňák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Robert', 'svancar@seznam.cz', '7c6655f8a6', '', 'C', 465, NULL, '2020-12-18 18:45:39', 0, 0, 0, 0, 0, 'Švancar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Patrik', 'patrikgino@tiscali.it', 'e9c97b4165', '', 'C', 466, NULL, '2020-12-18 18:45:39', 0, 1608484422, 0, 0, 0, 'Galeta', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Antonín', 'antoninsherev@yahoo.com', 'dd0a0a0c26', '', 'C', 467, NULL, '2020-12-18 18:45:39', 0, 0, 0, 0, 0, 'Šterev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'zaoralova.j@seznam.cz', '66e15b96b2', '', 'C', 468, NULL, '2020-12-18 18:45:39', 0, 0, 0, 0, 0, 'ZAORALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'triska50@seznam.cz', 'a39179b29c', '', 'C', 469, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Tříska', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'triska10@seznam.cz', '40f3b42995', '', 'C', 470, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Tříska', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'opocensky@statham.cz', 'f5a2a16d0b', '', 'C', 471, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Opočenský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'andkurkova@seznam.cz', 'e4e47cc118', '', 'C', 472, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Kurková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Yulia', 'technology_clean@umail.ru', '247b92389a', '', 'C', 473, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Grigorieva', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr@dokladal.cz', 'ec40daa0e7', '', 'C', 474, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Dokládal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Luděk', 'platiniu@seznam.cz', 'f95c02d780', '', 'C', 475, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Lukšík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marek', '7777777777@email.cz', '06f43aff96', '', 'C', 476, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Žejdl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.pekarek@me.com', 'cfc456c5fd', '', 'C', 477, NULL, '2020-12-18 18:45:40', 0, 1608473301, 0, 0, 0, 'Pekárek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'oldtimerjout@email.cz', 'd25c7888da', '', 'C', 478, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Danyuk', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'strahlemichaela@gmail.com', '05d1b7de88', '', 'C', 479, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Stráhlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.spiroch@seznam.cz', 'd9237d6276', '', 'C', 480, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Špiroch', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ladislav', 'starfin@post.cz', '70cae7faf2', '', 'C', 481, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Starý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'pdkn@email.cz', '96075da350', '', 'C', 482, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Dodal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'dodip@seznam.cz', 'a93a199bb7', '', 'C', 483, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Dodal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'ivan.stipek@sat-an.cz', 'c14187e6e8', '', 'C', 484, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Štípek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcela', 'tepla@sport2002.cz', 'df3a7749c9', '', 'C', 485, NULL, '2020-12-18 18:45:40', 0, 0, 0, 0, 0, 'Teplá', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jansmid@centrum.cz', '06fd693b8f', '', 'C', 486, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Šmíd', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexander', 'alexander@gedevani.cz', 'e7fbf0d2d5', '', 'C', 487, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Gedevanishvili', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzana', 'zcechova@seznam.cz', '336d03939c', '', 'C', 488, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Čechová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Monika', 'behrova@3dpromotion.cz', 'b5d1cbbd06', '', 'C', 489, NULL, '2020-12-18 18:45:41', 0, 1608474061, 0, 0, 0, 'Behrová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vasyl', 'rain2@seznam.cz', '0b1a57def7', '', 'C', 490, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Lypchak', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Šárka', 'neprasovas@seznam.cz', 'bcc33e466f', '', 'C', 491, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Neprašová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Iva', 'skvarova@aimon.cz', 'a820102666', '', 'C', 492, NULL, '2020-12-18 18:45:41', 0, 1608474063, 0, 0, 0, 'Škvárová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Valerij', 'valerij_sk@atlas.cz', 'cb57ee31a2', '', 'C', 493, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Krasilnik', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Naděžda', 'nadaturkova@seznam.cz', 'c21c7be5b6', '', 'C', 494, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Turková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Věra', 'gohar@tiscali.cz', '8febb32be5', '', 'C', 495, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Slanářová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'ivan.bentsa@volny.cz', 'd653a0330f', '', 'C', 496, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'BENTSA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'jednatel@aidwood.eu', '7357fa2761', '', 'C', 497, NULL, '2020-12-18 18:45:41', 0, 1609683882, 0, 0, 0, 'Piškule', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'r.anton@boomtv.cz', '3edfc85d3f', '', 'C', 498, NULL, '2020-12-18 18:45:41', 0, 1608490519, 0, 0, 0, 'Anton', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hu', 'yzwuxue@hotmail.com', '593d50f2c3', '', 'C', 499, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Guang', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'mecner@markuzzi.cz', '41ea6b20c6', '', 'C', 500, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Mecner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Barbora', 'barboravargova@holmesplace.cz', 'b223cb7828', '', 'C', 501, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Vargová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'buchta@lindstrom.cz', 'c9353736b0', '', 'C', 502, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Buchta', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrej', 'europlaninvest@atlas.cz', '7ba837d866', '', 'C', 503, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Jakupi', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'j.kremenak@tiscali.cz', '6b95019946', '', 'C', 504, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Křemenák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'lukas1frank@gmail.com', '6364673975', '', 'C', 505, NULL, '2020-12-18 18:45:41', 0, 1608474753, 0, 0, 0, 'Frank', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'lukas@seafood.cz', '04643a3d37', '', 'C', 506, NULL, '2020-12-18 18:45:41', 0, 0, 0, 0, 0, 'Pospíšil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Otakar', 'm.o@cmail.cz', 'f3895e682b', '', 'C', 507, NULL, '2020-12-18 18:45:42', 0, 1608556309, 0, 0, 0, 'Mráz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'pepinoking@seznam.cz', '134e98f1a1', '', 'C', 508, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Králová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'e.rehurkova@seznam.cz', 'cdabda72cb', '', 'C', 509, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Kolíbalová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radka', 'radka.kafkova@sothebysreality.com', 'c51cc64aa9', '', 'C', 510, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Kafková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'jarolim@omegagroup.cz', '13c22d86bf', '', 'C', 511, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Jarolím', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'bakaev.daniel@email.cz', '7a0fca353a', '', 'C', 512, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Bakaev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.vodicka@ihg.com', 'f9ddc55fdf', '', 'C', 513, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Vodička', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.kalab@rb.cz', 'de5413ec71', '', 'C', 514, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Kaláb', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jakub', 'jakub.horacek@re-max.cz', 'd05d290a17', '', 'C', 515, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Horáček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'karel.vagner@vagnerdesign.cz', '4a2d358a91', '', 'C', 516, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Vágner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Iveta', 'magnum@magnumna.cz', '006717794b', '', 'C', 517, NULL, '2020-12-18 18:45:42', 0, 1608539949, 0, 0, 0, 'Voltrová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexis', 'a.aldridge@a2design.cz', '3e269ab9bd', '', 'C', 518, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Aldridge', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ondřej', 'ledvinka@ledsystem.as', '905fa430bd', '', 'C', 519, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Ledvinka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Mike', 'mike.short@pilsner.sabmiller.com', '129342d085', '', 'C', 520, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Short', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Zbyněk', 'werner@centrum.cz', '665bb3f93a', '', 'C', 521, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Werner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaromír', 'jaromir.jech@wadia.cz', 'dac4bd0af5', '', 'C', 522, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Jech', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tamara', 'studio.sky@volny.cz', '2d3cdc6e2e', '', 'C', 523, NULL, '2020-12-18 18:45:42', 0, 1608792555, 0, 0, 0, 'Dadiani', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrej', 'andrej.kudimov@ovbmail.cz', '29a83d3b4d', '', 'C', 524, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Kudimov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lubomir', 'luboveme@zoznam.sk', '94b2b401ab', '', 'C', 525, NULL, '2020-12-18 18:45:42', 0, 0, 0, 0, 0, 'Veme', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.zezula@fourseasons.com', '31ca6df64a', '', 'C', 526, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Zezula', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'prague@wenzelgroup.com', '929090a69d', '', 'C', 527, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Vansovich', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Renata', 'rx.r@seznam.cz', '378d35d038', '', 'C', 528, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Škrdlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'veverka@noen.cz', '5049d96853', '', 'C', 529, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'VEVERKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'akklapka@seznam.cz', '692b3be871', '', 'C', 530, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Klapka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'rm.forest@centrum.cz', 'e0bc309d9b', '', 'C', 531, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Martinec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'jaroslav.palensky@appit.se', '7be591c1de', '', 'C', 532, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Palensky', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aneta', 'aneta@savarova.cz', 'a38182981e', '', 'C', 533, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Savarová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radomír', 'redakce@czn.cz', '0646e8f41c', '', 'C', 534, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Redek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'dkopal@skuderiapraha.cz', '8bc92b6ed6', '', 'C', 535, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Kopal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aleš', 'aleszitko@seznam.cz', '9b63e3659f', '', 'C', 536, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Zitko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'michaela.holesinska@tiscali.cz', '1eece0a33e', '', 'C', 537, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Holešinská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dan', 'dan@priority.cz', '9dc91eceae', '', 'C', 538, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Blaho', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'vitova.lenka@centrum.cz', '47dfc072f3', '', 'C', 539, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Vítová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jb.office@seznam.cz', 'b44712abac', '', 'C', 540, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Boehmová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Richard', 'richard.svec@stryker.com', 'd72793243e', '', 'C', 541, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Švec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'vidim@psp.cz', '2fc1290292', '', 'C', 542, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Vidím', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'janarajchlova@centrum.cz', '6fdd816914', '', 'C', 543, NULL, '2020-12-18 18:45:43', 0, 1608476027, 0, 0, 0, 'Rajchlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Blanka', 'blanka.kalcsova@medis.cz', 'd3c3f84a18', '', 'C', 544, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Kalcsová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Sergej', 'sk@ibsc.sk', '88b41b26d6', '', 'C', 545, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Kucherenko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'jeremmik@email.cz', '64478635cc', '', 'C', 546, NULL, '2020-12-18 18:45:43', 0, 0, 0, 0, 0, 'Jeremmik', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'pokr1@seznam.cz', '4b0744f039', '', 'C', 547, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Pokorný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'autopujcovna@lutelo-cars.cz', 'e9b512b60f', '', 'C', 548, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Loučka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zlata', 'goldacek@post.cz', 'd9c329a6a3', '', 'C', 549, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Spoustová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'milan.friedrich@americanwaygroup.com', '19c57fa2b6', '', 'C', 550, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Friedrich', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'pilisek@email.cz', '143a1a2ba6', '', 'C', 551, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Pelíšek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'strakos@stratosauto.cz', 'e13b452c6e', '', 'C', 552, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Strakoš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'pm@petraminarova.cz', 'ebf81c6829', '', 'C', 553, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Minářová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marián', 'marian@sfl.sk', 'fa3544d516', '', 'C', 554, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Lauko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ján', 'stavmatic@gmail.com', '19f4b168c8', '', 'C', 555, NULL, '2020-12-18 18:45:44', 0, 1608476411, 0, 0, 0, 'Šima', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'stajerova@morricone.cz', '1dde9c4434', '', 'C', 556, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Štajerová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'skalova61@seznam.cz', '96013e4374', '', 'C', 557, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Skalova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EMIL', 'e.petrik@inmail.sk', '86fbdb6283', '', 'C', 558, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'PETRIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'novakmiro@centrum.cz', 'c90db99a16', '', 'C', 559, NULL, '2020-12-18 18:45:44', 0, 1608479002, 0, 0, 0, 'Novák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'petr.roman@volny.cz', '865c5a3889', '', 'C', 560, NULL, '2020-12-18 18:45:44', 0, 1608540125, 0, 0, 0, 'Petr', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'karelmuzika@seznam.cz', '2ed67b4093', '', 'C', 561, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Muzika', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milada', 'miladad@lhotkanet.cz', 'd8a5912a49', '', 'C', 562, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Dohnalová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zbigniew', 'zibi@zibi.cz', '88ee240b88', '', 'C', 563, NULL, '2020-12-18 18:45:44', 0, 0, 0, 0, 0, 'Czendlik', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZBYNĚK', 'honys@cd.cz', 'ac70c3a57c', '', 'C', 564, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'HONYS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'vesecka.petra@centrum.cz', '495a488b34', '', 'C', 565, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Vesecká', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'zdenek@hort.in', 'a63b7f2d32', '', 'C', 566, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Hort', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'simekj@seznam.cz', 'f0d6a4b976', '', 'C', 567, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Šimek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bohumír', 'bstastny@iol.cz', 'e1d566d19e', '', 'C', 568, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Šťastný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.jamborova@email.cz', '3da061145d', '', 'C', 569, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Jamborová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vlastimil', 'jarolim@umbro.cz', '89444f4b56', '', 'C', 570, NULL, '2020-12-18 18:45:45', 0, 1608755475, 0, 0, 0, 'Jarolím', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evellynn@email.cz', 'c4f61fd9d5', '', 'C', 571, NULL, '2020-12-18 18:45:45', 0, 1608485514, 0, 0, 0, 'PLZÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'kavero@cbox.cz', '7ed6152016', '', 'C', 572, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Veselý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.huebl@nextriaone.cz', '363fe757af', '', 'C', 573, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Hůbl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'kudela@motorpresse.cz', 'e26236e46b', '', 'C', 574, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Kudela', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'lukas.pesek52@seznam.cz', 'a237709a2a', '', 'C', 575, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Pešek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavel.impex@seznam.cz', 'c6c6623bcf', '', 'C', 576, NULL, '2020-12-18 18:45:45', 0, 1608542654, 0, 0, 0, 'Kyllar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexandr', 'alexandr_savko@kb.cz', '9c45c22666', '', 'C', 577, NULL, '2020-12-18 18:45:45', 0, 1608478267, 0, 0, 0, 'Savko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ondřej', 'rysavy@lyoness.cz', '089b4993f5', '', 'C', 578, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Ryšavý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marek', 'marekhornicek@seznam.cz', '2486b72e98', '', 'C', 579, NULL, '2020-12-18 18:45:45', 0, 0, 0, 0, 0, 'Horníček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'igor.jilek@ingate.cz', '80a80d1200', '', 'C', 580, NULL, '2020-12-18 18:45:46', 0, 0, 0, 0, 0, 'Jílek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('William', 'william@jensik.cz', '537c86fb16', '', 'C', 581, NULL, '2020-12-18 18:45:46', 0, 0, 0, 0, 0, 'Jenšík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'agencyrubikon@seznam.cz', '9fc321b43d', '', 'C', 582, NULL, '2020-12-18 18:45:46', 0, 0, 0, 0, 0, 'Stránská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'buriantomas@yahoo.com', 'd0819b6142', '', 'C', 583, NULL, '2020-12-18 18:45:46', 0, 1608539332, 0, 0, 0, 'Burian', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavel@smira-print.cz', 'c76da38722', '', 'C', 584, NULL, '2020-12-18 18:45:46', 0, 0, 0, 0, 0, 'Šmíra', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Libor', 'libor@autollcar.cz', 'b890c2a71f', '', 'C', 585, NULL, '2020-12-18 18:45:47', 0, 0, 0, 0, 0, 'Liska', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marian', 'kubanek@eurokapitals.sk', '521654e775', '', 'C', 586, NULL, '2020-12-18 18:45:47', 0, 0, 0, 0, 0, 'Kubánek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Václav', 'v.kuna@seznam.cz', 'dbbbfdf586', '', 'C', 587, NULL, '2020-12-18 18:45:47', 0, 1608555707, 0, 0, 0, 'Kuna', 'n', 0, 0, '', '185.200.108.254', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michael', 'michael@hvizdala.cz', '551e4bd45d', '', 'C', 588, NULL, '2020-12-18 18:45:47', 0, 0, 0, 0, 0, 'Hvížďala', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'jaroslav.horak@autohorak.cz', '14218597f7', '', 'C', 589, NULL, '2020-12-18 18:45:47', 0, 1608489458, 0, 0, 0, 'Horák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Peter', 'peter.baran@nemocnica.com', '8b5da7ee4c', '', 'C', 590, NULL, '2020-12-18 18:45:47', 0, 1608893237, 0, 0, 0, 'Baran', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'kontakt@kontaktlp.cz', '882cfb452a', '', 'C', 591, NULL, '2020-12-18 18:45:47', 0, 0, 0, 0, 0, 'Lešetický', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ondřej', 'ondra@vertu.me', '553a216695', '', 'C', 592, NULL, '2020-12-18 18:45:47', 0, 0, 0, 0, 0, 'Lešetický', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'jaroslav.husak@o2.com', '3e865d77c2', '', 'C', 593, NULL, '2020-12-18 18:45:47', 0, 0, 0, 0, 0, 'Husák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'hawel@seznam.cz', '2fcb37dbb3', '', 'C', 594, NULL, '2020-12-18 18:45:47', 0, 0, 0, 0, 0, 'Havel', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'csok.budinsky@seznam.cz', 'b9eaa08911', '', 'C', 595, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Budinský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'glombikajenik@seznam.cz', '7911f9d731', '', 'C', 596, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Glombica', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'raitmartin@gmail.com', 'e081ea3d1d', '', 'C', 597, NULL, '2020-12-18 18:45:48', 0, 1608492270, 0, 0, 0, 'Mathius', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petrabercova@seznam.cz', '6391669c01', '', 'C', 598, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Berčová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'lucie.krajna@bonvivant.cz', '9d94335fff', '', 'C', 599, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Krajná', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.hesoun@seznam.cz', 'e36baa2a07', '', 'C', 600, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Hesoun', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavelvozandych@reapress.cz', '275367499d', '', 'C', 601, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Vozandych', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alex', 'isar@seznam.cz', '4e7d1daaae', '', 'C', 602, NULL, '2020-12-18 18:45:48', 0, 1608565612, 0, 0, 0, 'Isar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'kopald@seznam.cz', 'd66701ec66', '', 'C', 603, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Kopál', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('René', 'kubos@prospektamoda.cz', '1543e26931', '', 'C', 604, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Kuboš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'z.holik@hqh.cz', '8fadf029bb', '', 'C', 605, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Holík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'igor@kircuk.com', '65c99e7ed9', '', 'C', 606, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Kirchuk', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alex', 'baran@flex-motorsport.com', '912589370b', '', 'C', 607, NULL, '2020-12-18 18:45:48', 0, 1608481616, 0, 0, 0, 'Baran', 'n', 0, 0, '', '45.63.109.34', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr@holesinsky.eu', '650ab6ba26', '', 'C', 608, NULL, '2020-12-18 18:45:48', 0, 0, 0, 0, 0, 'Holešínský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'trakal@agenturattc.cz', 'ec3a9f0459', '', 'C', 609, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Trakal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Henrich', 'henrich@grep.sk', '002fb9db18', '', 'C', 610, NULL, '2020-12-18 18:45:49', 0, 1608504050, 0, 0, 0, 'Gavač', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bronislav', 'karda111@gmail.com', '7eaf0e8c36', '', 'C', 611, NULL, '2020-12-18 18:45:49', 0, 1608503094, 0, 0, 0, 'Karda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'prezident77@seznam.cz', '040a224b59', '', 'C', 612, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Krumlovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jindřich', 'jindracipra@seznam.cz', '13ddfc6dd0', '', 'C', 613, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Cipra', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'sindelarsro@seznam.cz', '62d04071c9', '', 'C', 614, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Šindelář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'steelfish@seznam.cz', '3f5f458482', '', 'C', 615, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Michalík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr@nebesky.cz', 'cffbcfb3c1', '', 'C', 616, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Nebeský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'nevole@pavel-driver.com', '5e114bbb8e', '', 'C', 617, NULL, '2020-12-18 18:45:49', 0, 1608484706, 0, 0, 0, 'Nevole', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'snajdr@integragroup.cz', '130cde0761', '', 'C', 618, NULL, '2020-12-18 18:45:49', 0, 1608487421, 0, 0, 0, 'Šnajdr', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.peroutka@cartier.com', 'f3cd1e1de6', '', 'C', 619, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Peroutka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.fuxa@centrum.cz', '179725fb42', '', 'C', 620, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Fuxa', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'kaufmann@kaufmann-partner.com', 'da2b140023', '', 'C', 621, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Kaufmann', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'v@hunters.cz', 'c07a5f937c', '', 'C', 622, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Bureš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zeev', 'zeev@oferbrothers.eu', '49bc049767', '', 'C', 623, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Ofer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ondřej', 'spacek@prestigemodels.cz', '40eb383b33', '', 'C', 624, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Špaček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloš', 'milos.bychl@bychlgroup.cz', 'c1088feca8', '', 'C', 625, NULL, '2020-12-18 18:45:49', 0, 1608543461, 0, 0, 0, 'Bychl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'pour.m@volny.cz', '96cb381d41', '', 'C', 626, NULL, '2020-12-18 18:45:49', 0, 0, 0, 0, 0, 'Pour', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzana', 'zminarova@roccofortecollection.com', '0f813bcc13', '', 'C', 627, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Minářová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Veronika', 'info@veronique.cz', '14c215aa4f', '', 'C', 628, NULL, '2020-12-18 18:45:50', 0, 1608491479, 0, 0, 0, 'Ujčíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloslav', 'm.kneslik@seznam.cz', '5867ffc903', '', 'C', 629, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Kneslík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'info@vvvtour.com', 'a3bc684ef3', '', 'C', 630, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Ledový', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'dlukavsky@notes.cz', 'abe5e678ef', '', 'C', 631, NULL, '2020-12-18 18:45:50', 0, 1608483163, 0, 0, 0, 'Lukavský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Otto', 'regmcd@az.sk', '7a8cfe28e3', '', 'C', 632, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Galis', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiricizkjovsky@seznam.cz', '83780ec1a8', '', 'C', 633, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Čížkovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'jondrasek@gmail.com', '24a74ffe0b', '', 'C', 634, NULL, '2020-12-18 18:45:50', 0, 1608481565, 0, 0, 0, 'Ondrášek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'karel.patek@seznam.cz', 'c67f3ba9bf', '', 'C', 635, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Sobota', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo', 'ivoblahout@seznam.cz', '68e14a5bc0', '', 'C', 636, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Blahout', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'roman.zdarek@advok.eu', 'bcf1afdd69', '', 'C', 637, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Ždárek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'ivan.hlavon@saroute.biz', '231f0d7011', '', 'C', 638, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Hlavoň', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'z.plesnik@seznam.cz', 'cfe771b519', '', 'C', 639, NULL, '2020-12-18 18:45:50', 0, 1608490979, 0, 0, 0, 'Plesnik', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Luboš', 'pasek@madeakultura.com', '4ff6f4e7d2', '', 'C', 640, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Pašek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Adam', 'adam.slivka@db.com', 'c7d1b49bfe', '', 'C', 641, NULL, '2020-12-18 18:45:50', 0, 0, 0, 0, 0, 'Sliwka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'ippos@volny.cz', '88e8dde358', '', 'C', 642, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'řís', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jgajdosik@mamaison.com', 'd89d9898b1', '', 'C', 643, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Gajdošík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hynek', 'hynek.basak@seznam.cz', '97af727014', '', 'C', 644, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Basák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'kosatko@interiery-radys.cz', 'c934535534', '', 'C', 645, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Košatko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'sporthhouse@seznam.cz', '366ce61eee', '', 'C', 646, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Cepek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.mladek@centrum.cz', 'b3e4c25f3c', '', 'C', 647, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Mládek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zoran', 'kazimirovic@medeakultur.cz', '5d0ec9b572', '', 'C', 648, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Kazimírovič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.kurucz@volny.cz', '219f07152f', '', 'C', 649, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Kurucz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'tippl@cmps.sk', '7e4d570f2d', '', 'C', 650, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Tippl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Helena', 'hdivisova.notar@nkcr.cz', '36e3a24c16', '', 'C', 651, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Divišová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dušan', 'ak.divis@tiskali.cz', '466fa914d7', '', 'C', 652, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Diviš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'zachar@pei.cz', '6fcc22c8cc', '', 'U', 653, NULL, '2020-12-18 18:45:51', 0, 1608489478, 0, 0, 0, 'Zachar', 'n', 0, 0, '', '185.246.210.165', 0, '', 0, '', '', '', '', 0, 3, 1608489496, 0, 0, 1, 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),
('Lenka', 'info@britcham.cz', '1e0486122c', '', 'C', 654, NULL, '2020-12-18 18:45:51', 0, 1608489112, 0, 0, 0, 'Dostálková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marek', 'holtman@kskc.cz', '8de5933636', '', 'C', 655, NULL, '2020-12-18 18:45:51', 0, 0, 0, 0, 0, 'Holtman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jmacas@globalrefund.com', '69a82de13e', '', 'C', 656, NULL, '2020-12-18 18:45:52', 0, 1608484106, 0, 0, 0, 'Macas', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo', 'ivo.franc@scotthagget.cz', '7ad36f1c01', '', 'C', 657, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Franc', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabrielakazimi@seznam.cz', '1b30e48134', '', 'C', 658, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'KAZIMI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'dlouhy@telecom.cz', '2c9f97e58e', '', 'C', 659, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Dlouhý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'davidfranchetti@hotmail.com', '9f7a8922f8', '', 'C', 660, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Franchetti', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.mitka@europasta.eu', 'f7a223a1a8', '', 'C', 661, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Miťka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcel', 'levinmarcel@hotmail.com', 'd4ff8c331a', '', 'C', 662, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Levin', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'zamecnik@apex-online.cz', '1e4dc24a25', '', 'C', 663, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Zámečník', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'lacko.p@seznam.cz', '7d1ecb7624', '', 'C', 664, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Lacko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'sterba@apex-trading.cz', '0bfbf391fd', '', 'C', 665, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Štěrba', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aziz', 'exxarleasing@seznam.cz', '4a399687cd', '', 'C', 666, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Nasser', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aziz', 'aza@aza.la', '6e88fd5aa3', '', 'C', 667, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Nasser', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'sulc@partnerexclusivecars.cz', 'ac9df585fb', '', 'C', 668, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Šulc', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ladislav', 'ladislav.mares@elmarco.com', '909c299f25', '', 'C', 669, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Mareš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'info@ibcorp.eu', '806b68ed89', '', 'C', 670, NULL, '2020-12-18 18:45:52', 0, 0, 0, 0, 0, 'Procházková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'roman.kolarik@ifpconsult.cz', 'f8c74e60ca', '', 'C', 671, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Kolařík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'honza@czpost.cz', '327dd8479e', '', 'C', 672, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Dienstl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marian', 'zorko.marian@centrum.sk', 'b58cf465fe', '', 'C', 673, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Zorko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'havelka@omega-reality.cz', 'd236142e97', '', 'C', 674, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Havelka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcel', 'marcelkratochvil@qick.cz', 'f033476997', '', 'C', 675, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Kratochvíl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.klaus@husy.cz', 'f72720585c', '', 'C', 676, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Klaus', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Otakar', 'oriha@seznam.cz', '14415a8cf9', '', 'C', 677, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Říha', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petrstff@seznam.cz', 'f4eb8b2e7a', '', 'C', 678, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Steiner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'milan.richter@citiofprague.cz', '449476977b', '', 'C', 679, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Richter (radní)', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aleš', 'prodes@guess.cz', '82964d3946', '', 'C', 680, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Havlák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'milanmarkovic@centrum.cz', '53682a1808', '', 'C', 681, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Markovíč', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'azcolorcr@volny.cz', '4f58038526', '', 'C', 682, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Kapr', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vít', 'info@v-s.cz', 'c1f36e59d1', '', 'C', 683, NULL, '2020-12-18 18:45:53', 0, 1608539019, 0, 0, 0, 'Škramovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Agasi', 'zavaryan@hotel-general.com', '25e77c9af9', '', 'C', 684, NULL, '2020-12-18 18:45:53', 0, 0, 0, 0, 0, 'Zavaryan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Agasi', 'agasi@zavaryan.com', '7cb13e75c5', '', 'C', 685, NULL, '2020-12-18 18:45:54', 0, 1608484444, 0, 0, 0, 'Zavaryan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michalsteka@seznam.cz', '368cc33bbf', '', 'C', 686, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'Steka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.placha@t-mobile.cz', 'cb048b0be9', '', 'C', 687, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'Plachá', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'motlikova@praguecitygolf.cz', '814677b877', '', 'C', 688, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'Motlíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslava', 'jarka.vt@seznam.cz', '8100ff6999', '', 'C', 689, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'Šemelíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irena', 'andrewsettle@msn.com', 'c38f92812b', '', 'C', 690, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'Settle', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'nnicolas@seznam.cz', 'e6dcb84a51', '', 'C', 691, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'Skřivánková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'info@ips.stavby.cz', 'eea82e39b2', '', 'C', 692, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'Hrdlička', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Denis', 'sadovsky.denis@gmail.com', '10bc93e39a', '', 'C', 693, NULL, '2020-12-18 18:45:54', 0, 1608484719, 0, 0, 0, 'Sadovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'market.liskova@seznam.cz', '63c1e93369', '', 'C', 694, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'LIŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Otakar', 'vlaciha@alito.cz', 'e969f08fcb', '', 'C', 695, NULL, '2020-12-18 18:45:54', 0, 1608494569, 0, 0, 0, 'Vlačiha', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Denis', 'gastrotec@centrum.cz', '61cc25df21', '', 'C', 696, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'Gistl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'richard@202.cz', 'c3e45baf3d', '', 'C', 697, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'BUREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'michaelasegetova@volny.cz', 'b915b73fbe', '', 'C', 698, NULL, '2020-12-18 18:45:54', 0, 0, 0, 0, 0, 'Segetová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Libor', 'libor@klug.cz', '5b4eb051c6', '', 'C', 699, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Klug', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Soňa', 'sona@me-sena.eu', 'e4551d0324', '', 'C', 700, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Bednářová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Veronika', 'veronika.dientstlova@seznam.cz', '217761d530', '', 'C', 701, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Dienstlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Helena', 'helen.mares@seznam.cz', '2239116185', '', 'C', 702, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Marešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'stalich@seznam.cz', '736f0e3fa0', '', 'C', 703, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Stahlich', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radana', 'radana.mladkova@centrum.cz', '41cab021eb', '', 'C', 704, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Mládková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Nucu', 'livia.simanova@gmail.com', 'f9f877e17a', '', 'C', 705, NULL, '2020-12-18 18:45:55', 0, 1608486463, 0, 0, 0, 'Šiman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'nachtigal@nachtigalgroup.cz', 'f981d27eda', '', 'C', 706, NULL, '2020-12-18 18:45:55', 0, 1608538019, 0, 0, 0, 'Nachtigal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'h.maslikova@centrum.cz', '1b40d78d14', '', 'C', 707, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Mašlíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rostislav', 'rosta.svozil@seznam.cz', '7719f9650f', '', 'C', 708, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Svozil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jozef', 'plsko@zoznam.sk', '12a648b2e1', '', 'C', 709, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Plško', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alois', 'pribyl@cib.cz', 'affa85da28', '', 'C', 710, NULL, '2020-12-18 18:45:55', 0, 1608500229, 0, 0, 0, 'Přibyl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jangirga@economicbusiness.cz', 'caf46292e4', '', 'C', 711, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Girga', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'david@kanok.cz', '6d5e0e0fc2', '', 'C', 712, NULL, '2020-12-18 18:45:55', 0, 1608534869, 0, 0, 0, 'Kaňok', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radka.faltynova@centrum.cz', 'ffbdf117d2', '', 'C', 713, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'KAŇOKOVÁ-FALTÝNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel ', 'email@karelhosek.cz', 'cc6e49c70d', '', 'C', 714, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Hošek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'trenon@seznam.cz', '9bc93298b5', '', 'C', 715, NULL, '2020-12-18 18:45:55', 0, 0, 0, 0, 0, 'Kratochvíl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'jcastkova@obcnidum.cz', '14f776d3b3', '', 'C', 716, NULL, '2020-12-18 18:45:56', 0, 0, 0, 0, 0, 'Částková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Konstyantyn', 'jednatel@eufi.cz', '2e79970460', '', 'C', 717, NULL, '2020-12-18 18:45:56', 0, 0, 0, 0, 0, 'Tonkoshkur', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dušan', 'dusangalik@dusangalik.cz', '44f4a3c999', '', 'C', 718, NULL, '2020-12-18 18:45:56', 0, 0, 0, 0, 0, 'Galík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'marinec@mamacar.cz', 'b51b1b249d', '', 'C', 719, NULL, '2020-12-18 18:45:56', 0, 0, 0, 0, 0, 'Mařinec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka ', 'jitka.bandasova@arval.cz', 'b0bbf2a6d0', '', 'C', 720, NULL, '2020-12-18 18:45:56', 0, 1608489609, 0, 0, 0, 'Bandasová', 'n', 0, 0, '', '35.153.102.7', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lubomir', 'kandilarov@honma.cz', 'dad4eca175', '', 'C', 721, NULL, '2020-12-18 18:45:56', 0, 0, 0, 0, 0, 'Kandilarov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Monika', 'monika.burian@mac.com', 'e5c32859c6', '', 'C', 722, NULL, '2020-12-18 18:45:56', 0, 0, 0, 0, 0, 'Burian', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petra.kazdova@ihg.com', '4379d357d5', '', 'C', 723, NULL, '2020-12-18 18:45:56', 0, 0, 0, 0, 0, 'Kazdová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aneta', 'aneta.cechova@ihg.com', 'f7f221d3ff', '', 'C', 724, NULL, '2020-12-18 18:45:56', 0, 0, 0, 0, 0, 'Čechová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel ', 'd.minarovi@gmail.com', '9c8e107ee1', '', 'C', 725, NULL, '2020-12-18 18:45:56', 0, 1608485976, 0, 0, 0, 'Minarovič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Oto', 'ivannova@centrum.sk', 'ce1d709038', '', 'C', 726, NULL, '2020-12-18 18:45:57', 0, 0, 0, 0, 0, 'Ivan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anton', 'mucha@kbz.sk', '9443d5932f', '', 'C', 727, NULL, '2020-12-18 18:45:57', 0, 0, 0, 0, 0, 'Mucha', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.kotrcova@gmail.com', 'deab9b27ab', '', 'C', 728, NULL, '2020-12-18 18:45:57', 0, 1608486227, 0, 0, 0, 'KOTRČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Nguyen Hong', 'giangsoncz@yahoo.com.vn', '490014a0d0', '', 'C', 729, NULL, '2020-12-18 18:45:57', 0, 0, 0, 0, 0, 'Son', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'jaroslav.rezny@nabeol.cz', '58c708192d', '', 'C', 730, NULL, '2020-12-18 18:45:57', 0, 0, 0, 0, 0, 'Řežný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('František', 'koch@markot.net', '5f2a9836d7', '', 'C', 731, NULL, '2020-12-18 18:45:57', 0, 1608546993, 0, 0, 0, 'Koch', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'o.husek@yahoo.com', 'a799919f50', '', 'C', 732, NULL, '2020-12-18 18:45:57', 0, 0, 0, 0, 0, 'HUŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo', 'starosta@mufrlazne.cz', 'eb218802f7', '', 'C', 733, NULL, '2020-12-18 18:45:58', 0, 0, 0, 0, 0, 'Mlátilík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ilona', 'ilona.tisovska@atlas.cz', '25182d8d83', '', 'C', 734, NULL, '2020-12-18 18:45:59', 0, 1608536797, 0, 0, 0, 'Tisovská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivana', 'barinova@globalmarketing.cz', 'c492577175', '', 'C', 735, NULL, '2020-12-18 18:45:59', 0, 1609142520, 0, 0, 0, 'Bařinová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel ', 'karel.ujahelku@seznam.cz', 'cdedca1a8e', '', 'C', 736, NULL, '2020-12-18 18:45:59', 0, 0, 0, 0, 0, 'Scheinpflug', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'stajer@osdk.cz', 'eea8ca24d0', '', 'C', 737, NULL, '2020-12-18 18:45:59', 0, 0, 0, 0, 0, 'Štajer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'stajer@foxbat.cz', '7e939c53c3', '', 'C', 738, NULL, '2020-12-18 18:46:00', 0, 0, 0, 0, 0, 'Štajer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomaš', '776800000@email.cz', '1dc8feb2bb', '', 'C', 739, NULL, '2020-12-18 18:46:00', 0, 1608543775, 0, 0, 0, 'Čihák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martinhorak72@seznam.cz', '91c9b8a39d', '', 'C', 740, NULL, '2020-12-18 18:46:00', 0, 0, 0, 0, 0, 'Horák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bernard', 'bernard.sima@tobon.cz', '90189e073e', '', 'C', 741, NULL, '2020-12-18 18:46:00', 0, 0, 0, 0, 0, 'Šíma', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.travnicek@akro.cz', 'af00f44c60', '', 'C', 742, NULL, '2020-12-18 18:46:00', 0, 0, 0, 0, 0, 'Trávníček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš ', 'tomas.barcak@earea.eu', '02d1391c2d', '', 'C', 743, NULL, '2020-12-18 18:46:00', 0, 0, 0, 0, 0, 'Barčák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš ', 'tomas@barcak.sk', '570c241f51', '', 'C', 744, NULL, '2020-12-18 18:46:00', 0, 1608486951, 0, 0, 0, 'Barčák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'zsedlacek@pvtnet.cz', '381dd61902', '', 'C', 745, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Sedláček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Viktor', 'pcg@email.cz', '0f3e8c68b3', '', 'C', 746, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Kosina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin ', 'imobilien@imobilien.cz', '9ffaf1235a', '', 'C', 747, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Kulhánek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Norbert', 'norbert.havalec@me.com', 'e32a4e61a5', '', 'C', 748, NULL, '2020-12-18 18:46:01', 0, 1609034447, 0, 0, 0, 'Havalec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petrvojnar@seznam.cz', 'ff8aa576f9', '', 'C', 749, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Vojnar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'p.turek@interga-liberec.cz', '41757764a9', '', 'C', 750, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Turek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír ', 'schmalz@centrum.cz', '0b31c2c4b3', '', 'C', 751, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Schmalz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'mojtova@centrum.cz', '1ce279bf03', '', 'C', 752, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Mojtová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan ', 'janmiller@atlas.cz', 'c5a9fa14ba', '', 'C', 753, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Miller', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr ', 'p.grezl@seznam.cz', '6728cbb232', '', 'C', 754, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Grézl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Elena ', 'navratilova@azatrade.cz', 'fe4c4e5e00', '', 'C', 755, NULL, '2020-12-18 18:46:01', 0, 1608487180, 0, 0, 0, 'Navrátilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivana', 'simekova@pro-interier.cz', 'e9537eedff', '', 'C', 756, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Šimeková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petra@enterprise.cz', 'a6efc53171', '', 'C', 757, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Tesařová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Monika', 'monika.vackova@volny.cz', '7eca8bf9ab', '', 'C', 758, NULL, '2020-12-18 18:46:01', 0, 1608501494, 0, 0, 0, 'Vacková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Artem', 'zhiganov@seznam.cz', 'f9948c0e81', '', 'C', 759, NULL, '2020-12-18 18:46:01', 0, 0, 0, 0, 0, 'Zhiganov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alena', 'alena.ingrid.pecina@eurocar.cz', '5c12dc932f', '', 'C', 760, NULL, '2020-12-18 18:46:02', 0, 1608487434, 0, 0, 0, 'Pecina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Mikoláš', 'mikolas.cerny@pgm.cz', 'ad4d56d4f5', '', 'C', 761, NULL, '2020-12-18 18:46:02', 0, 1608542154, 0, 0, 0, 'Černý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'agata98@list.ru', '417531d3ab', '', 'C', 762, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Fillipov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'fery.m@seznam.cz', '1c777ec88f', '', 'C', 763, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Moščič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'nuriel@rg512.cz', '1dc20ea94b', '', 'C', 764, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Nuriel', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'hpmartin@goldsgym.cz', '48f0e2acd0', '', 'C', 765, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Kříž', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'artur77@seznam.cz', '2b804e5ca2', '', 'C', 766, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Artur', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Naděžda', 'n.krejcirova@seznam.cz', '1f93a5d01b', '', 'C', 767, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Krejčířová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'reality.conka@seznam.cz', 'c47af8ef0c', '', 'C', 768, NULL, '2020-12-18 18:46:02', 0, 1608487780, 0, 0, 0, 'Čonka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor ', 'info@pvapac.cz', 'ff7d7c4f62', '', 'C', 769, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Pražan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'gastrosport@iol.cz', '007357fe26', '', 'C', 770, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Hájek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rudolf ', 'prunisoukenicka@volny.cz', 'ea3d2b493f', '', 'C', 771, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Břinek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Robert', 'r.zagozdzon@savemaxint.com', '8edb8766c9', '', 'C', 772, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Zagozdzon', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'info@kuta.cz', 'efe8855302', '', 'C', 773, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Kuta', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'janare@centrum.cz', '49567172aa', '', 'C', 774, NULL, '2020-12-18 18:46:02', 0, 1608582647, 0, 0, 0, 'Rezková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel ', 'pavelhol@sroubk.cz', '8b2c2a2c21', '', 'C', 775, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Holešínský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jindřiška ', 'kvasuks@seznam.cz', 'd586f45cf3', '', 'C', 776, NULL, '2020-12-18 18:46:02', 0, 0, 0, 0, 0, 'Kvasuková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef ', 'penta1@seznam.cz', 'b2b4c38e00', '', 'C', 777, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Manus', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'langmajer.martin@iol.cz', '99c910af41', '', 'C', 778, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Langmajer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'daneb@ignet.cz', '0de4d55f88', '', 'C', 779, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Redl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lubomír', 'huratt@atelier1.sk', 'f706c5450c', '', 'C', 780, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Huratt', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Tomáš', 'krcma@eurogolf.cz', '48e9a12173', '', 'C', 781, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Krčma', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dobromila', 'dobromila.barinova@seznam.cz', '81927520c6', '', 'C', 782, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Barinová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Barbora ', 'korecka@seznam.cz', '26dc4742cd', '', 'C', 783, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Korecká', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef ', 'boss@astrohkcz.cz', '7d897fb2ec', '', 'C', 784, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Petera', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'fullmoon@seznam.cz', 'f302b7003f', '', 'C', 785, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Chrastil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin ', 'holub@mediacentrum.cz', '5c24f371a4', '', 'C', 786, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Holub', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marta', 'marta@kogo.cz', '02a9d35151', '', 'C', 787, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Krapková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hanka.kadlecova@wood.cz', '72e244076c', '', 'C', 788, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Kadlecová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Veronika', 'veronika.kubackova@yasmeenmodels.com', '54d7cc6e24', '', 'C', 789, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Kubáčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrej', 'andrej_guoth@kb.cz', '1e79b77007', '', 'C', 790, NULL, '2020-12-18 18:46:03', 0, 0, 0, 0, 0, 'Guoth', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Charles', 'charles@labohemcafe.cz', '06128b1c44', '', 'C', 791, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Fleer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jozef', 'jozef.mihalik@hi-zilina.com', 'bea469625f', '', 'C', 792, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Mihalik', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk ', 'zdenek@hot.in', '948486e4ae', '', 'C', 793, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Hot', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Oliver', 'oliverkasper@seznam.cz', 'c36ead833a', '', 'C', 794, NULL, '2020-12-18 18:46:04', 0, 1608492143, 0, 0, 0, 'Kasper', 'n', 0, 0, '', '82.202.90.3', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jizizkov@seznam.cz', '9cadc9be70', '', 'C', 795, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Žižka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'zahorsky@hiservis.cz', 'af725b64bd', '', 'C', 796, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Záhorský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'roznovsky@bonusclub.cz', 'b6a18d4bd1', '', 'C', 797, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Rožnovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'admin@profi-bazar.cz', '9ab8ca6305', '', 'C', 798, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Řitký', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'andrea@samohyl.eu', 'da40618763', '', 'C', 799, NULL, '2020-12-18 18:46:04', 0, 1608488933, 0, 0, 0, 'Samohýlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'bednarov@seznam.cz', '0bc308739a', '', 'C', 800, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Bednář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'vino@markuzzi.cz', 'dcb4da0144', '', 'C', 801, NULL, '2020-12-18 18:46:04', 0, 1608493691, 0, 0, 0, 'Markuzzi', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Regina', 'rujzlova@bratislavamagazine.sk', '1e83945445', '', 'C', 802, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Rujzlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra ', 'petra.gadzukova@awcr.cz', '6b008e42e7', '', 'C', 803, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Gadžuková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Stanislav', 'standa@samonil.cz', '7bb56b32f7', '', 'C', 804, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Šamonil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'mirek.kolar@oneillczech.cz', '4566306eca', '', 'C', 805, NULL, '2020-12-18 18:46:04', 0, 1608495803, 0, 0, 0, 'Kolář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'marsik37@seznam.cz', 'c30dabb1db', '', 'C', 806, NULL, '2020-12-18 18:46:04', 0, 0, 0, 0, 0, 'Maršík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'kolisek@atek.cz', '192ab4c551', '', 'C', 807, NULL, '2020-12-18 18:46:05', 0, 0, 0, 0, 0, 'Kolísek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'konatel@bsinvest.sk', '4db204f025', '', 'C', 808, NULL, '2020-12-18 18:46:05', 0, 0, 0, 0, 0, 'Kokavec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Viktor', 'viktorzlamal@email.cz', '126003aa1b', '', 'C', 809, NULL, '2020-12-18 18:46:05', 0, 0, 0, 0, 0, 'Zlámal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'pepatru@seznam.cz', '8d26e8b566', '', 'C', 810, NULL, '2020-12-18 18:46:05', 0, 0, 0, 0, 0, 'Truhlář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marian', 'm.vrtoch@seznam.cz', 'c75a13bcb7', '', 'C', 811, NULL, '2020-12-18 18:46:05', 0, 0, 0, 0, 0, 'Vrtoch', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Štefan', 'o.stefan@seznam.cz', '31d5017402', '', 'C', 812, NULL, '2020-12-18 18:46:05', 0, 1608655874, 0, 0, 0, 'Okruhlanský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marie', 'scholzova@tysam.cz', '95ec21ce08', '', 'C', 813, NULL, '2020-12-18 18:46:05', 0, 1608492546, 0, 0, 0, 'Cholzová', 'n', 0, 0, '', '216.126.224.178', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Usman', 'rene@mail.ru', '1c096f56d0', '', 'C', 814, NULL, '2020-12-18 18:46:05', 0, 0, 0, 0, 0, 'Asuchanov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'lukas.lichtenberk@ovbmail.cz', '07a62a4123', '', 'C', 815, NULL, '2020-12-18 18:46:05', 0, 0, 0, 0, 0, 'Lichtenberk', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vok', 'wolfi.wok@moraviagroup.cz', '4f22047e2b', '', 'C', 816, NULL, '2020-12-18 18:46:06', 0, 0, 0, 0, 0, 'Wippern', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiři', 'jiri.kostka@karo-leather.com', 'c30509a65f', '', 'C', 817, NULL, '2020-12-18 18:46:06', 0, 0, 0, 0, 0, 'Kostka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Renata', 'umenierm@gmail.com', '3dbb7e8427', '', 'C', 818, NULL, '2020-12-18 18:46:06', 0, 1608489622, 0, 0, 0, 'Molnárová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'matousek@czech-ba.cz', '56c65116b6', '', 'C', 819, NULL, '2020-12-18 18:46:06', 0, 0, 0, 0, 0, 'Matoušek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'mamba8@seznam.cz', '3b1f6ce744', '', 'C', 820, NULL, '2020-12-18 18:46:06', 0, 0, 0, 0, 0, 'Šťastný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.m@volny.cz', 'b2256a4b1b', '', 'C', 821, NULL, '2020-12-18 18:46:06', 0, 0, 0, 0, 0, 'ČECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Denis', 'deny.leonardo@seznam.cz', '8b05fce71c', '', 'C', 822, NULL, '2020-12-18 18:46:06', 0, 1609681880, 0, 0, 0, 'Krztinář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel ', 'pavel.zelenka@seznam.cz', '9c674c5f7c', '', 'C', 823, NULL, '2020-12-18 18:46:06', 0, 0, 0, 0, 0, 'Zelenka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'janecek@villas.cz', '80c65f73f2', '', 'C', 824, NULL, '2020-12-18 18:46:06', 0, 1608556993, 0, 0, 0, 'Janeček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin ', 'martin.stransky@marlyje.cz', 'd9c9bd7d2e', '', 'C', 825, NULL, '2020-12-18 18:46:07', 0, 0, 0, 0, 0, 'Stránský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'info@netsign.cz', 'aebab95629', '', 'C', 826, NULL, '2020-12-18 18:46:07', 0, 1608500625, 0, 0, 0, 'Kufel', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Iva', 'iva.petrovic@citi.com', 'ea30727217', '', 'C', 827, NULL, '2020-12-18 18:46:07', 0, 0, 0, 0, 0, 'Petrovic', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.buchta@vodafone.com', '3de537d491', '', 'C', 828, NULL, '2020-12-18 18:46:07', 0, 0, 0, 0, 0, 'Buchta', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.pazdera@vsp-ak.cz', 'e501732339', '', 'C', 829, NULL, '2020-12-18 18:46:07', 0, 0, 0, 0, 0, 'Pazdera', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Katarína', 'korinkova@handicapvdi.cz', '2909c4123c', '', 'C', 830, NULL, '2020-12-18 18:46:07', 0, 0, 0, 0, 0, 'Kořínková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Robert', 'jpstav@jpstav.sk', 'fe6ebcb616', '', 'C', 831, NULL, '2020-12-18 18:46:08', 0, 0, 0, 0, 0, 'Podracky', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marta', 'martaweger@seznam.cz', '177f089a7c', '', 'C', 832, NULL, '2020-12-18 18:46:08', 0, 0, 0, 0, 0, 'Pešková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jaenicke@seznam.cz', '240a09ed2e', '', 'C', 833, NULL, '2020-12-18 18:46:08', 0, 0, 0, 0, 0, 'DUDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Václav', 'kvicalav@centrum.cz', '3187ce58bb', '', 'C', 834, NULL, '2020-12-18 18:46:10', 0, 1608641199, 0, 0, 0, 'Kvíčala', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ján ', 'janmolnar@chemes.sk', '45278aff8d', '', 'C', 835, NULL, '2020-12-18 18:46:10', 0, 0, 0, 0, 0, 'Molnár', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.ulrych@centrum.cz', '830afdcb83', '', 'C', 836, NULL, '2020-12-18 18:46:10', 0, 0, 0, 0, 0, 'Ulrych', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dana', 'dana.nemcova@rusher.cz', '3ef442255d', '', 'C', 837, NULL, '2020-12-18 18:46:10', 0, 0, 0, 0, 0, 'Němcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jano', 'kimak@elle.cz', '36c9842884', '', 'C', 838, NULL, '2020-12-18 18:46:10', 0, 0, 0, 0, 0, 'Kimák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'mlebeda@moet-hennessy.com', '8a926f4d69', '', 'C', 839, NULL, '2020-12-18 18:46:11', 0, 0, 0, 0, 0, 'Lebeda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'j.tvrdon@jtmedia.cz', '25da6fa819', '', 'C', 840, NULL, '2020-12-18 18:46:11', 0, 1608490540, 0, 0, 0, 'Tvrdoň', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLAĎKA', 'vladkaerbova@seznam.cz', 'c5a78c6672', '', 'C', 841, NULL, '2020-12-18 18:46:11', 0, 0, 0, 0, 0, 'ERBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rostislav', 'sebela@bustec.eu', '3675614027', '', 'C', 842, NULL, '2020-12-18 18:46:11', 0, 0, 0, 0, 0, 'Sěbela', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dušan', 'dusan@dsinvestments.org', 'b88007e72d', '', 'C', 843, NULL, '2020-12-18 18:46:11', 0, 0, 0, 0, 0, 'Smetana', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin ', 'martin.zoubek@ovbmail.cz', '4d4833ac7a', '', 'C', 844, NULL, '2020-12-18 18:46:11', 0, 0, 0, 0, 0, 'Zoubek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Valerie', 'valerie.mala@iol.cz', '24c6f7d2d7', '', 'C', 845, NULL, '2020-12-18 18:46:11', 0, 0, 0, 0, 0, 'Malá', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.pavlova@mercator.cz', '7f8236f012', '', 'C', 846, NULL, '2020-12-18 18:46:11', 0, 0, 0, 0, 0, 'PAVLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'kral@deltacenter.cz', '22ee13e372', '', 'C', 847, NULL, '2020-12-18 18:46:12', 0, 0, 0, 0, 0, 'Král', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'hco65@email.cz', '5990f81161', '', 'C', 848, NULL, '2020-12-18 18:46:12', 0, 0, 0, 0, 0, 'Dejdar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('František', 'frantisek.oulehla@seznam.cz', '43fb77781a', '', 'C', 849, NULL, '2020-12-18 18:46:12', 0, 1608676538, 0, 0, 0, 'Oulehla', 'n', 0, 0, '', '185.136.110.1', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomtrnava@post.cz', 'ff88a538bc', '', 'C', 850, NULL, '2020-12-18 18:46:12', 0, 0, 0, 0, 0, 'Zelinka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lubomír', 'lubomir.sidala@wanadoo.fr', '52da0d9a63', '', 'C', 851, NULL, '2020-12-18 18:46:12', 0, 0, 0, 0, 0, 'Šidala', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'kozak@europe.com', '47b37cc57a', '', 'C', 852, NULL, '2020-12-18 18:46:12', 0, 0, 0, 0, 0, 'Kozák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.wohlmann@vertu.me', 'c5c8574b16', '', 'C', 853, NULL, '2020-12-18 18:46:12', 0, 0, 0, 0, 0, 'Wohlmann', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'wohlmann.jiri@gmail.com', '6a099e51a3', '', 'C', 854, NULL, '2020-12-18 18:46:12', 0, 1608567115, 0, 0, 0, 'Wohlmann', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'paclik@tomaspaclik.cz', 'acf8edba2b', '', 'C', 855, NULL, '2020-12-18 18:46:12', 0, 0, 0, 0, 0, 'Paclík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Robert', 'robert.daduliak@euromills.cz', '835c88cf6a', '', 'C', 856, NULL, '2020-12-18 18:46:13', 0, 0, 0, 0, 0, 'Daduliak', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'rhorakova@ppl.cz', '5ae5546488', '', 'C', 857, NULL, '2020-12-18 18:46:13', 0, 0, 0, 0, 0, 'HORÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'neckatomas@seznam.cz', '1f45640e3c', '', 'C', 858, NULL, '2020-12-18 18:46:13', 0, 0, 0, 0, 0, 'NECID', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'dzk@dzk.cz', '4aff130f66', '', 'C', 859, NULL, '2020-12-18 18:46:13', 0, 0, 0, 0, 0, 'Marsa', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'jindra.roman@gmail.com', 'd5a4962a0c', '', 'C', 860, NULL, '2020-12-18 18:46:13', 0, 1608499263, 0, 0, 0, 'Jindra', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Oleg', 'o.matkovskij@gmail.com', '6bf3dc9108', '', 'C', 861, NULL, '2020-12-18 18:46:13', 0, 1608491514, 0, 0, 0, 'Matkovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lubor ', 'novak@zebulon.cz', '92380fe759', '', 'C', 862, NULL, '2020-12-18 18:46:13', 0, 0, 0, 0, 0, 'Novák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ondřej', 'ondik@tiscali.cz', '0b42070b57', '', 'C', 863, NULL, '2020-12-18 18:46:13', 0, 0, 0, 0, 0, 'Rybka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.davidmida@seznam.cz', '983ae7f709', '', 'C', 864, NULL, '2020-12-18 18:46:13', 0, 0, 0, 0, 0, 'David', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'cervinka@az-technika.cz', '9ba22b0dcd', '', 'C', 865, NULL, '2020-12-18 18:46:14', 0, 1608537561, 0, 0, 0, 'ČERVINKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jakub', 'jperina@quick.cz', '49ebcd3fad', '', 'C', 866, NULL, '2020-12-18 18:46:14', 0, 1608493556, 0, 0, 0, 'Peřina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vaclav', 'acla.klominek@pharming.cz', 'a735bfb5d3', '', 'C', 867, NULL, '2020-12-18 18:46:14', 0, 0, 0, 0, 0, 'Klominek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'profi-cz@seznam.cz', '579e7d26cf', '', 'C', 868, NULL, '2020-12-18 18:46:14', 0, 0, 0, 0, 0, 'Staněk', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zbyněk', 'sszzss@seznam.cz', '878bf3ee94', '', 'C', 869, NULL, '2020-12-18 18:46:14', 0, 0, 0, 0, 0, 'Lipert', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.tucaner@vertu.me', '2993d6d836', '', 'C', 870, NULL, '2020-12-18 18:46:14', 0, 0, 0, 0, 0, 'Tucaner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.tucaner@gmail.com', 'bde2165820', '', 'C', 871, NULL, '2020-12-18 18:46:15', 0, 0, 0, 0, 0, 'Tucaner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.cap@martincap.cz', '2bd9206710', '', 'U', 872, NULL, '2020-12-18 18:46:15', 0, 1608493618, 0, 0, 0, 'Čáp', 'n', 0, 0, '', '37.221.246.240', 0, '', 0, '', '', '', '', 0, 3, 1608493603, 0, 0, 1, 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),
('JAROSLAV', 'nosek@tipsport.cz', 'd391d09da9', '', 'C', 873, NULL, '2020-12-18 18:46:15', 0, 1608542403, 0, 0, 0, 'NOSEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marian', 'duraj@daylom.sk', 'b8af481e85', '', 'C', 874, NULL, '2020-12-18 18:46:15', 0, 0, 0, 0, 0, 'Duraj', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ondřej', 'zapletal@creativoas.cz', '96e4119f40', '', 'C', 875, NULL, '2020-12-18 18:46:15', 0, 1608535661, 0, 0, 0, 'Zapletal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'roman.martinek1@seznam.cz', '48b446a3fd', '', 'C', 876, NULL, '2020-12-18 18:46:15', 0, 0, 0, 0, 0, 'Martinek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'wichtova@seznam.cz', 'e9ea860584', '', 'C', 877, NULL, '2020-12-18 18:46:16', 0, 0, 0, 0, 0, 'Wicht', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavelmusil@pavelmusil.cz', '4401ab85e2', '', 'C', 878, NULL, '2020-12-18 18:46:16', 0, 1608735462, 0, 0, 0, 'MUSIL', 'n', 0, 0, '', '37.48.24.127', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan ', 'milan.stano@seznam.cz', '5c829d9813', '', 'C', 879, NULL, '2020-12-18 18:46:17', 0, 0, 0, 0, 0, 'Staňo', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan ', 'jan.klima@winsite.cz', 'fcb9e0976f', '', 'C', 880, NULL, '2020-12-18 18:46:17', 0, 0, 0, 0, 0, 'Klima', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'm-toman@seznam.cz', '6e62f27fbe', '', 'C', 881, NULL, '2020-12-18 18:46:17', 0, 0, 0, 0, 0, 'Toman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tatiana', 'tana.k@email.cz', '8814a4ea6b', '', 'C', 882, NULL, '2020-12-18 18:46:17', 0, 0, 0, 0, 0, 'Kyryčuková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'andreamagerova@centrum.cz', '9853aebfdc', '', 'C', 883, NULL, '2020-12-18 18:46:17', 0, 0, 0, 0, 0, 'Magerová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ludmila', 'ludmila.jichova@vertu.me', 'df18769a31', '', 'C', 884, NULL, '2020-12-18 18:46:17', 0, 0, 0, 0, 0, 'Jíchová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ludmila', 'jichovaludmila@seznam.cz', '99cf5e7e2d', '', 'C', 885, NULL, '2020-12-18 18:46:17', 0, 0, 0, 0, 0, 'Jíchová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anastasia', 'anastasia.tejnorova@cartier.com', 'cdae830274', '', 'C', 886, NULL, '2020-12-18 18:46:17', 0, 0, 0, 0, 0, 'Tejnorova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'giraffe@volny.cz', '03a0e2042e', '', 'C', 887, NULL, '2020-12-18 18:46:18', 0, 0, 0, 0, 0, 'Skuhrová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'mmikes@sychrov.cz', 'e52dceccaf', '', 'C', 888, NULL, '2020-12-18 18:46:18', 0, 0, 0, 0, 0, 'Mikeš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří ', 'melich@wo.cz', '6cc29f7cb3', '', 'C', 889, NULL, '2020-12-18 18:46:18', 0, 0, 0, 0, 0, 'Melich', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.haimann@yahoo.com', '7e9c099ff4', '', 'C', 890, NULL, '2020-12-18 18:46:18', 0, 0, 0, 0, 0, 'Haimann', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Sona', 'xsonyc@seznam.cz', '2986074841', '', 'C', 891, NULL, '2020-12-18 18:46:18', 0, 0, 0, 0, 0, 'Blatakova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Elvir', 'kalamper@t-com.me', '89331a305b', '', 'C', 892, NULL, '2020-12-18 18:46:18', 0, 0, 0, 0, 0, 'Kalamperovič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavel.garm@gmail.com', '739478e6e4', '', 'C', 893, NULL, '2020-12-18 18:46:18', 0, 1608492557, 0, 0, 0, 'Kolman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petra.abrahamova@seznam.cz', '5177752ef8', '', 'C', 894, NULL, '2020-12-18 18:46:18', 0, 0, 0, 0, 0, 'Abrahamová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martinsinogl@seznam.cz', '15363ac3ad', '', 'C', 895, NULL, '2020-12-18 18:46:19', 0, 0, 0, 0, 0, 'Šinogl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo', 'ivo@charlie-charlie.com', '67682a3b3d', '', 'C', 896, NULL, '2020-12-18 18:46:19', 0, 0, 0, 0, 0, 'Zrcek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo', 'alpha9@vertu.me', 'cc544035d6', '', 'C', 897, NULL, '2020-12-18 18:46:19', 0, 0, 0, 0, 0, 'Zrcek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Norbert', 'nschellong@gmail.com', '88d55d1e99', '', 'C', 898, NULL, '2020-12-18 18:46:19', 0, 0, 0, 0, 0, 'Schellong', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana ', 'janasedlmajer@seznam.cz', '84210546a3', '', 'C', 899, NULL, '2020-12-18 18:46:19', 0, 0, 0, 0, 0, 'Martinek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'vitalis@benoricany.cz', '007eea203c', '', 'C', 900, NULL, '2020-12-18 18:46:19', 0, 0, 0, 0, 0, 'Vitališ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'blatakmiroslav@seznam.cz', '65c49c30d7', '', 'C', 901, NULL, '2020-12-18 18:46:19', 0, 0, 0, 0, 0, 'Blaťák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavlína', 'pavlinanova@seznam.cz', 'e8dfe339e1', '', 'C', 902, NULL, '2020-12-18 18:46:19', 0, 0, 0, 0, 0, 'Novák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jurtin@seznam.cz', '29056d5af7', '', 'C', 903, NULL, '2020-12-18 18:46:20', 0, 0, 0, 0, 0, 'JURTIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcela', 'novajanoza@email.cz', 'daca756e90', '', 'C', 904, NULL, '2020-12-18 18:46:20', 0, 0, 0, 0, 0, 'Javorský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Adriana', 'a.hornikova@gmail.com', 'a9c94e6f3c', '', 'C', 905, NULL, '2020-12-18 18:46:20', 0, 0, 0, 0, 0, 'Horníková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dinh Van', 'vann@centrum.cz', '6f3727d003', '', 'C', 906, NULL, '2020-12-18 18:46:20', 0, 0, 0, 0, 0, 'Nguyen', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'sikos.petr@mac.com', 'c6d54ee59b', '', 'C', 907, NULL, '2020-12-18 18:46:20', 0, 0, 0, 0, 0, 'Šikoš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo ', 'idurnik@seznam.cz', '0e2bfada2a', '', 'C', 908, NULL, '2020-12-18 18:46:20', 0, 0, 0, 0, 0, 'Durník', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'ryplova.petra@seznam.cz', '77cc1f17e1', '', 'C', 909, NULL, '2020-12-18 18:46:20', 0, 1608553039, 0, 0, 0, 'Ryplová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vlastimil', 'vkohout@crcredit.cz', '4b25dc5729', '', 'C', 910, NULL, '2020-12-18 18:46:20', 0, 1608548485, 0, 0, 0, 'Kohout', 'n', 0, 0, '', '94.112.252.202', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Monika', 'balcarova@hiposeberov.cz', 'd347dfd059', '', 'C', 911, NULL, '2020-12-18 18:46:20', 0, 0, 0, 0, 0, 'Balcarová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'balcar@hiposeberov.cz', '5bb2ed0b88', '', 'C', 912, NULL, '2020-12-18 18:46:21', 0, 0, 0, 0, 0, 'Balcar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'kuchynka@fnkv.cz', '295a3a9bff', '', 'C', 913, NULL, '2020-12-18 18:46:21', 0, 0, 0, 0, 0, 'KUCHYNKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'ak.dite@seznam.cz', 'fcbd0f64ed', '', 'C', 914, NULL, '2020-12-18 18:46:21', 0, 0, 0, 0, 0, 'Ditě', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'rozensky@centra.eu', '9972a67bfe', '', 'C', 915, NULL, '2020-12-18 18:46:21', 0, 0, 0, 0, 0, 'Roženský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RAN', 'furan02@hotmail.com', 'eeb2d24e7b', '', 'C', 916, NULL, '2020-12-18 18:46:21', 0, 0, 0, 0, 0, 'FU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdenek', 'zdenek.mada@seznam.cz', 'e90e03edba', '', 'C', 917, NULL, '2020-12-18 18:46:21', 0, 0, 0, 0, 0, 'Maďa', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'lukyanto@seznam.cz', '736a7fa430', '', 'C', 918, NULL, '2020-12-18 18:46:21', 0, 0, 0, 0, 0, 'Brothánek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Čusomír', 'grosmanova@nextra.cz', '5e35dd9ac7', '', 'C', 919, NULL, '2020-12-18 18:46:21', 0, 0, 0, 0, 0, 'Grosman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'david@davidrusnak.com', '82ece9dd6e', '', 'C', 920, NULL, '2020-12-18 18:46:22', 0, 1609146121, 0, 0, 0, 'Rusňák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Aleš', 'ales.belik@vertu.me', '6b8d443691', '', 'C', 921, NULL, '2020-12-18 18:46:22', 0, 0, 0, 0, 0, 'Bělík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Sonya ', 'soniakozlowska@seznam.cz', '982e1a482c', '', 'C', 922, NULL, '2020-12-18 18:46:22', 0, 0, 0, 0, 0, 'Kozlowska', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.darius@gmail.com', 'e94782eaa9', '', 'C', 923, NULL, '2020-12-18 18:46:22', 0, 1608493972, 0, 0, 0, 'DARIUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'karelkadlec@bomton.cz', '51b6c1bd85', '', 'C', 924, NULL, '2020-12-18 18:46:22', 0, 0, 0, 0, 0, 'KADLEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karolína', 'karolinamilerova@me.com', '0da8209dc2', '', 'C', 925, NULL, '2020-12-18 18:46:22', 0, 0, 0, 0, 0, 'Milerová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.kunik@volny.cz', 'b8451c0f27', '', 'C', 926, NULL, '2020-12-18 18:46:22', 0, 0, 0, 0, 0, 'Kuník', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radka', 'perinova@aquasys.cz', '2c41be190a', '', 'C', 927, NULL, '2020-12-18 18:46:22', 0, 0, 0, 0, 0, 'Peřinová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří ', 'remeta@renoil.cz', '9f0e40178f', '', 'C', 928, NULL, '2020-12-18 18:46:22', 0, 0, 0, 0, 0, 'Remeta', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan ', 'jan.hruby@yahoo.com', '6d2b25f9e4', '', 'C', 929, NULL, '2020-12-18 18:46:22', 0, 0, 0, 0, 0, 'Hrubý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Romana', 'tinglova@bomton.cz', 'bbec11bb81', '', 'C', 930, NULL, '2020-12-18 18:46:23', 0, 0, 0, 0, 0, 'Kadlec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.bemova@centrum.cz', '2f661464a8', '', 'C', 931, NULL, '2020-12-18 18:46:23', 0, 0, 0, 0, 0, 'Bémová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'kendy@volny.cz', '28f61859d2', '', 'C', 932, NULL, '2020-12-18 18:46:23', 0, 0, 0, 0, 0, 'Kendík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.horak@creditmanagement.cz', 'af05c30ecd', '', 'C', 933, NULL, '2020-12-18 18:46:23', 0, 1608494348, 0, 0, 0, 'HORÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír ', 'vladimirdbaly@seznam.cz', 'b1aabe199f', '', 'C', 934, NULL, '2020-12-18 18:46:23', 0, 0, 0, 0, 0, 'Dbalý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzana', 'zuzamachacek@tiscali.cz', '9180bb5043', '', 'C', 935, NULL, '2020-12-18 18:46:24', 0, 0, 0, 0, 0, 'Macháčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'woko@mujbox.cz', '221d14eae3', '', 'C', 936, NULL, '2020-12-18 18:46:24', 0, 0, 0, 0, 0, 'Skálová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel ', 'phorak@ppl.cz', '5f47e8f8d7', '', 'C', 937, NULL, '2020-12-18 18:46:24', 0, 0, 0, 0, 0, 'Horák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'm.charvat@me.com', '0299cae7bc', '', 'C', 938, NULL, '2020-12-18 18:46:25', 0, 0, 0, 0, 0, 'Charvát junior', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radovan', 'radovan.kocvara@gmail.com', '5597e26946', 'cs', 'C', 939, NULL, '2020-12-18 18:46:25', 0, 1608533816, 0, 0, 0, 'Kočvara', 'n', 0, 0, '', '213.81.154.202', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'babiar@tiscali.cz', '6575e1c0c2', '', 'C', 940, NULL, '2020-12-18 18:46:25', 0, 0, 0, 0, 0, 'BABIAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Čeněk', 'pazderka.c@seznam.cz', '38c1ddc573', '', 'C', 941, NULL, '2020-12-18 18:46:25', 0, 0, 0, 0, 0, 'Pazderka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Cuong', 'blue.bar@email.cz', '3a3f4442b5', '', 'C', 942, NULL, '2020-12-18 18:46:25', 0, 0, 0, 0, 0, 'Pham Duc', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'kopecky75@seznam.cz', 'dc921c346a', '', 'C', 943, NULL, '2020-12-18 18:46:26', 0, 0, 0, 0, 0, 'Kopecký', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Klára', 'klarakopeckova@seznam.cz', '38065e7f74', '', 'C', 944, NULL, '2020-12-18 18:46:26', 0, 0, 0, 0, 0, 'Kopečková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karin', 'nemcova@neradisplays.cz', '88ba0a2370', '', 'C', 945, NULL, '2020-12-18 18:46:26', 0, 0, 0, 0, 0, 'Němcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin@michaldavid.cz', '5483808a1b', '', 'C', 946, NULL, '2020-12-18 18:46:26', 0, 1608498144, 0, 0, 0, 'Karban', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Barbora', 'b.vitousova@gmail.com', '8b4bf15f72', '', 'C', 947, NULL, '2020-12-18 18:46:26', 0, 1608505120, 0, 0, 0, 'Vitoušová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'radek.letal@gmail.com', '0dd92191d7', '', 'C', 948, NULL, '2020-12-18 18:46:26', 0, 1608500681, 0, 0, 0, 'Létal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Fidelis', 'fidelis@schlee.cz', '923b18645c', '', 'C', 949, NULL, '2020-12-18 18:46:26', 0, 0, 0, 0, 0, 'Schlée', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jakub', 'jakub.malina@volny.cz', 'f02fbdd0b8', '', 'C', 950, NULL, '2020-12-18 18:46:26', 0, 0, 0, 0, 0, 'Malina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela ', 'misel.z@seznam.cz', 'b4eb972687', '', 'C', 951, NULL, '2020-12-18 18:46:26', 0, 0, 0, 0, 0, 'Zemanová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Mikuláš', 'mikulas.hnatek@seznam.cz', '93aececfe3', '', 'C', 952, NULL, '2020-12-18 18:46:27', 0, 0, 0, 0, 0, 'Hnátek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jan.pankova@centrum.cz', 'e20ef77611', '', 'C', 953, NULL, '2020-12-18 18:46:27', 0, 0, 0, 0, 0, 'Pánková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eduard', 'box2win@centrum.cz', 'caed746969', '', 'C', 954, NULL, '2020-12-18 18:46:27', 0, 0, 0, 0, 0, 'Udženja', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Blanka', 'vesela@jtfg.com', '2a307f072b', '', 'C', 955, NULL, '2020-12-18 18:46:27', 0, 0, 0, 0, 0, 'Veselá', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'ohainka@noen.cz', 'c340759bc3', '', 'C', 956, NULL, '2020-12-18 18:46:27', 0, 0, 0, 0, 0, 'Ohainka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'rimil.sro@tiscali.cz', 'f1701f6f31', '', 'C', 957, NULL, '2020-12-18 18:46:27', 0, 0, 0, 0, 0, 'Richterová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Antonín', 'asedlacek@rasino.cz', 'd50456e609', '', 'C', 958, NULL, '2020-12-18 18:46:27', 0, 0, 0, 0, 0, 'Sedláček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.pospisil@mpshot.cz', '26de3a1542', '', 'C', 959, NULL, '2020-12-18 18:46:27', 0, 1608497646, 0, 0, 0, 'Pospíšil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martinkubacek@seznam.cz', 'ca9894e68a', '', 'C', 960, NULL, '2020-12-18 18:46:27', 0, 0, 0, 0, 0, 'Kubáček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kira', 'info@agdesigngroup.eu', 'fdf69bfb05', '', 'C', 961, NULL, '2020-12-18 18:46:28', 0, 1608540102, 0, 0, 0, 'Gorochovska', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Peter', 'pokoj16@gmail.com', '4eac671cc2', '', 'C', 962, NULL, '2020-12-18 18:46:28', 0, 1608529332, 0, 0, 0, 'Rošák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'radek.pololanik@gmail.com', '70243d925d', '', 'C', 963, NULL, '2020-12-18 18:46:28', 0, 1608495288, 0, 0, 0, 'Pololáník', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'abdalla@pibs.cz', 'b24999c48f', '', 'C', 964, NULL, '2020-12-18 18:46:28', 0, 0, 0, 0, 0, 'Abdallová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'kabatova@kabatova.cz', '5b2f6b6cd5', '', 'C', 965, NULL, '2020-12-18 18:46:28', 0, 1608542444, 0, 0, 0, 'ADAMCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'adamek.jiri@volny.cz', '017a14c8e9', '', 'C', 966, NULL, '2020-12-18 18:46:28', 0, 0, 0, 0, 0, 'ADÁMEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eta.adamek@volny.cz', '146ca95393', '', 'C', 967, NULL, '2020-12-18 18:46:28', 0, 0, 0, 0, 0, 'ADAMEKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TÁŇA', 'tana.adamova@seznam.cz', '2e22ee3af0', '', 'C', 968, NULL, '2020-12-18 18:46:28', 0, 0, 0, 0, 0, 'ADAMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'marro@telecom.cz', '9ae37d2287', '', 'C', 969, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'ADAMOVICH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MEDINA', 'top-vyziva@email.cz', '87fa6e13da', '', 'C', 970, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'ADLER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eisenhammerova', 'tiffany14@seznam.cz', 'f2e58adba3', '', 'C', 971, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'Adriana', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIGAR', 'efendi@azembassy.cz', '1ff83b751c', '', 'C', 972, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'AFANDIYEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ASHOT', 'anyelusa@email.cz', '618609c4df', '', 'C', 973, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'AKOPYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sa@ajalbrecht.cz', 'f3063ef43c', '', 'C', 974, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'ALBRECHTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrejkaalesova@seznam.cz', '1b11339f4a', '', 'C', 975, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'ALEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andreaalesova@seznam.cz', '5b51fa813f', '', 'C', 976, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'ALEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'melodym@seznam.cz', '8e17927dd3', '', 'C', 977, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'ALEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATÁLIE', 'n.alexander@seznam.cz', '85126715a6', '', 'C', 978, NULL, '2020-12-18 18:46:29', 0, 0, 0, 0, 0, 'ALEXANDER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.bogdan@volny.cz', '487ac1e870', '', 'C', 979, NULL, '2020-12-18 18:46:30', 0, 0, 0, 0, 0, 'AMELYANCHUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'andelova@gratis-trading.cz', '3b7e917389', '', 'C', 980, NULL, '2020-12-18 18:46:30', 0, 0, 0, 0, 0, 'ANDĚLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'andelova.marcela@seznam.cz', '4757798fe2', '', 'C', 981, NULL, '2020-12-18 18:46:30', 0, 0, 0, 0, 0, 'ANDĚLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'elninobart@seznam.cz', '9662e632f6', '', 'C', 982, NULL, '2020-12-18 18:46:30', 0, 0, 0, 0, 0, 'ANDĚLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romana.anderlova@centrum.cz', 'f951e67c8a', '', 'C', 983, NULL, '2020-12-18 18:46:30', 0, 0, 0, 0, 0, 'ANDERLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'simona.andre@seznam.cz', 'db30f57bea', '', 'C', 984, NULL, '2020-12-18 18:46:30', 0, 0, 0, 0, 0, 'ANDRE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠULGANOVÁ', 'andrea.sulganova@seznam.cz', '883db536c8', '', 'C', 985, NULL, '2020-12-18 18:46:30', 0, 0, 0, 0, 0, 'ANDREA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LESYA', 'lesya.a@seznam.cz', '93f6d167cf', '', 'C', 986, NULL, '2020-12-18 18:46:30', 0, 0, 0, 0, 0, 'ANDRUSYAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petraherzogova@seznam.cz', '2e538e53ee', '', 'C', 987, NULL, '2020-12-18 18:46:30', 0, 0, 0, 0, 0, 'ANGELIDIS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'ansimova01@seznam.cz', 'bdc112e9d3', '', 'C', 988, NULL, '2020-12-18 18:46:31', 0, 0, 0, 0, 0, 'ANSIMOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martina', 'martina@apotex.cz', '61d0fe20a9', '', 'C', 989, NULL, '2020-12-18 18:46:31', 0, 0, 0, 0, 0, 'Antenová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'm.pivonkova@seznam.cz', '4bb193781f', '', 'C', 990, NULL, '2020-12-18 18:46:31', 0, 0, 0, 0, 0, 'ANTONUZZI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VALENTINA', 'bubacik@seznam.cz', '23d80d7c37', '', 'C', 991, NULL, '2020-12-18 18:46:31', 0, 0, 0, 0, 0, 'ARMANDI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOŠ', 'enita@volny.cz', 'a0fec45705', '', 'C', 992, NULL, '2020-12-18 18:46:31', 0, 0, 0, 0, 0, 'ARON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 't.ars@seznam.cz', '2af2c7bf36', '', 'C', 993, NULL, '2020-12-18 18:46:31', 0, 0, 0, 0, 0, 'ARSHAKYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('AMRAM', 'diluni@seznam.cz', '033abaf542', '', 'C', 994, NULL, '2020-12-18 18:46:32', 0, 0, 0, 0, 0, 'ASLANYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'assefova.d@atlas.cz', '3fad1a5bc2', '', 'U', 995, NULL, '2020-12-18 18:46:32', 0, 1608501370, 0, 0, 0, 'ASSEFOVÁ', 'n', 0, 0, '', '88.103.228.247', 0, '', 0, '', '', '', '', 0, 3, 1608501384, 0, 0, 1, 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),
('MARTIN', 'martin.aufart@seznam.cz', '5d3d91dcfa', '', 'C', 996, NULL, '2020-12-18 18:46:33', 0, 0, 0, 0, 0, 'AUFART', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'paugustinova@vsoud.pha.justice.cz', 'abfa39d0a3', '', 'C', 997, NULL, '2020-12-18 18:46:33', 0, 1608533431, 0, 0, 0, 'AUGUSTINOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDEŇKA', 'augustinp@seznam.cz', 'a8b0d901ad', '', 'C', 998, NULL, '2020-12-18 18:46:33', 0, 0, 0, 0, 0, 'AUGUSTINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NABIL', 'azebn@seznam.cz', '3e1e678604', '', 'C', 999, NULL, '2020-12-18 18:46:33', 0, 0, 0, 0, 0, 'AZEB', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'wcm@seznam.cz', '8166cb3e1d', '', 'C', 1000, NULL, '2020-12-18 18:46:33', 0, 0, 0, 0, 0, 'BABÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'babanko@fa.cvut.cz', 'a906285ede', '', 'C', 1001, NULL, '2020-12-18 18:46:33', 0, 1608540317, 0, 0, 0, 'BABÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'bacik@melker.cz', '071a6d0642', '', 'C', 1002, NULL, '2020-12-18 18:46:33', 0, 0, 0, 0, 0, 'BACIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'motocesko@email.cz', 'febaa7a03d', '', 'C', 1003, NULL, '2020-12-18 18:46:34', 0, 0, 0, 0, 0, 'BAČKORA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'kristyna.bacova@stotgroup.cz', 'a0117b0ec0', '', 'C', 1004, NULL, '2020-12-18 18:46:34', 0, 0, 0, 0, 0, 'BAČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'philosophia@email.cz', 'ada66ae3b2', '', 'C', 1005, NULL, '2020-12-18 18:46:34', 0, 0, 0, 0, 0, 'BAGDASARYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDR', 'alexisnet@seznam.cz', 'aee395d73f', '', 'C', 1006, NULL, '2020-12-18 18:46:34', 0, 0, 0, 0, 0, 'BACHIWSKI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIA', 'mia.bajakova@granvia.sk', '79b23e19e7', '', 'C', 1007, NULL, '2020-12-18 18:46:34', 0, 0, 0, 0, 0, 'BAJÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'star1982@seznam.cz', '170291cd90', '', 'C', 1008, NULL, '2020-12-18 18:46:34', 0, 0, 0, 0, 0, 'BAJER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RAFIK', 'bakdounes@seznam.cz', 'd2ea581bf4', '', 'C', 1009, NULL, '2020-12-18 18:46:34', 0, 0, 0, 0, 0, 'BAKDOUNES', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'iveta.balajkova@tiscali.cz', '96e58c5fd9', '', 'C', 1010, NULL, '2020-12-18 18:46:34', 0, 0, 0, 0, 0, 'BALAJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'balaz@steffanik.sk', '4c9cea2fef', '', 'C', 1011, NULL, '2020-12-18 18:46:35', 0, 1608574625, 0, 0, 0, 'BALÁŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'renatabalazkova@seznam.cz', '837542a8c2', '', 'C', 1012, NULL, '2020-12-18 18:46:35', 0, 0, 0, 0, 0, 'BALAŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'richard.balcar@seznam.cz', 'b20d2bd93d', '', 'C', 1013, NULL, '2020-12-18 18:46:35', 0, 0, 0, 0, 0, 'BALCAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'balcom@balcom.cz', 'c716c04313', '', 'C', 1014, NULL, '2020-12-18 18:46:35', 0, 0, 0, 0, 0, 'BALCOM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.balek@ex-technik.cz', 'abc4942b29', '', 'C', 1015, NULL, '2020-12-18 18:46:35', 0, 1608537456, 0, 0, 0, 'BÁLEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETER', 'balentpete@gmail.cz', 'cf8708bea7', '', 'C', 1016, NULL, '2020-12-18 18:46:35', 0, 0, 0, 0, 0, 'BALENT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.balk@seznam.cz', '4b350dffa3', '', 'C', 1017, NULL, '2020-12-18 18:46:35', 0, 0, 0, 0, 0, 'BÁLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'g.balounova@seznam.cz', 'e3987d3375', '', 'C', 1018, NULL, '2020-12-18 18:46:35', 0, 0, 0, 0, 0, 'BALOUNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'balounova.hana@ecompany.cz', '918f42d24f', '', 'C', 1019, NULL, '2020-12-18 18:46:35', 0, 0, 0, 0, 0, 'BALOUNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helous38@seznam.cz', 'abf9748a22', '', 'C', 1020, NULL, '2020-12-18 18:46:36', 0, 0, 0, 0, 0, 'BALOUNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENKA', 'bandikova@inmail.sk', 'de737529dd', '', 'C', 1021, NULL, '2020-12-18 18:46:36', 0, 0, 0, 0, 0, 'BANDÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'v.bantos@rytirikladno.cz', 'b1a87cc479', '', 'C', 1022, NULL, '2020-12-18 18:46:36', 0, 0, 0, 0, 0, 'BANTOŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DRAHOMÍRA', 'barakova@lexum.cz', '5c11561e7f', '', 'C', 1023, NULL, '2020-12-18 18:46:36', 0, 0, 0, 0, 0, 'BARÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DRAHOMÍRA', 'barakova@gemini.cz', '76ca007634', '', 'C', 1024, NULL, '2020-12-18 18:46:36', 0, 1608744949, 0, 0, 0, 'BARÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukas.barcal@email.cz', '5ae139e698', '', 'C', 1025, NULL, '2020-12-18 18:46:36', 0, 0, 0, 0, 0, 'BARCAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.bares@empiremedia.cz', 'e82f256a50', '', 'C', 1026, NULL, '2020-12-18 18:46:37', 0, 1608503544, 0, 0, 0, 'BAREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'anetkabaresova@seznam.cz', '0cb5cb87d0', '', 'C', 1027, NULL, '2020-12-18 18:46:37', 0, 0, 0, 0, 0, 'BAREŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RŮŽENA', 'r.baresova@seznam.cz', '798b737d06', '', 'C', 1028, NULL, '2020-12-18 18:46:37', 0, 0, 0, 0, 0, 'BAREŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radkaradu@seznam.cz', '7f66057663', '', 'C', 1029, NULL, '2020-12-18 18:46:37', 0, 0, 0, 0, 0, 'BARCHÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'pirina@seznam.cz', 'b1d025d93e', '', 'C', 1030, NULL, '2020-12-18 18:46:37', 0, 0, 0, 0, 0, 'BARNES', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jbarnes@seznam.cz', '56f2e9ffad', '', 'C', 1031, NULL, '2020-12-18 18:46:37', 0, 1609011713, 0, 0, 0, 'BARNESOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LINDA', 'lbarochova@volny.cz', 'baf3a98f63', '', 'C', 1032, NULL, '2020-12-18 18:46:37', 0, 0, 0, 0, 0, 'BAROCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera@barochova.cz', '6d790b1248', '', 'C', 1033, NULL, '2020-12-18 18:46:37', 0, 1608755232, 0, 0, 0, 'BAROCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 't.frankova@email.cz', '2b1493df20', '', 'C', 1034, NULL, '2020-12-18 18:46:37', 0, 0, 0, 0, 0, 'BAROŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'dnlbrt@seznam.cz', 'fa8eb10682', '', 'C', 1035, NULL, '2020-12-18 18:46:38', 0, 0, 0, 0, 0, 'BÁRTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.barta@emtc.cz', '507516bf43', '', 'C', 1036, NULL, '2020-12-18 18:46:38', 0, 1608500151, 0, 0, 0, 'BÁRTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'ji.bartak@seznam.cz', 'aa69071ebf', '', 'C', 1037, NULL, '2020-12-18 18:46:38', 0, 0, 0, 0, 0, 'BARTÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'nextone@seznam.cz', 'd71838d957', '', 'C', 1038, NULL, '2020-12-18 18:46:38', 0, 0, 0, 0, 0, 'BARTÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'bartakov@gladius.cz', 'cf28ccd840', '', 'C', 1039, NULL, '2020-12-18 18:46:39', 0, 0, 0, 0, 0, 'BARTÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'v.bartaskova@seznam.cz', 'caebec36cc', '', 'C', 1040, NULL, '2020-12-18 18:46:39', 0, 0, 0, 0, 0, 'BARTÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('EVA', 'e.bartekova@seznam.cz', '50953b7192', '', 'C', 1041, NULL, '2020-12-18 18:46:39', 0, 1608533608, 0, 0, 0, 'BARTEKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'e.bartelnova@seznam.cz', '28b84d9087', '', 'C', 1042, NULL, '2020-12-18 18:46:39', 0, 0, 0, 0, 0, 'BARTELNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAEL', 'wenonnikoa@seznam.cz', '2e1833a241', '', 'C', 1043, NULL, '2020-12-18 18:46:40', 0, 0, 0, 0, 0, 'BARTES', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELIŠKA', 'barthelemy@akvk.cz', '75d5cb2fad', '', 'C', 1044, NULL, '2020-12-18 18:46:41', 0, 0, 0, 0, 0, 'BARTHELEMY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JÁN', 'bartikjan@seznam.cz', '9207a65f05', '', 'C', 1045, NULL, '2020-12-18 18:46:41', 0, 0, 0, 0, 0, 'BARTÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'bartonickova@pro8.cz', '06aa3917c1', '', 'C', 1046, NULL, '2020-12-18 18:46:41', 0, 1608617626, 0, 0, 0, 'BARTONÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'bartosova.petra@volny.cz', 'f8f2703678', '', 'C', 1047, NULL, '2020-12-18 18:46:41', 0, 1608527971, 0, 0, 0, 'BARTOŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'j.bartova1@seznam.cz', '1ceaf298e2', '', 'C', 1048, NULL, '2020-12-18 18:46:41', 0, 0, 0, 0, 0, 'BÁRTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BÁRA', 'barabasikova@seznam.cz', '1e937a64fd', '', 'C', 1049, NULL, '2020-12-18 18:46:41', 0, 0, 0, 0, 0, 'BASIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'base.irena@seznam.cz', '9a0f9efe12', '', 'C', 1050, NULL, '2020-12-18 18:46:42', 0, 0, 0, 0, 0, 'BAŠE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'karlos.subaru@seznam.cz', '9e9e053ced', '', 'C', 1051, NULL, '2020-12-18 18:46:42', 0, 0, 0, 0, 0, 'BAŠTÁŔ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'adelacharratova@seznam.cz', '76803b3274', '', 'C', 1052, NULL, '2020-12-18 18:46:42', 0, 0, 0, 0, 0, 'BAŠTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DITA', 'dita.batalova@seznam.cz', '68a63809e8', '', 'C', 1053, NULL, '2020-12-18 18:46:42', 0, 0, 0, 0, 0, 'BATALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'bauer@pmcz.cz', '5d847b4f2f', '', 'C', 1054, NULL, '2020-12-18 18:46:42', 0, 1608501619, 0, 0, 0, 'BAUER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'bauer.pavel@post.cz', '13d577dabe', '', 'C', 1055, NULL, '2020-12-18 18:46:42', 0, 1608528077, 0, 0, 0, 'BAUER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'bazalova@patium.cz', '8f5e94dbc4', '', 'C', 1056, NULL, '2020-12-18 18:46:43', 0, 1608502866, 0, 0, 0, 'Bazalová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAVA', 'm.bazatova@seznam.cz', 'fbe5138921', '', 'C', 1057, NULL, '2020-12-18 18:46:43', 0, 0, 0, 0, 0, 'BAŽATOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOŠ', 'milos.beck@tiscali.cz', '4da581cb9a', '', 'C', 1058, NULL, '2020-12-18 18:46:43', 0, 0, 0, 0, 0, 'BECK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'mbeck@fitnessbbc.cz', 'c2baeaf698', '', 'C', 1059, NULL, '2020-12-18 18:46:43', 0, 0, 0, 0, 0, 'BECKHAUSER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavlabeckova@hotmail.cz', '2d6b577316', '', 'C', 1060, NULL, '2020-12-18 18:46:43', 0, 0, 0, 0, 0, 'BEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmar.becvarikova@seznam.cz', 'b2e17c4e3b', '', 'C', 1061, NULL, '2020-12-18 18:46:43', 0, 1608573080, 0, 0, 0, 'BEČVAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barabd@atlas.cz', 'a27297330a', '', 'C', 1062, NULL, '2020-12-18 18:46:43', 0, 0, 0, 0, 0, 'BEDNAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barbd@atlas.cz', '9aa2a3c2ea', '', 'C', 1063, NULL, '2020-12-18 18:46:43', 0, 0, 0, 0, 0, 'BEDNAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DITA', 'dita.bednarik@centrum.cz', '8290853ded', '', 'C', 1064, NULL, '2020-12-18 18:46:44', 0, 0, 0, 0, 0, 'BEDNAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alenabednarova21@seznam.cz', 'b13b541990', '', 'C', 1065, NULL, '2020-12-18 18:46:44', 0, 0, 0, 0, 0, 'BEDNÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'bara.bednarova@centrum.cz', '1ab5fd0a2e', '', 'C', 1066, NULL, '2020-12-18 18:46:44', 0, 0, 0, 0, 0, 'BEDNÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'iva.begovic@playandwin-rd.cz', '6efa2f115b', '', 'C', 1067, NULL, '2020-12-18 18:46:44', 0, 0, 0, 0, 0, 'BEGOVIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronikabejckova@seznam.cz', '81afe29f62', '', 'C', 1068, NULL, '2020-12-18 18:46:44', 0, 0, 0, 0, 0, 'BEJČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.belickova@lokki.cz', '391aba91d0', '', 'C', 1069, NULL, '2020-12-18 18:46:44', 0, 0, 0, 0, 0, 'BĚLÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'belohradsky@tomovyparky.cz', '1b1eed550b', '', 'C', 1070, NULL, '2020-12-18 18:46:44', 0, 0, 0, 0, 0, 'BĚLOHRADSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELIŠKA', 'eliskabeloch@seznam.cz', 'e9eb4749bd', '', 'C', 1071, NULL, '2020-12-18 18:46:44', 0, 0, 0, 0, 0, 'BĚLOCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michal@noart.cz', 'e0dc6f8ed7', '', 'C', 1072, NULL, '2020-12-18 18:46:44', 0, 1608545918, 0, 0, 0, 'BĚLOUŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jbeluska@htd.cz', '559a00b4b5', '', 'C', 1073, NULL, '2020-12-18 18:46:45', 0, 0, 0, 0, 0, 'BELUSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.belusova@forumkarlin.cz', '715431e610', '', 'C', 1074, NULL, '2020-12-18 18:46:45', 0, 0, 0, 0, 0, 'BĚLUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'daniel.bem@seznam.cz', '8ce977d22f', '', 'C', 1075, NULL, '2020-12-18 18:46:45', 0, 0, 0, 0, 0, 'BÉM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'r.ben@newageadvertising.cz', '1313ecfb24', '', 'C', 1076, NULL, '2020-12-18 18:46:45', 0, 0, 0, 0, 0, 'BEN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDEŇKA', 'be.zdena@seznam.cz', 'aedab15ed4', '', 'C', 1077, NULL, '2020-12-18 18:46:45', 0, 0, 0, 0, 0, 'BENÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukas.benda@outlook.cz', '5c79fa7b98', '', 'C', 1078, NULL, '2020-12-18 18:46:45', 0, 0, 0, 0, 0, 'BENDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCEL', 'macicek2727@gmail.cz', 'abce449896', '', 'C', 1079, NULL, '2020-12-18 18:46:46', 0, 0, 0, 0, 0, 'BENDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'p.benedikt@centrum.cz', '1a5cece2c4', '', 'C', 1080, NULL, '2020-12-18 18:46:46', 0, 0, 0, 0, 0, 'benedikt', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'projectmission@seznam.cz', '32a0a73c71', '', 'C', 1081, NULL, '2020-12-18 18:46:46', 0, 0, 0, 0, 0, 'BENEŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.ben.@seznam.cz', 'a371102bc7', '', 'C', 1082, NULL, '2020-12-18 18:46:46', 0, 0, 0, 0, 0, 'BENEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina-benesova@ost.cz', 'f2cc69944d', '', 'C', 1083, NULL, '2020-12-18 18:46:46', 0, 0, 0, 0, 0, 'BENEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'marbene@seznam.cz', '4846eff7d3', '', 'C', 1084, NULL, '2020-12-18 18:46:46', 0, 0, 0, 0, 0, 'BENEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.bene@centrum.cz', 'b2a26d6516', '', 'C', 1085, NULL, '2020-12-18 18:46:46', 0, 0, 0, 0, 0, 'BENEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADRIANA', 'adriana@iuris.sk', '7f872c86cf', '', 'C', 1086, NULL, '2020-12-18 18:46:46', 0, 1608512059, 0, 0, 0, 'BENKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monikabenkova@centrum.cz', '28ede9ee03', '', 'C', 1087, NULL, '2020-12-18 18:46:46', 0, 0, 0, 0, 0, 'BENKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.beranek@emschen.cz', 'dbd291de4b', '', 'C', 1088, NULL, '2020-12-18 18:46:47', 0, 0, 0, 0, 0, 'BERANEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLDŘICH', 'oldaa@email.cz', '09a12b5d50', '', 'C', 1089, NULL, '2020-12-18 18:46:47', 0, 0, 0, 0, 0, 'BERÁNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'berankova.mnk@seznam.cz', '0e6035f109', '', 'C', 1090, NULL, '2020-12-18 18:46:47', 0, 0, 0, 0, 0, 'BERÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLASTA', 'vberankova@volny.cz', 'fa1e7e06a9', '', 'C', 1091, NULL, '2020-12-18 18:46:48', 0, 0, 0, 0, 0, 'BERÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marekberanovsky@seznam.cz', 'e796b46439', '', 'C', 1092, NULL, '2020-12-18 18:46:48', 0, 0, 0, 0, 0, 'BERANOVSKY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'jarkaberger@seznam.cz', 'ecdc482fb6', '', 'C', 1093, NULL, '2020-12-18 18:46:49', 0, 0, 0, 0, 0, 'BERGER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YVONNE', 'bergerova.y@bcdclinic.cz', '3ef24b9804', '', 'C', 1094, NULL, '2020-12-18 18:46:49', 0, 0, 0, 0, 0, 'BERGEROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'mbergers@iex.cz', 'f0eeef5a27', '', 'C', 1095, NULL, '2020-12-18 18:46:49', 0, 0, 0, 0, 0, 'BERGERS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barbora.bergova@volny.cz', '61d249214a', '', 'C', 1096, NULL, '2020-12-18 18:46:49', 0, 0, 0, 0, 0, 'BERGOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janabergstudio@seznam.cz', '294da31fe2', '', 'C', 1097, NULL, '2020-12-18 18:46:49', 0, 0, 0, 0, 0, 'BERGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'bergr@seznam.cz', '520c8f989d', '', 'C', 1098, NULL, '2020-12-18 18:46:49', 0, 0, 0, 0, 0, 'BERGR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIA', 'lucia.berithova@vrm.sk', '14088402d8', '', 'C', 1099, NULL, '2020-12-18 18:46:49', 0, 0, 0, 0, 0, 'BERITHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JINDŘIŠKA', 'jinberk@seznam.cz', '27fcae6924', '', 'C', 1100, NULL, '2020-12-18 18:46:50', 0, 0, 0, 0, 0, 'BERKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'berkova.leni@seznam.cz', '8ac0b20e85', '', 'C', 1101, NULL, '2020-12-18 18:46:50', 0, 0, 0, 0, 0, 'BERKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'jbernard@email.cz', '34f58da3c8', '', 'C', 1102, NULL, '2020-12-18 18:46:50', 0, 0, 0, 0, 0, 'BERNARD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOVAN', 'bernard@bernard-legal.cz', '8177df2608', '', 'C', 1103, NULL, '2020-12-18 18:46:50', 0, 1608718261, 0, 0, 0, 'BERNARD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'grunova@centrum.cz', '76756d989f', '', 'C', 1104, NULL, '2020-12-18 18:46:50', 0, 0, 0, 0, 0, 'BERNARDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'bernaskova.misa@seznam.cz', '0236a59a93', '', 'C', 1105, NULL, '2020-12-18 18:46:50', 0, 0, 0, 0, 0, 'BERNÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVO', 'bervo@seznam.cz', '5d3a68be6d', '', 'C', 1106, NULL, '2020-12-18 18:46:50', 0, 0, 0, 0, 0, 'BERNAT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'berniepetr@seznam.cz', 'd12cd6480b', '', 'C', 1107, NULL, '2020-12-18 18:46:50', 0, 0, 0, 0, 0, 'BERNAT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivanabernatkova@seznam.cz', '03740b3482', '', 'C', 1108, NULL, '2020-12-18 18:46:50', 0, 0, 0, 0, 0, 'BERNÁTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'bestak@ames.cz', '0e14e18181', '', 'C', 1109, NULL, '2020-12-18 18:46:51', 0, 1608532820, 0, 0, 0, 'BEŠŤÁK', 'n', 0, 0, '', '46.135.70.138', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'beda.head@seznam.cz', 'df5388eed4', '', 'C', 1110, NULL, '2020-12-18 18:46:51', 0, 0, 0, 0, 0, 'BETKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'da2bez@seznam.cz', '7cd7134a0e', '', 'C', 1111, NULL, '2020-12-18 18:46:51', 0, 0, 0, 0, 0, 'BEZDĚKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DITA', 'info@designblock.cz', '374ffdec58', '', 'C', 1112, NULL, '2020-12-18 18:46:51', 0, 0, 0, 0, 0, 'BEZDĚKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie@bialesova.cz', 'ccbff94727', '', 'C', 1113, NULL, '2020-12-18 18:46:51', 0, 1608627478, 0, 0, 0, 'BIALEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.bielanova@seznam.cz', '7e11a73948', '', 'C', 1114, NULL, '2020-12-18 18:46:51', 0, 0, 0, 0, 0, 'BIELANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVOL', 'bielik@ferex.sk', 'e51dfb0b00', '', 'C', 1115, NULL, '2020-12-18 18:46:51', 0, 1608539801, 0, 0, 0, 'BIELIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VIERA', 'vbielikova@preas.sk', 'e7a9ea279c', '', 'C', 1116, NULL, '2020-12-18 18:46:51', 0, 0, 0, 0, 0, 'BIELIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'danabila@seznam.cz', '0e3f873d5c', '', 'C', 1117, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BÍLÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.bila@besttono.cz', '88597b39f3', '', 'C', 1118, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BÍLÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel-bilek@centrum.cz', 'ed76452c1d', '', 'C', 1119, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BÍLEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'autoservis.bilek@volny.cz', '6209251e5d', '', 'C', 1120, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BÍLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IGOR', 'titan5@seznam.cz', 'e92293ee37', '', 'C', 1121, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BILOBRAM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADAM', 'adambinder1@email.cz', '3b8c587c99', '', 'C', 1122, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BINDER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALICE', 'alice@binkova.cz', 'bf975e5626', '', 'C', 1123, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'filipova-radka@seznam.cz', 'a2ef172c4b', '', 'C', 1124, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BIŠICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radkamuselova@seznam.cz', 'dda9b14dd1', '', 'C', 1125, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BITTNEROVÁ MUSELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FABRICE', 'fabrice.biundo@burdamedia.cz', 'e72d2b41a5', '', 'C', 1126, NULL, '2020-12-18 18:46:52', 0, 0, 0, 0, 0, 'BIUNDO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'horazdoviceskola@seznam.cz', '0df041ab93', '', 'C', 1127, NULL, '2020-12-18 18:46:53', 0, 0, 0, 0, 0, 'BLÁHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'desperatos@seznam.cz', 'd7cd619072', '', 'C', 1128, NULL, '2020-12-18 18:46:53', 0, 0, 0, 0, 0, 'BLÁHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLASTA', 'vlasta.blahova@fesprag.cz', '93c8e300cf', '', 'C', 1129, NULL, '2020-12-18 18:46:53', 0, 1608528727, 0, 0, 0, 'BLÁHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMIL', 'blahut.kamil@seznam.cz', '93c621fd02', '', 'C', 1130, NULL, '2020-12-18 18:46:53', 0, 0, 0, 0, 0, 'BLAHUT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVITLANA', 'bs@laveranda.cz', '802f61928a', '', 'C', 1131, NULL, '2020-12-18 18:46:53', 0, 0, 0, 0, 0, 'BLANAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'martina.denderoova@seznam.cz', 'b58805de46', '', 'C', 1132, NULL, '2020-12-18 18:46:53', 0, 0, 0, 0, 0, 'BLAŽEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'blaza.pavel@seznam.cz', 'b23a251a1d', '', 'C', 1133, NULL, '2020-12-18 18:46:53', 0, 0, 0, 0, 0, 'BLAŽEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tom.bla@seznam.cz', '00abf29eca', '', 'C', 1134, NULL, '2020-12-18 18:46:53', 0, 0, 0, 0, 0, 'BLAŽEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'blovska@conseq.cz', '6145cf291c', '', 'C', 1135, NULL, '2020-12-18 18:46:53', 0, 1608533594, 0, 0, 0, 'BLOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'autobb21@centrum.cz', '8941d26023', '', 'C', 1136, NULL, '2020-12-18 18:46:53', 0, 1608537546, 0, 0, 0, 'BOBOK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JULIA', 'j.bobruenko@seznam.cz', '880042e038', '', 'C', 1137, NULL, '2020-12-18 18:46:54', 0, 0, 0, 0, 0, 'BOBRUENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VIKTOR', 'vestarteks@quick.cz', '46d58f1645', '', 'C', 1138, NULL, '2020-12-18 18:46:54', 0, 0, 0, 0, 0, 'BOBYREV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'davbod@email.cz', '57949904b9', '', 'C', 1139, NULL, '2020-12-18 18:46:54', 0, 0, 0, 0, 0, 'BODEČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MOTALÍK', 'motalik.bohdan@seznam.cz', '68794b2bfc', '', 'C', 1140, NULL, '2020-12-18 18:46:54', 0, 0, 0, 0, 0, 'BOHDAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.bohmanova@seznam.cz', 'fba5e7da0b', '', 'C', 1141, NULL, '2020-12-18 18:46:54', 0, 0, 0, 0, 0, 'BOHMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOSLAV', 'miloslav.bohunek@slotgroup.cz', '434d4ce71c', '', 'C', 1142, NULL, '2020-12-18 18:46:54', 0, 0, 0, 0, 0, 'BOHŮNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZANA', 'zanabojic@seznam.cz', '1baaec7f21', '', 'C', 1143, NULL, '2020-12-18 18:46:54', 0, 0, 0, 0, 0, 'BOJIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'lucio.may@seznam.cz', '39adb1b480', '', 'C', 1144, NULL, '2020-12-18 18:46:54', 0, 0, 0, 0, 0, 'BOKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'boksanskyj@seznam.cz', 'eda01ef136', '', 'C', 1145, NULL, '2020-12-18 18:46:55', 0, 0, 0, 0, 0, 'BOKŠANSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'boledovicp@seznam.cz', '9d3cf9bb6b', '', 'C', 1146, NULL, '2020-12-18 18:46:55', 0, 0, 0, 0, 0, 'BOLEDOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'marcelabalogova@seznam.cz', 'b10bd66cc0', '', 'C', 1147, NULL, '2020-12-18 18:46:55', 0, 0, 0, 0, 0, 'BOLOGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.bolosova@sophi-invest.sk', 'a77d2e138f', '', 'C', 1148, NULL, '2020-12-18 18:46:55', 0, 1608629733, 0, 0, 0, 'BOLOSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana@bolosbb.sk', 'f8cde3bdae', '', 'C', 1149, NULL, '2020-12-18 18:46:55', 0, 0, 0, 0, 0, 'BOĹOŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'm.borak@seznam.cz', 'fe5f4d01e3', '', 'C', 1150, NULL, '2020-12-18 18:46:55', 0, 0, 0, 0, 0, 'Borák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.borhy@seznam.cz', '0fb92542f4', '', 'C', 1151, NULL, '2020-12-18 18:46:55', 0, 0, 0, 0, 0, 'BORHYOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DIMITIJ', 'dim.o@seznam.cz', 'c91657aeec', '', 'C', 1152, NULL, '2020-12-18 18:46:55', 0, 0, 0, 0, 0, 'BORISOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DIMITRIJ', 'dim.a@seznam.cz', '1a3c9a1cb1', '', 'C', 1153, NULL, '2020-12-18 18:46:55', 0, 0, 0, 0, 0, 'BORISOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'smila@seznam.cz', '1c0469121c', '', 'C', 1154, NULL, '2020-12-18 18:46:56', 0, 0, 0, 0, 0, 'BOROVKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIYA', 'mborozova@seznam.cz', 'c5844b84cf', '', 'C', 1155, NULL, '2020-12-18 18:46:56', 0, 0, 0, 0, 0, 'BOROZOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'minikin1@seznam.cz', 'f619e247db', '', 'C', 1156, NULL, '2020-12-18 18:46:56', 0, 0, 0, 0, 0, 'BORŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'martin.shrbeny@seznam.cz', '1a7c527565', '', 'C', 1157, NULL, '2020-12-18 18:46:56', 0, 0, 0, 0, 0, 'BOŘILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'aura@aurareality.cz', 'e928f4989b', '', 'C', 1158, NULL, '2020-12-18 18:46:56', 0, 0, 0, 0, 0, 'BOŠTIČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tboucky@seznam.cz', '62c1b071cb', '', 'C', 1159, NULL, '2020-12-18 18:46:57', 0, 0, 0, 0, 0, 'BOUCKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'i.boudisova@seznam.cz', 'fb7a8ceea9', '', 'C', 1160, NULL, '2020-12-18 18:46:57', 0, 0, 0, 0, 0, 'BOUDIŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'p.bouhanik@seznam.cz', 'fb2cccc55c', '', 'C', 1161, NULL, '2020-12-18 18:46:57', 0, 0, 0, 0, 0, 'BOUHANÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radka@boula.cz', 'fe0883dad6', '', 'C', 1162, NULL, '2020-12-18 18:46:57', 0, 0, 0, 0, 0, 'BOULOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.boumova@email.cz', '42e1bbb400', '', 'C', 1163, NULL, '2020-12-18 18:46:57', 0, 0, 0, 0, 0, 'BOUMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'h.bourilova@seznam.cz', '77283ea71b', '', 'C', 1164, NULL, '2020-12-18 18:46:58', 0, 0, 0, 0, 0, 'BOUŘILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'ronnie.vena@seznam.cz', '7c65c6fb5b', '', 'C', 1165, NULL, '2020-12-18 18:46:58', 0, 1608589426, 0, 0, 0, 'BOUZEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TETYANA', 't.boyko@seznam.cz', '1d4afec112', '', 'C', 1166, NULL, '2020-12-18 18:46:58', 0, 0, 0, 0, 0, 'BOYKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'anetaboyka@seznam.cz', '2d98585ffa', '', 'C', 1167, NULL, '2020-12-18 18:46:58', 0, 0, 0, 0, 0, 'BOYKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOZEF', 'bozajozef@seznam.cz', 'aff5d1969e', '', 'C', 1168, NULL, '2020-12-18 18:46:58', 0, 0, 0, 0, 0, 'BOŽIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tereza', 'brabcovat@email.cz', 'b2924c9066', '', 'C', 1169, NULL, '2020-12-18 18:46:58', 0, 0, 0, 0, 0, 'Brabcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('KLÁRA', 'k.brabeova@email.cz', 'cfa741df92', '', 'C', 1170, NULL, '2020-12-18 18:46:59', 0, 0, 0, 0, 0, 'BRABEOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'davaman@seznam.cz', 'b799eb4274', '', 'C', 1171, NULL, '2020-12-18 18:46:59', 0, 0, 0, 0, 0, 'BRADÁČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'bradacova@alter.cz', 'bb58015c41', '', 'C', 1172, NULL, '2020-12-18 18:46:59', 0, 0, 0, 0, 0, 'BRADÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANGELA', 'antilopa33@seznam.cz', '733b08ff48', '', 'C', 1173, NULL, '2020-12-18 18:46:59', 0, 0, 0, 0, 0, 'BRÁCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'plavkyvrane@email.cz', '08afbed13d', '', 'C', 1174, NULL, '2020-12-18 18:46:59', 0, 0, 0, 0, 0, 'BRAIDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOSLAVA', 'milena.brancova@lbm.cz', '2c79bf3684', '', 'C', 1175, NULL, '2020-12-18 18:46:59', 0, 0, 0, 0, 0, 'BRANČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'l.brandlova@tiscali.cz', '80d1d99d99', '', 'C', 1176, NULL, '2020-12-18 18:46:59', 0, 0, 0, 0, 0, 'BRANDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'brejnik@norwest.cz', '162edc10ed', '', 'C', 1177, NULL, '2020-12-18 18:46:59', 0, 0, 0, 0, 0, 'BREJNÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'brista8@seznam.cz', '3182daffaa', '', 'C', 1178, NULL, '2020-12-18 18:46:59', 0, 0, 0, 0, 0, 'BRIESTENSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david.brigl@seznam.cz', '18168b5f7f', '', 'C', 1179, NULL, '2020-12-18 18:47:00', 0, 0, 0, 0, 0, 'BRIGL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'roman@brichcin.cz', '88fcad81a3', '', 'C', 1180, NULL, '2020-12-18 18:47:00', 0, 0, 0, 0, 0, 'BRICHCÍN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'e.brichova@volny.cz', '1e05e393a0', '', 'C', 1181, NULL, '2020-12-18 18:47:00', 0, 0, 0, 0, 0, 'BRICHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika@brichtova.cz', 'b9e9098c3b', '', 'C', 1182, NULL, '2020-12-18 18:47:00', 0, 0, 0, 0, 0, 'BRICHTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŽANETA', 'bridy@seznam.cz', '4773b8e36d', '', 'C', 1183, NULL, '2020-12-18 18:47:00', 0, 0, 0, 0, 0, 'BRINDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADIM', 'radim.broda@seznam.cz', '9ad948d180', '', 'C', 1184, NULL, '2020-12-18 18:47:00', 0, 0, 0, 0, 0, 'BRODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza@brodska.cz', '5b466a202b', '', 'C', 1185, NULL, '2020-12-18 18:47:00', 0, 0, 0, 0, 0, 'BRODSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'bromova.jitka@seznam.cz', 'fc8c23ac58', '', 'C', 1186, NULL, '2020-12-18 18:47:00', 0, 0, 0, 0, 0, 'BROMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'dbroumova@seznam.cz', '0d6dbaac1c', '', 'C', 1187, NULL, '2020-12-18 18:47:01', 0, 0, 0, 0, 0, 'BROUMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Arnošt', 'arnost.broz@activa.cz', '4ae09a4d71', '', 'C', 1188, NULL, '2020-12-18 18:47:01', 0, 0, 0, 0, 0, 'Brož', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'davidbroz999@seznam.cz', 'cc2d3723de', '', 'C', 1189, NULL, '2020-12-18 18:47:01', 0, 0, 0, 0, 0, 'BROŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'bozka007@seznam.cz', 'e13bf7fccb', '', 'C', 1190, NULL, '2020-12-18 18:47:01', 0, 0, 0, 0, 0, 'BROŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.broz@corsi.cz', '836be27362', '', 'C', 1191, NULL, '2020-12-18 18:47:01', 0, 1608530680, 0, 0, 0, 'BROŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.brozikova@tiscali.cz', '0538ed5f41', '', 'C', 1192, NULL, '2020-12-18 18:47:01', 0, 0, 0, 0, 0, 'BROŽÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'brozova@addex.cz', '5aca7a7b73', '', 'C', 1193, NULL, '2020-12-18 18:47:01', 0, 0, 0, 0, 0, 'BROŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerinabrozova@seznam.cz', '9f8e630ad7', '', 'C', 1194, NULL, '2020-12-18 18:47:01', 0, 0, 0, 0, 0, 'BROŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.brskovska@seznam.cz', 'f5a7e8c9ab', '', 'C', 1195, NULL, '2020-12-18 18:47:01', 0, 0, 0, 0, 0, 'BRSKOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martinbrt@seznam.cz', '28b1b59f31', '', 'C', 1196, NULL, '2020-12-18 18:47:02', 0, 0, 0, 0, 0, 'BRT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'nataliec@seznam.cz', '371829c61d', '', 'C', 1197, NULL, '2020-12-18 18:47:02', 0, 0, 0, 0, 0, 'BRUNNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.dinah@seznam.cz', '2222086a87', '', 'C', 1198, NULL, '2020-12-18 18:47:02', 0, 0, 0, 0, 0, 'BRŮNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'usbp@email.cz', 'cba16c1964', '', 'C', 1199, NULL, '2020-12-18 18:47:02', 0, 0, 0, 0, 0, 'BRUŠTÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SABINA', 'sabinabruzkova@seznam.cz', 'c91c6d7521', '', 'C', 1200, NULL, '2020-12-18 18:47:02', 0, 0, 0, 0, 0, 'BRŮŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petrabrzkova@seznam.cz', '57ca60f54d', '', 'C', 1201, NULL, '2020-12-18 18:47:02', 0, 0, 0, 0, 0, 'BRZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'kristynabrezinova@seznam.cz', 'd66d0b3544', '', 'C', 1202, NULL, '2020-12-18 18:47:02', 0, 0, 0, 0, 0, 'BŘEZINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 're.brezinova@seznam.cz', 'f0d4089dc4', '', 'C', 1203, NULL, '2020-12-18 18:47:02', 0, 0, 0, 0, 0, 'BŘEZINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'jbrincil@brincil.cz', 'a938991ffe', '', 'C', 1204, NULL, '2020-12-18 18:47:02', 0, 1608533450, 0, 0, 0, 'BŘINČIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'ondrej.trubac@brizatrubac.cz', '60e139f502', '', 'C', 1205, NULL, '2020-12-18 18:47:03', 0, 1608531697, 0, 0, 0, 'BŘÍZA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tombubak@seznam.cz', 'e99c1d34cc', '', 'C', 1206, NULL, '2020-12-18 18:47:03', 0, 0, 0, 0, 0, 'BUBÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'misa.bubla@seznam.cz', '84ee7179c0', '', 'C', 1207, NULL, '2020-12-18 18:47:03', 0, 0, 0, 0, 0, 'BUBLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.bucek@seznam.cz', '6a53848050', '', 'C', 1208, NULL, '2020-12-18 18:47:03', 0, 0, 0, 0, 0, 'BUČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.budilkova@seznam.cz', 'd10952f798', '', 'C', 1209, NULL, '2020-12-18 18:47:03', 0, 0, 0, 0, 0, 'BUDÍLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATAŠA', 'natasa.budinova@seznam.cz', '5d97e2d03a', '', 'C', 1210, NULL, '2020-12-18 18:47:03', 0, 0, 0, 0, 0, 'BUDINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilonabudkova@seznam.cz', 'f38eb4ba7d', '', 'C', 1211, NULL, '2020-12-18 18:47:03', 0, 0, 0, 0, 0, 'BUDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.bu@seznam.cz', '6ea7a37400', '', 'C', 1212, NULL, '2020-12-18 18:47:03', 0, 0, 0, 0, 0, 'BUDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'buchacek.p@seznam.cz', '7751b7cee7', '', 'C', 1213, NULL, '2020-12-18 18:47:04', 0, 1608530281, 0, 0, 0, 'BUCHÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.buchackova@uwecr.cz', '10516c2aed', '', 'C', 1214, NULL, '2020-12-18 18:47:04', 0, 0, 0, 0, 0, 'BUCHÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HIEU', 'hieubuitravel@seznam.cz', '2b07a6b312', '', 'C', 1215, NULL, '2020-12-18 18:47:04', 0, 0, 0, 0, 0, 'BUI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THI THU TRANG', 'monika180610@seznam.cz', '117a0f6928', '', 'C', 1216, NULL, '2020-12-18 18:47:04', 0, 0, 0, 0, 0, 'BUI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'buktomas@seznam.cz', 'a7b2cdda09', '', 'C', 1217, NULL, '2020-12-18 18:47:04', 0, 0, 0, 0, 0, 'BUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'fordmratin@seznam.cz', '784c26c3f6', '', 'C', 1218, NULL, '2020-12-18 18:47:04', 0, 0, 0, 0, 0, 'BUKOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'iveta.bulinova@seznam.cz', '056cf540e1', '', 'C', 1219, NULL, '2020-12-18 18:47:04', 0, 0, 0, 0, 0, 'BULÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alenabulvasova@vfn.cz', 'e180262ee0', '', 'C', 1220, NULL, '2020-12-18 18:47:04', 0, 0, 0, 0, 0, 'BULVASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'bumanova@akrudolf.cz', '0cd40652c5', '', 'C', 1221, NULL, '2020-12-18 18:47:04', 0, 0, 0, 0, 0, 'BUMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'pavel.buransky@seznam.cz', '6f1be94c8f', '', 'C', 1222, NULL, '2020-12-18 18:47:04', 0, 0, 0, 0, 0, 'BURANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARINA', 'arina.burdian@ovbmail.cz', '30fead63c5', '', 'C', 1223, NULL, '2020-12-18 18:47:05', 0, 0, 0, 0, 0, 'BURDIAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDR', 'abc@ccfinance.cz', 'b83a1c9e96', '', 'C', 1224, NULL, '2020-12-18 18:47:05', 0, 1608544778, 0, 0, 0, 'BUREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'paul.bures@seznam.cz', 'ec5a02aaec', '', 'C', 1225, NULL, '2020-12-18 18:47:05', 0, 0, 0, 0, 0, 'BUREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VOJTĚCH', 'vojtech_bures@seznam.cz', '06eb699f90', '', 'C', 1226, NULL, '2020-12-18 18:47:06', 0, 0, 0, 0, 0, 'BUREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zde.bures@seznam.cz', 'efa982a296', '', 'C', 1227, NULL, '2020-12-18 18:47:06', 0, 0, 0, 0, 0, 'BUREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'burgerova.k@seznam.cz', '8ebd062911', '', 'C', 1228, NULL, '2020-12-18 18:47:06', 0, 0, 0, 0, 0, 'BURGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'memorexi@seznam.cz', '947b667649', '', 'C', 1229, NULL, '2020-12-18 18:47:06', 0, 0, 0, 0, 0, 'BÜRGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'burian.jan@centrum.cz', '69bd96eda7', '', 'C', 1230, NULL, '2020-12-18 18:47:06', 0, 1608539908, 0, 0, 0, 'BURIAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'o.burian@email.cz', '5b567d13e8', '', 'C', 1231, NULL, '2020-12-18 18:47:06', 0, 1608524285, 0, 0, 0, 'BURIAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikola.b@volny.cz', '633727ff13', '', 'C', 1232, NULL, '2020-12-18 18:47:06', 0, 1608536466, 0, 0, 0, 'BURIÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'leni.b@centrum.cz', 'fe890a18d1', '', 'C', 1233, NULL, '2020-12-18 18:47:06', 0, 1608791823, 0, 0, 0, 'BURIANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEKSANDAR', 'burkus@upcmail.cz', '2302094d5a', '', 'C', 1234, NULL, '2020-12-18 18:47:07', 0, 0, 0, 0, 0, 'BURKUŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'bursap@email.cz', '978c4be80c', '', 'C', 1235, NULL, '2020-12-18 18:47:07', 0, 0, 0, 0, 0, 'BURŠA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'bursik.ja@seznam.cz', 'd188f29b32', '', 'C', 1236, NULL, '2020-12-18 18:47:07', 0, 0, 0, 0, 0, 'BURŠÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'info@brushtec.cz', 'b24b974032', '', 'C', 1237, NULL, '2020-12-18 18:47:07', 0, 0, 0, 0, 0, 'BURŠÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'office@gamata.cz', '6d7e215ee2', '', 'C', 1238, NULL, '2020-12-18 18:47:07', 0, 0, 0, 0, 0, 'BUSTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIANA', 'mariflo@seznam.cz', '6a779110c2', '', 'C', 1239, NULL, '2020-12-18 18:47:07', 0, 0, 0, 0, 0, 'BUSUIOC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'busek@britania.cz', '56c8107e32', '', 'C', 1240, NULL, '2020-12-18 18:47:07', 0, 0, 0, 0, 0, 'BUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'buzkova@akvks.cz', '4ec2247672', '', 'C', 1241, NULL, '2020-12-18 18:47:07', 0, 0, 0, 0, 0, 'BUZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martinaby@seznam.cz', '6ab90ea578', '', 'C', 1242, NULL, '2020-12-18 18:47:07', 0, 0, 0, 0, 0, 'BYDŽOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'bychlova@topstar.cz', 'f398902af6', '', 'C', 1243, NULL, '2020-12-18 18:47:07', 0, 1608539458, 0, 0, 0, 'BYCHLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'daniela.bymova@seznam.cz', '90a484a829', '', 'C', 1244, NULL, '2020-12-18 18:47:08', 0, 0, 0, 0, 0, 'BÝMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.caf@gmail.cz', '45da9cba65', '', 'C', 1245, NULL, '2020-12-18 18:47:08', 0, 0, 0, 0, 0, 'CAFOUREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa.cahova@magicplanet.cz', '93f62860c2', '', 'C', 1246, NULL, '2020-12-18 18:47:08', 0, 0, 0, 0, 0, 'CAHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'caineova@jtbank.cz', '6f61fa0f23', '', 'C', 1247, NULL, '2020-12-18 18:47:08', 0, 0, 0, 0, 0, 'CAINEOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÉ', 'r.cajkan@seznam.cz', 'd03736ef1a', '', 'C', 1248, NULL, '2020-12-18 18:47:08', 0, 0, 0, 0, 0, 'CAJKÁN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'caltam@seznam.cz', '6013578863', '', 'C', 1249, NULL, '2020-12-18 18:47:08', 0, 0, 0, 0, 0, 'CALTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLERIM', 'angelinalimi@seznam.cz', 'fab4447daa', '', 'C', 1250, NULL, '2020-12-18 18:47:08', 0, 0, 0, 0, 0, 'CAMAJ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaelacapouskova@centrum.cz', '06ba7d2961', '', 'C', 1251, NULL, '2020-12-18 18:47:08', 0, 0, 0, 0, 0, 'CAPOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRANCESCO', 'fcarollo@seznam.cz', '8a3b1083fa', '', 'C', 1252, NULL, '2020-12-18 18:47:08', 0, 0, 0, 0, 0, 'CAROLLO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'ales.cerman@acrdesign.cz', 'f0fbd1b2ba', '', 'C', 1253, NULL, '2020-12-18 18:47:09', 0, 1608531902, 0, 0, 0, 'CERMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'ales.cerman@alrdesign.cz', 'e2548270e0', '', 'C', 1254, NULL, '2020-12-18 18:47:09', 0, 0, 0, 0, 0, 'CERMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janalaura@seznam.cz', '1b4e16f538', '', 'C', 1255, NULL, '2020-12-18 18:47:09', 0, 0, 0, 0, 0, 'CIBULKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'tradicion@tradicion.cz', '819411cc8c', '', 'C', 1256, NULL, '2020-12-18 18:47:09', 0, 1608641216, 0, 0, 0, 'CIBULKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla@tradicion.cz', 'dc39656021', '', 'C', 1257, NULL, '2020-12-18 18:47:09', 0, 0, 0, 0, 0, 'CIBULKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'hcm@centrum.cz', '9f03f4bf4c', '', 'C', 1258, NULL, '2020-12-18 18:47:09', 0, 0, 0, 0, 0, 'CIHELKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukascikanek@seznam.cz', 'bf6b79b34e', '', 'C', 1259, NULL, '2020-12-18 18:47:09', 0, 0, 0, 0, 0, 'CIKÁNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuci@centrum.cz', 'afd41dba55', '', 'C', 1260, NULL, '2020-12-18 18:47:09', 0, 0, 0, 0, 0, 'CILKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.cob@seznam.cz', '5fea611c32', '', 'C', 1261, NULL, '2020-12-18 18:47:10', 0, 0, 0, 0, 0, 'CIMBÁLNÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea1@seznam.cz', '9e0457d7a1', '', 'C', 1262, NULL, '2020-12-18 18:47:10', 0, 0, 0, 0, 0, 'CIPROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'ciprova@innex.cz', '4ecf42651e', '', 'C', 1263, NULL, '2020-12-18 18:47:10', 0, 0, 0, 0, 0, 'CIPROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROMÍR', 'cisar@akccs.cz', '20b948385b', '', 'C', 1264, NULL, '2020-12-18 18:47:10', 0, 1608539253, 0, 0, 0, 'CÍSAŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'cisarova@fordhornat.cz', '90daf28303', '', 'C', 1265, NULL, '2020-12-18 18:47:10', 0, 0, 0, 0, 0, 'CÍSAŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andyci@seznam.cz', 'f086d616fc', '', 'C', 1266, NULL, '2020-12-18 18:47:10', 0, 0, 0, 0, 0, 'CIVÁŇOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.cohorna@atlas.cz', '7438eb216c', '', 'C', 1267, NULL, '2020-12-18 18:47:10', 0, 0, 0, 0, 0, 'COHORNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADISLAVA', 'vlcolov@cbox.cz', '245dae38f4', '', 'C', 1268, NULL, '2020-12-18 18:47:10', 0, 0, 0, 0, 0, 'COLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olgacornova@seznam.cz', '95ab98b809', '', 'C', 1269, NULL, '2020-12-18 18:47:11', 0, 0, 0, 0, 0, 'CORNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lzieglerova@csas.cz', '6f5526c775', '', 'C', 1270, NULL, '2020-12-18 18:47:11', 0, 0, 0, 0, 0, 'Cote', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISE', 'denise@chezmarcel.cz', 'ab6bb43744', '', 'C', 1271, NULL, '2020-12-18 18:47:11', 0, 0, 0, 0, 0, 'COURNE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SYLVA', 'arabella@volny.cz', '3a7292880a', '', 'C', 1272, NULL, '2020-12-18 18:47:12', 0, 0, 0, 0, 0, 'CRHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'crlikova@seznam.cz', 'c05c63f3cc', '', 'C', 1273, NULL, '2020-12-18 18:47:13', 0, 0, 0, 0, 0, 'CRLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OSKAR', 'o.crnadak@seznam.cz', '2589216110', '', 'C', 1274, NULL, '2020-12-18 18:47:13', 0, 0, 0, 0, 0, 'CRNADAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'csaszar@arzinger.cz', 'd00bc5c637', '', 'C', 1275, NULL, '2020-12-18 18:47:13', 0, 0, 0, 0, 0, 'CSASZAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jctibor@seznam.cz', '9f14f0f093', '', 'C', 1276, NULL, '2020-12-18 18:47:13', 0, 0, 0, 0, 0, 'CTIBOR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolina.czepova@intertechplus.cz', 'fc29c5b76c', '', 'C', 1277, NULL, '2020-12-18 18:47:13', 0, 0, 0, 0, 0, 'CZEPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STEFAN', 'czslovakia@czslovakia.sk', '53a73cacc8', '', 'C', 1278, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'CZUCZ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'cadkova2@seznam.cz', '24f3e8121d', '', 'C', 1279, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'ČADKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'cadkova@seznam.cz', 'dab5832e2f', '', 'C', 1280, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'ČADKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'igor@cmail.cz', '339018776d', '', 'C', 1281, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'ČAJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RAYMOND', 'camov@rc-lusy.cz', '41cdc5b6c0', '', 'C', 1282, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'ČAMOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'filipcap@seznam.cz', 'aaed73d93d', '', 'C', 1283, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'ČÁP', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'info@martincap.cz', '4fb6767150', '', 'U', 1284, NULL, '2020-12-18 18:47:14', 0, 1608554220, 0, 0, 0, 'ČÁP', 'n', 0, 0, '', '37.221.246.240', 0, '', 0, '', '', '', '', 0, 3, 1608528728, 0, 0, 1, 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),
('KATEŘINA', 'kcapkova@email.cz', '1de926d183', '', 'C', 1285, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'ČAPKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.capova@cemtrum.cz', 'ff329a211c', '', 'C', 1286, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'ČÁPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVIE', 'silvie.capova@jobing.cz', '9f06b81a76', '', 'C', 1287, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'ČÁPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan.carny@direct.cz', 'f9f58acca9', '', 'C', 1288, NULL, '2020-12-18 18:47:14', 0, 0, 0, 0, 0, 'ČARNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'apex.jc@seznam.cz', 'dfd625f027', '', 'C', 1289, NULL, '2020-12-18 18:47:15', 0, 0, 0, 0, 0, 'ČÁSTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÉ', 'rene.cholupice@email.cz', 'aac31b7a17', '', 'C', 1290, NULL, '2020-12-18 18:47:15', 0, 0, 0, 0, 0, 'ČEČRDLE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'veracech@seznam.cz', 'c96b8dab06', '', 'C', 1291, NULL, '2020-12-18 18:47:15', 0, 0, 0, 0, 0, 'ČECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'funnik@seznam.cz', 'ef4c43a0b2', '', 'C', 1292, NULL, '2020-12-18 18:47:15', 0, 0, 0, 0, 0, 'ČECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'cechurova@di-alcon.cz', '1e8728f5c7', '', 'C', 1293, NULL, '2020-12-18 18:47:15', 0, 0, 0, 0, 0, 'ČECHUROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radunek@seznam.cz', '591ee4afca', '', 'C', 1294, NULL, '2020-12-18 18:47:15', 0, 0, 0, 0, 0, 'ČEJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarkacejkova@seznam.cz', '6b341026d0', '', 'C', 1295, NULL, '2020-12-18 18:47:15', 0, 0, 0, 0, 0, 'ČEJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'pila.zachotin@atlas.cz', 'f69e2492e9', '', 'C', 1296, NULL, '2020-12-18 18:47:15', 0, 1608529556, 0, 0, 0, 'ČEKAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOMÍR', 'lubomir.cermak@seznam.cz', '9839803ca5', '', 'C', 1297, NULL, '2020-12-18 18:47:15', 0, 0, 0, 0, 0, 'ČERMÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukas.cermak@email.cz', '4f48ae4c0f', '', 'C', 1298, NULL, '2020-12-18 18:47:16', 0, 1608571000, 0, 0, 0, 'ČERMÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.cermi@seznam.cz', 'cfebaf149f', '', 'C', 1299, NULL, '2020-12-18 18:47:16', 0, 0, 0, 0, 0, 'ČERMÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('MARIE', 'cermakovamarie@centrum.cz', '15f3372ca1', '', 'C', 1300, NULL, '2020-12-18 18:47:16', 0, 0, 0, 0, 0, 'ČERMÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'cermakova.romana@email.cz', '6add482a09', '', 'C', 1301, NULL, '2020-12-18 18:47:16', 0, 0, 0, 0, 0, 'ČERMÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'cerna.chlum@seznam.cz', 'dae82785f5', '', 'C', 1302, NULL, '2020-12-18 18:47:16', 0, 0, 0, 0, 0, 'ČERNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIKA', 'cernadomi@seznam.cz', 'a1d2cba83c', '', 'C', 1303, NULL, '2020-12-18 18:47:16', 0, 0, 0, 0, 0, 'ČERNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'chang@email.cz', 'ed3433ba8f', '', 'C', 1304, NULL, '2020-12-18 18:47:16', 0, 0, 0, 0, 0, 'ČERNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'cerhola@seznam.cz', '631ad8943d', '', 'C', 1305, NULL, '2020-12-18 18:47:16', 0, 0, 0, 0, 0, 'ČERNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janacerna@seznam.cz', '26d81def9c', '', 'C', 1306, NULL, '2020-12-18 18:47:17', 0, 0, 0, 0, 0, 'ČERNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'cerna@spseplzen.cz', 'ada8bb5346', '', 'C', 1307, NULL, '2020-12-18 18:47:17', 0, 0, 0, 0, 0, 'ČERNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k-cerna@post.cz', '9190ff9668', '', 'C', 1308, NULL, '2020-12-18 18:47:17', 0, 0, 0, 0, 0, 'ČERNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'kristynkacerna@82n.cz', '4a6d38905b', '', 'C', 1309, NULL, '2020-12-18 18:47:17', 0, 0, 0, 0, 0, 'ČERNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.cernickova@bluetone.cz', 'b2b00a5015', '', 'C', 1310, NULL, '2020-12-18 18:47:17', 0, 0, 0, 0, 0, 'ČERNIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vladimir.cernik@seznam.cz', '1a227e1ac2', '', 'C', 1311, NULL, '2020-12-18 18:47:17', 0, 0, 0, 0, 0, 'ČERNÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'cernohorska.michaela@email.cz', 'e52428c262', '', 'C', 1312, NULL, '2020-12-18 18:47:17', 0, 0, 0, 0, 0, 'ČERNOHORSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'cernousek007@seznam.cz', '1ced6f9c47', '', 'C', 1313, NULL, '2020-12-18 18:47:17', 0, 0, 0, 0, 0, 'ČERNOCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'irena.cernochova@seznam.cz', '9fc7a75686', '', 'C', 1314, NULL, '2020-12-18 18:47:17', 0, 1608566650, 0, 0, 0, 'ČERNOCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'jarekcernosek@seznam.cz', '4189ec3c6e', '', 'C', 1315, NULL, '2020-12-18 18:47:18', 0, 0, 0, 0, 0, 'ČERNOŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'kokii@centrum.cz', '00d3333e10', '', 'C', 1316, NULL, '2020-12-18 18:47:18', 0, 0, 0, 0, 0, 'ČERNOŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', '24milano@seznam.cz', '111e2d6022', '', 'C', 1317, NULL, '2020-12-18 18:47:18', 0, 0, 0, 0, 0, 'ČERNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'nalim11@seznam.cz', '256e19ab7a', '', 'C', 1318, NULL, '2020-12-18 18:47:18', 0, 0, 0, 0, 0, 'ČERNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'chipsin@seznam.cz', 'db75fb2c99', '', 'C', 1319, NULL, '2020-12-18 18:47:18', 0, 0, 0, 0, 0, 'ČERNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'rk.cerny@seznam.cz', '70e65aa656', '', 'C', 1320, NULL, '2020-12-18 18:47:18', 0, 0, 0, 0, 0, 'ČERNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomascerveny@volny.cz', '0ef1f5c001', '', 'C', 1321, NULL, '2020-12-18 18:47:18', 0, 0, 0, 0, 0, 'ČERNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'lukas@kamenictvi-cervenec.cz', 'a7dfe2c927', '', 'C', 1322, NULL, '2020-12-18 18:47:18', 0, 0, 0, 0, 0, 'ČERVENEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'luxuscars@email.cz', 'c7dfe7d83c', '', 'C', 1323, NULL, '2020-12-18 18:47:18', 0, 0, 0, 0, 0, 'ČERVENKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'r.cervenkov@email.cz', 'c6e6bc29b5', '', 'C', 1324, NULL, '2020-12-18 18:47:19', 0, 1608538480, 0, 0, 0, 'ČERVENKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'deni.cisic@seznam.cz', '97ce33d907', '', 'C', 1325, NULL, '2020-12-18 18:47:19', 0, 0, 0, 0, 0, 'ČIČIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'cierna@sagitta.sk', '87d353ef3e', '', 'C', 1326, NULL, '2020-12-18 18:47:19', 0, 0, 0, 0, 0, 'ČIERNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'cierna@sagittas.sk', '2e32c573a0', '', 'C', 1327, NULL, '2020-12-18 18:47:19', 0, 0, 0, 0, 0, 'ČIERNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'p.cinatlova@seznam.cz', '6baf5ce077', '', 'C', 1328, NULL, '2020-12-18 18:47:19', 0, 0, 0, 0, 0, 'ČINÁTLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martinacisovska@gmail.sk', '5e2a4caf1b', '', 'C', 1329, NULL, '2020-12-18 18:47:19', 0, 0, 0, 0, 0, 'ČIŠOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petrcizek@immotel.cz', 'd56ff53c93', '', 'C', 1330, NULL, '2020-12-18 18:47:20', 0, 0, 0, 0, 0, 'Čížek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'cizkova.m@email.cz', 'bb526da4a8', '', 'C', 1331, NULL, '2020-12-18 18:47:20', 0, 1608553325, 0, 0, 0, 'ČÍŽEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBARA', 'barbara1608@seznam.cz', '1e5c61e5c8', '', 'C', 1332, NULL, '2020-12-18 18:47:20', 0, 0, 0, 0, 0, 'ČÍŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'poptabor@centrum.cz', '7f1ac6092b', '', 'C', 1333, NULL, '2020-12-18 18:47:21', 0, 0, 0, 0, 0, 'ČÍŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'guccy@seznam.cz', '409792444b', '', 'C', 1334, NULL, '2020-12-18 18:47:21', 0, 0, 0, 0, 0, 'ČÍŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.hen@seznam.cz', 'c5703da739', '', 'C', 1335, NULL, '2020-12-18 18:47:21', 0, 0, 0, 0, 0, 'ČÍŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petracm@seznam.cz', 'ac95106ad5', '', 'C', 1336, NULL, '2020-12-18 18:47:21', 0, 0, 0, 0, 0, 'ČMEJLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'm.crepova@seznam.cz', '0665fb250e', '', 'C', 1337, NULL, '2020-12-18 18:47:21', 0, 0, 0, 0, 0, 'ČREPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terin@seznam.cz', 'e13026a7f5', '', 'C', 1338, NULL, '2020-12-18 18:47:22', 0, 0, 0, 0, 0, 'ČTVRTNÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.cvancar@seznam.cz', '7d36943cbe', '', 'C', 1339, NULL, '2020-12-18 18:47:22', 0, 1608541894, 0, 0, 0, 'ČVANČAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.dadkova@lbm.cz', '3ec46dcb18', '', 'C', 1340, NULL, '2020-12-18 18:47:22', 0, 0, 0, 0, 0, 'DADKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NAĎA', 'doma.nada@seznam.cz', 'f30ed383a5', '', 'C', 1341, NULL, '2020-12-18 18:47:22', 0, 0, 0, 0, 0, 'DADULIAKOVÁ-HALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'vision.sro@volny.cz', 'd02fd9464f', '', 'C', 1342, NULL, '2020-12-18 18:47:22', 0, 0, 0, 0, 0, 'DAHER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'ordinace@dajkova.cz', 'ea619450f5', '', 'C', 1343, NULL, '2020-12-18 18:47:22', 0, 0, 0, 0, 0, 'DAJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLANKA', 'blanka.dandova@avallonia.cz', 'dd2d0b006a', '', 'C', 1344, NULL, '2020-12-18 18:47:22', 0, 0, 0, 0, 0, 'DANDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'j.danhel@seznam.cz', '33d630c3a2', '', 'C', 1345, NULL, '2020-12-18 18:47:22', 0, 0, 0, 0, 0, 'DAŇHEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'e.dankova@post.cz', 'a01c45ca6d', '', 'C', 1346, NULL, '2020-12-18 18:47:23', 0, 0, 0, 0, 0, 'DAŇKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolinadankova@seznam.cz', 'f6b9d656ee', '', 'C', 1347, NULL, '2020-12-18 18:47:23', 0, 0, 0, 0, 0, 'DAŇKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVIE', 'dankova@lekarnaormiga.cz', 'e3571a26a6', '', 'C', 1348, NULL, '2020-12-18 18:47:23', 0, 1608532037, 0, 0, 0, 'DAŇKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVĚTLANA', 'sve.dankovicova@zoznam.sk', '0210a5cb8f', '', 'C', 1349, NULL, '2020-12-18 18:47:23', 0, 0, 0, 0, 0, 'DANKOVIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SAŠA', 'alexdanko@seznam.cz', 'f11337babd', '', 'C', 1350, NULL, '2020-12-18 18:47:23', 0, 0, 0, 0, 0, 'DANKOVYCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VITALIYA', 'vitaaleksandra@mail.cz', 'ec2370fcfb', '', 'C', 1351, NULL, '2020-12-18 18:47:23', 0, 0, 0, 0, 0, 'DANYLYCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katka.danys@seznam.cz', 'b5937e5818', '', 'C', 1352, NULL, '2020-12-18 18:47:23', 0, 0, 0, 0, 0, 'DANYŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'v.dary@seznam.cz', '0df7c735ca', '', 'C', 1353, NULL, '2020-12-18 18:47:23', 0, 0, 0, 0, 0, 'DARIDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michaldavidmida@seznam.cz', '40069299aa', '', 'C', 1354, NULL, '2020-12-18 18:47:23', 0, 0, 0, 0, 0, 'DAVID', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SOŃA', 'sonadav@seznam.cz', '87772e4fcc', '', 'C', 1355, NULL, '2020-12-18 18:47:23', 0, 0, 0, 0, 0, 'DAVÍDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'yarca@tiscali.cz', 'f667a570c4', '', 'C', 1356, NULL, '2020-12-18 18:47:24', 0, 0, 0, 0, 0, 'DAVIDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTĚPÁNKA', 's.davidova@email.cz', 'c594cab693', '', 'C', 1357, NULL, '2020-12-18 18:47:24', 0, 1608534970, 0, 0, 0, 'DAVIDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'mirova18@seznam.cz', 'd7eb63e308', '', 'C', 1358, NULL, '2020-12-18 18:47:24', 0, 0, 0, 0, 0, 'DĚDIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'e.dedinova@seznam.cz', 'f8386196d7', '', 'C', 1359, NULL, '2020-12-18 18:47:24', 0, 0, 0, 0, 0, 'DĚDINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'dedkova.iveta@seznam.cz', 'ad3e9521ce', '', 'C', 1360, NULL, '2020-12-18 18:47:24', 0, 0, 0, 0, 0, 'DEDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'jarmila.dedochova@fno.cz', 'c2b3c1d23d', '', 'C', 1361, NULL, '2020-12-18 18:47:24', 0, 0, 0, 0, 0, 'DĚDOCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.dejnozka@seznam.cz', 'd9d3d0dc01', '', 'C', 1362, NULL, '2020-12-18 18:47:24', 0, 0, 0, 0, 0, 'DEJNOŽKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'delor@festival.cz', '7a82178d55', '', 'C', 1363, NULL, '2020-12-18 18:47:24', 0, 0, 0, 0, 0, 'DĚLOR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOJAN', 'b.djemali@seznam.cz', 'd1b9ca474d', '', 'C', 1364, NULL, '2020-12-18 18:47:24', 0, 0, 0, 0, 0, 'DEMALI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'dema16@centrum.sk', 'c1351bba1a', '', 'C', 1365, NULL, '2020-12-18 18:47:25', 0, 0, 0, 0, 0, 'DEMETEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IGOR', 'igordenikeev@seznam.cz', '2fbde4e26d', '', 'C', 1366, NULL, '2020-12-18 18:47:25', 0, 0, 0, 0, 0, 'DENIKYEYEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DMITRY', 'denisenko.d@volny.cz', 'd17b0507ca', '', 'C', 1367, NULL, '2020-12-18 18:47:25', 0, 0, 0, 0, 0, 'DENISENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'george_7@seznam.cz', '0bdac72c78', '', 'C', 1368, NULL, '2020-12-18 18:47:25', 0, 0, 0, 0, 0, 'DEUTSCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'daniela@devereaux.cz', '0f1f4936d6', '', 'C', 1369, NULL, '2020-12-18 18:47:25', 0, 0, 0, 0, 0, 'DEVEREAUX', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVAN', 'kevlar@email.cz', '5b20c64556', '', 'C', 1370, NULL, '2020-12-18 18:47:25', 0, 0, 0, 0, 0, 'DIDENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KORNÉLIA', 'dpmicmar@stonline.sk', '05b016dcb5', '', 'C', 1371, NULL, '2020-12-18 18:47:25', 0, 0, 0, 0, 0, 'DIMIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.dittmerova@seznam.cz', '5dcb59219f', '', 'C', 1372, NULL, '2020-12-18 18:47:25', 0, 0, 0, 0, 0, 'DITTMEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'divisova-ivana@email.cz', 'c786629bf7', '', 'C', 1373, NULL, '2020-12-18 18:47:26', 0, 0, 0, 0, 0, 'DIVIŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'jaroslavad@olymp.cz', 'ff5ef720a0', '', 'C', 1374, NULL, '2020-12-18 18:47:26', 0, 0, 0, 0, 0, 'DLABOLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBARA', 'barbbarra@centrum.cz', 'b50839ff08', '', 'C', 1375, NULL, '2020-12-18 18:47:26', 0, 0, 0, 0, 0, 'DLOUHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ERIKA', 'erid@seznam.cz', '3a2acc16e7', '', 'C', 1376, NULL, '2020-12-18 18:47:26', 0, 0, 0, 0, 0, 'DOBEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'poslankyneivanadobesova@seznam.cz', '350028683c', '', 'C', 1377, NULL, '2020-12-18 18:47:26', 0, 0, 0, 0, 0, 'DOBEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.dobrovska@knihydobrovsky.cz', '6c0bfa7ede', '', 'C', 1378, NULL, '2020-12-18 18:47:26', 0, 0, 0, 0, 0, 'DOBROVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOŘEK', 'borek.dockal@centrum.cz', 'f23ccf8427', '', 'C', 1379, NULL, '2020-12-18 18:47:26', 0, 0, 0, 0, 0, 'DOČKAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'denisa.dockalova@seznam.cz', '5360f1cc5c', '', 'C', 1380, NULL, '2020-12-18 18:47:26', 0, 0, 0, 0, 0, 'DOČKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'dockip@centrum.cz', '07befab971', '', 'C', 1381, NULL, '2020-12-18 18:47:27', 0, 0, 0, 0, 0, 'DOČKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOVAN', 'dokoupil.r@tiseali.cz', '01f08d4a19', '', 'C', 1382, NULL, '2020-12-18 18:47:27', 0, 0, 0, 0, 0, 'DOKOUPIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'dolanska@centrum.cz', '47a267cb94', '', 'C', 1383, NULL, '2020-12-18 18:47:27', 0, 0, 0, 0, 0, 'DOLANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALÉNA', 'doleckova.magdalena@seznam.cz', '425313a325', '', 'C', 1384, NULL, '2020-12-18 18:47:27', 0, 0, 0, 0, 0, 'DOLEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'maruska.d@seznam.cz', '62a4e5ff71', '', 'C', 1385, NULL, '2020-12-18 18:47:27', 0, 1608526728, 0, 0, 0, 'DOLEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'dolezal@seeon.cz', '0022cc9277', '', 'C', 1386, NULL, '2020-12-18 18:47:27', 0, 0, 0, 0, 0, 'DOLEŽAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PŘEMYSL', 'premysl.dolezal@seznam.cz', '1ac5bacdee', '', 'C', 1387, NULL, '2020-12-18 18:47:27', 0, 0, 0, 0, 0, 'DOLEŽAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'h.dolezalova926@seznam.cz', '3ef321c9b9', '', 'C', 1388, NULL, '2020-12-18 18:47:27', 0, 0, 0, 0, 0, 'DOLEŽALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana@dolezal-pe.cz', 'b0100d4aba', '', 'C', 1389, NULL, '2020-12-18 18:47:27', 0, 0, 0, 0, 0, 'DOLEŽALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'zajid@seznam.cz', '932955a436', '', 'C', 1390, NULL, '2020-12-18 18:47:28', 0, 0, 0, 0, 0, 'DOLEŽALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'domenicieva@seznam.cz', '34b4953d6c', '', 'C', 1391, NULL, '2020-12-18 18:47:28', 0, 0, 0, 0, 0, 'DOMENICI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'donatova@fblegal.cz', '0c8728621d', '', 'C', 1392, NULL, '2020-12-18 18:47:28', 0, 0, 0, 0, 0, 'DONÁTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.donutilova@seznam.cz', '2a667fcf1b', '', 'C', 1393, NULL, '2020-12-18 18:47:28', 0, 1608549895, 0, 0, 0, 'DONUTILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eliška', 'eliska.dospivova@seznam.cz', '17206231f1', '', 'C', 1394, NULL, '2020-12-18 18:47:28', 0, 0, 0, 0, 0, 'Dospivová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILA', 'miladoubek@seznam.cz', '90be531b3b', '', 'C', 1395, NULL, '2020-12-18 18:47:28', 0, 0, 0, 0, 0, 'DOUBEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMEO', 'romeo@doupal.cz', '6e918e61d2', '', 'C', 1396, NULL, '2020-12-18 18:47:28', 0, 1608534804, 0, 0, 0, 'DOUPAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILJA', 'ilja.douzik@coluj.cz', 'd41113d709', '', 'C', 1397, NULL, '2020-12-18 18:47:28', 0, 0, 0, 0, 0, 'DOVŽIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILJA', 'ilja.dovzik@volny.cz', '3fd57e3113', '', 'C', 1398, NULL, '2020-12-18 18:47:29', 0, 0, 0, 0, 0, 'DOVŽIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radek.drab@fbwa.cz', '35c82d43fb', '', 'C', 1399, NULL, '2020-12-18 18:47:29', 0, 0, 0, 0, 0, 'DRÁB', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAN', 'dandrabek@seznam.cz', '36d5207461', '', 'C', 1400, NULL, '2020-12-18 18:47:29', 0, 0, 0, 0, 0, 'DRÁBEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana@drab.cz', 'b983c55b0c', '', 'C', 1401, NULL, '2020-12-18 18:47:29', 0, 0, 0, 0, 0, 'DRABOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romana@stridasport.cz', '0383bc9f4c', '', 'C', 1402, NULL, '2020-12-18 18:47:29', 0, 1608586366, 0, 0, 0, 'DRAHOŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'drancakova@seznam.cz', '9f3625e629', '', 'C', 1403, NULL, '2020-12-18 18:47:30', 0, 0, 0, 0, 0, 'DRANČÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'drasnarova@emt-czech.cz', '5a55e0e4e8', '', 'C', 1404, NULL, '2020-12-18 18:47:30', 0, 1608539719, 0, 0, 0, 'DRAŠNAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana@hdlan.cz', 'eacd0978f5', '', 'C', 1405, NULL, '2020-12-18 18:47:30', 0, 0, 0, 0, 0, 'DRBOHLAVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.drbova@seznam.cz', 'e2535e0fdc', '', 'C', 1406, NULL, '2020-12-18 18:47:30', 0, 0, 0, 0, 0, 'DRBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'lad.drda@seznam.cz', 'd377820988', '', 'C', 1407, NULL, '2020-12-18 18:47:31', 0, 0, 0, 0, 0, 'DRDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOŠ', 'koloc@koloc.cz', 'e70f937f71', '', 'C', 1408, NULL, '2020-12-18 18:47:31', 0, 0, 0, 0, 0, 'DRECHSLER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'drozdovahana@seznam.cz', '73942e26e5', '', 'C', 1409, NULL, '2020-12-18 18:47:31', 0, 0, 0, 0, 0, 'DROZDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milan@promotion.cz', 'f4b8e1d7d1', '', 'C', 1410, NULL, '2020-12-18 18:47:31', 0, 1608544528, 0, 0, 0, 'DROZEN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALÉNA', 'magdalena.drsova@seznam.cz', '217cefcc50', '', 'C', 1411, NULL, '2020-12-18 18:47:32', 0, 0, 0, 0, 0, 'DRSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'drvotova.lucie@seznam.cz', '3977b1082a', '', 'C', 1412, NULL, '2020-12-18 18:47:33', 0, 0, 0, 0, 0, 'DRVOTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'drevikovsky24@seznam.cz', 'b05a679ed5', '', 'C', 1413, NULL, '2020-12-18 18:47:33', 0, 0, 0, 0, 0, 'DŘEVIKOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRICK', 'dubeda@seznam.cz', '5c832709d7', '', 'C', 1414, NULL, '2020-12-18 18:47:34', 0, 1608585686, 0, 0, 0, 'DUBĚDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LARISA', 'd.larisa@seznam.cz', 'ea07c6a58c', '', 'C', 1415, NULL, '2020-12-18 18:47:34', 0, 0, 0, 0, 0, 'DUBINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'ddubna@osoud.phav.justice.cz', 'b3258478d1', '', 'C', 1416, NULL, '2020-12-18 18:47:35', 0, 0, 0, 0, 0, 'DUBNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'anetadubska@email.cz', 'a5803d3490', '', 'C', 1417, NULL, '2020-12-18 18:47:35', 0, 0, 0, 0, 0, 'DUBSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MATĚJ', 'matej.duda@acave.cz', 'a02a909e93', '', 'C', 1418, NULL, '2020-12-18 18:47:35', 0, 0, 0, 0, 0, 'DUDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLDŘICH', 'o.dunga2@seznam.cz', 'abe79d1671', '', 'C', 1419, NULL, '2020-12-18 18:47:36', 0, 0, 0, 0, 0, 'DUDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zdenek.duda@volny.cz', '310378c544', '', 'C', 1420, NULL, '2020-12-18 18:47:36', 0, 1608529500, 0, 0, 0, 'DUDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZLATKO', 'zdudev@elsklo.cz', '848f261ab5', '', 'C', 1421, NULL, '2020-12-18 18:47:36', 0, 0, 0, 0, 0, 'DUDEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BĚLA', 'ak.dudkova@centrum.cz', '974afd3406', '', 'C', 1422, NULL, '2020-12-18 18:47:37', 0, 0, 0, 0, 0, 'DUDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Štěpánka', 'stepankaduchkova@centrum.cz', 'b052c06515', '', 'C', 1423, NULL, '2020-12-18 18:47:37', 0, 0, 0, 0, 0, 'Duchková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.duch@seznam.cz', '5ac886f028', '', 'C', 1424, NULL, '2020-12-18 18:47:38', 0, 0, 0, 0, 0, 'DUCHOŇOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTEFAN', 'duchoslav@hbreavis.sk', '1a1beca5a0', '', 'C', 1425, NULL, '2020-12-18 18:47:38', 0, 0, 0, 0, 0, 'DUCHOSLAV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radekroman@seznam.cz', '6d2b1813d6', '', 'C', 1426, NULL, '2020-12-18 18:47:38', 0, 0, 0, 0, 0, 'DUNDÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.bartova@atlanta.cz', '8460294f82', '', 'C', 1427, NULL, '2020-12-18 18:47:39', 0, 0, 0, 0, 0, 'BÁRTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'durcakova.iveta@centrum.cz', '80b51dd719', '', 'C', 1428, NULL, '2020-12-18 18:47:39', 0, 0, 0, 0, 0, 'DURČÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('PETR', 'taclovap@seznam.cz', 'fa8de574aa', '', 'C', 1429, NULL, '2020-12-18 18:47:39', 0, 0, 0, 0, 0, 'DURDÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'durina@email.cz', '6e6c258fb9', '', 'C', 1430, NULL, '2020-12-18 18:47:40', 0, 0, 0, 0, 0, 'DURINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VILIAM', 'duris@vvsgroup.cz', '2b236e238a', '', 'C', 1431, NULL, '2020-12-18 18:47:40', 0, 0, 0, 0, 0, 'ĎURIŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'durkovicova.jana@seznam.cz', 'ae6f8966d8', '', 'C', 1432, NULL, '2020-12-18 18:47:40', 0, 0, 0, 0, 0, 'ĎURKOVIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka@nmwa.cz', '66b9c9a508', '', 'C', 1433, NULL, '2020-12-18 18:47:41', 0, 0, 0, 0, 0, 'DUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARINA', 'dvorkiny@volny.cz', 'ed5ac4276e', '', 'C', 1434, NULL, '2020-12-18 18:47:41', 0, 1608544971, 0, 0, 0, 'DVORKINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'dvorska@dshome.cz', '520ccba31d', '', 'C', 1435, NULL, '2020-12-18 18:47:41', 0, 0, 0, 0, 0, 'DVORSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'dvorska@pps-group.cz', '7efbd7180a', '', 'C', 1436, NULL, '2020-12-18 18:47:42', 0, 0, 0, 0, 0, 'DVORSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'dvorackovat@email.cz', 'f47a350424', '', 'C', 1437, NULL, '2020-12-18 18:47:43', 0, 0, 0, 0, 0, 'DVOŘÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'kopretinkaxjs@seznam.cz', '341a6f15a3', '', 'C', 1438, NULL, '2020-12-18 18:47:43', 0, 0, 0, 0, 0, 'DVOŘÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOHUSLAV', 'bttb@bttb.cz', '8802fe6e63', '', 'C', 1439, NULL, '2020-12-18 18:47:43', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'dvorak.dan@seznam.cz', 'eb547c5ba4', '', 'C', 1440, NULL, '2020-12-18 18:47:43', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'j.dvorak@cpi.cz', '2e17fa6bff', '', 'C', 1441, NULL, '2020-12-18 18:47:44', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'karel.dvorak@dvorak.cz', 'a239e46729', '', 'C', 1442, NULL, '2020-12-18 18:47:44', 0, 1608538031, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'postakd@seznam.cz', '01525bc3ef', '', 'C', 1443, NULL, '2020-12-18 18:47:44', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.dvorak@klinikabrno.cz', 'd42c18234f', '', 'C', 1444, NULL, '2020-12-18 18:47:44', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'm.dvorak@hkp.cz', '3d59cb94a4', '', 'C', 1445, NULL, '2020-12-18 18:47:44', 0, 1608713400, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MATYÁŠ', 'mata1011@seznam.cz', '02beecf8d5', '', 'C', 1446, NULL, '2020-12-18 18:47:44', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'dvorak@dvorakpartners.cz', '5b79be96d5', '', 'C', 1447, NULL, '2020-12-18 18:47:44', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'honza.86@volny.cz', 'c3299877b1', '', 'C', 1448, NULL, '2020-12-18 18:47:45', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.dvorak@seznam.cz', '024bb2c401', '', 'C', 1449, NULL, '2020-12-18 18:47:45', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'adela.dvorakova@atlas.cz', 'b3510339b8', '', 'C', 1450, NULL, '2020-12-18 18:47:45', 0, 0, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva@ambassador.cz', '1bf78fa7a6', '', 'C', 1451, NULL, '2020-12-18 18:47:45', 0, 1608538992, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'vsnikol@seznam.cz', '94b767ca58', '', 'C', 1452, NULL, '2020-12-18 18:47:45', 0, 0, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÍNA', 'dvorakova@xawax.cz', '39f6bcad13', '', 'C', 1453, NULL, '2020-12-18 18:47:45', 0, 0, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renata.dvorakova@volny.cz', '621780ec58', '', 'C', 1454, NULL, '2020-12-18 18:47:45', 0, 1608548704, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'vladena.dvorakova@seznam.cz', '2262183c1e', '', 'C', 1455, NULL, '2020-12-18 18:47:46', 0, 0, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'dyllong@know.cz', 'b7c72583d5', '', 'C', 1456, NULL, '2020-12-18 18:47:46', 0, 0, 0, 0, 0, 'DYLLONG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PŘEMYSL', 'dytko@cheposas.cz', '352a3aac1d', '', 'C', 1457, NULL, '2020-12-18 18:47:46', 0, 0, 0, 0, 0, 'DYTKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAMIR', 'damird@seznam.cz', '636db5e64f', '', 'C', 1458, NULL, '2020-12-18 18:47:46', 0, 0, 0, 0, 0, 'DŽEJMALOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILADA', 'milada.dzupinkova@seznam.cz', '17a88d29c9', '', 'C', 1459, NULL, '2020-12-18 18:47:46', 0, 0, 0, 0, 0, 'DŽUPINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'ide@seznam.cz', '2670229693', '', 'C', 1460, NULL, '2020-12-18 18:47:46', 0, 0, 0, 0, 0, 'EDL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'anet.e@seznam.cz', '38076a9ebc', '', 'C', 1461, NULL, '2020-12-18 18:47:46', 0, 0, 0, 0, 0, 'EDROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LILIA', 'efimova.lilia@mail.cz', 'e65a0af096', '', 'C', 1462, NULL, '2020-12-18 18:47:46', 0, 0, 0, 0, 0, 'EFIMOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'ehlova@seznam.cz', 'c508f53afc', '', 'C', 1463, NULL, '2020-12-18 18:47:46', 0, 0, 0, 0, 0, 'EHLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARJA', 'darinkav@seznam.cz', 'fa92192b88', '', 'C', 1464, NULL, '2020-12-18 18:47:47', 0, 0, 0, 0, 0, 'ELFMARKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.elfmarkova@post.cz', '57d8783fc2', '', 'C', 1465, NULL, '2020-12-18 18:47:47', 0, 0, 0, 0, 0, 'ELFMARKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'elgerovad@seznam.cz', 'dd95178d08', '', 'C', 1466, NULL, '2020-12-18 18:47:47', 0, 0, 0, 0, 0, 'ELGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.elgrova@seznam.cz', '7a6fb8ea8b', '', 'C', 1467, NULL, '2020-12-18 18:47:47', 0, 0, 0, 0, 0, 'ELGROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'meliasov@seznam.cz', '998d9fc3b2', '', 'C', 1468, NULL, '2020-12-18 18:47:47', 0, 0, 0, 0, 0, 'ELIASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'vladkaeliasova@seznam.cz', 'da051422ce', '', 'C', 1469, NULL, '2020-12-18 18:47:47', 0, 0, 0, 0, 0, 'ELIASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'daniela.bukvicova@volny.cz', '2df133eaf8', '', 'C', 1470, NULL, '2020-12-18 18:47:47', 0, 0, 0, 0, 0, 'ELIÁŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa.vajtrova@seznam.cz', 'e1b6d79c4e', '', 'C', 1471, NULL, '2020-12-18 18:47:47', 0, 0, 0, 0, 0, 'ENDALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie-engel@volny.cz', '4d995e004f', '', 'C', 1472, NULL, '2020-12-18 18:47:47', 0, 1608579470, 0, 0, 0, 'ENGEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARJA', 'daryae@seznam.cz', 'ea19b5cd4e', '', 'C', 1473, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'ERGESHOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'erhartova@akev.cz', '2c979fc4c4', '', 'C', 1474, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'ERHARTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIA', 'dobitrova.lucia@seznam.cz', '74dafa623f', '', 'C', 1475, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'EVERS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'faberova@doverville.cz', '4e5de1e71f', '', 'C', 1476, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'FÁBEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIRKA', 'mirka.fabrusova@email.cz', '52649d6218', '', 'C', 1477, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'FABRUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIRKA', '25mirka@seznam.cz', 'b19510fe4b', '', 'C', 1478, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'FABUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'faflikj@seznam.cz', '0caea1b477', '', 'C', 1479, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'FAFLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VANDA', 'vandafajkusova@seznam.cz', '38a1470983', '', 'C', 1480, NULL, '2020-12-18 18:47:48', 0, 1608531558, 0, 0, 0, 'FAJKUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'irina@fajmon.cz', '26ec4987dd', '', 'C', 1481, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'FAJMONOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'fajtlova@ahs.cz', '0b35a03e59', '', 'C', 1482, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'FAJTLOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'fakanova@seznam.cz', 'bcdea7c426', '', 'C', 1483, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'FAKANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OMAR', 'omar.fakher@seznam.cz', '2f59e447b5', '', 'C', 1484, NULL, '2020-12-18 18:47:48', 0, 1608539364, 0, 0, 0, 'FAKHER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'patrik-f@email.cz', '480f12dd5f', '', 'C', 1485, NULL, '2020-12-18 18:47:48', 0, 0, 0, 0, 0, 'FAKHER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarkahaj@centrum.cz', 'ffd2759e18', '', 'C', 1486, NULL, '2020-12-18 18:47:49', 0, 1608537724, 0, 0, 0, 'FALTUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'faltynek@toitoi.cz', 'baf87f5049', '', 'C', 1487, NULL, '2020-12-18 18:47:49', 0, 0, 0, 0, 0, 'FALTÝNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMIRA', 'vfaltysova@seznam.cz', '767a26c8a4', '', 'C', 1488, NULL, '2020-12-18 18:47:49', 0, 1608531909, 0, 0, 0, 'FALTYSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'jaroslav.farar@volny.cz', '9df6e0dd34', '', 'C', 1489, NULL, '2020-12-18 18:47:49', 0, 0, 0, 0, 0, 'FARÁŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitkafarbarova@seznam.cz', '965560e903', '', 'C', 1490, NULL, '2020-12-18 18:47:49', 0, 0, 0, 0, 0, 'FARBAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALŽBĚTA', 'bety.farova@seznam.cz', 'a20473d663', '', 'C', 1491, NULL, '2020-12-18 18:47:49', 0, 0, 0, 0, 0, 'FAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'annapraha@volny.cz', 'b88aa58efa', '', 'C', 1492, NULL, '2020-12-18 18:47:49', 0, 0, 0, 0, 0, 'FEDORENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDER', '12fedorov@opengate.cz', '6e88e7f3c8', '', 'C', 1493, NULL, '2020-12-18 18:47:49', 0, 0, 0, 0, 0, 'FEDOROV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LARISA', 'lrs7@seznam.cz', '65cb430e6c', '', 'C', 1494, NULL, '2020-12-18 18:47:49', 0, 0, 0, 0, 0, 'FEDOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVAN', 'fedortsivivan@seznam.cz', 'b6674df0c1', '', 'C', 1495, NULL, '2020-12-18 18:47:49', 0, 0, 0, 0, 0, 'FEDORTSIV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olgafedosova@seznam.cz', 'b49cf25268', '', 'C', 1496, NULL, '2020-12-18 18:47:50', 0, 0, 0, 0, 0, 'FEDOSOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.feist@seznam.cz', '57c03f8be5', '', 'C', 1497, NULL, '2020-12-18 18:47:50', 0, 0, 0, 0, 0, 'FEISTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BORIS', 'lufo@centrum.cz', '1ce65afccf', '', 'C', 1498, NULL, '2020-12-18 18:47:50', 0, 0, 0, 0, 0, 'FIALA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDĚK', 'fiala@catering.cz', '169d239056', '', 'C', 1499, NULL, '2020-12-18 18:47:50', 0, 0, 0, 0, 0, 'FIALA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'ondrej.fiala@eurorscg.cz', 'f5dcf19bda', '', 'C', 1500, NULL, '2020-12-18 18:47:50', 0, 0, 0, 0, 0, 'FIALA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAVA', 'fialova@altromc.cz', '460bc30e56', '', 'C', 1501, NULL, '2020-12-18 18:47:50', 0, 1608540280, 0, 0, 0, 'FIALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'fialovamarta@seznam.cz', '982519d618', '', 'C', 1502, NULL, '2020-12-18 18:47:50', 0, 0, 0, 0, 0, 'FIALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monikafialova@seznam.cz', '47f46609c2', '', 'C', 1503, NULL, '2020-12-18 18:47:50', 0, 0, 0, 0, 0, 'FIALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.for@seznam.cz', '2d5474f375', '', 'U', 1504, NULL, '2020-12-18 18:47:51', 0, 1608545918, 0, 0, 0, 'FIALOVÁ', 'n', 0, 0, '', '85.71.53.99', 0, '', 0, '', '', '', '', 0, 3, 1608545956, 0, 0, 1, 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),
('JOSEF', 'fictum1@seznam.cz', 'ad6dab8553', '', 'C', 1505, NULL, '2020-12-18 18:47:51', 0, 0, 0, 0, 0, 'FICTUM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'info@fiedler-security.cz', '59f78fb8bf', '', 'C', 1506, NULL, '2020-12-18 18:47:51', 0, 0, 0, 0, 0, 'FIEDLER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.filipova@scnb.cz', '0cb77d74c6', '', 'C', 1507, NULL, '2020-12-18 18:47:51', 0, 0, 0, 0, 0, 'FILIPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra@filippov.cz', '7c52679d88', '', 'C', 1508, NULL, '2020-12-18 18:47:52', 0, 0, 0, 0, 0, 'FILIPPOVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'viking.ole@seznam.cz', 'ff312f23c9', '', 'C', 1509, NULL, '2020-12-18 18:47:52', 0, 0, 0, 0, 0, 'FILLO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'e.finkova@seznam.cz', '32da925b2d', '', 'C', 1510, NULL, '2020-12-18 18:47:52', 0, 0, 0, 0, 0, 'FÍNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'hefi@razdva.cz', 'c9149c174a', '', 'C', 1511, NULL, '2020-12-18 18:47:52', 0, 0, 0, 0, 0, 'FISCHER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'hugob@seznam.cz', '260c6b6bb6', '', 'C', 1512, NULL, '2020-12-18 18:47:52', 0, 0, 0, 0, 0, 'FISCHER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAILA', 'm.fisun@seznam.cz', '355ca8499f', '', 'C', 1513, NULL, '2020-12-18 18:47:52', 0, 0, 0, 0, 0, 'FISUN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALOIS', 'al.fiser@seznam.cz', 'b2ac92c344', '', 'C', 1514, NULL, '2020-12-18 18:47:53', 0, 0, 0, 0, 0, 'FIŠER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'fiserova@chirs.cz', 'e7817f7611', '', 'C', 1515, NULL, '2020-12-18 18:47:53', 0, 0, 0, 0, 0, 'FIŠEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('REGÍNA', 'regina.fiserova@seznam.cz', '0f16138aeb', '', 'C', 1516, NULL, '2020-12-18 18:47:53', 0, 0, 0, 0, 0, 'FIŠEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kate?ina', 'katie.v@seznam.cz', '76f6afcb25', '', 'C', 1517, NULL, '2020-12-18 18:47:53', 0, 0, 0, 0, 0, 'Fitaire', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'flegrova@seznam.cz', '3501f5452f', '', 'C', 1518, NULL, '2020-12-18 18:47:53', 0, 0, 0, 0, 0, 'FLÉGROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'majkaflidr@seznam.cz', '2cb579a411', '', 'C', 1519, NULL, '2020-12-18 18:47:53', 0, 0, 0, 0, 0, 'FLÍDROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'mkyflorea@yahoo.co.cz', 'b14b94bce2', '', 'C', 1520, NULL, '2020-12-18 18:47:53', 0, 0, 0, 0, 0, 'FLOREA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'marcela@flosman.cz', 'b1e6a6d213', '', 'C', 1521, NULL, '2020-12-18 18:47:53', 0, 0, 0, 0, 0, 'FLOSMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketafojtu6@seznam.cz', '80faa4ea0e', '', 'C', 1522, NULL, '2020-12-18 18:47:53', 0, 0, 0, 0, 0, 'FOJTŮ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.folkova@seznam.cz', 'f1a84dc202', '', 'C', 1523, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FOLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRANTIŠEK', 'foltasx@seznam.cz', '43ce321058', '', 'C', 1524, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FOLTÝN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.77@seznam.cz', '6d8f06944d', '', 'C', 1525, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FONTAINE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'pavla.fordeyova@seznam.cz', '8850aab5bf', '', 'C', 1526, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FORDEYOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'formankova.vladimira@seznam.cz', '55b1dd25e3', '', 'C', 1527, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FORMÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronikaforosova@seznam.cz', '8ac06390a6', '', 'C', 1528, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FOROSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'goldbudha@seznam.cz', 'c5a4f965ea', '', 'C', 1529, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FORÝTEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andresulejova@seznam.cz', '77b868791c', '', 'C', 1530, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FOŘTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'efortova@seznam.cz', '5113c003a8', '', 'C', 1531, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FOŘTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ifortova@seznam.cz', '87ed09c4f6', '', 'C', 1532, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FOŘTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'rusnakovakatka@seznam.cz', '7346f0591a', '', 'C', 1533, NULL, '2020-12-18 18:47:54', 0, 0, 0, 0, 0, 'FOŘTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'garcarova@centrum.cz', '7736050196', '', 'C', 1534, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FOSSATI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NANA', 'nanafranchetti@seznam.cz', 'f2b31a089c', '', 'C', 1535, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FRANCHETTI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'frank@polygrafickestroje.cz', '3d08813667', '', 'C', 1536, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FRANK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'franceska2@seznam.cz', 'cc9076fe68', '', 'C', 1537, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FRANKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'verca.frankova@seznam.cz', '123b1489c5', '', 'C', 1538, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FRANKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'denisa.frankova@seznam.cz', '4ba0801137', '', 'C', 1539, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FRAŇKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.frckova@email.cz', '6b449a0037', '', 'C', 1540, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FRČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tofri@seznam.cz', '1c8589aefb', '', 'C', 1541, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FRIDRICH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATÁLIE', 'n.friebelova@email.cz', 'c1b43633fe', '', 'C', 1542, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FRIEBELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.friedrichova@lbm.cz', 'dab46b6be6', '', 'C', 1543, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FRIEDRICHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'bfrouzova@seznam.cz', '1827c4fb64', '', 'C', 1544, NULL, '2020-12-18 18:47:55', 0, 0, 0, 0, 0, 'FROUZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VOJTĚCH', 'v.fruler@email.cz', '94115f78bf', '', 'C', 1545, NULL, '2020-12-18 18:47:56', 0, 0, 0, 0, 0, 'FRULER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'd.frulova@email.cz', '444e7b7cc6', '', 'C', 1546, NULL, '2020-12-18 18:47:56', 0, 0, 0, 0, 0, 'FRULOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomasfrumbauer@seznam.cz', '957fd8b0bc', '', 'C', 1547, NULL, '2020-12-18 18:47:56', 0, 0, 0, 0, 0, 'FRÜMBAUER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'frydek.m@seznam.cz', '68d63903db', '', 'C', 1548, NULL, '2020-12-18 18:47:56', 0, 0, 0, 0, 0, 'FRÝDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAVA', 'stana.frydlova@email.cz', 'd090e615a5', '', 'C', 1549, NULL, '2020-12-18 18:47:56', 0, 0, 0, 0, 0, 'FRÝDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.frydrysek@seznam.cz', 'bf7fbae7f2', '', 'C', 1550, NULL, '2020-12-18 18:47:56', 0, 0, 0, 0, 0, 'FRYDRYŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÍTĚZSLAV', 'victor@mujbox.cz', 'a50217265e', '', 'C', 1551, NULL, '2020-12-18 18:47:56', 0, 1609407201, 0, 0, 0, 'FUGLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'luis.df@seznam.cz', '3b43c12cba', '', 'C', 1552, NULL, '2020-12-18 18:47:56', 0, 0, 0, 0, 0, 'FUJAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'coppola@atlas.cz', 'b9ee8be0cf', '', 'C', 1553, NULL, '2020-12-18 18:47:56', 0, 0, 0, 0, 0, 'FUJERÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.fuksova@gmail.cz', 'b4de4fa6d3', '', 'C', 1554, NULL, '2020-12-18 18:47:56', 0, 0, 0, 0, 0, 'FUKSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NORA', 'nora@seznam.cz', '8196a8a711', '', 'C', 1555, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'FULÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'fulec@stouline.sk', 'fc519c0e77', '', 'C', 1556, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'FURCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIAN', 'el.center@email.cz', '3625da4746', '', 'C', 1557, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'FURCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.furch@email.cz', 'f6116f6a99', '', 'C', 1558, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'FURCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('PAULA', 'p.furini@seznam.cz', 'f809641f14', '', 'C', 1559, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'FURINI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'gabcan@al-pro.cz', '035a0f1bf3', '', 'C', 1560, NULL, '2020-12-18 18:47:57', 0, 1608537593, 0, 0, 0, 'GABČAN', 'n', 0, 0, '', '85.160.34.47', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzuzuzu@seznam.cz', '6b283b38ee', '', 'C', 1561, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'GABRIELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'honza.gajdos@seznam.cz', 'f2eb97a7f3', '', 'C', 1562, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'GAJDOŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.gajerova@ceskapojistovna.cz', 'f056c1f5c1', '', 'C', 1563, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'GAJEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.k.galeoni@seznam.cz', '34eb04d24a', '', 'C', 1564, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'GALEONI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'caribupraha@seznam.cz', '95bae5107a', '', 'C', 1565, NULL, '2020-12-18 18:47:57', 0, 0, 0, 0, 0, 'Galishnikov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('WEN BIN', 'w.gao@seznam.cz', 'd42c54cc84', '', 'C', 1566, NULL, '2020-12-18 18:47:58', 0, 0, 0, 0, 0, 'GAO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELE', 'info@hellichova1.cz', '02a4d51840', '', 'C', 1567, NULL, '2020-12-18 18:47:58', 0, 0, 0, 0, 0, 'GAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRANTIŠEK', 'gebihome@gebi.cz', 'f366cf2352', '', 'C', 1568, NULL, '2020-12-18 18:47:58', 0, 0, 0, 0, 0, 'GEBAUER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'nuny23@seznam.cz', 'a104bd063e', '', 'C', 1569, NULL, '2020-12-18 18:47:58', 0, 0, 0, 0, 0, 'GÉCIOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RITA', 'rita@gedevani.cz', '16cf6af096', '', 'C', 1570, NULL, '2020-12-18 18:47:58', 0, 1608549676, 0, 0, 0, 'GEDEVANIŠVILI', 'n', 0, 0, '', '88.101.172.130', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('AŇA', 'cubalibre@centrum.cz', '1201514404', '', 'C', 1571, NULL, '2020-12-18 18:47:58', 0, 0, 0, 0, 0, 'GEISLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'gellnerova.iveta@seznam.cz', '73cfdd589e', '', 'C', 1572, NULL, '2020-12-18 18:47:58', 0, 1608541370, 0, 0, 0, 'GELLNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jangelnar@seznam.cz', '24eb911b6d', '', 'C', 1573, NULL, '2020-12-18 18:47:58', 0, 0, 0, 0, 0, 'GELNAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIA', 'mgerenko@gmail.cz', '7a9d4a1e48', '', 'C', 1574, NULL, '2020-12-18 18:47:58', 0, 0, 0, 0, 0, 'GERENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADIM', 'arsace@seznam.cz', '953acdd116', '', 'C', 1575, NULL, '2020-12-18 18:47:58', 0, 0, 0, 0, 0, 'GERHARDT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'gerschpacher@hoteljuno.cz', 'de228eff05', '', 'C', 1576, NULL, '2020-12-18 18:47:59', 0, 0, 0, 0, 0, 'GERSCHPACHEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTIANA', 'kristiana@starmanagement.cz', '33e2f3cdd3', '', 'C', 1577, NULL, '2020-12-18 18:47:59', 0, 0, 0, 0, 0, 'GHIURI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketaghiuri@centrum.cz', 'b695390272', '', 'C', 1578, NULL, '2020-12-18 18:47:59', 0, 0, 0, 0, 0, 'GHIURI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'b.gieslerova@seznam.cz', '7e65cafecb', '', 'C', 1579, NULL, '2020-12-18 18:47:59', 0, 0, 0, 0, 0, 'GIESLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'b.geislerova@seznam.cz', '5e373552ab', '', 'C', 1580, NULL, '2020-12-18 18:47:59', 0, 0, 0, 0, 0, 'GIESLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVIE', 'dugistav@seznam.cz', '7eaa588041', '', 'C', 1581, NULL, '2020-12-18 18:47:59', 0, 0, 0, 0, 0, 'GISTLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.sefrnova@tiscali.cz', '7b24193316', '', 'C', 1582, NULL, '2020-12-18 18:47:59', 0, 0, 0, 0, 0, 'GKALPAKIOTI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INGRID', 'giart@seznam.cz', '820a2edc46', '', 'C', 1583, NULL, '2020-12-18 18:48:00', 0, 0, 0, 0, 0, 'GLASEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HYNEK', 'hynek.gloser@cias.cz', '3637f4663b', '', 'C', 1584, NULL, '2020-12-18 18:48:00', 0, 0, 0, 0, 0, 'GLOSER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'karel.golan@cefm.cz', 'ec1ed34e20', '', 'C', 1585, NULL, '2020-12-18 18:48:00', 0, 1608551405, 0, 0, 0, 'GOLÁŇ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'goldmonika@email.cz', '79a515d010', '', 'C', 1586, NULL, '2020-12-18 18:48:00', 0, 0, 0, 0, 0, 'GOLDBLATT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENIS', 'dgolublev@gmail.cz', '7405cb2bf9', '', 'C', 1587, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GOLUBLEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jangonda@seznam.cz', '7c878cbbe9', '', 'C', 1588, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GONDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 'goncharova@seznam.cz', '4a883bcd8c', '', 'C', 1589, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GONCHAROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OXANA', '721414495@seznam.cz', '1514a504e5', '', 'C', 1590, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GORYACHENA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARI SERGEI', 'sergei@govari.cz', '8802082ae7', '', 'C', 1591, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.graf@post.cz', '947dc591a9', '', 'C', 1592, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GRÁFOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'graci@email.cz', '21979bd3e4', '', 'C', 1593, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GRAICIAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.gramanova@seznam.cz', '7ea4b93cef', '', 'C', 1594, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GRAMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTYNA', 'chartsez@seznam.cz', '2356725263', '', 'C', 1595, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GREBENYUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'greger@europlatform.cz', 'f8211fbd05', '', 'C', 1596, NULL, '2020-12-18 18:48:01', 0, 0, 0, 0, 0, 'GREGER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'i.vlc@seznam.cz', '028de33275', '', 'C', 1597, NULL, '2020-12-18 18:48:02', 0, 1608542377, 0, 0, 0, 'GRÉGROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'greskova@usproznava.sk', 'ba59757d5f', '', 'C', 1598, NULL, '2020-12-18 18:48:02', 0, 0, 0, 0, 0, 'GREŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'grigarkova@upol.cz', '24ef0bd919', '', 'C', 1599, NULL, '2020-12-18 18:48:02', 0, 0, 0, 0, 0, 'GRIGÁRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTON', 'a.grigoryev@magazinkazale.cz', 'e3307fb7af', '', 'C', 1600, NULL, '2020-12-18 18:48:02', 0, 1608537274, 0, 0, 0, 'GRIGORYEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'ludmila.grigoryeva@volny.cz', 'a22b985a6b', '', 'C', 1601, NULL, '2020-12-18 18:48:02', 0, 0, 0, 0, 0, 'GRIGORYEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'grmospg@gmail.cz', '2b6bf4f07e', '', 'C', 1602, NULL, '2020-12-18 18:48:02', 0, 0, 0, 0, 0, 'GRMOLENSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.groh@gmail.cz', '815cb5349a', '', 'C', 1603, NULL, '2020-12-18 18:48:02', 0, 0, 0, 0, 0, 'GROHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'cpr@cgdf.cz', '32e7dc6527', '', 'C', 1604, NULL, '2020-12-18 18:48:02', 0, 0, 0, 0, 0, 'GRONDOLOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NAĎA', 'grosamova@cooperation.cz', 'c3c223efa1', '', 'C', 1605, NULL, '2020-12-18 18:48:02', 0, 1608557489, 0, 0, 0, 'GROSAMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'r.gruber@seznam.cz', '8cefa38cc8', '', 'C', 1606, NULL, '2020-12-18 18:48:02', 0, 0, 0, 0, 0, 'GRUBER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna.gruberova@porsche.cz', '371ba93e96', '', 'C', 1607, NULL, '2020-12-18 18:48:02', 0, 0, 0, 0, 0, 'GRUBEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'mgrygarkova@seznam.cz', '3d8bb6483a', '', 'C', 1608, NULL, '2020-12-18 18:48:02', 0, 0, 0, 0, 0, 'GRYGÁRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'grivnova@centrum.cz', '264fe93815', '', 'C', 1609, NULL, '2020-12-18 18:48:03', 0, 1608542640, 0, 0, 0, 'GŘIVNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renatagudrova@seznam.cz', '068287b77b', '', 'C', 1610, NULL, '2020-12-18 18:48:03', 0, 0, 0, 0, 0, 'GUDROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'info@521stock.cz', '761732b757', '', 'C', 1611, NULL, '2020-12-18 18:48:03', 0, 0, 0, 0, 0, 'GULA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'gulikova@ecoprogress.cz', 'ea0a78049d', '', 'C', 1612, NULL, '2020-12-18 18:48:03', 0, 1608538032, 0, 0, 0, 'GULÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'robert.guman@vind.cz', '3a09b42548', '', 'C', 1613, NULL, '2020-12-18 18:48:03', 0, 0, 0, 0, 0, 'GUMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'zjujinka@seznam.cz', '8f2bca914c', '', 'C', 1614, NULL, '2020-12-18 18:48:03', 0, 0, 0, 0, 0, 'GŮROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenkagurycova@seznam.cz', '4ea835634e', '', 'C', 1615, NULL, '2020-12-18 18:48:03', 0, 1608562843, 0, 0, 0, 'GURYČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JULIE', 'hotelvictor@seznam.cz', 'd20b44ccce', '', 'C', 1616, NULL, '2020-12-18 18:48:03', 0, 0, 0, 0, 0, 'GUSAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARNOŠT', 'gutling@seznam.cz', '6c3b2ee616', '', 'C', 1617, NULL, '2020-12-18 18:48:03', 0, 1608538040, 0, 0, 0, 'GÜTLING', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janaguzakova@centrum.cz', '1b68290296', '', 'C', 1618, NULL, '2020-12-18 18:48:04', 0, 0, 0, 0, 0, 'GUZÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'gulia-m@mail.cz', 'cceb9efbce', '', 'C', 1619, NULL, '2020-12-18 18:48:04', 0, 0, 0, 0, 0, 'GUZEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'kikinka169@seznam.cz', '3fc9476fa7', '', 'C', 1620, NULL, '2020-12-18 18:48:04', 0, 0, 0, 0, 0, 'GUZROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renatahabesova@seznam.cz', '5b21cc53f6', '', 'C', 1621, NULL, '2020-12-18 18:48:04', 0, 0, 0, 0, 0, 'HABEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'habetinova.jana@seznam.cz', 'bdeb412423', '', 'C', 1622, NULL, '2020-12-18 18:48:04', 0, 1608577414, 0, 0, 0, 'HABĚTÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'ohablovic@seznam.cz', '9b6862e867', '', 'C', 1623, NULL, '2020-12-18 18:48:04', 0, 0, 0, 0, 0, 'HABLOVIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'habrovanska.m@seznam.cz', '08c9d36861', '', 'C', 1624, NULL, '2020-12-18 18:48:04', 0, 0, 0, 0, 0, 'HABROVANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'm.hadac11@seznam.cz', '7a3d46c844', '', 'C', 1625, NULL, '2020-12-18 18:48:04', 0, 0, 0, 0, 0, 'HADAČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'sport@sport1.cz', '98bea13504', '', 'C', 1626, NULL, '2020-12-18 18:48:04', 0, 1608619315, 0, 0, 0, 'HADAMCZIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIA', 'hadbavna@imuna.sk', '71c74f9a9d', '', 'C', 1627, NULL, '2020-12-18 18:48:05', 0, 0, 0, 0, 0, 'HADBAVNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'hadravska@medina.cz', 'f5ed27e34a', '', 'C', 1628, NULL, '2020-12-18 18:48:05', 0, 1608539855, 0, 0, 0, 'HADRAVSKÁ', 'n', 0, 0, '', '185.189.115.26', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin@smartplus.cz', '67f3d8ac57', '', 'C', 1629, NULL, '2020-12-18 18:48:05', 0, 1608541105, 0, 0, 0, 'HÁJEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'robert@rhzlatnik.cz', 'f2a6bbbc36', '', 'C', 1630, NULL, '2020-12-18 18:48:05', 0, 0, 0, 0, 0, 'HÁJEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michal.hajko@lbm.cz', 'e80dd5fa46', '', 'C', 1631, NULL, '2020-12-18 18:48:05', 0, 0, 0, 0, 0, 'HAJKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.hajkova@o2active.cz', 'd379a57c77', '', 'C', 1632, NULL, '2020-12-18 18:48:05', 0, 0, 0, 0, 0, 'HÁJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenkakuzelka@yahoo.cz', '3d352b84c5', '', 'C', 1633, NULL, '2020-12-18 18:48:05', 0, 0, 0, 0, 0, 'HÁJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'hajek-martina@email.cz', '06a8cabea0', '', 'C', 1634, NULL, '2020-12-18 18:48:05', 0, 0, 0, 0, 0, 'HÁJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'minahajek@seznam.cz', '848ea81b91', '', 'C', 1635, NULL, '2020-12-18 18:48:06', 0, 0, 0, 0, 0, 'HÁJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'hajkova.o@seznam.cz', '6429be90ab', '', 'C', 1636, NULL, '2020-12-18 18:48:06', 0, 0, 0, 0, 0, 'HÁJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla_hajkova@centrum.cz', 'c41d9cd8e5', '', 'C', 1637, NULL, '2020-12-18 18:48:06', 0, 0, 0, 0, 0, 'HÁJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.hajkova@sarcut.cz', '6c61824763', '', 'C', 1638, NULL, '2020-12-18 18:48:06', 0, 0, 0, 0, 0, 'HÁJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'versme@seznam.cz', 'dc772d2f78', '', 'C', 1639, NULL, '2020-12-18 18:48:07', 0, 0, 0, 0, 0, 'HAJNOVIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'i.hajosova@znacky-praha.cz', '87fabbd736', '', 'C', 1640, NULL, '2020-12-18 18:48:07', 0, 0, 0, 0, 0, 'HAJOŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIA', 'par@halada.cz', '225fcfbb54', '', 'C', 1641, NULL, '2020-12-18 18:48:07', 0, 0, 0, 0, 0, 'HALADA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.halas@svas.cz', '188f4a082b', '', 'C', 1642, NULL, '2020-12-18 18:48:08', 0, 1608538745, 0, 0, 0, 'HALAŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.hallerova@seznam.cz', 'f18a1a1d2c', '', 'C', 1643, NULL, '2020-12-18 18:48:08', 0, 0, 0, 0, 0, 'HALLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.halm@seznam.cz', '2b33ae8905', '', 'C', 1644, NULL, '2020-12-18 18:48:08', 0, 0, 0, 0, 0, 'HALM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARINA', 'darinahampova@email.cz', '9914c861da', '', 'C', 1645, NULL, '2020-12-18 18:48:09', 0, 0, 0, 0, 0, 'HAMPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.hamrova@seznam.cz', '8af6635324', '', 'U', 1646, NULL, '2020-12-18 18:48:09', 0, 1608570907, 0, 0, 0, 'HAMROVÁ', 'n', 0, 0, '', '88.103.235.159', 0, '', 0, '', '', '', '', 0, 3, 1608570947, 0, 0, 1, 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),
('IVA', 'ivahanackova@centrum.cz', 'a6dc6bdfd3', '', 'C', 1647, NULL, '2020-12-18 18:48:09', 0, 0, 0, 0, 0, 'HANÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'hanackovaiva@centrum.cz', '40f8415e63', '', 'C', 1648, NULL, '2020-12-18 18:48:09', 0, 0, 0, 0, 0, 'HANÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'khanauskova@seznam.cz', 'de11cfcdb9', '', 'C', 1649, NULL, '2020-12-18 18:48:09', 0, 0, 0, 0, 0, 'HANAUSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'hanavsek@tiscali.cz', '9966e43006', '', 'C', 1650, NULL, '2020-12-18 18:48:09', 0, 0, 0, 0, 0, 'HANAUSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'e-botox@e-botox.cz', 'be6895c1c6', '', 'C', 1651, NULL, '2020-12-18 18:48:10', 0, 1608539345, 0, 0, 0, 'HANDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'h.hantychova@diag.cz', '0533897dc0', '', 'C', 1652, NULL, '2020-12-18 18:48:10', 0, 0, 0, 0, 0, 'HANTYCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'm.hanus@seznam.cz', 'beab884c85', '', 'C', 1653, NULL, '2020-12-18 18:48:10', 0, 0, 0, 0, 0, 'HANUS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBUŠE', 'libuse.hanusova@seznam.cz', 'fce192467c', '', 'C', 1654, NULL, '2020-12-18 18:48:10', 0, 0, 0, 0, 0, 'HANUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'hanusek@akius.sk', '1a33bb176e', '', 'C', 1655, NULL, '2020-12-18 18:48:10', 0, 0, 0, 0, 0, 'HANUŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michal1923@email.cz', 'e82ab180b5', '', 'C', 1656, NULL, '2020-12-18 18:48:10', 0, 1608539350, 0, 0, 0, 'HANZLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.hanzlikova@p.z.cz', '9c6656f435', '', 'C', 1657, NULL, '2020-12-18 18:48:10', 0, 0, 0, 0, 0, 'HANZLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'armyshop.plzenec@seznam.cz', 'ec6763907b', '', 'C', 1658, NULL, '2020-12-18 18:48:10', 0, 1608540150, 0, 0, 0, 'HARÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva2001@atlas.cz', '913ec84e51', '', 'U', 1659, NULL, '2020-12-18 18:48:11', 0, 1608553198, 0, 0, 0, 'HARÁKOVÁ', 'n', 0, 0, '', '82.144.140.135', 0, '', 0, '', '', '', '', 0, 3, 1608553217, 0, 0, 1, 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),
('PETRA', 'petra.hardeggerova@seznam.cz', '0785032ad9', '', 'C', 1660, NULL, '2020-12-18 18:48:11', 0, 0, 0, 0, 0, 'HARDEGGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.hardt@redcap.cz', 'd293489f65', '', 'C', 1661, NULL, '2020-12-18 18:48:11', 0, 1608539733, 0, 0, 0, 'HARDT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SABINA', 'sabina.slavickova@email.cz', 'c91ca55dd1', '', 'C', 1662, NULL, '2020-12-18 18:48:12', 0, 0, 0, 0, 0, 'HARNACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'harnickovavera@seznam.cz', '3b06d2a74b', '', 'C', 1663, NULL, '2020-12-18 18:48:12', 0, 0, 0, 0, 0, 'HARNÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALLA', 'alla.harutyunyan@volny.cz', 'b5e4fe1cdb', '', 'C', 1664, NULL, '2020-12-18 18:48:12', 0, 1608730806, 0, 0, 0, 'HARUTYUNYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'hasova@eupha3.cz', 'acde33fc78', '', 'C', 1665, NULL, '2020-12-18 18:48:13', 0, 0, 0, 0, 0, 'HÁSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'termocon@vol.cz', '5d6a902029', '', 'C', 1666, NULL, '2020-12-18 18:48:13', 0, 0, 0, 0, 0, 'HAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELIŠKA', 'eliska@ehc.cz', 'e3ec166b63', '', 'C', 1667, NULL, '2020-12-18 18:48:13', 0, 1609113690, 0, 0, 0, 'HAŠKOVÁ COOLIDGE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'termocon@grbox.cz', '1fb72bfdd9', '', 'C', 1668, NULL, '2020-12-18 18:48:14', 0, 0, 0, 0, 0, 'HAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'kabelkamar@seznam.cz', '0e383f5ccc', '', 'C', 1669, NULL, '2020-12-18 18:48:14', 0, 0, 0, 0, 0, 'HAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'panackova@laempe.cz', '3516609e67', '', 'C', 1670, NULL, '2020-12-18 18:48:14', 0, 0, 0, 0, 0, 'HAŠKOVÁ PANÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'v.mastalir@seznam.cz', '1584d4a15f', '', 'C', 1671, NULL, '2020-12-18 18:48:14', 0, 0, 0, 0, 0, 'HAŠTALÍR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'cleania.cleania@seznam.cz', 'b32fdf105a', '', 'C', 1672, NULL, '2020-12-18 18:48:15', 0, 0, 0, 0, 0, 'HÁTLE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'bojov@seznam.cz', 'a0dfe6608b', '', 'C', 1673, NULL, '2020-12-18 18:48:15', 0, 0, 0, 0, 0, 'HAUSEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTONÍN', 'ant-hausner@email.cz', 'b78d8b2eba', '', 'C', 1674, NULL, '2020-12-18 18:48:15', 0, 0, 0, 0, 0, 'HAUSNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'richard.hava@omnipol.cz', '77ee2dafea', '', 'C', 1675, NULL, '2020-12-18 18:48:15', 0, 1608541116, 0, 0, 0, 'HÁVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan.hawel@seznam.cz', '6c497293cd', '', 'C', 1676, NULL, '2020-12-18 18:48:16', 0, 0, 0, 0, 0, 'HAVEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'ozce@seznam.cz', '6a6529f03b', '', 'C', 1677, NULL, '2020-12-18 18:48:16', 0, 0, 0, 0, 0, 'HAVELKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOSLAV', 'obchod@musicrecords.cz', 'f487c8b800', '', 'C', 1678, NULL, '2020-12-18 18:48:16', 0, 0, 0, 0, 0, 'HAVER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DITA', 'parizska@ckje.cz', '806ffebb75', '', 'C', 1679, NULL, '2020-12-18 18:48:17', 0, 0, 0, 0, 0, 'HAVLÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.havlasova@vzp.cz', 'a3bf28b0dc', '', 'C', 1680, NULL, '2020-12-18 18:48:17', 0, 0, 0, 0, 0, 'HAVLASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david.havlicek.st@centrum.cz', '516b3e35d6', '', 'C', 1681, NULL, '2020-12-18 18:48:17', 0, 0, 0, 0, 0, 'HAVLÍČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andreahavl@centrum.cz', 'e43f57f3d0', '', 'C', 1682, NULL, '2020-12-18 18:48:17', 0, 0, 0, 0, 0, 'HAVLÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'havlivet@seznam.cz', '640338e64d', '', 'C', 1683, NULL, '2020-12-18 18:48:18', 0, 0, 0, 0, 0, 'HAVLÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.havlik@email.cz', '800f298956', '', 'C', 1684, NULL, '2020-12-18 18:48:18', 0, 0, 0, 0, 0, 'HAVLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'khavlikova@autoforum.cz', '3327c8cc4c', '', 'C', 1685, NULL, '2020-12-18 18:48:19', 0, 0, 0, 0, 0, 'HAVLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.havlova@email.cz', '50e47970fa', '', 'C', 1686, NULL, '2020-12-18 18:48:19', 0, 0, 0, 0, 0, 'HAVLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jani.havel@seznam.cz', '8a56814f79', '', 'C', 1687, NULL, '2020-12-18 18:48:20', 0, 0, 0, 0, 0, 'HAVLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('MARTINA', 'ma.havlova@seznam.cz', '9aa9e11ab1', '', 'C', 1688, NULL, '2020-12-18 18:48:21', 0, 0, 0, 0, 0, 'HAVLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcela', 'marcela.havova@atlas.cz', '93a9ff5894', '', 'C', 1689, NULL, '2020-12-18 18:48:21', 0, 1608540550, 0, 0, 0, 'Hávová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'havova.t@seznam.cz', 'aacc3ac48c', '', 'C', 1690, NULL, '2020-12-18 18:48:21', 0, 0, 0, 0, 0, 'HÁVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RŮŽENA', 'ruzenka.mcelska@seznam.cz', '1e8b680b8f', '', 'C', 1691, NULL, '2020-12-18 18:48:22', 0, 0, 0, 0, 0, 'HAVRÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.fedrova@gmail.cz', '373466e939', '', 'C', 1692, NULL, '2020-12-18 18:48:22', 0, 0, 0, 0, 0, 'HAVRDOVÁ FEDROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.prouzova@centrum.cz', 'e395266374', '', 'C', 1693, NULL, '2020-12-18 18:48:23', 0, 0, 0, 0, 0, 'HAVRDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JULIE', 'juliezizala@seznam.cz', 'a3a8b1b679', '', 'C', 1694, NULL, '2020-12-18 18:48:23', 0, 0, 0, 0, 0, 'HAYMALIY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'i.hebikova@seznam.cz', 'c0bbfc813d', '', 'C', 1695, NULL, '2020-12-18 18:48:23', 0, 0, 0, 0, 0, 'HEBÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'j.hecko@email.cz', 'a6debfedfb', '', 'C', 1696, NULL, '2020-12-18 18:48:24', 0, 0, 0, 0, 0, 'HEČKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'jaroslav.hegr@seznam.cz', '5455e6d4de', '', 'C', 1697, NULL, '2020-12-18 18:48:24', 0, 1608561730, 0, 0, 0, 'HÉGR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.beckerova@seznam.cz', '1062fbe025', '', 'C', 1698, NULL, '2020-12-18 18:48:24', 0, 0, 0, 0, 0, 'HÉGROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TAŤÁNA', 'takama@centrum.cz', '11ba98fd5d', '', 'C', 1699, NULL, '2020-12-18 18:48:25', 0, 0, 0, 0, 0, 'HEJCMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZORA', 'z.hejdova@centrum.cz', 'ed7d9d90ec', '', 'C', 1700, NULL, '2020-12-18 18:48:25', 0, 0, 0, 0, 0, 'HEJDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milan-hejl@centrum.cz', '3f595e2338', '', 'C', 1701, NULL, '2020-12-18 18:48:25', 0, 0, 0, 0, 0, 'HEJL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radek_hejna@centrum.cz', '1c1f902d73', '', 'C', 1702, NULL, '2020-12-18 18:48:25', 0, 0, 0, 0, 0, 'HEJNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabba@email.cz', '3f0f99b27e', '', 'C', 1703, NULL, '2020-12-18 18:48:26', 0, 0, 0, 0, 0, 'HEJROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'aviator@atlas.cz', '8ab583ccd7', '', 'C', 1704, NULL, '2020-12-18 18:48:26', 0, 0, 0, 0, 0, 'HEJSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLDŘICH', 'oldrich@arcimboldo.cz', '51bd5f2f46', '', 'C', 1705, NULL, '2020-12-18 18:48:26', 0, 1608542419, 0, 0, 0, 'HEJTMÁNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'hejtmankova.zuzana@gmail.cz', 'd1ef505682', '', 'C', 1706, NULL, '2020-12-18 18:48:27', 0, 0, 0, 0, 0, 'HEJTMÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolinahelis@centrum.cz', 'a8c663bbd8', '', 'C', 1707, NULL, '2020-12-18 18:48:27', 0, 0, 0, 0, 0, 'HELISOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KVĚTUŠE', 'kvetahellichova@seznam.cz', 'a888fe5b05', '', 'C', 1708, NULL, '2020-12-18 18:48:27', 0, 0, 0, 0, 0, 'HELLMICHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr@fotohemsky.cz', '156ad18994', '', 'C', 1709, NULL, '2020-12-18 18:48:28', 0, 0, 0, 0, 0, 'HEMSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'danielhendrich@seznam.cz', '443c13ae7a', '', 'C', 1710, NULL, '2020-12-18 18:48:28', 0, 0, 0, 0, 0, 'HENDRICH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'henzlova@ak-henzlova.cz', 'bcd6d8259d', '', 'C', 1711, NULL, '2020-12-18 18:48:29', 0, 0, 0, 0, 0, 'HENZLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OTTO', 'ordinace.herber@tiscali.cz', '5d14b47d67', '', 'C', 1712, NULL, '2020-12-18 18:48:30', 0, 0, 0, 0, 0, 'HERBER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'sunsabi@seznam.cz', 'b30d200743', '', 'C', 1713, NULL, '2020-12-18 18:48:30', 0, 1608563554, 0, 0, 0, 'HERČÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luciehernova@seznam.cz', '65c59cff8e', '', 'C', 1714, NULL, '2020-12-18 18:48:31', 0, 1609423344, 0, 0, 0, 'HERNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'cajda19@seznam.cz', '224f266daf', '', 'C', 1715, NULL, '2020-12-18 18:48:31', 0, 0, 0, 0, 0, 'HEŘMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'herman@stirpack.cz', '9cc36b1f5b', '', 'C', 1716, NULL, '2020-12-18 18:48:31', 0, 0, 0, 0, 0, 'HEŘMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hanahermankova@email.cz', '07f726cf7b', '', 'C', 1717, NULL, '2020-12-18 18:48:32', 0, 0, 0, 0, 0, 'HEŘMÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'hes@nfmarketing.cz', 'e5fa764ac7', '', 'C', 1718, NULL, '2020-12-18 18:48:32', 0, 0, 0, 0, 0, 'HES', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'itrc@seznam.cz', '500186343b', '', 'C', 1719, NULL, '2020-12-18 18:48:32', 0, 0, 0, 0, 0, 'HÉSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaelae@seznam.cz', 'f698f2d1b9', '', 'C', 1720, NULL, '2020-12-18 18:48:32', 0, 0, 0, 0, 0, 'HESSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVAN', 'ivan.hetsko@seznam.cz', 'd45f5e7ca8', '', 'C', 1721, NULL, '2020-12-18 18:48:33', 0, 0, 0, 0, 0, 'HETSKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'hettych@centrum.cz', '8df96f7e82', '', 'C', 1722, NULL, '2020-12-18 18:48:33', 0, 0, 0, 0, 0, 'HETTYCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.hettychova@seznam.cz', '745099edf0', '', 'C', 1723, NULL, '2020-12-18 18:48:34', 0, 0, 0, 0, 0, 'HETTYCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'himmelova@kr-s.cz', 'ca6efcd8a6', '', 'C', 1724, NULL, '2020-12-18 18:48:34', 0, 0, 0, 0, 0, 'HIMMELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'honisk@seznam.cz', '17a4a21afe', '', 'C', 1725, NULL, '2020-12-18 18:48:34', 0, 1608542412, 0, 0, 0, 'HIRTH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vladimir.hladik@opportunity.cz', '069bc7ec5c', '', 'C', 1726, NULL, '2020-12-18 18:48:34', 0, 1608549267, 0, 0, 0, 'HLADÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.hladikova@rose.cz', 'b524b80614', '', 'C', 1727, NULL, '2020-12-18 18:48:35', 0, 0, 0, 0, 0, 'HLADÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radek.hladina@akhladina.cz', 'cce581b975', '', 'C', 1728, NULL, '2020-12-18 18:48:35', 0, 1608620169, 0, 0, 0, 'HLADINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'hladka@bienzin.cz', '29edee45d5', '', 'C', 1729, NULL, '2020-12-18 18:48:36', 0, 1609163725, 0, 0, 0, 'HLADKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'kokonek@seznam.cz', '92e9827e1f', '', 'C', 1730, NULL, '2020-12-18 18:48:36', 0, 0, 0, 0, 0, 'HLAVÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'hrachov@diseven.cz', 'b064630660', '', 'C', 1731, NULL, '2020-12-18 18:48:36', 0, 0, 0, 0, 0, 'HLAVÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'ph@mopiservis.cz', '668f740bc6', '', 'C', 1732, NULL, '2020-12-18 18:48:36', 0, 0, 0, 0, 0, 'HLAVÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAVA', 'st.hlavinkova@atlas.cz', 'aab4aaf628', '', 'C', 1733, NULL, '2020-12-18 18:48:37', 0, 1608573863, 0, 0, 0, 'HLAVINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alenahlavinova@seznam.cz', '0dea96701b', '', 'C', 1734, NULL, '2020-12-18 18:48:38', 0, 0, 0, 0, 0, 'HLAVÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVAN', 'helvet@isternet.sk', '740ac169b4', '', 'C', 1735, NULL, '2020-12-18 18:48:38', 0, 0, 0, 0, 0, 'HLAVOŃ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'kosticka99@seznam.cz', '182758d30c', '', 'C', 1736, NULL, '2020-12-18 18:48:39', 0, 0, 0, 0, 0, 'HLAVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'hlavsova3@centrum.cz', '4ac88580b2', '', 'C', 1737, NULL, '2020-12-18 18:48:39', 0, 0, 0, 0, 0, 'HLAVSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'k.hlinka@seznam.cz', 'cc5e1a8478', '', 'C', 1738, NULL, '2020-12-18 18:48:39', 0, 0, 0, 0, 0, 'HLINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'honza.hlousek@email.cz', '06acd8ea94', '', 'C', 1739, NULL, '2020-12-18 18:48:40', 0, 0, 0, 0, 0, 'HLOUSEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monamurys@quick.cz', 'dfe25631bd', '', 'C', 1740, NULL, '2020-12-18 18:48:40', 0, 0, 0, 0, 0, 'HNOJNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THI LIEN', 'lien.hoang@seznam.cz', '14948098fa', '', 'C', 1741, NULL, '2020-12-18 18:48:41', 0, 0, 0, 0, 0, 'HOANG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THU THUY', 'tinahoang@seznam.cz', '95440ec954', '', 'C', 1742, NULL, '2020-12-18 18:48:41', 0, 0, 0, 0, 0, 'HOANG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'hodiys@seznam.cz', '1b19b10fdc', '', 'C', 1743, NULL, '2020-12-18 18:48:41', 0, 0, 0, 0, 0, 'HODAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jahodanova@volny.cz', '56fc5fe89d', '', 'C', 1744, NULL, '2020-12-18 18:48:42', 0, 0, 0, 0, 0, 'HODANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'patrik.gabbana@seznam.cz', '1b996ee9b1', '', 'C', 1745, NULL, '2020-12-18 18:48:42', 0, 0, 0, 0, 0, 'HODOŇ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan.hodr@seznam.cz', '6bc07eab4b', '', 'C', 1746, NULL, '2020-12-18 18:48:42', 0, 0, 0, 0, 0, 'HODR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDEŇKA', 'zdenkahoffmannova@seznam.cz', '34e0bc6e71', '', 'C', 1747, NULL, '2020-12-18 18:48:42', 0, 0, 0, 0, 0, 'HOFFMANNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'v.hofirkova@seznam.cz', '7b7c978d6c', '', 'C', 1748, NULL, '2020-12-18 18:48:43', 0, 0, 0, 0, 0, 'HOFIRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'davihofm@hotmail.cz', 'd2b0afe2f1', '', 'C', 1749, NULL, '2020-12-18 18:48:43', 0, 0, 0, 0, 0, 'HOFMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VINCENT', 'hojstric@nextra.sk', '7f92a12680', '', 'C', 1750, NULL, '2020-12-18 18:48:43', 0, 0, 0, 0, 0, 'HOJSTRIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'hela.hola@seznam.cz', 'd43ac9ecf4', '', 'C', 1751, NULL, '2020-12-18 18:48:44', 0, 0, 0, 0, 0, 'HOLÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.hola@lbm.cz', '2c9703c013', '', 'C', 1752, NULL, '2020-12-18 18:48:44', 0, 0, 0, 0, 0, 'HOLÁ TOUL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lena.holakova@seznam.cz', '338542e226', '', 'C', 1753, NULL, '2020-12-18 18:48:44', 0, 0, 0, 0, 0, 'HOLÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barbora.holaskova@seznam.cz', '6014b1750c', '', 'C', 1754, NULL, '2020-12-18 18:48:44', 0, 0, 0, 0, 0, 'HOLÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janaholbova@centrum.cz', '59a2ba6e54', '', 'C', 1755, NULL, '2020-12-18 18:48:45', 0, 0, 0, 0, 0, 'HOLBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EDITA', 'e.holecek@stepharm.cz', 'e8f18d0a6f', '', 'C', 1756, NULL, '2020-12-18 18:48:45', 0, 0, 0, 0, 0, 'HOLEČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIO', 'mancisch@seznam.cz', 'd847ac9275', '', 'C', 1757, NULL, '2020-12-18 18:48:45', 0, 0, 0, 0, 0, 'HOLEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALJA', 'natalja-holikova@seznam.cz', '83104cac51', '', 'C', 1758, NULL, '2020-12-18 18:48:46', 0, 0, 0, 0, 0, 'HOLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'kholinkova@bauermedia.cz', 'c1b7410740', '', 'C', 1759, NULL, '2020-12-18 18:48:47', 0, 0, 0, 0, 0, 'HOLINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOVAN', 'r.holly@gmail.cz', '12593ddc71', '', 'C', 1760, NULL, '2020-12-18 18:48:47', 0, 0, 0, 0, 0, 'HOLLÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan.332@seznam.cz', '7fe9ac371c', '', 'C', 1761, NULL, '2020-12-18 18:48:48', 0, 0, 0, 0, 0, 'HOLOTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALENA', 'holubikova.magda@centrum.cz', 'f05cb1bea5', '', 'C', 1762, NULL, '2020-12-18 18:48:48', 0, 0, 0, 0, 0, 'HOLUBÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petrahol@seznam.cz', '925fe7ce72', '', 'C', 1763, NULL, '2020-12-18 18:48:48', 0, 0, 0, 0, 0, 'HOLUBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ENES', 'e.homerova@seznam.cz', '13886ae223', '', 'C', 1764, NULL, '2020-12-18 18:48:49', 0, 0, 0, 0, 0, 'HOMEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RUDOLF', 'homolka@auto-homolka.cz', 'ea154b7ba7', '', 'C', 1765, NULL, '2020-12-18 18:48:49', 0, 0, 0, 0, 0, 'HOMOLKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'parfumerie.chic@seznam.cz', '0cef21720f', '', 'C', 1766, NULL, '2020-12-18 18:48:49', 0, 0, 0, 0, 0, 'HOMOLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'honcikava@volny.cz', 'ebb7106c43', '', 'C', 1767, NULL, '2020-12-18 18:48:50', 0, 0, 0, 0, 0, 'HONČÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petuska09@seznam.cz', '5bcd1f9589', '', 'C', 1768, NULL, '2020-12-18 18:48:50', 0, 0, 0, 0, 0, 'HONSNEJMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HEDVIKA', 'h.honsova@quick.cz', '702a82dd01', '', 'C', 1769, NULL, '2020-12-18 18:48:50', 0, 0, 0, 0, 0, 'HONSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTĚPÁN', 'stepan.horacek@gpf.cz', 'c41164df43', '', 'C', 1770, NULL, '2020-12-18 18:48:51', 0, 0, 0, 0, 0, 'HORÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'hor.tomas@tiscali.cz', 'ad60763461', '', 'C', 1771, NULL, '2020-12-18 18:48:52', 0, 0, 0, 0, 0, 'HORÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.horackova@coccinelle.cz', 'd4fedf631b', '', 'U', 1772, NULL, '2020-12-18 18:48:52', 0, 1608666512, 0, 0, 0, 'HORÁČKOVÁ', 'n', 0, 0, '', '95.168.222.132', 0, '', 0, '', '', '', '', 0, 3, 1608666573, 0, 0, 1, 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),
('MICHAELA', 'michaela@thebestseller.cz', 'a9ff3f72ed', '', 'C', 1773, NULL, '2020-12-18 18:48:52', 0, 0, 0, 0, 0, 'HORÁČKOVÁ HOŘEJŠÍ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.horacek@seznam.cz', 'b87f8a6a3f', '', 'C', 1774, NULL, '2020-12-18 18:48:52', 0, 0, 0, 0, 0, 'HORÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLINA', 'horoli@email.cz', '09a1bea1b9', '', 'C', 1775, NULL, '2020-12-18 18:48:53', 0, 0, 0, 0, 0, 'HORÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'horak.dtw@centrum.cz', '905e5489bf', '', 'C', 1776, NULL, '2020-12-18 18:48:53', 0, 0, 0, 0, 0, 'HORÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OTTO', 'horak@zdravenohy.cz', 'c8d70a120c', '', 'C', 1777, NULL, '2020-12-18 18:48:53', 0, 0, 0, 0, 0, 'HORÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADIM', 'victoria.dent@seznam.cz', '3f1f1a42d5', '', 'C', 1778, NULL, '2020-12-18 18:48:54', 0, 0, 0, 0, 0, 'HORÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'marthorakova@email.cz', '68ca3ab259', '', 'C', 1779, NULL, '2020-12-18 18:48:54', 0, 0, 0, 0, 0, 'HORÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'renata.horakova@mstp.cz', '52d2eb1db8', '', 'C', 1780, NULL, '2020-12-18 18:48:54', 0, 0, 0, 0, 0, 'HORÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELIŠKA', 'eliskahorka@seznam.cz', 'af6f4937d6', '', 'C', 1781, NULL, '2020-12-18 18:48:55', 0, 0, 0, 0, 0, 'HORKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renata.horka@stada-pharma.cz', '93028d9251', '', 'C', 1782, NULL, '2020-12-18 18:48:55', 0, 0, 0, 0, 0, 'HORKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FERDINAND', 'levenda@seznam.cz', '2b507a1f7f', '', 'C', 1783, NULL, '2020-12-18 18:48:56', 0, 0, 0, 0, 0, 'HORKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'skaarada@seznam.cz', 'b9a9769ff0', '', 'C', 1784, NULL, '2020-12-18 18:48:56', 0, 0, 0, 0, 0, 'HORN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andreahornikova@seznam.cz', '9f05555bce', '', 'C', 1785, NULL, '2020-12-18 18:48:57', 0, 0, 0, 0, 0, 'HORNÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'ho.dana@seznam.cz', 'e17dd9696a', '', 'C', 1786, NULL, '2020-12-18 18:48:57', 0, 0, 0, 0, 0, 'HOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karoli.horova@seznam.cz', '11205ce3f6', '', 'C', 1787, NULL, '2020-12-18 18:48:58', 0, 0, 0, 0, 0, 'HOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'marniki@seznam.cz', '55d5fb70a5', '', 'C', 1788, NULL, '2020-12-18 18:48:58', 0, 0, 0, 0, 0, 'HORVÁTHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'info@drevoholesovice.cz', 'f54cb35248', '', 'C', 1789, NULL, '2020-12-18 18:48:58', 0, 0, 0, 0, 0, 'HORVÁTHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'xaaw@seznam.cz', '9594132678', '', 'C', 1790, NULL, '2020-12-18 18:48:58', 0, 0, 0, 0, 0, 'HORVÁTHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza@horak.cz', 'b48a14137f', '', 'C', 1791, NULL, '2020-12-18 18:48:59', 0, 0, 0, 0, 0, 'HOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VANDA', 'mudrhorejsi@email.cz', '4bdc4143c1', '', 'C', 1792, NULL, '2020-12-18 18:48:59', 0, 0, 0, 0, 0, 'HOŘEJŠÍ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'jizbova.lenka@seznam.cz', '360b6e1374', '', 'C', 1793, NULL, '2020-12-18 18:48:59', 0, 0, 0, 0, 0, 'HOSTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'klara.hoskova@volny.cz', '380650d1a1', '', 'C', 1794, NULL, '2020-12-18 18:48:59', 0, 0, 0, 0, 0, 'HOŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa.hoskova@email.cz', 'a7cffe54b6', '', 'C', 1795, NULL, '2020-12-18 18:48:59', 0, 0, 0, 0, 0, 'HOŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.hoskova@iconiq.cz', '4b767f7ebe', '', 'C', 1796, NULL, '2020-12-18 18:48:59', 0, 0, 0, 0, 0, 'HOŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vaho@volny.cz', '610388f89e', '', 'C', 1797, NULL, '2020-12-18 18:48:59', 0, 0, 0, 0, 0, 'HOTĚK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.hotovec@eurosun.cz', '67d1474270', '', 'C', 1798, NULL, '2020-12-18 18:49:00', 0, 0, 0, 0, 0, 'HOTOVEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.houdkova@profihair.cz', '7835bebad9', '', 'C', 1799, NULL, '2020-12-18 18:49:00', 0, 0, 0, 0, 0, 'HOUDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivanahoudkova@profesional-plzen.cz', '97a87f9eba', '', 'C', 1800, NULL, '2020-12-18 18:49:00', 0, 0, 0, 0, 0, 'HOUDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'milena.houdkova@houdek.wz.cz', '9af32f4174', '', 'C', 1801, NULL, '2020-12-18 18:49:00', 0, 0, 0, 0, 0, 'HOUDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'houdkovasimona@seznam.cz', 'cd5364d6e1', '', 'C', 1802, NULL, '2020-12-18 18:49:00', 0, 0, 0, 0, 0, 'HOUDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'houserova.ivana@seznam.cz', 'e5ba5915ec', '', 'C', 1803, NULL, '2020-12-18 18:49:00', 0, 0, 0, 0, 0, 'HOUSEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'rh.mb@centrum.cz', '116b6d0bbc', '', 'C', 1804, NULL, '2020-12-18 18:49:00', 0, 0, 0, 0, 0, 'HOUSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kaceneckakk@seznam.cz', '90d6f43122', '', 'C', 1805, NULL, '2020-12-18 18:49:00', 0, 0, 0, 0, 0, 'HOUSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'b.renca@seznam.cz', '671bb949a6', '', 'C', 1806, NULL, '2020-12-18 18:49:00', 0, 0, 0, 0, 0, 'HOUSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VRATISLAV', 'vratisla.hovorka@volny.cz', '5ef2410c90', '', 'C', 1807, NULL, '2020-12-18 18:49:01', 0, 0, 0, 0, 0, 'HOVORKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'hra.irena@centrum.cz', '13e04be82b', '', 'C', 1808, NULL, '2020-12-18 18:49:01', 0, 0, 0, 0, 0, 'HRABÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'iveta.hrabankova@seznam.cz', 'a2e433c1ba', '', 'C', 1809, NULL, '2020-12-18 18:49:01', 0, 0, 0, 0, 0, 'HRABÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'hrabovska.d@centrum.cz', '64f1b76de5', '', 'C', 1810, NULL, '2020-12-18 18:49:01', 0, 0, 0, 0, 0, 'HRABOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kaca@vkh.cz', '7d5aadf03c', '', 'C', 1811, NULL, '2020-12-18 18:49:01', 0, 0, 0, 0, 0, 'HRACHOVCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.hrazdilova@seznam.cz', 'c8c482f92f', '', 'C', 1812, NULL, '2020-12-18 18:49:01', 0, 0, 0, 0, 0, 'HRAZDILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.hrbac@lbm.cz', '0aabd34b41', '', 'C', 1813, NULL, '2020-12-18 18:49:01', 0, 0, 0, 0, 0, 'HRBÁČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'paulina@email.cz', 'b4ed910651', '', 'C', 1814, NULL, '2020-12-18 18:49:01', 0, 0, 0, 0, 0, 'HRBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'i.hrdlicka@centrum.cz', '999d8bae78', '', 'C', 1815, NULL, '2020-12-18 18:49:02', 0, 0, 0, 0, 0, 'HRDLIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'hrdlickovajana@volny.cz', '90105e183b', '', 'C', 1816, NULL, '2020-12-18 18:49:02', 0, 1608546655, 0, 0, 0, 'HRDLIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('BOJAN', 'bojanhrnjica@seznam.cz', '5f6e1fdb30', '', 'C', 1817, NULL, '2020-12-18 18:49:02', 0, 0, 0, 0, 0, 'HRNJICA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.hrobska@centrum.cz', 'a88a337df3', '', 'C', 1818, NULL, '2020-12-18 18:49:02', 0, 0, 0, 0, 0, 'HROBSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.hrochova@seznam.cz', '1375439beb', '', 'C', 1819, NULL, '2020-12-18 18:49:02', 0, 0, 0, 0, 0, 'HROCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLINA', 'caroline.int@centrum.cz', 'e2ee677592', '', 'C', 1820, NULL, '2020-12-18 18:49:02', 0, 0, 0, 0, 0, 'HRON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'alexandra.hroncova@natur.cuni.cz', '0be13f1002', '', 'C', 1821, NULL, '2020-12-18 18:49:02', 0, 1608546986, 0, 0, 0, 'HRONCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 't.hrouda@seznam.cz', '0cac42a386', '', 'C', 1822, NULL, '2020-12-18 18:49:02', 0, 0, 0, 0, 0, 'HROUDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janina.hroudova@seznam.cz', '406d1645d3', '', 'C', 1823, NULL, '2020-12-18 18:49:02', 0, 0, 0, 0, 0, 'HROUDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'hlavackova27@seznam.cz', 'adb1a9d43a', '', 'C', 1824, NULL, '2020-12-18 18:49:02', 0, 0, 0, 0, 0, 'HROUDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.hrstka@centrum.cz', '2cca9e034b', '', 'C', 1825, NULL, '2020-12-18 18:49:03', 0, 0, 0, 0, 0, 'HRSTKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEONA', 'leona.hrselova@seznam.cz', '1b40485e83', '', 'C', 1826, NULL, '2020-12-18 18:49:03', 0, 0, 0, 0, 0, 'HRŠELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andreahruba@seznam.cz', '156e7bcb0e', '', 'C', 1827, NULL, '2020-12-18 18:49:03', 0, 0, 0, 0, 0, 'HRUBÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'hrubakatka@seznam.cz', '5c47d4a57a', '', 'C', 1828, NULL, '2020-12-18 18:49:03', 0, 0, 0, 0, 0, 'HRUBÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRANTIŠEK', 'fhruby@email.cz', 'b81554ba6e', '', 'C', 1829, NULL, '2020-12-18 18:49:03', 0, 0, 0, 0, 0, 'HRUBÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jirka.private@tiscali.cz', 'f7e7508c44', '', 'C', 1830, NULL, '2020-12-18 18:49:03', 0, 1608555928, 0, 0, 0, 'HRUBÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'j.hrunkova@centrum.cz', 'c87c6a168f', '', 'C', 1831, NULL, '2020-12-18 18:49:03', 0, 0, 0, 0, 0, 'HRUNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.hruskova85@seznam.cz', '47abc47eff', '', 'C', 1832, NULL, '2020-12-18 18:49:03', 0, 0, 0, 0, 0, 'HRUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'produkce@studio66.cz', '98d1a7a3cc', '', 'C', 1833, NULL, '2020-12-18 18:49:03', 0, 1608548057, 0, 0, 0, 'HRUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'valstynova@seznam.cz', '162e4dcc34', '', 'C', 1834, NULL, '2020-12-18 18:49:04', 0, 0, 0, 0, 0, 'HUBÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'hubatka@volny.cz', '28ad8f006f', '', 'C', 1835, NULL, '2020-12-18 18:49:04', 0, 0, 0, 0, 0, 'HUBATKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'lada20@centrum.cz', '2e63ba4c76', '', 'C', 1836, NULL, '2020-12-18 18:49:04', 0, 0, 0, 0, 0, 'HUBL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADIM', 'radim@rh.architekti.cz', '0c9b4beca0', '', 'C', 1837, NULL, '2020-12-18 18:49:04', 0, 0, 0, 0, 0, 'HUCL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'hudcova@k1media.cz', '04eb1c7f8d', '', 'C', 1838, NULL, '2020-12-18 18:49:04', 0, 0, 0, 0, 0, 'HUDCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBA', '1@chello.sk', '702a8fa08a', '', 'C', 1839, NULL, '2020-12-18 18:49:04', 0, 0, 0, 0, 0, 'HUDECOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan-hudecek@seznam.cz', '63a96cbc8c', '', 'C', 1840, NULL, '2020-12-18 18:49:04', 0, 0, 0, 0, 0, 'HUDEČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GAO', 'cta@ctca.cz', '2e34d3a541', '', 'C', 1841, NULL, '2020-12-18 18:49:04', 0, 0, 0, 0, 0, 'HUILAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OKSANA', 'oksana.huledza@seznam.cz', '85952b62eb', '', 'C', 1842, NULL, '2020-12-18 18:49:04', 0, 0, 0, 0, 0, 'HULEDZA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALICE', 'alice.hayer@seznam.cz', 'd6163d40c7', '', 'C', 1843, NULL, '2020-12-18 18:49:05', 0, 0, 0, 0, 0, 'HUMLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'richard.hunaty@seznam.cz', 'c7584f5f3a', '', 'C', 1844, NULL, '2020-12-18 18:49:05', 0, 0, 0, 0, 0, 'HUŇATÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GIANG', 'pianoclassic@seznam.cz', 'd221ab1c41', '', 'C', 1845, NULL, '2020-12-18 18:49:05', 0, 0, 0, 0, 0, 'HUONG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'c.carp@seznam.cz', '5904d156c4', '', 'C', 1846, NULL, '2020-12-18 18:49:05', 0, 0, 0, 0, 0, 'HŮRKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'hurta@mf.cz', '816c6ee26a', '', 'C', 1847, NULL, '2020-12-18 18:49:06', 0, 0, 0, 0, 0, 'HURTÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.hurtova@seznam.cz', 'ba7fc3c6f5', '', 'C', 1848, NULL, '2020-12-18 18:49:06', 0, 0, 0, 0, 0, 'HURTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'husa@ronnex.cz', '234d5eb8ae', '', 'C', 1849, NULL, '2020-12-18 18:49:06', 0, 0, 0, 0, 0, 'HUSA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'prvniplzenskastavebni@seznam.cz', '9cd0fbd221', '', 'C', 1850, NULL, '2020-12-18 18:49:06', 0, 0, 0, 0, 0, 'HUSÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'o.husek@yahoo.cz', '9cd1167121', '', 'C', 1851, NULL, '2020-12-18 18:49:07', 0, 0, 0, 0, 0, 'HUSEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petrhybner@seznam.cz', '8e1ac1756d', '', 'C', 1852, NULL, '2020-12-18 18:49:07', 0, 0, 0, 0, 0, 'HYBNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMAS', 'tomashybner@volny.cz', '5aeaaad4d9', '', 'C', 1853, NULL, '2020-12-18 18:49:07', 0, 1608556274, 0, 0, 0, 'HYBNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIK', 'dominik-hybrant@volny.cz', 'bdf1ac8f55', '', 'C', 1854, NULL, '2020-12-18 18:49:07', 0, 0, 0, 0, 0, 'HYBRANT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.hylova@hyl.cz', '685122a72a', '', 'C', 1855, NULL, '2020-12-18 18:49:07', 0, 1608557401, 0, 0, 0, 'HÝLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LORENCO', 'lordi@seznam.cz', '9664be1b51', '', 'C', 1856, NULL, '2020-12-18 18:49:07', 0, 0, 0, 0, 0, 'HYSI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'chabinova.k@seznam.cz', 'c6a6870473', '', 'C', 1857, NULL, '2020-12-18 18:49:08', 0, 0, 0, 0, 0, 'CHABINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JINDRA', 'chajkinka@seznam.cz', 'b89a5727ed', '', 'C', 1858, NULL, '2020-12-18 18:49:08', 0, 0, 0, 0, 0, 'CHAJKINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'charlow@seznam.cz', 'f78438e0a1', '', 'C', 1859, NULL, '2020-12-18 18:49:08', 0, 0, 0, 0, 0, 'CHALOUPECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.chaloupka@volny.cz', '9286730f29', '', 'C', 1860, NULL, '2020-12-18 18:49:08', 0, 1608548760, 0, 0, 0, 'CHALOUPKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALLA', 'allakhamet@seznam.cz', '3967e64ec8', '', 'C', 1861, NULL, '2020-12-18 18:49:08', 0, 0, 0, 0, 0, 'CHAMET', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.chartier@tiscali.cz', 'ff45ea7eb9', '', 'C', 1862, NULL, '2020-12-18 18:49:08', 0, 0, 0, 0, 0, 'CHARTIER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', '1mch1@seznam.cz', '165b7a5556', '', 'C', 1863, NULL, '2020-12-18 18:49:08', 0, 0, 0, 0, 0, 'CHARVÁT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANRIY', 'druzstvo.status@seznam.cz', '2df4bbcd6b', '', 'C', 1864, NULL, '2020-12-18 18:49:08', 0, 0, 0, 0, 0, 'CHELLENYAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'ec8064@email.cz', '9e97e522e4', '', 'C', 1865, NULL, '2020-12-18 18:49:08', 0, 0, 0, 0, 0, 'CHERNIKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SERGEY', 'julia2004@volny.cz', '0b5f850a4c', '', 'C', 1866, NULL, '2020-12-18 18:49:09', 0, 0, 0, 0, 0, 'CHIZHEVSKIY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DUŠAN', 'chladd@seznam.cz', '6ed1469164', '', 'C', 1867, NULL, '2020-12-18 18:49:09', 0, 0, 0, 0, 0, 'CHLAD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka@oxygensport.cz', 'c8a2f6c607', '', 'C', 1868, NULL, '2020-12-18 18:49:09', 0, 0, 0, 0, 0, 'CHLEBNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.ch@post.cz', '0983022dfb', '', 'C', 1869, NULL, '2020-12-18 18:49:09', 0, 0, 0, 0, 0, 'CHLEBOUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'irenach@seznam.cz', '5dc4099496', '', 'C', 1870, NULL, '2020-12-18 18:49:09', 0, 0, 0, 0, 0, 'CHLEBOVITSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evca.ch@seznam.cz', 'a060603198', '', 'C', 1871, NULL, '2020-12-18 18:49:09', 0, 0, 0, 0, 0, 'CHLIVÉNYIOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'eva.chm@seznam.cz', 'ae2ddec6b5', '', 'C', 1872, NULL, '2020-12-18 18:49:09', 0, 0, 0, 0, 0, 'Chmelová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'chocholousova.xx@seznam.cz', 'd1d0abd9e2', '', 'C', 1873, NULL, '2020-12-18 18:49:10', 0, 0, 0, 0, 0, 'CHOCHOLOUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.chorvatova@centrum.cz', '051172076c', '', 'C', 1874, NULL, '2020-12-18 18:49:10', 0, 0, 0, 0, 0, 'CHORVÁTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'klara.chotova@volny.cz', 'dfa47e631a', '', 'C', 1875, NULL, '2020-12-18 18:49:10', 0, 0, 0, 0, 0, 'CHOTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'chovanec20@seznam.cz', 'c8df35fd4e', '', 'C', 1876, NULL, '2020-12-18 18:49:10', 0, 0, 0, 0, 0, 'CHOVANEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'chovaneckovamarketa@seznam.cz', 'a02b58f7a3', '', 'C', 1877, NULL, '2020-12-18 18:49:10', 0, 0, 0, 0, 0, 'CHOVANEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'abril@email.cz', '012158baa9', '', 'C', 1878, NULL, '2020-12-18 18:49:10', 0, 0, 0, 0, 0, 'CHRÁSTECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'christecka@seznam.cz', '59583fe493', '', 'C', 1879, NULL, '2020-12-18 18:49:10', 0, 0, 0, 0, 0, 'CHRÍSTECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DUŠANA', 'dusana.chrzova@seznam.cz', 'ba5364b6e8', '', 'C', 1880, NULL, '2020-12-18 18:49:10', 0, 0, 0, 0, 0, 'CHRZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'chudoba.jan@seznam.cz', '81f1e0868b', '', 'C', 1881, NULL, '2020-12-18 18:49:10', 0, 0, 0, 0, 0, 'CHUDOBA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'akchudoba@akchudoba.cz', '20d577fc80', '', 'C', 1882, NULL, '2020-12-18 18:49:11', 0, 0, 0, 0, 0, 'CHUDOBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.chvatalova@ceskatelevize.cz', '6a6668bee9', '', 'C', 1883, NULL, '2020-12-18 18:49:11', 0, 1608551257, 0, 0, 0, 'CHVATALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HEDVIKA', 'hedvikachvatalova@seznam.cz', '6ca04c9c19', '', 'C', 1884, NULL, '2020-12-18 18:49:11', 0, 0, 0, 0, 0, 'CHVÁTALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'chvatlinova@seznam.cz', 'ac6b930950', '', 'C', 1885, NULL, '2020-12-18 18:49:11', 0, 0, 0, 0, 0, 'CHVATLINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabbis@seznam.cz', '75f05cd8b6', '', 'C', 1886, NULL, '2020-12-18 18:49:11', 0, 0, 0, 0, 0, 'CHVOJOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'g.chytilova@seznam.cz', 'bc3b0801b3', '', 'C', 1887, NULL, '2020-12-18 18:49:11', 0, 0, 0, 0, 0, 'CHYTILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('AHMAD', 'ahmad.i@seznam.cz', '95fff25e39', '', 'C', 1888, NULL, '2020-12-18 18:49:11', 0, 0, 0, 0, 0, 'IBRAHIM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MELANIE', 'melanie.i@seznam.cz', '937040cca0', '', 'C', 1889, NULL, '2020-12-18 18:49:12', 0, 0, 0, 0, 0, 'IBRAHIMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROMÍR', 'ihajaromir@seznam.cz', 'a8181fb974', '', 'C', 1890, NULL, '2020-12-18 18:49:12', 0, 0, 0, 0, 0, 'IHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TIBOR', 'tibino1@seznam.cz', '2a123420f1', '', 'C', 1891, NULL, '2020-12-18 18:49:12', 0, 0, 0, 0, 0, 'IMRE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOL', 'n.inkova@seznam.cz', 'da773b0014', '', 'C', 1892, NULL, '2020-12-18 18:49:12', 0, 0, 0, 0, 0, 'INKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARINA', 'marina.iscenko@email.cz', '5f56d12339', '', 'C', 1893, NULL, '2020-12-18 18:49:12', 0, 0, 0, 0, 0, 'IŠČENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kata.ivancova@seznam.cz', '2a3b5a0c6b', '', 'C', 1894, NULL, '2020-12-18 18:49:12', 0, 0, 0, 0, 0, 'IVANČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OKSANA', 'cubti@bon.cz', '94528c91f5', '', 'C', 1895, NULL, '2020-12-18 18:49:12', 0, 0, 0, 0, 0, 'IVANENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SLAVENA', 'slavena.ivankovic@lbm.cz', '2832bb0cf7', '', 'C', 1896, NULL, '2020-12-18 18:49:12', 0, 0, 0, 0, 0, 'IVANKOVIĆ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SERHIY', 'ivanyuk@seznam.cz', '50d96209a3', '', 'C', 1897, NULL, '2020-12-18 18:49:13', 0, 0, 0, 0, 0, 'IVANYUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.volta@seznam.cz', 'e0590f41da', '', 'C', 1898, NULL, '2020-12-18 18:49:13', 0, 0, 0, 0, 0, 'JAHODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'jachiml@seznam.cz', '4ceba74fd2', '', 'C', 1899, NULL, '2020-12-18 18:49:13', 0, 0, 0, 0, 0, 'JÁCHIMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'jaklova@fnplzen.cz', '436b70207a', '', 'C', 1900, NULL, '2020-12-18 18:49:13', 0, 0, 0, 0, 0, 'JAKLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'jakubec@proklima-stinicitechnika.cz', '064399ba92', '', 'C', 1901, NULL, '2020-12-18 18:49:13', 0, 0, 0, 0, 0, 'JAKUBEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOZEF', 'jjakubik@eurostonex.sk', 'ead41d96e8', '', 'C', 1902, NULL, '2020-12-18 18:49:13', 0, 0, 0, 0, 0, 'JAKUBIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JURAJ', 'juraj-jakubovic@orange.sk', '8548de6d68', '', 'C', 1903, NULL, '2020-12-18 18:49:13', 0, 0, 0, 0, 0, 'JAKUBOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena888@volny.cz', '620aaca510', '', 'C', 1904, NULL, '2020-12-18 18:49:14', 0, 0, 0, 0, 0, 'JAKUBOVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'jamborovapavlina@seznam.cz', 'c95db4e5a4', '', 'C', 1905, NULL, '2020-12-18 18:49:14', 0, 0, 0, 0, 0, 'JAMBOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'ejam@seznam.cz', 'a41ddb5fca', '', 'C', 1906, NULL, '2020-12-18 18:49:14', 0, 0, 0, 0, 0, 'JAMRISKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.jandacova@volny.cz', 'd829634b71', '', 'C', 1907, NULL, '2020-12-18 18:49:14', 0, 0, 0, 0, 0, 'JANDAČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NAĎA', 'kidr@email.cz', '878c3c9de7', '', 'C', 1908, NULL, '2020-12-18 18:49:14', 0, 0, 0, 0, 0, 'JANDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'denisajaneckova@seznam.cz', '47f3d7a289', '', 'C', 1909, NULL, '2020-12-18 18:49:14', 0, 0, 0, 0, 0, 'JANEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivanajanecko@seznam.cz', '60dcb60409', '', 'C', 1910, NULL, '2020-12-18 18:49:14', 0, 0, 0, 0, 0, 'JANEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVONA', 'yvonajaneckova@seznam.cz', '92e5f9ce3d', '', 'C', 1911, NULL, '2020-12-18 18:49:15', 0, 0, 0, 0, 0, 'JANEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTINA', 'janeckovakristina@seznam.cz', '75c819d7e1', '', 'C', 1912, NULL, '2020-12-18 18:49:15', 0, 0, 0, 0, 0, 'JANEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'janeckova2010@seznam.cz', '0a6c0388e5', '', 'C', 1913, NULL, '2020-12-18 18:49:15', 0, 0, 0, 0, 0, 'JANEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'pavlina1965@email.cz', '91258fcb8c', '', 'C', 1914, NULL, '2020-12-18 18:49:15', 0, 0, 0, 0, 0, 'JANEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IGOR', 'i.janik@llc.cz', 'b54b5f72d3', '', 'C', 1915, NULL, '2020-12-18 18:49:16', 0, 1608553429, 0, 0, 0, 'JANÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'janikova.lucie@seznam.cz', 'b705f810d0', '', 'C', 1916, NULL, '2020-12-18 18:49:16', 0, 0, 0, 0, 0, 'JANÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'shanusova@seznam.cz', '0e75a14602', '', 'C', 1917, NULL, '2020-12-18 18:49:16', 0, 0, 0, 0, 0, 'JANKAJOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.janku@quick.cz', 'bde6d11115', '', 'C', 1918, NULL, '2020-12-18 18:49:16', 0, 0, 0, 0, 0, 'JANKŮ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'j-marek@seznam.cz', '6323ac3385', '', 'C', 1919, NULL, '2020-12-18 18:49:16', 0, 0, 0, 0, 0, 'JANKULOVSKI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÉ', 'rene.janosch@seznam.cz', '85828ed5b8', '', 'C', 1920, NULL, '2020-12-18 18:49:17', 0, 0, 0, 0, 0, 'JANOSCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.j@frama.cz', '6c17a46c49', '', 'C', 1921, NULL, '2020-12-18 18:49:17', 0, 1608781439, 0, 0, 0, 'JANOŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek.janostak@seznam.cz', 'ac14b73a10', '', 'C', 1922, NULL, '2020-12-18 18:49:17', 0, 0, 0, 0, 0, 'JANOŠŤÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'medeakultur@medeakultur.cz', '6405179174', '', 'C', 1923, NULL, '2020-12-18 18:49:17', 0, 0, 0, 0, 0, 'JANOUŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zde.janousek@quick.cz', 'b4d4f9eb45', '', 'C', 1924, NULL, '2020-12-18 18:49:17', 0, 0, 0, 0, 0, 'JANOUŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'mjanousek@optimizor.cz', '02d69e1d58', '', 'C', 1925, NULL, '2020-12-18 18:49:17', 0, 0, 0, 0, 0, 'JANOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'aneta.jansova@seznam.cz', 'bb2cd992b4', '', 'C', 1926, NULL, '2020-12-18 18:49:17', 0, 0, 0, 0, 0, 'JANSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.janzova@seznam.cz', '0343f08f9b', '', 'C', 1927, NULL, '2020-12-18 18:49:18', 0, 0, 0, 0, 0, 'JANZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jares@automedik.cz', '7e7f8c7438', '', 'C', 1928, NULL, '2020-12-18 18:49:18', 0, 0, 0, 0, 0, 'JAREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'jarolimek1969@seznam.cz', 'c1ea244dee', '', 'C', 1929, NULL, '2020-12-18 18:49:18', 0, 0, 0, 0, 0, 'JAROLÍMEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pajonk', 'pajonk@centr.cz', '7f53e55b5a', '', 'C', 1930, NULL, '2020-12-18 18:49:18', 0, 0, 0, 0, 0, 'Jaroslav', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVO', 'jaros@topsearch.cz', '0a6aaf78e0', '', 'C', 1931, NULL, '2020-12-18 18:49:18', 0, 0, 0, 0, 0, 'JAROŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'cadeause@seznam.cz', '6f444bc621', '', 'C', 1932, NULL, '2020-12-18 18:49:18', 0, 0, 0, 0, 0, 'JAROŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'years18@azet.sk', '6b4aaefa7e', '', 'C', 1933, NULL, '2020-12-18 18:49:19', 0, 0, 0, 0, 0, 'JAROŠIČÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luciejarosova@seznam.cz', '358910f04e', '', 'C', 1934, NULL, '2020-12-18 18:49:19', 0, 0, 0, 0, 0, 'JAROŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'mj@intec.cz', 'ec257ef7f0', '', 'C', 1935, NULL, '2020-12-18 18:49:19', 0, 1608552901, 0, 0, 0, 'JAROŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'maya@maya-salon.cz', 'e9e0567745', '', 'C', 1936, NULL, '2020-12-18 18:49:19', 0, 0, 0, 0, 0, 'JASANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andra.javurkova@javurkova.cz', '7821b9bfba', '', 'C', 1937, NULL, '2020-12-18 18:49:19', 0, 0, 0, 0, 0, 'JAVŮRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRANTIŠEK', 'jeckelf@seznam.cz', 'b47d30b91c', '', 'C', 1938, NULL, '2020-12-18 18:49:19', 0, 0, 0, 0, 0, 'JECKEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.jehlickova@seznam.cz', 'fd0722eaed', '', 'C', 1939, NULL, '2020-12-18 18:49:19', 0, 0, 0, 0, 0, 'JEHLIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.jechova@email.cz', 'cb1ac1ed57', '', 'C', 1940, NULL, '2020-12-18 18:49:20', 0, 0, 0, 0, 0, 'JECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'jello55@seznam.cz', 'ab4049bb2a', '', 'C', 1941, NULL, '2020-12-18 18:49:20', 0, 0, 0, 0, 0, 'JELEŇ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'dkjelas@atlas.cz', '9a5c8d2625', '', 'C', 1942, NULL, '2020-12-18 18:49:20', 0, 0, 0, 0, 0, 'JELIHRAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jelinekjan@seznam.cz', '6f7ad669f7', '', 'C', 1943, NULL, '2020-12-18 18:49:20', 0, 0, 0, 0, 0, 'JELÍNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'jelinkova.m@email.cz', 'fba7ea44fd', '', 'C', 1944, NULL, '2020-12-18 18:49:20', 0, 0, 0, 0, 0, 'JELÍNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'jaroslava.jeneralova@seznam.cz', '0479d908a9', '', 'C', 1945, NULL, '2020-12-18 18:49:20', 0, 0, 0, 0, 0, 'JENERÁLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('DAVID', 'djerabek@seznam.cz', 'a0bd9cc986', '', 'C', 1946, NULL, '2020-12-18 18:49:20', 0, 0, 0, 0, 0, 'JEŘÁBEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jerabkovi2000@volny.cz', '02e857e4b2', '', 'C', 1947, NULL, '2020-12-18 18:49:21', 0, 0, 0, 0, 0, 'JEŘÁBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'jerabkova.radka@seznam.cz', 'd0fc1c3ef2', '', 'C', 1948, NULL, '2020-12-18 18:49:21', 0, 0, 0, 0, 0, 'JEŘÁBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janucha@email.cz', '259695bad1', '', 'C', 1949, NULL, '2020-12-18 18:49:21', 0, 0, 0, 0, 0, 'JEŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.jezdikova@jmauto.cz', 'dca32a4b3d', '', 'C', 1950, NULL, '2020-12-18 18:49:21', 0, 0, 0, 0, 0, 'JEŽDÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'manager@mdc.cz', '9ed603e790', '', 'C', 1951, NULL, '2020-12-18 18:49:21', 0, 1608572440, 0, 0, 0, 'Ježek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'cocolino@seznam.cz', '7c1e30ffdf', '', 'C', 1952, NULL, '2020-12-18 18:49:21', 0, 0, 0, 0, 0, 'JEŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dasujezova@seznam.cz', 'f31f97854f', '', 'C', 1953, NULL, '2020-12-18 18:49:21', 0, 0, 0, 0, 0, 'JEŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'jilkova@volny.cz', '64eeb8e8b4', '', 'C', 1954, NULL, '2020-12-18 18:49:22', 0, 1608561849, 0, 0, 0, 'JILKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.jilkova@volny.cz', '37d63c2bed', '', 'C', 1955, NULL, '2020-12-18 18:49:22', 0, 1609155694, 0, 0, 0, 'JÍLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radka-jindrichova@seznam.cz', '0cb15e0c1a', '', 'C', 1956, NULL, '2020-12-18 18:49:22', 0, 0, 0, 0, 0, 'JINDŘICHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('XU', 'xujing0722@seznam.cz', '7f8062f863', '', 'C', 1957, NULL, '2020-12-18 18:49:22', 0, 0, 0, 0, 0, 'JING', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'jirak11@seznam.cz', '7f3497d08c', '', 'C', 1958, NULL, '2020-12-18 18:49:22', 0, 0, 0, 0, 0, 'JIRÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana@gompa.cz', '4985c5eb27', '', 'C', 1959, NULL, '2020-12-18 18:49:22', 0, 0, 0, 0, 0, 'JIRÁSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'jirasova.p@seznam.cz', 'd4ade43c6b', '', 'C', 1960, NULL, '2020-12-18 18:49:22', 0, 0, 0, 0, 0, 'JIRASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radka@jirkova.cz', 'e4369c4b0e', '', 'C', 1961, NULL, '2020-12-18 18:49:22', 0, 1608636150, 0, 0, 0, 'JIRKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'jirouskovad@seznam.cz', '5f9001296e', '', 'C', 1962, NULL, '2020-12-18 18:49:22', 0, 0, 0, 0, 0, 'JIROUSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan.jirovec@roctawag.cz', 'e793954817', '', 'C', 1963, NULL, '2020-12-18 18:49:23', 0, 0, 0, 0, 0, 'JÍROVEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'diesel.aupark@email.cz', '7a404ed5e4', '', 'C', 1964, NULL, '2020-12-18 18:49:23', 0, 0, 0, 0, 0, 'JOHANESOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romana.jandova@volny.cz', '4a6c233183', '', 'C', 1965, NULL, '2020-12-18 18:49:23', 0, 0, 0, 0, 0, 'JOHANSSON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'stanislav.jonas@lbm.cz', 'cacba6ff9d', '', 'C', 1966, NULL, '2020-12-18 18:49:23', 0, 0, 0, 0, 0, 'JONÁŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.jonasova@lbm.cz', '2fd2172bb6', '', 'C', 1967, NULL, '2020-12-18 18:49:23', 0, 1608553091, 0, 0, 0, 'JONÁŠOVÁ', 'n', 0, 0, '', '80.188.255.188', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'tuha.sarka@seznam.cz', '1804b376fb', '', 'C', 1968, NULL, '2020-12-18 18:49:23', 0, 0, 0, 0, 0, 'JONÁŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'jopici@seznam.cz', '6458965edd', '', 'C', 1969, NULL, '2020-12-18 18:49:23', 0, 0, 0, 0, 0, 'JOPEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Perlík', 'josef.perlik@seznam.cz', '3c4c29cf15', '', 'C', 1970, NULL, '2020-12-18 18:49:24', 0, 0, 0, 0, 0, 'Josef', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVIA', 'silvia@astonb.sk', '1f05124735', '', 'C', 1971, NULL, '2020-12-18 18:49:24', 0, 0, 0, 0, 0, 'JOŠČÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVIA', 'joscakova@astonb.sk', '958ca91cbf', '', 'C', 1972, NULL, '2020-12-18 18:49:24', 0, 0, 0, 0, 0, 'JOŠČÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'patrik@gusblenden.cz', '788d9eff82', '', 'C', 1973, NULL, '2020-12-18 18:49:24', 0, 0, 0, 0, 0, 'JTANCC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'safrankova@ak-safrankova.cz', '3e9e49f17d', '', 'C', 1974, NULL, '2020-12-18 18:49:24', 0, 0, 0, 0, 0, 'ŠAFRÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('CTIRAD', 'cjuha@seznam.cz', '2ae9a8b9ff', '', 'C', 1975, NULL, '2020-12-18 18:49:24', 0, 0, 0, 0, 0, 'JUHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.juraczkova@seznam.cz', 'ce9ccdfa47', '', 'C', 1976, NULL, '2020-12-18 18:49:24', 0, 0, 0, 0, 0, 'JURACZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADAM', 'ajurca@seznam.cz', 'f8633bd3ea', '', 'C', 1977, NULL, '2020-12-18 18:49:24', 0, 0, 0, 0, 0, 'JURČA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zjurnecka@volny.cz', '78e187e4d7', '', 'C', 1978, NULL, '2020-12-18 18:49:25', 0, 1608565259, 0, 0, 0, 'JURNEČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARINA', 'brezovica@stonline.sk', '644592c97a', '', 'C', 1979, NULL, '2020-12-18 18:49:25', 0, 0, 0, 0, 0, 'JURSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'richard.j@centrum.cz', '9c5a249b9e', '', 'C', 1980, NULL, '2020-12-18 18:49:25', 0, 0, 0, 0, 0, 'JURSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'gpi@iol.cz', '3e637d1c71', '', 'C', 1981, NULL, '2020-12-18 18:49:25', 0, 0, 0, 0, 0, 'JURUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATKA', 'katkajurenova@seznam.cz', '7f3b5fccf4', '', 'C', 1982, NULL, '2020-12-18 18:49:25', 0, 0, 0, 0, 0, 'JUŘENOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'p.jurikova@nathanpeterson.cz', '69c004d54f', '', 'C', 1983, NULL, '2020-12-18 18:49:25', 0, 0, 0, 0, 0, 'JUŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'j.jusnova@seznam.cz', '7344ff834b', '', 'C', 1984, NULL, '2020-12-18 18:49:26', 0, 0, 0, 0, 0, 'JUSNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'juzova@alzheimercentrum.cz', '21da23514d', '', 'C', 1985, NULL, '2020-12-18 18:49:26', 0, 0, 0, 0, 0, 'JŮZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luciekaasova@seznam.cz', '3379f3ec6f', '', 'C', 1986, NULL, '2020-12-18 18:49:26', 0, 0, 0, 0, 0, 'KAASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EKATARINA', 'ekkabanova@seznam.cz', '666525210b', '', 'C', 1987, NULL, '2020-12-18 18:49:26', 0, 0, 0, 0, 0, 'KABANOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCEL', 'kabat.marcel@seznam.cz', '4beaa9bbc7', '', 'C', 1988, NULL, '2020-12-18 18:49:26', 0, 0, 0, 0, 0, 'KABÁT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'pkabat@seudoviapraha.cz', '5103281a4a', '', 'C', 1989, NULL, '2020-12-18 18:49:26', 0, 0, 0, 0, 0, 'KABÁT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.kabicka@seznam.cz', 'd0f874f7fe', '', 'C', 1990, NULL, '2020-12-18 18:49:26', 0, 0, 0, 0, 0, 'KABICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kaca_kabilkova@volny.cz', '1d4b9240dd', '', 'C', 1991, NULL, '2020-12-18 18:49:27', 0, 0, 0, 0, 0, 'KABILKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANASTASIA', 'anastasia.kabina@lbm.cz', 'c39d26473d', '', 'C', 1992, NULL, '2020-12-18 18:49:27', 0, 0, 0, 0, 0, 'KABINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'supcad@seznam.cz', 'e36dcef415', '', 'C', 1993, NULL, '2020-12-18 18:49:28', 0, 0, 0, 0, 0, 'KAČEROVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'alex.kaderabek@seznam.cz', 'c035f591bd', '', 'C', 1994, NULL, '2020-12-18 18:49:28', 0, 0, 0, 0, 0, 'KADEŘÁBKOVI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan.kadlec@meaista.cz', '45a8c4d599', '', 'C', 1995, NULL, '2020-12-18 18:49:29', 0, 0, 0, 0, 0, 'KADLEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.kadlec@bocean.cz', '0947cc7331', '', 'C', 1996, NULL, '2020-12-18 18:49:30', 0, 0, 0, 0, 0, 'KADLEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel@viagia.cz', '85acb4f223', '', 'C', 1997, NULL, '2020-12-18 18:49:31', 0, 0, 0, 0, 0, 'KADLEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'kacao14@seznam.cz', '0a389ad79d', '', 'C', 1998, NULL, '2020-12-18 18:49:31', 0, 0, 0, 0, 0, 'KADLEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'kadlecovahelca@seznam.cz', '71834985f7', '', 'C', 1999, NULL, '2020-12-18 18:49:31', 0, 0, 0, 0, 0, 'KADLECOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'kamilakadlecova@seznam.cz', 'cf448e5c04', '', 'C', 2000, NULL, '2020-12-18 18:49:32', 0, 0, 0, 0, 0, 'KADLECOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terazanek@seznam.cz', 'eeecbef025', '', 'C', 2001, NULL, '2020-12-18 18:49:32', 0, 0, 0, 0, 0, 'KADLECOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'caferka@seznam.cz', '3bc612696f', '', 'C', 2002, NULL, '2020-12-18 18:49:32', 0, 0, 0, 0, 0, 'KAFEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATSUNOVI', 'kaiden@gmcz.cz', '366116ee78', '', 'C', 2003, NULL, '2020-12-18 18:49:33', 0, 0, 0, 0, 0, 'KAIDEN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIKA', 'info@ajfr.cz', '46237df956', '', 'C', 2004, NULL, '2020-12-18 18:49:33', 0, 0, 0, 0, 0, 'KAIFER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'renata.kaiserova@volny.cz', '59e20db180', '', 'C', 2005, NULL, '2020-12-18 18:49:34', 0, 1608554831, 0, 0, 0, 'KAISER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'buenoservis@email.cz', '85cdc49039', '', 'C', 2006, NULL, '2020-12-18 18:49:34', 0, 0, 0, 0, 0, 'KAJGR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivanacervenkova@seznam.cz', 'ddb2849429', '', 'C', 2007, NULL, '2020-12-18 18:49:35', 0, 0, 0, 0, 0, 'KAJGROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.rojikova@seznam.cz', '58ead0fe64', '', 'C', 2008, NULL, '2020-12-18 18:49:35', 0, 0, 0, 0, 0, 'KALABZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'anna_maria@centrum.cz', '8c3670d368', '', 'C', 2009, NULL, '2020-12-18 18:49:35', 0, 0, 0, 0, 0, 'KALAVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'kallmunzerova@seznam.cz', '3aedf471d9', '', 'C', 2010, NULL, '2020-12-18 18:49:37', 0, 0, 0, 0, 0, 'KALLMÜNZEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DIMITR', 'dimitr.kanoncev@unicrystal.cz', '9f90748912', '', 'C', 2011, NULL, '2020-12-18 18:49:37', 0, 1608561420, 0, 0, 0, 'KALONTCHEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'kalouskova@bjellberg.cz', 'e24f32227d', '', 'C', 2012, NULL, '2020-12-18 18:49:38', 0, 0, 0, 0, 0, 'KALOUSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'kalous@kalous.cz', '2edb79acf2', '', 'C', 2013, NULL, '2020-12-18 18:49:39', 0, 0, 0, 0, 0, 'KALOUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARINA', 'da-rinka@seznam.cz', '705860de4d', '', 'C', 2014, NULL, '2020-12-18 18:49:39', 0, 0, 0, 0, 0, 'KALUŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIKA', 'kamarytovad@centrum.cz', '3ee34bb26b', '', 'C', 2015, NULL, '2020-12-18 18:49:39', 0, 0, 0, 0, 0, 'KAMARÝTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'ludmila@kamlenko.cz', '17727467a0', '', 'C', 2016, NULL, '2020-12-18 18:49:40', 0, 1608555545, 0, 0, 0, 'KAMLENKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'kanas16@seznam.cz', '884861cab2', '', 'C', 2017, NULL, '2020-12-18 18:49:40', 0, 0, 0, 0, 0, 'KÁŇA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'kaiva@seznam.cz', '1af8b71700', '', 'C', 2018, NULL, '2020-12-18 18:49:40', 0, 0, 0, 0, 0, 'KAŇÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milan.kanalos@g7.cz', 'da83d62b80', '', 'C', 2019, NULL, '2020-12-18 18:49:40', 0, 1608555943, 0, 0, 0, 'KANALOŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'miroslav@kandr.cz', '9dff02dc5e', '', 'C', 2020, NULL, '2020-12-18 18:49:41', 0, 1608556034, 0, 0, 0, 'KANDR', 'n', 0, 0, '', '109.80.87.5', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'finmarkt@centrum.cz', '2bdcbc1a9d', '', 'C', 2021, NULL, '2020-12-18 18:49:41', 0, 0, 0, 0, 0, 'KANÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'mkanova@seznam.cz', 'fb6e3a8977', '', 'C', 2022, NULL, '2020-12-18 18:49:42', 0, 0, 0, 0, 0, 'KÁŇOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'kriskova@email.cz', 'bbb5e41090', '', 'C', 2023, NULL, '2020-12-18 18:49:42', 0, 0, 0, 0, 0, 'KAPIAS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janina.kapi@seznam.cz', '460816a63b', '', 'C', 2024, NULL, '2020-12-18 18:49:42', 0, 0, 0, 0, 0, 'KAPITÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.kapounkova@quick.cz', 'ebd28e00c0', '', 'C', 2025, NULL, '2020-12-18 18:49:43', 0, 0, 0, 0, 0, 'KAPOUNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NADIJA', 'nadikaptur@atlas.cz', 'ed04b5ebfa', '', 'C', 2026, NULL, '2020-12-18 18:49:43', 0, 0, 0, 0, 0, 'KAPTUR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'roman.karabelli@bostonone.sk', '463c74be52', '', 'C', 2027, NULL, '2020-12-18 18:49:44', 0, 1608557056, 0, 0, 0, 'KARABELLI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ATHANASIA', 'akaraki@centrum.cz', 'bbd1fed15f', '', 'C', 2028, NULL, '2020-12-18 18:49:44', 0, 0, 0, 0, 0, 'KARAKI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david.karas@lbm.cz', '3b3ce2bdae', '', 'C', 2029, NULL, '2020-12-18 18:49:44', 0, 0, 0, 0, 0, 'KARAS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLEG', 'oleg@uk.cz', '1da3789139', '', 'C', 2030, NULL, '2020-12-18 18:49:45', 0, 0, 0, 0, 0, 'KARASEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'karpelesova@volny.cz', '0f5c14cc3d', '', 'C', 2031, NULL, '2020-12-18 18:49:46', 0, 1608562125, 0, 0, 0, 'KARPELESOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'evenka@seznam.cz', '1f17845578', '', 'C', 2032, NULL, '2020-12-18 18:49:46', 0, 0, 0, 0, 0, 'KASALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'kaslova@seznam.cz', 'd624cc0393', '', 'C', 2033, NULL, '2020-12-18 18:49:47', 0, 0, 0, 0, 0, 'KASLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'kasperova@tiscali.cz', '6815679e3b', '', 'C', 2034, NULL, '2020-12-18 18:49:47', 0, 0, 0, 0, 0, 'KASPEROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radka@kasper.cz', '9e7264f6ed', '', 'C', 2035, NULL, '2020-12-18 18:49:47', 0, 0, 0, 0, 0, 'KASPEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALISHER', 'alisher@seznam.cz', '0acc0d8185', '', 'C', 2036, NULL, '2020-12-18 18:49:48', 0, 0, 0, 0, 0, 'KASYMOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.kasa@seznam.cz', '70cd1b6b4f', '', 'C', 2037, NULL, '2020-12-18 18:49:48', 0, 0, 0, 0, 0, 'KAŠPAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠUBERTOVÁ', 'katerina.subertova@bcas.cz', '50f9ee41e7', '', 'C', 2038, NULL, '2020-12-18 18:49:48', 0, 0, 0, 0, 0, 'KATEŘINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ikavkova@seznam.cz', '26578ee301', '', 'C', 2039, NULL, '2020-12-18 18:49:49', 0, 0, 0, 0, 0, 'KAVKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'dr.m.kavka@seznam.cz', '572ccfe70b', '', 'C', 2040, NULL, '2020-12-18 18:49:49', 0, 0, 0, 0, 0, 'KAVKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARTEM', 'artem.kavunov@email.cz', '88835ddb77', '', 'C', 2041, NULL, '2020-12-18 18:49:49', 0, 0, 0, 0, 0, 'KAVUNOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.zalozhneva@gmail.cz', 'd8cfc23e1b', '', 'C', 2042, NULL, '2020-12-18 18:49:50', 0, 0, 0, 0, 0, 'KAZEYEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILA', 'milashka@seznam.cz', '528188d148', '', 'C', 2043, NULL, '2020-12-18 18:49:50', 0, 0, 0, 0, 0, 'KAZIMAGOMEDOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.kejhova@centrum.cz', '0b11c07d46', '', 'C', 2044, NULL, '2020-12-18 18:49:50', 0, 0, 0, 0, 0, 'KEJHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'kejvalovaalena@seznam.cz', '470b2e79c9', '', 'C', 2045, NULL, '2020-12-18 18:49:50', 0, 0, 0, 0, 0, 'KEJVALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'kejvalovaaneta@seznam.cz', '8bc9eb25b8', '', 'C', 2046, NULL, '2020-12-18 18:49:50', 0, 0, 0, 0, 0, 'KEJVALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDR', 'kalex@centrum.cz', '8fe49e1e1e', '', 'C', 2047, NULL, '2020-12-18 18:49:50', 0, 0, 0, 0, 0, 'KEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luciksedlackova@seznam.cz', '4161213dc2', '', 'C', 2048, NULL, '2020-12-18 18:49:50', 0, 0, 0, 0, 0, 'KELEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.kellich@centrum.cz', '52d5b68af4', '', 'C', 2049, NULL, '2020-12-18 18:49:51', 0, 1608558573, 0, 0, 0, 'KELLICH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'kellnerova@tipgamec.cz', 'd41d153d30', '', 'C', 2050, NULL, '2020-12-18 18:49:51', 0, 0, 0, 0, 0, 'KELLNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hanakelly81@gmail.cz', 'b9136df7be', '', 'C', 2051, NULL, '2020-12-18 18:49:51', 0, 0, 0, 0, 0, 'KELLY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'jarmila.kemrova@centrum.cz', 'fe020d3a22', '', 'C', 2052, NULL, '2020-12-18 18:49:51', 0, 0, 0, 0, 0, 'KEMROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sacinka@seznam.cz', 'd78e9bd9ec', '', 'C', 2053, NULL, '2020-12-18 18:49:51', 0, 0, 0, 0, 0, 'KESL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'marie.keselj@omway.cz', '658af527ea', '', 'C', 2054, NULL, '2020-12-18 18:49:51', 0, 0, 0, 0, 0, 'KEŠELJ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'ek@kplus-real.cz', '8c33e126e0', '', 'C', 2055, NULL, '2020-12-18 18:49:51', 0, 0, 0, 0, 0, 'KETTNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DJELIL', 'b.khaled@seznam.cz', 'b64f03ec4f', '', 'C', 2056, NULL, '2020-12-18 18:49:51', 0, 0, 0, 0, 0, 'KHALED', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 'ktv1202@seznam.cz', 'e5c9da1f77', '', 'C', 2057, NULL, '2020-12-18 18:49:52', 0, 0, 0, 0, 0, 'KHODAKOVSKAYA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARINA', 'khvorostova.m@seznam.cz', 'd3c56fbc2a', '', 'C', 2058, NULL, '2020-12-18 18:49:52', 0, 0, 0, 0, 0, 'KHVOROSTOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radkafedova@seznam.cz', '2d5b94e55c', '', 'C', 2059, NULL, '2020-12-18 18:49:52', 0, 0, 0, 0, 0, 'KCHOLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'katerina.kidric@jsb.cz', 'e82389ab73', '', 'C', 2060, NULL, '2020-12-18 18:49:52', 0, 0, 0, 0, 0, 'Kidrič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'argela@seznam.cz', 'ee812f2955', '', 'C', 2061, NULL, '2020-12-18 18:49:52', 0, 0, 0, 0, 0, 'KILIANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VOTHI', 'kimcuc@seznam.cz', 'e9de1ca8b4', '', 'C', 2062, NULL, '2020-12-18 18:49:52', 0, 0, 0, 0, 0, 'KIMCUC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'kincl.l@lkpump.cz', '50444121d6', '', 'C', 2063, NULL, '2020-12-18 18:49:53', 0, 0, 0, 0, 0, 'KINCL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'mkinkorova@newtech.cz', 'de0b7f67d8', '', 'C', 2064, NULL, '2020-12-18 18:49:53', 0, 1608577285, 0, 0, 0, 'KINKOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renatakirschner@centrum.cz', '3827de8d94', '', 'C', 2065, NULL, '2020-12-18 18:49:53', 0, 0, 0, 0, 0, 'KIRSCHNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROL', '777kajo@seznam.cz', 'aff102b192', '', 'C', 2066, NULL, '2020-12-18 18:49:53', 0, 0, 0, 0, 0, 'KISEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikla1@seznam.cz', 'c19bf63752', '', 'C', 2067, NULL, '2020-12-18 18:49:53', 0, 0, 0, 0, 0, 'KLAINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.klan@volny.cz', '46c1594e2b', '', 'C', 2068, NULL, '2020-12-18 18:49:54', 0, 0, 0, 0, 0, 'KLÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'klapacovavera@seznam.cz', '175766cfa1', '', 'C', 2069, NULL, '2020-12-18 18:49:54', 0, 0, 0, 0, 0, 'KLAPÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PLÍHALOVÁ', 'klara@kolcavova.cz', 'b516b1a4b1', '', 'C', 2070, NULL, '2020-12-18 18:49:54', 0, 1608626315, 0, 0, 0, 'KLÁRA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.klasnova@vecivevejue.cz', 'cc2a85507b', '', 'C', 2071, NULL, '2020-12-18 18:49:55', 0, 0, 0, 0, 0, 'KLASNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva@vseproonline.cz', '1bdd754b5a', '', 'C', 2072, NULL, '2020-12-18 18:49:55', 0, 0, 0, 0, 0, 'KLAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MÁRIA', 'm.klcova@seznam.cz', '702a70aa64', '', 'C', 2073, NULL, '2020-12-18 18:49:55', 0, 0, 0, 0, 0, 'KLČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIKCHAIL', 'olga200@seznam.cz', '84e2e966d2', '', 'C', 2074, NULL, '2020-12-18 18:49:55', 0, 0, 0, 0, 0, 'KLEBANOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('MARTINA', 'tinakle@seznam.cz', 'e675bb5ab3', '', 'C', 2075, NULL, '2020-12-18 18:49:55', 0, 0, 0, 0, 0, 'KLEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOT', 'klemenc@dancefloor.cz', '2775637afe', '', 'C', 2076, NULL, '2020-12-18 18:49:55', 0, 1608658671, 0, 0, 0, 'KLEMENC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'klement-m@seznam.cz', '9a1d48d833', '', 'C', 2077, NULL, '2020-12-18 18:49:55', 0, 0, 0, 0, 0, 'KLEMENT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.klementova@seznam.cz', '531605ef86', '', 'C', 2078, NULL, '2020-12-18 18:49:56', 0, 0, 0, 0, 0, 'KLEMENTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.klene@seznam.cz', 'cd740a2019', '', 'C', 2079, NULL, '2020-12-18 18:49:56', 0, 0, 0, 0, 0, 'KLENCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'mklenorova@seznam.cz', '2595d74dfd', '', 'C', 2080, NULL, '2020-12-18 18:49:56', 0, 0, 0, 0, 0, 'KLENOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.charvatova@seznam.cz', '5b21802646', '', 'C', 2081, NULL, '2020-12-18 18:49:56', 0, 0, 0, 0, 0, 'KLEPIŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOMÍR', 'l.klima@mybox.cz', '39f9b7fa84', '', 'C', 2082, NULL, '2020-12-18 18:49:56', 0, 1608583930, 0, 0, 0, 'KLÍMA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'klimxc@centrum.cz', 'be8ee2e930', '', 'C', 2083, NULL, '2020-12-18 18:49:56', 0, 0, 0, 0, 0, 'KLÍMA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zdenek.klima@volny.cz', '57b72e78f3', '', 'C', 2084, NULL, '2020-12-18 18:49:56', 0, 0, 0, 0, 0, 'KLÍMA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOŠ', 'lubos.klimes@okcolor.cz', '315b576d4d', '', 'C', 2085, NULL, '2020-12-18 18:49:57', 0, 1608564448, 0, 0, 0, 'KLIMEŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hanka.kli@seznam.cz', 'ac145065fb', '', 'C', 2086, NULL, '2020-12-18 18:49:57', 0, 0, 0, 0, 0, 'KLÍMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'office@becker-poliakoff.cz', 'dd9defaaf5', '', 'C', 2087, NULL, '2020-12-18 18:49:57', 0, 0, 0, 0, 0, 'KLIMPL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'v.klimtova@seznam.cz', 'f8f1c45a72', '', 'C', 2088, NULL, '2020-12-18 18:49:57', 0, 0, 0, 0, 0, 'KLIMTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'klominkova.m@seznam.cz', '2865b2e220', '', 'C', 2089, NULL, '2020-12-18 18:49:57', 0, 0, 0, 0, 0, 'KLOMÍNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JUREK', 'klos@milkpol.cz', '4bf0dddd28', '', 'C', 2090, NULL, '2020-12-18 18:49:57', 0, 0, 0, 0, 0, 'KLOS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDEŇKA', 'otopic@seznam.cz', '1f6b524e4a', '', 'C', 2091, NULL, '2020-12-18 18:49:58', 0, 0, 0, 0, 0, 'KLOSTERMANNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'm.klupak@seznam.cz', '17d4e447c8', '', 'C', 2092, NULL, '2020-12-18 18:49:58', 0, 0, 0, 0, 0, 'KLUPÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika8@seznam.cz', '8d6325280c', '', 'C', 2093, NULL, '2020-12-18 18:49:58', 0, 0, 0, 0, 0, 'KLVÁŇOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARINA', 'marinapraha@seznam.cz', 'e6e573e98e', '', 'C', 2094, NULL, '2020-12-18 18:49:58', 0, 0, 0, 0, 0, 'KLYCHEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARINA', 'katarina.kmecova@ebys.sk', '34185a8264', '', 'C', 2095, NULL, '2020-12-18 18:49:58', 0, 1608576839, 0, 0, 0, 'KMECOVA', 'n', 0, 0, '', '85.237.234.36', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELIŠKA', 'kmochova.e@seznam.cz', '3b828feb95', '', 'C', 2096, NULL, '2020-12-18 18:49:58', 0, 0, 0, 0, 0, 'KMOCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'kamila.knappova@seznam.cz', '1da893fa26', '', 'C', 2097, NULL, '2020-12-18 18:49:58', 0, 0, 0, 0, 0, 'KNAPPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.knebl@seznam.cz', '0511d38eb1', '', 'C', 2098, NULL, '2020-12-18 18:49:59', 0, 0, 0, 0, 0, 'Kneblová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.knezova@seznam.cz', '202999b452', '', 'C', 2099, NULL, '2020-12-18 18:49:59', 0, 0, 0, 0, 0, 'KNĚŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘINA', 'jirina.knittich@centrum.cz', 'f756b0c3b3', '', 'C', 2100, NULL, '2020-12-18 18:49:59', 0, 0, 0, 0, 0, 'KNITTICHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.k@volny.cz', '8105d91fb3', '', 'C', 2101, NULL, '2020-12-18 18:49:59', 0, 0, 0, 0, 0, 'KNOBLOCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'knoppova.t@seznam.cz', '97ec5c0dfd', '', 'C', 2102, NULL, '2020-12-18 18:49:59', 0, 0, 0, 0, 0, 'KNOPPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.kober@seznam.cz', '120398fd37', '', 'C', 2103, NULL, '2020-12-18 18:50:00', 0, 0, 0, 0, 0, 'KOBEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'kobilkova@saltpepper.cz', '598ebf0536', '', 'C', 2104, NULL, '2020-12-18 18:50:00', 0, 1608565648, 0, 0, 0, 'KOBILKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAVA', 'vaclava.koblic@email.cz', '5d987167ed', '', 'C', 2105, NULL, '2020-12-18 18:50:00', 0, 0, 0, 0, 0, 'KOBLICOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukaskobrle@seznam.cz', '22482e1a93', '', 'C', 2106, NULL, '2020-12-18 18:50:01', 0, 0, 0, 0, 0, 'KOBRLE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'chotenovska@seznam.cz', '5447b89df3', '', 'C', 2107, NULL, '2020-12-18 18:50:01', 0, 0, 0, 0, 0, 'KOCIANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'kocianova@seznam.cz', 'b9c8f3ea2f', '', 'C', 2108, NULL, '2020-12-18 18:50:01', 0, 0, 0, 0, 0, 'KOCIANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilona.kocianova@seznam.cz', '665d5751aa', '', 'C', 2109, NULL, '2020-12-18 18:50:01', 0, 0, 0, 0, 0, 'KOCIÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaelakocianovatt@seznam.cz', 'ef3399f669', '', 'C', 2110, NULL, '2020-12-18 18:50:01', 0, 0, 0, 0, 0, 'KOCIÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'mkocourek@kalich.cz', 'b69547c81b', '', 'C', 2111, NULL, '2020-12-18 18:50:01', 0, 0, 0, 0, 0, 'KOCOUREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'kocourkovamonika@volny.cz', '25e4ceae8c', '', 'C', 2112, NULL, '2020-12-18 18:50:02', 0, 0, 0, 0, 0, 'KOCOURKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barborakocurkova@email.cz', '12a9006495', '', 'C', 2113, NULL, '2020-12-18 18:50:02', 0, 0, 0, 0, 0, 'KOCURKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LARYSA', 'larasih@seznam.cz', '63a03f82bf', '', 'C', 2114, NULL, '2020-12-18 18:50:02', 0, 0, 0, 0, 0, 'KOCYIGIT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'stankovy.prodej@email.cz', '4d63b7fb4d', '', 'C', 2115, NULL, '2020-12-18 18:50:02', 0, 0, 0, 0, 0, 'KOČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'mprochodova@post.cz', '7e2532afc1', '', 'C', 2116, NULL, '2020-12-18 18:50:02', 0, 0, 0, 0, 0, 'KOČMÁROŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'kocova.j@seznam.cz', '810370d06b', '', 'C', 2117, NULL, '2020-12-18 18:50:02', 0, 0, 0, 0, 0, 'KOČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radkazoubkova@seznam.cz', '3f596a513d', '', 'C', 2118, NULL, '2020-12-18 18:50:02', 0, 0, 0, 0, 0, 'KODEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'akjam@tiscali.cz', 'c1d19c098d', '', 'C', 2119, NULL, '2020-12-18 18:50:03', 0, 1608574472, 0, 0, 0, 'KODÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'iva.koda@seznam.cz', '13703aae4d', '', 'C', 2120, NULL, '2020-12-18 18:50:03', 0, 0, 0, 0, 0, 'KOĎOUSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'ekodydkova@seznam.cz', '085aa30e77', '', 'C', 2121, NULL, '2020-12-18 18:50:03', 0, 0, 0, 0, 0, 'KODÝDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'honzakodytek@seznam.cz', 'd0114ff271', '', 'C', 2122, NULL, '2020-12-18 18:50:03', 0, 0, 0, 0, 0, 'KODYTEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'ino3@centrum.cz', '25ebe3e33f', '', 'C', 2123, NULL, '2020-12-18 18:50:03', 0, 0, 0, 0, 0, 'KODYTEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZBYNĚK', 'obchod.mmk@tiscali.cz', '688d5fed02', '', 'C', 2124, NULL, '2020-12-18 18:50:03', 0, 0, 0, 0, 0, 'KOEGÁR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'kofron@prestigetransport.cz', '001cad4abd', '', 'C', 2125, NULL, '2020-12-18 18:50:03', 0, 1608582149, 0, 0, 0, 'KOFROŇ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLASTIMIL', 'vkohout@administration.cz', '7bb4945b4c', '', 'C', 2126, NULL, '2020-12-18 18:50:03', 0, 0, 0, 0, 0, 'KOHOUT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLAŽENA', 'blazena.kohoutova@seznam.cz', 'bab8deb7bb', '', 'C', 2127, NULL, '2020-12-18 18:50:03', 0, 0, 0, 0, 0, 'KOHOUTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'kohoutova.d@email.cz', '8f01618701', '', 'C', 2128, NULL, '2020-12-18 18:50:04', 0, 0, 0, 0, 0, 'KOHOUTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.kohoutova@vkak.cz', '0e94684959', '', 'C', 2129, NULL, '2020-12-18 18:50:04', 0, 0, 0, 0, 0, 'KOHOUTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'office@kohoutova-ak.cz', '6c4f6693f0', '', 'C', 2130, NULL, '2020-12-18 18:50:04', 0, 0, 0, 0, 0, 'KOHOUTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'matakohutova@zoznam.sk', '63524073c8', '', 'C', 2131, NULL, '2020-12-18 18:50:04', 0, 0, 0, 0, 0, 'KOHÚTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela@kochman-ak.cz', 'a69d7ecc1a', '', 'C', 2132, NULL, '2020-12-18 18:50:04', 0, 0, 0, 0, 0, 'KOCHMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INGA', 'inga.k@seznam.cz', '0dd095a16c', '', 'C', 2133, NULL, '2020-12-18 18:50:04', 0, 0, 0, 0, 0, 'KOKALEVSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'j.ko52@seznam.cz', '5321c08a2c', '', 'C', 2134, NULL, '2020-12-18 18:50:04', 0, 0, 0, 0, 0, 'KOLÁČNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'kolar@ducr.cz', 'b9901c34d8', '', 'C', 2135, NULL, '2020-12-18 18:50:05', 0, 0, 0, 0, 0, 'KOLÁŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KVĚTOSLAV', 'slavek@seznam.cz', '4516bf6cb2', '', 'C', 2136, NULL, '2020-12-18 18:50:05', 0, 0, 0, 0, 0, 'KOLÁŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'mata.kolacek@seznam.cz', '86857868d6', '', 'C', 2137, NULL, '2020-12-18 18:50:05', 0, 0, 0, 0, 0, 'KOLÁŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'kamila.kolarikova@atlas.cz', 'fc7d581a81', '', 'C', 2138, NULL, '2020-12-18 18:50:05', 0, 0, 0, 0, 0, 'KOLAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmara272@azet.sk', 'c37d519ea4', '', 'C', 2139, NULL, '2020-12-18 18:50:05', 0, 0, 0, 0, 0, 'KOLÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'kolarova@hhotels.cz', 'da71fa8e16', '', 'C', 2140, NULL, '2020-12-18 18:50:05', 0, 0, 0, 0, 0, 'KOLÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'kolasirka@seznam.cz', '3d6975aaa9', '', 'C', 2141, NULL, '2020-12-18 18:50:05', 0, 0, 0, 0, 0, 'KOLAŠÍROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'hkolbabova@centrum.cz', '355c215bed', '', 'C', 2142, NULL, '2020-12-18 18:50:06', 0, 0, 0, 0, 0, 'KOLBANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'kolbl@volny.cz', 'ff54196ec4', '', 'C', 2143, NULL, '2020-12-18 18:50:06', 0, 0, 0, 0, 0, 'KŐLBLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'kolesnikova@alisa.cz', 'd30b638eee', '', 'C', 2144, NULL, '2020-12-18 18:50:06', 0, 1608586042, 0, 0, 0, 'KOLESNIKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LARISA', 'lara.kolesnikova@seznam.cz', '7a97c7c3c8', '', 'C', 2145, NULL, '2020-12-18 18:50:06', 0, 0, 0, 0, 0, 'KOLESNIKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BORIS', 'boris@funradio.sk', 'dd3bf12d16', '', 'C', 2146, NULL, '2020-12-18 18:50:06', 0, 0, 0, 0, 0, 'KOLLÁR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MÁRIA', 'simonhorecky@stouline.sk', '0fc52c9a98', '', 'C', 2147, NULL, '2020-12-18 18:50:07', 0, 0, 0, 0, 0, 'KOLLAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'kollarova@volny.cz', 'cfc0dde8fc', '', 'C', 2148, NULL, '2020-12-18 18:50:07', 0, 1608564002, 0, 0, 0, 'KOLLÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'm.kollingerova@greco.cz', 'db6eff19b7', '', 'C', 2149, NULL, '2020-12-18 18:50:07', 0, 0, 0, 0, 0, 'KOLLINGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'kollnerova@seznam.cz', 'c10a639cc3', '', 'C', 2150, NULL, '2020-12-18 18:50:07', 0, 0, 0, 0, 0, 'KŐLLNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.kolmanova@email.cz', '468163e1de', '', 'C', 2151, NULL, '2020-12-18 18:50:07', 0, 0, 0, 0, 0, 'KOLMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'radek.kolman@seznam.cz', '7a25e614a8', '', 'C', 2152, NULL, '2020-12-18 18:50:07', 0, 0, 0, 0, 0, 'KOLMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'kolobova.irina@email.cz', '6a7a86040b', '', 'C', 2153, NULL, '2020-12-18 18:50:07', 0, 0, 0, 0, 0, 'KOLOBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'terasy.kamhajek@seznam.cz', '56855cb380', '', 'C', 2154, NULL, '2020-12-18 18:50:08', 0, 0, 0, 0, 0, 'KOLOVECKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIKA', 'kolowrat-krakowska@kolowrat.cz', '3d9837e10f', '', 'C', 2155, NULL, '2020-12-18 18:50:08', 0, 1608564462, 0, 0, 0, 'KOLOWRAT-KRAKOWSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVAN', 'ivan.komarek@seznam.cz', 'aab0d97019', '', 'C', 2156, NULL, '2020-12-18 18:50:08', 0, 0, 0, 0, 0, 'KOMÁREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'komarek@kkcg.cz', 'ff58dd8b9f', '', 'C', 2157, NULL, '2020-12-18 18:50:08', 0, 1608572352, 0, 0, 0, 'KOMÁREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'komarekp@kovosvit.cz', '5300f06373', '', 'C', 2158, NULL, '2020-12-18 18:50:08', 0, 0, 0, 0, 0, 'KOMÁREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.komarkova@dermacol.cz', '10f0423b2f', '', 'C', 2159, NULL, '2020-12-18 18:50:08', 0, 0, 0, 0, 0, 'KOMÁRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Věra', 'vera.komarova@dermacol.cz', 'd8855ccff8', '', 'C', 2160, NULL, '2020-12-18 18:50:09', 0, 0, 0, 0, 0, 'Komárová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.komestikova@lbm.cz', '43a8701d91', '', 'C', 2161, NULL, '2020-12-18 18:50:09', 0, 0, 0, 0, 0, 'KOMEŠTÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'kominek@abaenergy.cz', '4db2bc59ec', '', 'C', 2162, NULL, '2020-12-18 18:50:09', 0, 1608565123, 0, 0, 0, 'KOMÍNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'komorousova@czr.cz', '282ab3fc96', '', 'C', 2163, NULL, '2020-12-18 18:50:09', 0, 1608564650, 0, 0, 0, 'KOMOROUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radka.pha@seznam.cz', 'c42db5bb22', '', 'C', 2164, NULL, '2020-12-18 18:50:09', 0, 0, 0, 0, 0, 'KONČELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas@konderla.cz', 'cf536317d1', '', 'C', 2165, NULL, '2020-12-18 18:50:09', 0, 1608566774, 0, 0, 0, 'KONDERLA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.plhakova@gmail.cz', 'e56198a2ad', '', 'C', 2166, NULL, '2020-12-18 18:50:09', 0, 0, 0, 0, 0, 'KONDRLÍKOVÁ PLHÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmara.konecna@seznam.cz', '323cee936a', '', 'C', 2167, NULL, '2020-12-18 18:50:10', 0, 0, 0, 0, 0, 'KONEČNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.konecna@vomaub.cz', '38e7e3e6e8', '', 'C', 2168, NULL, '2020-12-18 18:50:10', 0, 0, 0, 0, 0, 'KONEČNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzka.kony@seznam.cz', 'dfc87b8281', '', 'C', 2169, NULL, '2020-12-18 18:50:10', 0, 0, 0, 0, 0, 'KONEČNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'konickovakatka@seznam.cz', 'a31ffdefab', '', 'C', 2170, NULL, '2020-12-18 18:50:10', 0, 0, 0, 0, 0, 'KONÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'konrad@tmeer.cz', '33d0e670e4', '', 'C', 2171, NULL, '2020-12-18 18:50:11', 0, 0, 0, 0, 0, 'KONRAD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'konvalinka.j@seznam.cz', '0a8c4da49e', '', 'C', 2172, NULL, '2020-12-18 18:50:11', 0, 0, 0, 0, 0, 'KONVALINKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'kopackova@masowrt.cz', 'd59004d8f2', '', 'C', 2173, NULL, '2020-12-18 18:50:11', 0, 0, 0, 0, 0, 'KOPÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SANDRA', 'sandrazieglerova@seznam.cz', 'b86a1bb355', '', 'C', 2174, NULL, '2020-12-18 18:50:11', 0, 0, 0, 0, 0, 'KOPÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'hotelnebozizek@volny.cz', 'f3a1884e15', '', 'C', 2175, NULL, '2020-12-18 18:50:11', 0, 0, 0, 0, 0, 'KOPECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZIE', 'terezie.kopecka@ctstravel.cz', '2963429d67', '', 'C', 2176, NULL, '2020-12-18 18:50:12', 0, 0, 0, 0, 0, 'KOPECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.kopecky@wineleus.cz', '3454c174d5', '', 'C', 2177, NULL, '2020-12-18 18:50:12', 0, 0, 0, 0, 0, 'KOPECKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLASTA', 'vlastakopecka@email.cz', '02f389404d', '', 'C', 2178, NULL, '2020-12-18 18:50:12', 0, 0, 0, 0, 0, 'KOPEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.kopfova@seznam.cz', '72c6d49381', '', 'C', 2179, NULL, '2020-12-18 18:50:12', 0, 0, 0, 0, 0, 'KOPFOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'jarcakopfova@seznam.cz', '5285d98f55', '', 'C', 2180, NULL, '2020-12-18 18:50:12', 0, 0, 0, 0, 0, 'KOPFOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.kopicova@seznam.cz', 'fb0f6f6df7', '', 'C', 2181, NULL, '2020-12-18 18:50:12', 0, 0, 0, 0, 0, 'KOPICOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'kopi.kt@seznam.cz', '83538e7fae', '', 'C', 2182, NULL, '2020-12-18 18:50:12', 0, 0, 0, 0, 0, 'KOPIDLANSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'krcin@atlas.cz', '23d368031b', '', 'C', 2183, NULL, '2020-12-18 18:50:13', 0, 0, 0, 0, 0, 'KOPŘIVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'koprivova.marta@seznam.cz', '1f2721e34f', '', 'C', 2184, NULL, '2020-12-18 18:50:13', 0, 0, 0, 0, 0, 'KOPŘIVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.koprivova@seznam.cz', 'a6639eef30', '', 'C', 2185, NULL, '2020-12-18 18:50:13', 0, 0, 0, 0, 0, 'KOPŘIVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'e.korcova@zsmv.cz', 'fb2bf9c3ff', '', 'C', 2186, NULL, '2020-12-18 18:50:13', 0, 0, 0, 0, 0, 'KORCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'koreckab@seznam.cz', '30224b8a5d', '', 'C', 2187, NULL, '2020-12-18 18:50:13', 0, 0, 0, 0, 0, 'KORECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'korecky@seznam.cz', '1ad288f09b', '', 'C', 2188, NULL, '2020-12-18 18:50:13', 0, 0, 0, 0, 0, 'KORECKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOSLAV', 'kristyna.koreckova@seznam.cz', '9bdfdc3e6c', '', 'C', 2189, NULL, '2020-12-18 18:50:13', 0, 0, 0, 0, 0, 'KOREČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jirka.korn@volny.cz', '0d798c9c99', '', 'C', 2190, NULL, '2020-12-18 18:50:13', 0, 1608570133, 0, 0, 0, 'KORN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'mkorner@keynet.cz', '23bb8cceda', '', 'C', 2191, NULL, '2020-12-18 18:50:14', 0, 0, 0, 0, 0, 'KÖRNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVAN', 'sidex@volny.cz', '4d8d7fad6e', '', 'C', 2192, NULL, '2020-12-18 18:50:14', 0, 0, 0, 0, 0, 'KORNOUKHOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vasek.korselt@volny.cz', '8d563e5fa8', '', 'C', 2193, NULL, '2020-12-18 18:50:14', 0, 0, 0, 0, 0, 'KORSELT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'klara.korankova@primatech.cz', '764af6ce86', '', 'C', 2194, NULL, '2020-12-18 18:50:14', 0, 0, 0, 0, 0, 'KOŘÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'kossat@seznam.cz', '0ce5bfd694', '', 'C', 2195, NULL, '2020-12-18 18:50:14', 0, 0, 0, 0, 0, 'KOSACHEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'kosarovarenata@seznam.cz', 'd13290edd6', '', 'C', 2196, NULL, '2020-12-18 18:50:14', 0, 0, 0, 0, 0, 'KOSAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREY', 'andrey@eller.cz', '747144a2e1', '', 'C', 2197, NULL, '2020-12-18 18:50:14', 0, 1608569156, 0, 0, 0, 'KOSHCHEEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'kosinova.sarka@email.cz', 'ccae242f40', '', 'C', 2198, NULL, '2020-12-18 18:50:15', 0, 0, 0, 0, 0, 'KOSINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JENNIFER', 'jkoskas@fiftylife.cz', '86d28c2891', '', 'C', 2199, NULL, '2020-12-18 18:50:15', 0, 0, 0, 0, 0, 'KOSKAS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katkakoss@seznam.cz', 'e393130e70', '', 'C', 2200, NULL, '2020-12-18 18:50:15', 0, 0, 0, 0, 0, 'KOSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'kossar@pro-vida.sk', 'd529f35179', '', 'C', 2201, NULL, '2020-12-18 18:50:15', 0, 0, 0, 0, 0, 'KOSSÁR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'danielakostkova@post.cz', '3aa9ff138d', '', 'C', 2202, NULL, '2020-12-18 18:50:15', 0, 0, 0, 0, 0, 'KOSTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRYŠTOF', 'krystof@studentskaleta.cz', '3d8be20b8b', '', 'C', 2203, NULL, '2020-12-18 18:50:15', 0, 0, 0, 0, 0, 'KOSTROUN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('DAVID', 'letenky@edenway.cz', '3989fd242e', '', 'C', 2204, NULL, '2020-12-18 18:50:15', 0, 0, 0, 0, 0, 'KOSTURA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DÁŠA', 'kosanova@seznam.cz', '5272ad8044', '', 'C', 2205, NULL, '2020-12-18 18:50:15', 0, 0, 0, 0, 0, 'KOŠÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'kosar@krby-style.cz', '33aaff3294', '', 'C', 2206, NULL, '2020-12-18 18:50:15', 0, 1608567866, 0, 0, 0, 'KOŠAŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.kosinova@lbm.cz', '8a96df289b', '', 'C', 2207, NULL, '2020-12-18 18:50:16', 0, 1608569854, 0, 0, 0, 'KOŠINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martinkoska@avers.cz', '222b58fa37', '', 'C', 2208, NULL, '2020-12-18 18:50:16', 0, 0, 0, 0, 0, 'KOŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'kostalova.renata@seznam.cz', '391211df90', '', 'C', 2209, NULL, '2020-12-18 18:50:16', 0, 0, 0, 0, 0, 'KOŠŤÁLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANUŠ', 'kotekhanus@email.cz', 'c2ef98572c', '', 'C', 2210, NULL, '2020-12-18 18:50:16', 0, 0, 0, 0, 0, 'KOTEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'kotikova@ak-kotikova.cz', '624d288688', '', 'C', 2211, NULL, '2020-12-18 18:50:16', 0, 0, 0, 0, 0, 'KOTÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BĚLA', 'kotkova@akkotek.cz', 'cda8409243', '', 'C', 2212, NULL, '2020-12-18 18:50:16', 0, 1608567134, 0, 0, 0, 'KOTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'r.kotkova@seznam.cz', '04980e0e37', '', 'C', 2213, NULL, '2020-12-18 18:50:16', 0, 0, 0, 0, 0, 'KOTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'kotounova.p@seznam.cz', '4c20e7a21c', '', 'C', 2214, NULL, '2020-12-18 18:50:16', 0, 0, 0, 0, 0, 'KOTOUNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hk.restaurant@volny.cz', '3ce956dc9b', '', 'C', 2215, NULL, '2020-12-18 18:50:17', 0, 1608567943, 0, 0, 0, 'KOTRBATÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilona.kotrbova@tcx.cz', '61081c93b6', '', 'C', 2216, NULL, '2020-12-18 18:50:17', 0, 0, 0, 0, 0, 'KOTRBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SOŇA', 'soniak@centrum.cz', '0122f2755f', '', 'C', 2217, NULL, '2020-12-18 18:50:17', 0, 0, 0, 0, 0, 'KOTRBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SYLVA', 's.kotrbova@seznam.cz', '1773181e16', '', 'C', 2218, NULL, '2020-12-18 18:50:17', 0, 0, 0, 0, 0, 'KOTRBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitkakudrnova@seznam.cz', '8d4d783abf', '', 'C', 2219, NULL, '2020-12-18 18:50:18', 0, 0, 0, 0, 0, 'KOTTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIRON', 'hemiko@volny.cz', 'f00f5b7958', '', 'C', 2220, NULL, '2020-12-18 18:50:18', 0, 0, 0, 0, 0, 'KOTULIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vasek.koubik@seznam.cz', '4f6255719f', '', 'C', 2221, NULL, '2020-12-18 18:50:18', 0, 0, 0, 0, 0, 'KOUBÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alenakoudelova@seznam.cz', '4f049b8307', '', 'C', 2222, NULL, '2020-12-18 18:50:19', 0, 0, 0, 0, 0, 'KOUDELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.kou@volny.cz', 'feb82a1aa3', '', 'C', 2223, NULL, '2020-12-18 18:50:19', 0, 0, 0, 0, 0, 'KOUDELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jankako@centrum.cz', '2fe43d5cda', '', 'C', 2224, NULL, '2020-12-18 18:50:19', 0, 0, 0, 0, 0, 'KOUKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROMÍR', 'jaromir.koula@seznam.cz', '8cce2567b7', '', 'C', 2225, NULL, '2020-12-18 18:50:19', 0, 0, 0, 0, 0, 'KOULA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'filip.kout@autokout.cz', '89206e5a76', '', 'C', 2226, NULL, '2020-12-18 18:50:19', 0, 0, 0, 0, 0, 'KOUT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jakub.koutek@kkas.cz', '42c9d5d1ef', '', 'C', 2227, NULL, '2020-12-18 18:50:19', 0, 0, 0, 0, 0, 'KOUTEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'pavlinakoutnikova@seznam.cz', '72e65142d8', '', 'C', 2228, NULL, '2020-12-18 18:50:19', 0, 0, 0, 0, 0, 'KOUTNÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIJA', 'natalia2@seznam.cz', 'af4262ae55', '', 'C', 2229, NULL, '2020-12-18 18:50:20', 0, 0, 0, 0, 0, 'KOVACIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'saska@mail.t-com.sk', '71a000f7e6', '', 'C', 2230, NULL, '2020-12-18 18:50:20', 0, 0, 0, 0, 0, 'KOVÁCSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'kovac@patria.cz', '138b68e4c7', '', 'C', 2231, NULL, '2020-12-18 18:50:20', 0, 0, 0, 0, 0, 'KOVAČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TANJA', 'tkovac@luxuryguide.cz', 'bdc383894d', '', 'C', 2232, NULL, '2020-12-18 18:50:20', 0, 0, 0, 0, 0, 'KOVAČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVOL', 'kovacic@idc.sk', 'f7aa192fbe', '', 'C', 2233, NULL, '2020-12-18 18:50:20', 0, 0, 0, 0, 0, 'KOVÁČIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JÁN', 'jan.kovacik@forza.sk', '79b8629497', '', 'C', 2234, NULL, '2020-12-18 18:50:20', 0, 0, 0, 0, 0, 'KOVAČIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivakov@seznam.cz', '9687d3bc42', '', 'C', 2235, NULL, '2020-12-18 18:50:20', 0, 0, 0, 0, 0, 'KOVÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRANTIŠEK', '2365@post.cz', 'c8f5e9af7e', '', 'C', 2236, NULL, '2020-12-18 18:50:20', 0, 0, 0, 0, 0, 'KOVANDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETER', 'p.kovarcik@czechteleaxis.cz', '7dae188453', '', 'C', 2237, NULL, '2020-12-18 18:50:21', 0, 0, 0, 0, 0, 'KOVARČÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.kovar@jurex.cz', '95b2690923', '', 'C', 2238, NULL, '2020-12-18 18:50:21', 0, 1608568782, 0, 0, 0, 'KOVÁŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'l.kovar@chello.cz', '2a93be3294', '', 'C', 2239, NULL, '2020-12-18 18:50:21', 0, 0, 0, 0, 0, 'KOVÁŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'le.kovarikova@seznam.cz', '813819ed5b', '', 'C', 2240, NULL, '2020-12-18 18:50:21', 0, 0, 0, 0, 0, 'KOVAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'kovarka@email.cz', 'bff1526de0', '', 'C', 2241, NULL, '2020-12-18 18:50:21', 0, 0, 0, 0, 0, 'KOVÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROMÍRA', 'kovarova@ibt.cas.cz', 'ef40359f6e', '', 'C', 2242, NULL, '2020-12-18 18:50:21', 0, 1608581156, 0, 0, 0, 'KOVÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'kozak.pk@seznam.cz', '65c0fe77b5', '', 'C', 2243, NULL, '2020-12-18 18:50:21', 0, 0, 0, 0, 0, 'KOZÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'marie.kozakova@lbm.cz', '31dd84735e', '', 'C', 2244, NULL, '2020-12-18 18:50:21', 0, 0, 0, 0, 0, 'KOZAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'kozakovag@centrum.cz', '9aaacb3ada', '', 'C', 2245, NULL, '2020-12-18 18:50:22', 0, 0, 0, 0, 0, 'KOZÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'davudekozak@centrum.cz', '11386eae2f', '', 'C', 2246, NULL, '2020-12-18 18:50:22', 0, 0, 0, 0, 0, 'KOZÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'kozohorskamarie@seznam.cz', 'c4d9284fc0', '', 'C', 2247, NULL, '2020-12-18 18:50:22', 0, 0, 0, 0, 0, 'KOZOHORSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jirikozojed@seznam.cz', '79cc537c95', '', 'C', 2248, NULL, '2020-12-18 18:50:22', 0, 0, 0, 0, 0, 'KOZOJED', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.krafta@seznam.cz', 'e157274cf8', '', 'C', 2249, NULL, '2020-12-18 18:50:22', 0, 0, 0, 0, 0, 'KRAFTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MATĚJ', 'matejkrajcik@seznam.cz', 'e1c44befeb', '', 'C', 2250, NULL, '2020-12-18 18:50:22', 0, 0, 0, 0, 0, 'KRAJČÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'richard.k@seznam.cz', 'caf07bdd0d', '', 'C', 2251, NULL, '2020-12-18 18:50:22', 0, 0, 0, 0, 0, 'KRAJČO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.krajcova@volny.cz', '6b52592f38', '', 'C', 2252, NULL, '2020-12-18 18:50:22', 0, 0, 0, 0, 0, 'KRAJČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.krajna@re-max.cz', 'd75d082b07', '', 'C', 2253, NULL, '2020-12-18 18:50:23', 0, 1608569866, 0, 0, 0, 'KRAJNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARÍNA', 'katarina.krajnikova@seznam.cz', 'f3eb2bae6a', '', 'C', 2254, NULL, '2020-12-18 18:50:23', 0, 0, 0, 0, 0, 'KRAJNIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'kral100@seznam.cz', '5bfda983ae', '', 'C', 2255, NULL, '2020-12-18 18:50:23', 0, 0, 0, 0, 0, 'KRAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTEFAN', 'kralstefan@seznam.cz', 'ca3011be95', '', 'C', 2256, NULL, '2020-12-18 18:50:23', 0, 0, 0, 0, 0, 'KRÁL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'akkral@akkral.cz', '2248fa086d', '', 'C', 2257, NULL, '2020-12-18 18:50:23', 0, 0, 0, 0, 0, 'KRÁL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'v.kramarova@seznam.cz', 'b42408fd46', '', 'C', 2258, NULL, '2020-12-18 18:50:23', 0, 1608574200, 0, 0, 0, 'KRAMÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'kramer@fieldresearch.cz', '1078460939', '', 'C', 2259, NULL, '2020-12-18 18:50:23', 0, 0, 0, 0, 0, 'KRAMER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'kramperova@seznam.cz', 'aeb41555a2', '', 'C', 2260, NULL, '2020-12-18 18:50:23', 0, 0, 0, 0, 0, 'KRAMPEROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'libor.krasa@eget.cz', 'c5a7693838', '', 'C', 2261, NULL, '2020-12-18 18:50:24', 0, 1608630353, 0, 0, 0, 'KRÁSA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.krasnanska@sheron.sk', '259c5ffc67', '', 'C', 2262, NULL, '2020-12-18 18:50:24', 0, 0, 0, 0, 0, 'KRASŇANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'vkrasova@seznam.cz', '4e3332fe34', '', 'C', 2263, NULL, '2020-12-18 18:50:24', 0, 0, 0, 0, 0, 'KRÁSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.kratenova@ak-kratenova.cz', '361d5e9f88', '', 'C', 2264, NULL, '2020-12-18 18:50:25', 0, 0, 0, 0, 0, 'KRATĚNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'pedilkak@email.cz', 'd92803522d', '', 'C', 2265, NULL, '2020-12-18 18:50:25', 0, 0, 0, 0, 0, 'KRÁTKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'daniela.kratochvilova@seznam.cz', 'acfb6825b0', '', 'C', 2266, NULL, '2020-12-18 18:50:25', 0, 0, 0, 0, 0, 'KRATOCHVÍLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivanakratochvilova@centrum.cz', '6c2a55f805', '', 'C', 2267, NULL, '2020-12-18 18:50:25', 0, 1608570962, 0, 0, 0, 'KRATOCHVÍLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kkratochvilova@o2active.cz', 'ff88206e4f', '', 'C', 2268, NULL, '2020-12-18 18:50:25', 0, 0, 0, 0, 0, 'KRATOCHVÍLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa.kratochvilova@studiobudikov.cz', '88f5aea162', '', 'C', 2269, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KRATOCHVÍLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'misspepe@centrum.cz', 'fb7ed22d31', '', 'C', 2270, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KRATOCHVÍLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YVETA', 'y.kratochvilova@seznam.cz', '34ed09b0e2', '', 'C', 2271, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KRATOCHVÍLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka@krattner.cz', 'f9f401f278', '', 'C', 2272, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KRATTNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'davcakraus@seznam.cz', '12c6b08df5', '', 'C', 2273, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KRAUS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terezakominkova@gmail.cz', '00ab669ad9', '', 'C', 2274, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KOMÍNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katka.krausova2211@seznam.cz', '9ec10dd1e7', '', 'C', 2275, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KRAUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'krausova@makra.cz', 'ac55f8c1fc', '', 'C', 2276, NULL, '2020-12-18 18:50:26', 0, 1608584395, 0, 0, 0, 'KRAUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIANNA', 'mailto.marianna.krausova@jexxus.cz', 'd00d6663ba', '', 'C', 2277, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KRAUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'slecinka@email.cz', 'e43917ffa8', '', 'C', 2278, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KRAUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.krbcova@cez.cz', 'be6d8943f2', '', 'C', 2279, NULL, '2020-12-18 18:50:26', 0, 0, 0, 0, 0, 'KRBCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.krcilova@elgaj.cz', 'de2aef9b07', '', 'C', 2280, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'KRČILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.krcilova@centrum.cz', '333119adb5', '', 'C', 2281, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'KRČILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'renata.krehelova@stonline.sk', 'd026e537d3', '', 'C', 2282, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'KREHELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavlakreisova@seznam.cz', '3ecbdbf69f', '', 'C', 2283, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'KREISOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'patrikkrejca@atlas.cz', '1bf5656d18', '', 'C', 2284, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'KREJČA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'dk.eci@seznam.cz', '5b5183bc7a', '', 'C', 2285, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'KREJČÍ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'krejcicomp@seznam.cz', 'db91291c38', '', 'C', 2286, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'KREJČÍ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'makocuba@seznam.cz', '0857079d5e', '', 'C', 2287, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'KREJČÍ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RŮŽENA', 'krejcirova.r@seznam.cz', '7a1362c526', '', 'C', 2288, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'KREJČÍŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marie', 'krej51@seznam.cz', 'ae671f5d6d', '', 'C', 2289, NULL, '2020-12-18 18:50:27', 0, 0, 0, 0, 0, 'Krejčová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukaskrejcu@seznam.cz', '969ef2cc58', '', 'C', 2290, NULL, '2020-12-18 18:50:28', 0, 0, 0, 0, 0, 'KREJČŮ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'ivakreslova@seznam.cz', 'b0ae059ec5', '', 'C', 2291, NULL, '2020-12-18 18:50:28', 0, 0, 0, 0, 0, 'KRESLOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'dance012@seznam.cz', 'a556dd5473', '', 'C', 2292, NULL, '2020-12-18 18:50:28', 0, 0, 0, 0, 0, 'KRESOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'twinky@volny.cz', '83973cf6f3', '', 'C', 2293, NULL, '2020-12-18 18:50:28', 0, 0, 0, 0, 0, 'KRIEGERBECKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukaskriklan@seznam.cz', '0c7dcc67a4', '', 'C', 2294, NULL, '2020-12-18 18:50:28', 0, 0, 0, 0, 0, 'KRIKLÁN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVONA', 'kristenova@bkom.cz', 'bef5de7ae3', '', 'C', 2295, NULL, '2020-12-18 18:50:28', 0, 0, 0, 0, 0, 'KRISTENOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.kristofiakova@seznam.cz', '85ec866d5b', '', 'C', 2296, NULL, '2020-12-18 18:50:28', 0, 0, 0, 0, 0, 'KRIŠTOFIAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MÁRIA', 'maria.k@krd.cz', '12a0c7829e', '', 'C', 2297, NULL, '2020-12-18 18:50:28', 0, 0, 0, 0, 0, 'KRIVJANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KIRILL', 'kirill.krjukov@lbm.cz', 'eb78f53b5f', '', 'C', 2298, NULL, '2020-12-18 18:50:28', 0, 1608573649, 0, 0, 0, 'KRJUKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 'tana.krmencikova@seznam.cz', 'e32ad839bf', '', 'C', 2299, NULL, '2020-12-18 18:50:28', 0, 0, 0, 0, 0, 'KRMENČÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.krossl@bsp.cz', '38a0f6d56e', '', 'C', 2300, NULL, '2020-12-18 18:50:29', 0, 0, 0, 0, 0, 'KROSSL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.mary-kay@email.cz', 'fba4f04f7a', '', 'C', 2301, NULL, '2020-12-18 18:50:29', 0, 0, 0, 0, 0, 'KROTKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'krouzecka@seznam.cz', '1a654fcd9b', '', 'C', 2302, NULL, '2020-12-18 18:50:29', 0, 0, 0, 0, 0, 'KROUŽECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milankrouzil@seznam.cz', 'd66672af92', '', 'C', 2303, NULL, '2020-12-18 18:50:29', 0, 0, 0, 0, 0, 'KROUŽIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDVÍK', 'ludvik.krsek@seznam.cz', '2d04d858a6', '', 'C', 2304, NULL, '2020-12-18 18:50:29', 0, 0, 0, 0, 0, 'KRŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.krunt@seznam.cz', '0651bbddbc', '', 'C', 2305, NULL, '2020-12-18 18:50:29', 0, 0, 0, 0, 0, 'KRUNT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'misa.domu@centrum.cz', '82e847cb55', '', 'C', 2306, NULL, '2020-12-18 18:50:29', 0, 1608591283, 0, 0, 0, 'KRUPIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david.krych@seznam.cz', 'd57fbed5e1', '', 'C', 2307, NULL, '2020-12-18 18:50:30', 0, 0, 0, 0, 0, 'KRYCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'montecarlo3@seznam.cz', 'abf9e10783', '', 'C', 2308, NULL, '2020-12-18 18:50:30', 0, 0, 0, 0, 0, 'KRYTINÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'lenkak83@seznam.cz', '9b9b6d3e44', '', 'C', 2309, NULL, '2020-12-18 18:50:30', 0, 0, 0, 0, 0, 'KRYUCHKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'koutska.daniela@seznam.cz', '23b0b9e7d3', '', 'C', 2310, NULL, '2020-12-18 18:50:30', 0, 0, 0, 0, 0, 'KŘEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVIE', 'silvie.kreckova@seznam.cz', '2b92894241', '', 'C', 2311, NULL, '2020-12-18 18:50:31', 0, 0, 0, 0, 0, 'KŘEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna.kremenak@seznam.cz', '2651268343', '', 'C', 2312, NULL, '2020-12-18 18:50:31', 0, 0, 0, 0, 0, 'KŘEMENÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'krenovap@seznam.cz', '3807320fd4', '', 'C', 2313, NULL, '2020-12-18 18:50:31', 0, 0, 0, 0, 0, 'KŘENOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'evilboss@seznam.cz', 'b02e8c60de', '', 'C', 2314, NULL, '2020-12-18 18:50:31', 0, 0, 0, 0, 0, 'KŘEPELKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARIANA', 'ariana.cetlova@centrum.cz', '023e2c7dcf', '', 'C', 2315, NULL, '2020-12-18 18:50:31', 0, 0, 0, 0, 0, 'KŘEPELKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'kresinova@saltrepper.cz', 'b0510fef13', '', 'C', 2316, NULL, '2020-12-18 18:50:31', 0, 0, 0, 0, 0, 'KŘESINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'kresi@seznam.cz', 'a5d4623755', '', 'C', 2317, NULL, '2020-12-18 18:50:31', 0, 0, 0, 0, 0, 'KŘESINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'antique@ukeplera.cz', '60ba491356', '', 'C', 2318, NULL, '2020-12-18 18:50:31', 0, 0, 0, 0, 0, 'KŘÍSTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'hkriva@email.cz', '883632b666', '', 'C', 2319, NULL, '2020-12-18 18:50:31', 0, 0, 0, 0, 0, 'KŘIVÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVO', 'comentia.ivokriz@seznam.cz', '997e3cd0af', '', 'C', 2320, NULL, '2020-12-18 18:50:32', 0, 0, 0, 0, 0, 'KŘÍŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'info@implantaty-kriz.cz', 'e0ab809fc3', '', 'C', 2321, NULL, '2020-12-18 18:50:32', 0, 1608581977, 0, 0, 0, 'KŘÍŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JINDŘIŠKA', 'krizkova@tropicliberec.cz', 'b2f2dcba17', '', 'C', 2322, NULL, '2020-12-18 18:50:32', 0, 0, 0, 0, 0, 'KŘÍŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'zdenkriz@seznam.cz', '140ec407ce', '', 'C', 2323, NULL, '2020-12-18 18:50:32', 0, 0, 0, 0, 0, 'KŘÍŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'krizova@crossczech.cz', 'dd19fdd374', '', 'C', 2324, NULL, '2020-12-18 18:50:32', 0, 0, 0, 0, 0, 'KŘÍŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.k9@seznam.cz', 'cecb78b204', '', 'C', 2325, NULL, '2020-12-18 18:50:33', 0, 0, 0, 0, 0, 'KŘTĚN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'jaroslav.kubac@seznam.cz', '43012476b6', '', 'C', 2326, NULL, '2020-12-18 18:50:33', 0, 0, 0, 0, 0, 'KUBÁČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'kubackova.sarka@seznam.cz', '7e49cb434f', '', 'C', 2327, NULL, '2020-12-18 18:50:33', 0, 0, 0, 0, 0, 'KUBAČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'glozy2504@seznam.cz', '7cf9937310', '', 'C', 2328, NULL, '2020-12-18 18:50:34', 0, 0, 0, 0, 0, 'KUBÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'kubalda18@seznam.cz', 'debffcd127', '', 'C', 2329, NULL, '2020-12-18 18:50:34', 0, 0, 0, 0, 0, 'KUBALÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zakcz@volny.cz', 'e66b01c087', '', 'C', 2330, NULL, '2020-12-18 18:50:34', 0, 0, 0, 0, 0, 'KUBAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARINA', 'katarina.kubanova@fpsba.sk', '7013af659c', '', 'C', 2331, NULL, '2020-12-18 18:50:34', 0, 0, 0, 0, 0, 'KUBANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOMÍR', 'kubec@sostextil.cz', 'e42252afc4', '', 'C', 2332, NULL, '2020-12-18 18:50:34', 0, 0, 0, 0, 0, 'KUBEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('ALENA', 'alena57@seznam.cz', '9dcc8e4311', '', 'C', 2333, NULL, '2020-12-18 18:50:34', 0, 0, 0, 0, 0, 'KUBELKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'marta.kubicova@centrum.cz', 'cab097145a', '', 'C', 2334, NULL, '2020-12-18 18:50:34', 0, 0, 0, 0, 0, 'KUBICOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'kubicek.ales@seznam.cz', 'ae6109f544', '', 'C', 2335, NULL, '2020-12-18 18:50:34', 0, 0, 0, 0, 0, 'KUBÍČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'kubicek-filip@seznam.cz', '699779a47e', '', 'C', 2336, NULL, '2020-12-18 18:50:35', 0, 0, 0, 0, 0, 'KUBÍČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'kubickova.sarka@seznam.cz', '7a49fb05af', '', 'C', 2337, NULL, '2020-12-18 18:50:35', 0, 0, 0, 0, 0, 'KUBÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'mary.k@email.cz', 'b1e5b3e9ec', '', 'C', 2338, NULL, '2020-12-18 18:50:35', 0, 0, 0, 0, 0, 'KUBÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslava', 'kubik@kubik.cz', '2ec0175df9', '', 'C', 2339, NULL, '2020-12-18 18:50:35', 0, 1608624892, 0, 0, 0, 'Kubíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.kubinova@lbm.cz', '9b0e9d6fb2', '', 'C', 2340, NULL, '2020-12-18 18:50:35', 0, 0, 0, 0, 0, 'KUBINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠIMON', 'simon.kubista@chasepullman.cz', 'b158d67372', '', 'C', 2341, NULL, '2020-12-18 18:50:35', 0, 1608593774, 0, 0, 0, 'KUBIŠTA', 'n', 0, 0, '', '213.192.56.185', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.kubosova@seznam.cz', '0dff47f258', '', 'C', 2342, NULL, '2020-12-18 18:50:35', 0, 0, 0, 0, 0, 'KUBOŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'kalecnam@seznam.cz', '65ff13e14c', '', 'C', 2343, NULL, '2020-12-18 18:50:35', 0, 0, 0, 0, 0, 'KUČAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'kucera@spravasro.cz', '2fc064a112', '', 'C', 2344, NULL, '2020-12-18 18:50:35', 0, 0, 0, 0, 0, 'KUČERA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'kucera@vaseiso.cz', '8546095a33', '', 'C', 2345, NULL, '2020-12-18 18:50:36', 0, 0, 0, 0, 0, 'KUČERA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'maikl@seznam.cz', '52dbd6cae8', '', 'C', 2346, NULL, '2020-12-18 18:50:36', 0, 0, 0, 0, 0, 'KUČERA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'moni.prochazkova@seznam.cz', '6577dee1d3', '', 'C', 2347, NULL, '2020-12-18 18:50:36', 0, 0, 0, 0, 0, 'KUČERA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vladimir.kucera@cvut.cz', '75cc9bda4b', '', 'C', 2348, NULL, '2020-12-18 18:50:36', 0, 0, 0, 0, 0, 'KUČERA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'mkucerova@volny.cz', 'bfb9262c3d', '', 'C', 2349, NULL, '2020-12-18 18:50:36', 0, 0, 0, 0, 0, 'KUČEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'josefkudlacek@seznam.cz', 'c575fddaa7', '', 'C', 2350, NULL, '2020-12-18 18:50:36', 0, 0, 0, 0, 0, 'KUDLÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLANKA', 'bkudlickova@seznam.cz', '88c5d38206', '', 'C', 2351, NULL, '2020-12-18 18:50:36', 0, 0, 0, 0, 0, 'KUDLIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'l.kudrlickova@email.cz', 'fd8a4fd2fc', '', 'C', 2352, NULL, '2020-12-18 18:50:36', 0, 0, 0, 0, 0, 'KUDRLÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'vkudrnacova@centrum.cz', '088413ffcd', '', 'C', 2353, NULL, '2020-12-18 18:50:36', 0, 0, 0, 0, 0, 'KUDRNÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLINA', 'karolina@humanoidwake.cz', 'b71652422a', '', 'C', 2354, NULL, '2020-12-18 18:50:37', 0, 0, 0, 0, 0, 'KUHN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'ordinacekladno@tiscali.cz', 'a371a74567', '', 'C', 2355, NULL, '2020-12-18 18:50:37', 0, 0, 0, 0, 0, 'KÜHWELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADIM', 'radim.kuchar@seznam.cz', '6b59fe0aa6', '', 'C', 2356, NULL, '2020-12-18 18:50:37', 0, 0, 0, 0, 0, 'KUCHAŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMIL', 'kamil.kuchler@seznam.cz', '64038535b4', '', 'C', 2357, NULL, '2020-12-18 18:50:37', 0, 0, 0, 0, 0, 'KUCHLER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'kuchtahonza@seznam.cz', 'fb8e49ad13', '', 'C', 2358, NULL, '2020-12-18 18:50:37', 0, 0, 0, 0, 0, 'KUCHTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alenakuchtova@email.cz', 'cce28747a7', '', 'C', 2359, NULL, '2020-12-18 18:50:37', 0, 0, 0, 0, 0, 'KUCHTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'iveta.kuchtova@ceskapojistovna.cz', '1bb426d646', '', 'C', 2360, NULL, '2020-12-18 18:50:37', 0, 0, 0, 0, 0, 'KUCHTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLAJ', 'kkk@volny.cz', '6855c288fe', '', 'C', 2361, NULL, '2020-12-18 18:50:37', 0, 0, 0, 0, 0, 'KUKSOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitkakulajtova@seznam.cz', '0fcaacbe57', '', 'C', 2362, NULL, '2020-12-18 18:50:38', 0, 0, 0, 0, 0, 'KULAJTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hkulhankova.notar@nkcr.cz', '6a20310a0c', '', 'C', 2363, NULL, '2020-12-18 18:50:38', 0, 0, 0, 0, 0, 'KULHÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLINA', 'olinakuliba@seznam.cz', '61769c9ff2', '', 'C', 2364, NULL, '2020-12-18 18:50:38', 0, 0, 0, 0, 0, 'KULIBASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'kulda@vslg.cz', '4323f55440', '', 'C', 2365, NULL, '2020-12-18 18:50:38', 0, 1608579767, 0, 0, 0, 'KULÍŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'kumprecht@januselektro.cz', '25de43585a', '', 'C', 2366, NULL, '2020-12-18 18:50:38', 0, 0, 0, 0, 0, 'KUMPRECHT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.kundrat@quick.cz', 'b90f4b462a', '', 'C', 2367, NULL, '2020-12-18 18:50:38', 0, 0, 0, 0, 0, 'KUNDRÁT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'v.kuwhartova@gmail.cz', 'b8a6e6f4ea', '', 'C', 2368, NULL, '2020-12-18 18:50:38', 0, 0, 0, 0, 0, 'KUNHARTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'h.kunova@tiskali.cz', '71f036a49c', '', 'C', 2369, NULL, '2020-12-18 18:50:38', 0, 0, 0, 0, 0, 'KUNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'kunstovi@volny.cz', 'a1e332ae8e', '', 'C', 2370, NULL, '2020-12-18 18:50:39', 0, 1608605353, 0, 0, 0, 'KUNSTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kunstyrova@detskalekarka.cz', '09771190be', '', 'C', 2371, NULL, '2020-12-18 18:50:39', 0, 0, 0, 0, 0, 'KUNSTÝŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'jarka.kup@studio-a.cz', 'ed46b5a3c7', '', 'C', 2372, NULL, '2020-12-18 18:50:39', 0, 0, 0, 0, 0, 'KUPCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'kupec@studio-a.cz', 'ee2f966eba', '', 'C', 2373, NULL, '2020-12-18 18:50:39', 0, 0, 0, 0, 0, 'KUPEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'l.kupkova@seznam.cz', '0d0166921b', '', 'C', 2374, NULL, '2020-12-18 18:50:39', 0, 0, 0, 0, 0, 'KUPKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 'tauzi@email.cz', 'e125a79993', '', 'C', 2375, NULL, '2020-12-18 18:50:39', 0, 0, 0, 0, 0, 'KUPRIYANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ULYANA', 'kur.1313@mail.cz', '7304dd82a4', '', 'C', 2376, NULL, '2020-12-18 18:50:39', 0, 0, 0, 0, 0, 'KURAMZHINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'kureckova@nobis.cz', '9da4e52245', '', 'C', 2377, NULL, '2020-12-18 18:50:39', 0, 0, 0, 0, 0, 'KUREČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'kurockina@grumant.cz', '906cbdc9c6', '', 'C', 2378, NULL, '2020-12-18 18:50:40', 0, 0, 0, 0, 0, 'KUROČKINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'kusova.a@seznam.cz', '6c56a48a33', '', 'C', 2379, NULL, '2020-12-18 18:50:40', 0, 0, 0, 0, 0, 'KŮS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZBYNĚK', 'zbynek.kusy@hcpcr.cz', '4ab2ce93e2', '', 'C', 2380, NULL, '2020-12-18 18:50:40', 0, 0, 0, 0, 0, 'KUSY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOVAN', 'radovan.kus@noes.cz', 'f815668a4c', '', 'C', 2381, NULL, '2020-12-18 18:50:40', 0, 0, 0, 0, 0, 'KUŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JULIE', 'julie12@volny.cz', '95167f068b', '', 'C', 2382, NULL, '2020-12-18 18:50:40', 0, 0, 0, 0, 0, 'KUŠNIROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'ivka.kusnirova@mariva.sk', 'eb7416ef48', '', 'C', 2383, NULL, '2020-12-18 18:50:40', 0, 0, 0, 0, 0, 'KUŠNÍROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'elena.kusova@justice.sk', '190332b39e', '', 'C', 2384, NULL, '2020-12-18 18:50:41', 0, 0, 0, 0, 0, 'KÚŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOMÍR', 'lubomir.kutnohorsky@seznam.cz', 'bfd25170eb', '', 'C', 2385, NULL, '2020-12-18 18:50:41', 0, 0, 0, 0, 0, 'KUTNOHORSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'nataliakuzina@seznam.cz', '4c72575c4a', '', 'C', 2386, NULL, '2020-12-18 18:50:41', 0, 0, 0, 0, 0, 'KUZINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADISLAVA', 'vladislava.kuzelova@ruk.cuni.cz', '8c6ad6ad07', '', 'C', 2387, NULL, '2020-12-18 18:50:41', 0, 0, 0, 0, 0, 'KŮŽELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'martakvapilikova@seznam.cz', 'ccdc7d3122', '', 'C', 2388, NULL, '2020-12-18 18:50:41', 0, 0, 0, 0, 0, 'KVAPILÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'kverkova.sarka@seznam.cz', 'aa078e248b', '', 'C', 2389, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KVERKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.kverkova@seznam.cz', '0cec8ec3f3', '', 'C', 2390, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KVERKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'kazik.77@seznam.cz', '04093f1752', '', 'C', 2391, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KVĚTOŃ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'kvetonova@volny.cz', '35ab2f428a', '', 'C', 2392, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KVĚTOŇOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.kvetova@seznam.cz', 'c9f943ba2c', '', 'C', 2393, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KVĚTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALÉNA', 'magdacizkova@seznam.cz', 'db656f6097', '', 'C', 2394, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KÝHOSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'z.kynstetrova@seznam.cz', 'cbbab807d9', '', 'C', 2395, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KYNŠTETROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jane.tigra@seznam.cz', '71a2053f7e', '', 'C', 2396, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KYNTEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana@kypta.cz', '2ca2f51c7f', '', 'C', 2397, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KYPTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVAN', 'ivan.kysely@seznam.cz', 'fb1224efd0', '', 'C', 2398, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KYSELY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIYA', '6267208@seznam.cz', '5345635142', '', 'C', 2399, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KYZNETSOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michalkyzir@seznam.cz', 'a1ca47e5e6', '', 'C', 2400, NULL, '2020-12-18 18:50:42', 0, 0, 0, 0, 0, 'KYZUR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LYDIE', 'lydie.kyzlikova@seznam.cz', '7b381e7235', '', 'C', 2401, NULL, '2020-12-18 18:50:43', 0, 0, 0, 0, 0, 'KYŽLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.lacinova@email.cz', 'e3e68d1280', '', 'C', 2402, NULL, '2020-12-18 18:50:43', 0, 0, 0, 0, 0, 'LACINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hanule01@centrum.cz', '3d804f86d2', '', 'C', 2403, NULL, '2020-12-18 18:50:43', 0, 1608802094, 0, 0, 0, 'LACYKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'lachmann@abaenergy.cz', 'c764347abc', '', 'C', 2404, NULL, '2020-12-18 18:50:43', 0, 1608581615, 0, 0, 0, 'LACHMANN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.lachmanova@seznam.cz', 'e847131f5c', '', 'C', 2405, NULL, '2020-12-18 18:50:43', 0, 0, 0, 0, 0, 'LACHMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milan@laibl.cz', '5c50dd462f', '', 'C', 2406, NULL, '2020-12-18 18:50:43', 0, 0, 0, 0, 0, 'LAIBL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDEŇKA', 'lammel@lit.cz', '3774e0edba', '', 'C', 2407, NULL, '2020-12-18 18:50:43', 0, 1608815592, 0, 0, 0, 'LAMMELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.lana@email.cz', 'b1cdfd8989', '', 'C', 2408, NULL, '2020-12-18 18:50:43', 0, 0, 0, 0, 0, 'LANA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukas.landstof@seznam.cz', 'ecc3fccca5', '', 'C', 2409, NULL, '2020-12-18 18:50:43', 0, 0, 0, 0, 0, 'LANDŠTOF', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARINA', 'chok@volny.cz', 'aef0d4041e', '', 'C', 2410, NULL, '2020-12-18 18:50:43', 0, 0, 0, 0, 0, 'LANGAUEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikolalanger@artshock.cz', '1a7d3d24c8', '', 'C', 2411, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LANGER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'si3di@seznam.cz', '33fa64a66b', '', 'C', 2412, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LANGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANUŠE', 'langmajerova-danuse@iol.cz', 'af5c35a8fd', '', 'C', 2413, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LANGMAJEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'mona.lang@seznam.cz', '210034ac91', '', 'C', 2414, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LANGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'maresova.golfi@seznam.cz', '771ac68af5', '', 'C', 2415, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LANGROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'lank@seznam.cz', 'cbf57d2f3b', '', 'C', 2416, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LANK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'lapkovajitka@seznam.cz', '072f5783c5', '', 'C', 2417, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LAPKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOANNE', 'joanelr@seznam.cz', '54c730dce9', '', 'C', 2418, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LARICCIA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.lasko@lasek.cz', 'edd4182fe8', '', 'C', 2419, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hlastovickova@copa.cz', 'c77cd088cf', '', 'C', 2420, NULL, '2020-12-18 18:50:44', 0, 0, 0, 0, 0, 'LAŠŤOVIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan@lastovka.cz', '45e00a344d', '', 'C', 2421, NULL, '2020-12-18 18:50:45', 0, 1608588578, 0, 0, 0, 'LAŠTOVKA', 'n', 0, 0, '', '37.48.37.131', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'latalova.michaela@seznam.cz', '6e27c017aa', '', 'C', 2422, NULL, '2020-12-18 18:50:45', 0, 0, 0, 0, 0, 'LÁTALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'latanikovazuzana@seznam.cz', 'b6e2c7d0b0', '', 'C', 2423, NULL, '2020-12-18 18:50:45', 0, 0, 0, 0, 0, 'LATANÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'lauren7@seznam.cz', '2209dcaacc', '', 'C', 2424, NULL, '2020-12-18 18:50:45', 0, 0, 0, 0, 0, 'LAUŠMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OXANA', 'korobe@seznam.cz', '6437d3d4af', '', 'C', 2425, NULL, '2020-12-18 18:50:45', 0, 0, 0, 0, 0, 'LAVRENTIEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'h.lavrikovova@seznam.cz', '8c27fbe45e', '', 'C', 2426, NULL, '2020-12-18 18:50:45', 0, 0, 0, 0, 0, 'LAVRIKOVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVGENY', 'poleologru@volny.cz', '42863468ee', '', 'C', 2427, NULL, '2020-12-18 18:50:45', 0, 0, 0, 0, 0, 'LAZUTKIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'lebedeva@email.cz', 'ed0d9216dc', '', 'C', 2428, NULL, '2020-12-18 18:50:45', 0, 0, 0, 0, 0, 'LEBEDIEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALBINA', 'lebedinets@seznam.cz', 'af6d16b037', '', 'C', 2429, NULL, '2020-12-18 18:50:46', 0, 0, 0, 0, 0, 'LEBEDINETS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETER', 'peter@lednicky.sk', '2af4adfacd', '', 'C', 2430, NULL, '2020-12-18 18:50:46', 0, 0, 0, 0, 0, 'LEDNICKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evicka.ledvinkova@seznam.cz', 'cb7608a5e9', '', 'C', 2431, NULL, '2020-12-18 18:50:46', 0, 0, 0, 0, 0, 'LEDVINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'legner@aprea.cz', '6c1bf3dd94', '', 'C', 2432, NULL, '2020-12-18 18:50:46', 0, 0, 0, 0, 0, 'LEGNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.leidlova@tiscali.cz', '86e31e7a2e', '', 'C', 2433, NULL, '2020-12-18 18:50:46', 0, 0, 0, 0, 0, 'LEIDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'leisztner@mybox.cz', '4fdadca3e8', '', 'C', 2434, NULL, '2020-12-18 18:50:46', 0, 0, 0, 0, 0, 'LEISZTNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'lemaitre@volny.cz', 'd327cf930c', '', 'C', 2435, NULL, '2020-12-18 18:50:46', 0, 0, 0, 0, 0, 'LEMAITRE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evalencova@aurotonneality.cz', '55da859e04', '', 'C', 2436, NULL, '2020-12-18 18:50:46', 0, 0, 0, 0, 0, 'LENCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikkylepi@seznam.cz', '07e1982655', '', 'C', 2437, NULL, '2020-12-18 18:50:46', 0, 0, 0, 0, 0, 'LEPIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'lesakova@seznam.cz', '8e6d738f24', '', 'C', 2438, NULL, '2020-12-18 18:50:47', 0, 0, 0, 0, 0, 'LESÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.letackova@seznam.cz', 'ab93dc2ac1', '', 'C', 2439, NULL, '2020-12-18 18:50:47', 0, 0, 0, 0, 0, 'LETÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lettnmayer@lettnmayer.cz', 'f8bf0c73b3', '', 'C', 2440, NULL, '2020-12-18 18:50:47', 0, 0, 0, 0, 0, 'LETTNMAYER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina@academia-levey.cz', '711c2f079f', '', 'C', 2441, NULL, '2020-12-18 18:50:47', 0, 0, 0, 0, 0, 'LEVEY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLENA', 'olena-lechenko@seznam.cz', '6051976098', '', 'C', 2442, NULL, '2020-12-18 18:50:47', 0, 0, 0, 0, 0, 'LEVCHENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'naarova.a@seznam.cz', '197f168957', '', 'C', 2443, NULL, '2020-12-18 18:50:48', 0, 0, 0, 0, 0, 'LEVOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hanajirkovska@seznam.cz', '50df70b84d', '', 'C', 2444, NULL, '2020-12-18 18:50:48', 0, 0, 0, 0, 0, 'LEVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'lex@bmwcartec.cz', '5a235e57f6', '', 'C', 2445, NULL, '2020-12-18 18:50:48', 0, 0, 0, 0, 0, 'LEX', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARIA', 'daria.lezhneva@seznam.cz', '653490c41f', '', 'C', 2446, NULL, '2020-12-18 18:50:48', 0, 0, 0, 0, 0, 'LEZHNEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.lhotsky@seznam.cz', 'a52f84fc11', '', 'C', 2447, NULL, '2020-12-18 18:50:49', 0, 0, 0, 0, 0, 'LHOTSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luckalibovicka@seznam.cz', 'fe19f0119c', '', 'C', 2448, NULL, '2020-12-18 18:50:49', 0, 0, 0, 0, 0, 'LIBOVICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.ligocka@email.cz', '762c2d26ef', '', 'C', 2449, NULL, '2020-12-18 18:50:49', 0, 0, 0, 0, 0, 'LIGOCKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lichtaklukas@email.cz', '12ccbbc432', '', 'C', 2450, NULL, '2020-12-18 18:50:49', 0, 0, 0, 0, 0, 'LICHTENBERK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'dana.lichtenberkova@seznam.cz', 'fd4a1f7d3b', '', 'C', 2451, NULL, '2020-12-18 18:50:49', 0, 0, 0, 0, 0, 'LICHTENBERKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTONÍN', 'antoninlinda@seznam.cz', '0866983ec8', '', 'C', 2452, NULL, '2020-12-18 18:50:49', 0, 0, 0, 0, 0, 'LINDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.lindauer@seznam.cz', '5f2790d643', '', 'C', 2453, NULL, '2020-12-18 18:50:49', 0, 0, 0, 0, 0, 'LINDAUEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'irena.linhartova@parkholiday.cz', '2124569c80', '', 'C', 2454, NULL, '2020-12-18 18:50:49', 0, 0, 0, 0, 0, 'LINHARTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.linhartova@praktikgroup.cz', '8500722156', '', 'C', 2455, NULL, '2020-12-18 18:50:50', 0, 0, 0, 0, 0, 'LINHARTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'linhartm@seznam.cz', 'f22553cd69', '', 'C', 2456, NULL, '2020-12-18 18:50:50', 0, 0, 0, 0, 0, 'LINHARTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLANKA', 'blanka.linka@seznam.cz', '98c94c2a68', '', 'C', 2457, NULL, '2020-12-18 18:50:50', 0, 0, 0, 0, 0, 'LINKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIAN', 'marianl@saznam.cz', 'b8f26091fa', '', 'C', 2458, NULL, '2020-12-18 18:50:50', 0, 0, 0, 0, 0, 'LIPKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.lippertova@volny.cz', '514696a735', '', 'C', 2459, NULL, '2020-12-18 18:50:50', 0, 0, 0, 0, 0, 'LIPPERTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'lisa@fnlev.cz', 'd2f318d27b', '', 'C', 2460, NULL, '2020-12-18 18:50:50', 0, 0, 0, 0, 0, 'LISA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'molisa@email.cz', '6791140d3c', '', 'C', 2461, NULL, '2020-12-18 18:50:50', 0, 0, 0, 0, 0, 'LISÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('JAKUB', 'lisacek.kubik@seznam.cz', 'd98dfc1644', '', 'C', 2462, NULL, '2020-12-18 18:50:50', 0, 0, 0, 0, 0, 'LIŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'miroslavliska@seznam.cz', '3ea640a5d7', '', 'C', 2463, NULL, '2020-12-18 18:50:51', 0, 0, 0, 0, 0, 'LIŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'kyym@centrum.cz', 'f45a5e28f6', '', 'C', 2464, NULL, '2020-12-18 18:50:51', 0, 0, 0, 0, 0, 'LIŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janicka.liskova@seznam.cz', '1c6e7eb084', '', 'C', 2465, NULL, '2020-12-18 18:50:51', 0, 0, 0, 0, 0, 'LIŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolinaliskova@seznam.cz', 'ce7f206a39', '', 'C', 2466, NULL, '2020-12-18 18:50:51', 0, 0, 0, 0, 0, 'LIŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.liskova@lbm.cz', '2d74099a74', '', 'C', 2467, NULL, '2020-12-18 18:50:51', 0, 0, 0, 0, 0, 'LIŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'litomyska@seznam.cz', '625191846c', '', 'C', 2468, NULL, '2020-12-18 18:50:52', 0, 0, 0, 0, 0, 'LITOMYSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'lizcova@centrum.cz', 'b4381ceea9', '', 'C', 2469, NULL, '2020-12-18 18:50:52', 0, 0, 0, 0, 0, 'LIZCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michal.lobl1@seznam.cz', '01cbfc8c18', '', 'C', 2470, NULL, '2020-12-18 18:50:52', 0, 0, 0, 0, 0, 'LOBL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'tarasloboda@seznam.cz', 'f1c27c44d5', '', 'C', 2471, NULL, '2020-12-18 18:50:52', 0, 0, 0, 0, 0, 'LOBODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.loffelmann@lbm.cz', 'b81a450346', '', 'C', 2472, NULL, '2020-12-18 18:50:52', 0, 0, 0, 0, 0, 'LŐFFELMANN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jlokvencova@rses.cz', '85ad596983', '', 'C', 2473, NULL, '2020-12-18 18:50:52', 0, 0, 0, 0, 0, 'LOKVENCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('CHARLES', 'charles.lombard@seznam.cz', '3dfee23f31', '', 'C', 2474, NULL, '2020-12-18 18:50:52', 0, 0, 0, 0, 0, 'LOMBARD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.lomicova@g-in.cz', '88364ed371', '', 'C', 2475, NULL, '2020-12-18 18:50:53', 0, 1608619468, 0, 0, 0, 'LOMICOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VANDA', 'vandaloncnarova@seznam.cz', 'c1f74f712b', '', 'C', 2476, NULL, '2020-12-18 18:50:53', 0, 0, 0, 0, 0, 'LONCNAROVÁ ERBENOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'lorenc_hospoda@seznam.cz', '07992b828c', '', 'C', 2477, NULL, '2020-12-18 18:50:53', 0, 0, 0, 0, 0, 'LORENC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.losova@oneservices.cz', '475408a459', '', 'C', 2478, NULL, '2020-12-18 18:50:53', 0, 0, 0, 0, 0, 'LOSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('AURÉLIE', 'alosticka@seznam.cz', 'f685d2b14f', '', 'C', 2479, NULL, '2020-12-18 18:50:53', 0, 0, 0, 0, 0, 'LOŠTICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilona.loubkova@seznam.cz', '34eba53ff4', '', 'C', 2480, NULL, '2020-12-18 18:50:53', 0, 0, 0, 0, 0, 'LOUBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olgalounova@seznam.cz', '6caa7fd11a', '', 'C', 2481, NULL, '2020-12-18 18:50:53', 0, 0, 0, 0, 0, 'LOUNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOŠ', 'milos.derringer@seznam.cz', 'f4d223161a', '', 'C', 2482, NULL, '2020-12-18 18:50:53', 0, 0, 0, 0, 0, 'LOVECKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.lubojacky@seznam.cz', '36e3d99fe6', '', 'C', 2483, NULL, '2020-12-18 18:50:54', 0, 0, 0, 0, 0, 'LUBOJACKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'lucka.petra@email.cz', 'e791597e1c', '', 'C', 2484, NULL, '2020-12-18 18:50:54', 0, 0, 0, 0, 0, 'LUCKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucanova.lucka@seznam.cz', '6846e29dc8', '', 'C', 2485, NULL, '2020-12-18 18:50:54', 0, 0, 0, 0, 0, 'LUČANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.tyrkys@seznam.cz', '6469976f15', '', 'C', 2486, NULL, '2020-12-18 18:50:54', 0, 0, 0, 0, 0, 'LUČANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BRONISLAVA', 'b.ludvikova@seznam.cz', '26c1e36920', '', 'C', 2487, NULL, '2020-12-18 18:50:54', 0, 0, 0, 0, 0, 'LUDVÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jurios@tiscali.cz', '594fe9d6a4', '', 'C', 2488, NULL, '2020-12-18 18:50:54', 0, 0, 0, 0, 0, 'LUKÁČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIRO', 'miro@fabrika.cz', 'e8dabc89f3', '', 'C', 2489, NULL, '2020-12-18 18:50:54', 0, 0, 0, 0, 0, 'LUKÁČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTONINA', 'antonia@lukacin.sk', '62eb745f78', '', 'C', 2490, NULL, '2020-12-18 18:50:54', 0, 1608583762, 0, 0, 0, 'LUKAČÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'lukes@i-smarttech.cz', 'dceb101c01', '', 'C', 2491, NULL, '2020-12-18 18:50:54', 0, 1608584715, 0, 0, 0, 'LUKEŠ', 'n', 0, 0, '', '94.198.41.134', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'luk-oknadvere@centrum.cz', '47bb74865c', '', 'C', 2492, NULL, '2020-12-18 18:50:55', 0, 0, 0, 0, 0, 'LUKEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIAN', 'zburnikova.lucie@seznam.cz', 'b6758a9c35', '', 'C', 2493, NULL, '2020-12-18 18:50:55', 0, 0, 0, 0, 0, 'LUPAČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIUDMILA', 'lureturn@seznam.cz', 'e9da0aa418', '', 'C', 2494, NULL, '2020-12-18 18:50:55', 0, 0, 0, 0, 0, 'LUSHKINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zdenek.lycka@razdva.cz', '1673a3a31d', '', 'C', 2495, NULL, '2020-12-18 18:50:55', 0, 0, 0, 0, 0, 'LYČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jonaly@seznam.cz', 'ae09d34099', '', 'C', 2496, NULL, '2020-12-18 18:50:55', 0, 0, 0, 0, 0, 'LYSÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'somnakaj@centrum.cz', '2362147715', '', 'C', 2497, NULL, '2020-12-18 18:50:56', 0, 0, 0, 0, 0, 'LYSÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'al.macalikova@seznam.cz', 'eb338187fb', '', 'C', 2498, NULL, '2020-12-18 18:50:56', 0, 0, 0, 0, 0, 'MACALÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TAŤÁNA', 'mackova@exur.cz', 'e95d756477', '', 'C', 2499, NULL, '2020-12-18 18:50:56', 0, 1608614112, 0, 0, 0, 'MACKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'macalkova@cetrum.cz', 'd589977200', '', 'C', 2500, NULL, '2020-12-18 18:50:56', 0, 0, 0, 0, 0, 'MAČÁLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'info@trestles.cz', 'c69d5a0911', '', 'C', 2501, NULL, '2020-12-18 18:50:56', 0, 0, 0, 0, 0, 'MAĎA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'madlova@a-esn.cz', '0c884715aa', '', 'C', 2502, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MÁDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.madlova@bonvivant.cz', '83bca08a84', '', 'C', 2503, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MÁDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'beton@hofmannbeton.cz', '29d34e85fb', '', 'C', 2504, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MÁDROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'simonicles@email.cz', 'b1401a6647', '', 'C', 2505, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MAGDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RUSLAN', 'ruslan.cz@seznam.cz', 'ab04961a85', '', 'C', 2506, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MAGOMEDOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.mahdal@grademagazine.cz', 'a737a45aab', '', 'C', 2507, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MAHDAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'mach.martin@email.cz', '0be23adaff', '', 'C', 2508, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MACH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMAS', 'machacek@mediccsr.cz', '91f0097725', '', 'C', 2509, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MACHACEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETER', 'machace@steelmont.sk', 'e4f9c07eea', '', 'C', 2510, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MACHÁČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'aninel@seznam.cz', 'e3c8c43468', '', 'C', 2511, NULL, '2020-12-18 18:50:57', 0, 0, 0, 0, 0, 'MACHÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'sales@firmadobro.cz', '5360127bec', '', 'C', 2512, NULL, '2020-12-18 18:50:58', 0, 0, 0, 0, 0, 'MACHÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTĚPÁNKA', 'machackovastepanka@seznam.cz', '8c4251b1de', '', 'C', 2513, NULL, '2020-12-18 18:50:58', 0, 0, 0, 0, 0, 'MACHÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'machacova@koop.cz', '3bab54c42b', '', 'C', 2514, NULL, '2020-12-18 18:50:58', 0, 0, 0, 0, 0, 'MACHAČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lusindlerova@seznam.cz', 'ce2ae7baa0', '', 'C', 2515, NULL, '2020-12-18 18:50:58', 0, 0, 0, 0, 0, 'MACHÁČOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janamachalka@seznam.cz', 'd52de9df06', '', 'C', 2516, NULL, '2020-12-18 18:50:58', 0, 0, 0, 0, 0, 'MACHÁLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEONA', 'leona.machalkova@centrum.cz', 'c94cd07779', '', 'C', 2517, NULL, '2020-12-18 18:50:58', 0, 0, 0, 0, 0, 'MACHÁLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'machan@simost.cz', 'e03e256b31', '', 'C', 2518, NULL, '2020-12-18 18:50:58', 0, 0, 0, 0, 0, 'MACHAŇ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVO', 'ivo.macharacek@seznam.cz', 'ed2397d1a0', '', 'C', 2519, NULL, '2020-12-18 18:50:58', 0, 0, 0, 0, 0, 'MACHARÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dasa@lichtenstein.cz', '70875991d0', '', 'C', 2520, NULL, '2020-12-18 18:50:58', 0, 1608586409, 0, 0, 0, 'MACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'zahradnikova.v@seznam.cz', '97dde55c29', '', 'C', 2521, NULL, '2020-12-18 18:50:58', 0, 0, 0, 0, 0, 'MACHOVCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavelmachulda@profifenster.cz', '3eae20e42f', '', 'C', 2522, NULL, '2020-12-18 18:50:59', 0, 0, 0, 0, 0, 'MACHULDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BERNHARD', 'bernhard.maier@skoda-auto.cz', '9256509d8b', '', 'C', 2523, NULL, '2020-12-18 18:50:59', 0, 0, 0, 0, 0, 'MAIER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolina.majdlova@iol.cz', '08a227258f', '', 'C', 2524, NULL, '2020-12-18 18:50:59', 0, 0, 0, 0, 0, 'MAJDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dasazuby@seznam.cz', '839e2f5480', '', 'C', 2525, NULL, '2020-12-18 18:50:59', 0, 0, 0, 0, 0, 'MAJEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helimajerova@seznam.cz', '2658772ca2', '', 'C', 2526, NULL, '2020-12-18 18:50:59', 0, 0, 0, 0, 0, 'MAJEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'marie.majerova@akmajer.cz', '35e0c9b9f0', '', 'C', 2527, NULL, '2020-12-18 18:50:59', 0, 0, 0, 0, 0, 'MAJEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'majstor@email.cz', 'f37b7714fc', '', 'C', 2528, NULL, '2020-12-18 18:50:59', 0, 0, 0, 0, 0, 'MAJSTOROVIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEVAN', 'm.levan@seznam.cz', '716a788775', '', 'C', 2529, NULL, '2020-12-18 18:50:59', 0, 0, 0, 0, 0, 'MAKHARADZE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'danusa@tiscali.cz', 'd666733dde', '', 'C', 2530, NULL, '2020-12-18 18:50:59', 0, 0, 0, 0, 0, 'MALÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'malec@hotelmorris.cz', '8aba60c009', '', 'C', 2531, NULL, '2020-12-18 18:51:00', 0, 0, 0, 0, 0, 'MALEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SOFIA', 'rajkova@zoznam.sk', 'd5f77376de', '', 'C', 2532, NULL, '2020-12-18 18:51:00', 0, 0, 0, 0, 0, 'MALCHARKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'evanov10@seznam.cz', '5a70dc1e99', '', 'C', 2533, NULL, '2020-12-18 18:51:00', 0, 0, 0, 0, 0, 'Malíčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'malina@volny.cz', 'dfe22ed2ff', '', 'C', 2534, NULL, '2020-12-18 18:51:00', 0, 0, 0, 0, 0, 'MALINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tmalina@volny.cz', 'cdc0e0347f', '', 'C', 2535, NULL, '2020-12-18 18:51:01', 0, 0, 0, 0, 0, 'MALINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaelamalinova@seznam.cz', '3695282203', '', 'C', 2536, NULL, '2020-12-18 18:51:01', 0, 0, 0, 0, 0, 'MALINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TONI', 'toni.a1@seznam.cz', '448e6ed058', '', 'C', 2537, NULL, '2020-12-18 18:51:01', 0, 0, 0, 0, 0, 'MALSORI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.malusova@etagria.cz', '24f47d7f87', '', 'C', 2538, NULL, '2020-12-18 18:51:01', 0, 0, 0, 0, 0, 'MALUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilona.mancikova@sothebysrealty.cz', '4e4018e657', '', 'C', 2539, NULL, '2020-12-18 18:51:01', 0, 1608619997, 0, 0, 0, 'MANČÍKOVÁ MONFERINI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCEL', 'solfernus4@seznam.cz', '8cc6548bc9', '', 'C', 2540, NULL, '2020-12-18 18:51:01', 0, 0, 0, 0, 0, 'MANDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'scp@email.cz', '659056779c', '', 'C', 2541, NULL, '2020-12-18 18:51:01', 0, 0, 0, 0, 0, 'MANLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'mglezgova@volny.cz', '4cd238cde1', '', 'C', 2542, NULL, '2020-12-18 18:51:01', 0, 1608586379, 0, 0, 0, 'MANNOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIUBOV', '12@email.cz', '5c858db6ae', '', 'C', 2543, NULL, '2020-12-18 18:51:01', 0, 0, 0, 0, 0, 'MANUKYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELISABETTA', 'betka.m@post.cz', '832affae75', '', 'C', 2544, NULL, '2020-12-18 18:51:01', 0, 0, 0, 0, 0, 'MARASPIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NÁĎA', 'nada@asice.sk', '9766c04183', '', 'C', 2545, NULL, '2020-12-18 18:51:02', 0, 0, 0, 0, 0, 'MARCINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.marco@pansolutions.cz', 'da616bfedb', '', 'C', 2546, NULL, '2020-12-18 18:51:02', 0, 1608587736, 0, 0, 0, 'MARCO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('CLAUDIE', 'claudie@claudiemarcekova.cz', '5b58b7d424', '', 'C', 2547, NULL, '2020-12-18 18:51:03', 0, 0, 0, 0, 0, 'MARČEKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenmar.ka@seznam.cz', '287c1834e6', '', 'C', 2548, NULL, '2020-12-18 18:51:03', 0, 0, 0, 0, 0, 'MARČÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SELIM', 'email.smm@volny.cz', '7830448a76', '', 'C', 2549, NULL, '2020-12-18 18:51:03', 0, 0, 0, 0, 0, 'MARDŽIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'pizzerietelc@seznam.cz', '469d40fb7f', '', 'C', 2550, NULL, '2020-12-18 18:51:03', 0, 0, 0, 0, 0, 'MAREČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PŘEMYSL', 'marek@peterkapartners.cz', 'd96f624d86', '', 'C', 2551, NULL, '2020-12-18 18:51:03', 0, 0, 0, 0, 0, 'MAREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'stmarek@seznam.cz', 'c5ce4d3eb1', '', 'C', 2552, NULL, '2020-12-18 18:51:03', 0, 0, 0, 0, 0, 'MAREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'maresova@hotelbilaruze.cz', 'd130e466e7', '', 'C', 2553, NULL, '2020-12-18 18:51:03', 0, 0, 0, 0, 0, 'MAREŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'maresovahana@centrum.cz', 'd33e10de70', '', 'C', 2554, NULL, '2020-12-18 18:51:03', 0, 1609141172, 0, 0, 0, 'MAREŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.mares@akmm.cz', '305f6a3df3', '', 'C', 2555, NULL, '2020-12-18 18:51:04', 0, 0, 0, 0, 0, 'MAREŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzanamares@centrum.cz', 'b50359a407', '', 'C', 2556, NULL, '2020-12-18 18:51:04', 0, 0, 0, 0, 0, 'MAREŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna@miracleclinic.cz', '538548671b', '', 'C', 2557, NULL, '2020-12-18 18:51:04', 0, 0, 0, 0, 0, 'MARGARIAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmar.plimlova@seznam.cz', '47feca5777', '', 'C', 2558, NULL, '2020-12-18 18:51:04', 0, 0, 0, 0, 0, 'MARIÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'jaguar-lucy@seznam.cz', '8804d52a16', '', 'C', 2559, NULL, '2020-12-18 18:51:04', 0, 0, 0, 0, 0, 'MARKOVIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'bcibulkova@seznam.cz', 'b905aaaba7', '', 'C', 2560, NULL, '2020-12-18 18:51:04', 0, 0, 0, 0, 0, 'MAROUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.mara@volny.cz', 'b62f98dd42', '', 'C', 2561, NULL, '2020-12-18 18:51:04', 0, 0, 0, 0, 0, 'MÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'dana.marsalkova@seznam.cz', '28f8269bee', '', 'C', 2562, NULL, '2020-12-18 18:51:04', 0, 0, 0, 0, 0, 'MARŠÁLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kasenka@seznam.cz', 'e0643623b9', '', 'C', 2563, NULL, '2020-12-18 18:51:05', 0, 0, 0, 0, 0, 'MARTINCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'krethos@seznam.cz', '268eb7e97d', '', 'C', 2564, NULL, '2020-12-18 18:51:05', 0, 0, 0, 0, 0, 'MARTÍNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'pmest@seznam.cz', '3203a3790c', '', 'C', 2565, NULL, '2020-12-18 18:51:05', 0, 0, 0, 0, 0, 'MARTÍNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'ra-ma@seznam.cz', '2bf52d418c', '', 'C', 2566, NULL, '2020-12-18 18:51:05', 0, 0, 0, 0, 0, 'MARTÍNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monikamartinkova@seznam.cz', '1962997e07', '', 'C', 2567, NULL, '2020-12-18 18:51:06', 0, 0, 0, 0, 0, 'MARTINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOL', 'nm@emeks.cz', '6186276fa6', '', 'C', 2568, NULL, '2020-12-18 18:51:06', 0, 0, 0, 0, 0, 'MARTIROSYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'marton@lafood.cz', '2136efef9d', '', 'C', 2569, NULL, '2020-12-18 18:51:06', 0, 0, 0, 0, 0, 'MÁRTON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZHANNA', 'martynenka@centurm.cz', '8bd021c155', '', 'C', 2570, NULL, '2020-12-18 18:51:06', 0, 0, 0, 0, 0, 'MARTYNENKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LINDA', 'linda@ehs.cz', '77503c2eea', '', 'C', 2571, NULL, '2020-12-18 18:51:06', 0, 1608587023, 0, 0, 0, 'MARTYNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikooola@seznam.cz', '1039bdd30d', '', 'C', 2572, NULL, '2020-12-18 18:51:06', 0, 0, 0, 0, 0, 'MARUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'bara1989@seznam.cz', 'a5f4d8775b', '', 'C', 2573, NULL, '2020-12-18 18:51:06', 0, 0, 0, 0, 0, 'MARZÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARYNA', 'almarina@seznam.cz', '7246a6e3e2', '', 'C', 2574, NULL, '2020-12-18 18:51:06', 0, 0, 0, 0, 0, 'MAŘANOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'nanymaran@seznam.cz', 'e3ab1fe4dc', '', 'C', 2575, NULL, '2020-12-18 18:51:07', 0, 0, 0, 0, 0, 'MAŘANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolinamarikova@seznam.cz', 'cd88e8d15b', '', 'C', 2576, NULL, '2020-12-18 18:51:07', 0, 0, 0, 0, 0, 'MAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDEŇKA', 'rekvalifikaceplzen@seznam.cz', '65fc23af92', '', 'C', 2577, NULL, '2020-12-18 18:51:07', 0, 0, 0, 0, 0, 'MAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'marinec@pro-doma.cz', '0ad41ec304', '', 'C', 2578, NULL, '2020-12-18 18:51:07', 0, 1608587418, 0, 0, 0, 'MAŘINEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SAMIR', 'samir61@volny.cz', 'ccf8506c4c', '', 'C', 2579, NULL, '2020-12-18 18:51:07', 0, 1608637091, 0, 0, 0, 'MASAD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'masath@seznam.cz', '8d619f7ef3', '', 'C', 2580, NULL, '2020-12-18 18:51:07', 0, 0, 0, 0, 0, 'MASATH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'replay76@seznam.cz', '3e66c57a2d', '', 'C', 2581, NULL, '2020-12-18 18:51:07', 0, 0, 0, 0, 0, 'MAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michulina@seznam.cz', '0e49b4fd18', '', 'C', 2582, NULL, '2020-12-18 18:51:07', 0, 0, 0, 0, 0, 'MAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'a.maskova@seznam.cz', '9a129c3fe8', '', 'C', 2583, NULL, '2020-12-18 18:51:08', 0, 0, 0, 0, 0, 'MAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ERIKA', 'e.maskova@seznam.cz', '80107844b1', '', 'C', 2584, NULL, '2020-12-18 18:51:08', 0, 0, 0, 0, 0, 'MAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.maskova10@seznam.cz', '1add5c2c41', '', 'C', 2585, NULL, '2020-12-18 18:51:08', 0, 0, 0, 0, 0, 'MAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucka.kr@seznam.cz', '4d5a77ec38', '', 'C', 2586, NULL, '2020-12-18 18:51:08', 0, 0, 0, 0, 0, 'MAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EDUARD', 'matak.eduard@penta.sk', '7840c1b742', '', 'C', 2587, NULL, '2020-12-18 18:51:08', 0, 0, 0, 0, 0, 'MATAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'matamicha16@email.cz', '160e477925', '', 'C', 2588, NULL, '2020-12-18 18:51:08', 0, 0, 0, 0, 0, 'MATAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'smataskova@gmail.cz', 'db81e1bcd5', '', 'C', 2589, NULL, '2020-12-18 18:51:08', 0, 0, 0, 0, 0, 'MATÁSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'mok@mybox.cz', 'c4c1c6464f', '', 'C', 2590, NULL, '2020-12-18 18:51:08', 0, 0, 0, 0, 0, 'MATĚJÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('HELENA', 'helamat22g@seznam.cz', '0000e7b481', '', 'C', 2591, NULL, '2020-12-18 18:51:08', 0, 0, 0, 0, 0, 'MATĚJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'trt@matejovsky.cz', '2b0ae7e08c', '', 'C', 2592, NULL, '2020-12-18 18:51:09', 0, 0, 0, 0, 0, 'MATĚJOVSKY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'mmaternova@volny.cz', 'e1209c976c', '', 'C', 2593, NULL, '2020-12-18 18:51:09', 0, 0, 0, 0, 0, 'MATERNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'lmcm@centrum.cz', 'eac96d31c1', '', 'C', 2594, NULL, '2020-12-18 18:51:09', 0, 0, 0, 0, 0, 'MATHESOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'zitobohuni@centrum.cz', 'bcc4809490', '', 'C', 2595, NULL, '2020-12-18 18:51:09', 0, 1609096750, 0, 0, 0, 'MATIŠÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRYNA', 'karpesa@seznam.cz', '037a753fd1', '', 'C', 2596, NULL, '2020-12-18 18:51:09', 0, 0, 0, 0, 0, 'MATIŠAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KARIN', 'karin@mat.cz', '3e626515eb', '', 'C', 2597, NULL, '2020-12-18 18:51:09', 0, 0, 0, 0, 0, 'MATLACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marce98@seznam.cz', '4e74212a11', '', 'C', 2598, NULL, '2020-12-18 18:51:09', 0, 0, 0, 0, 0, 'MATOUŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'aheadsro@eimail.cz', 'd82e225e46', '', 'C', 2599, NULL, '2020-12-18 18:51:09', 0, 0, 0, 0, 0, 'MATOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'p.market@seznam.cz', '3171153809', '', 'C', 2600, NULL, '2020-12-18 18:51:09', 0, 0, 0, 0, 0, 'MATOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'jackivova@seznam.cz', '96f00000c5', '', 'C', 2601, NULL, '2020-12-18 18:51:10', 0, 0, 0, 0, 0, 'MATOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.matousek@centrum.cz', 'b9bdee2b8a', '', 'C', 2602, NULL, '2020-12-18 18:51:10', 0, 0, 0, 0, 0, 'MATOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'mrezacova@email.cz', 'f54dc5491c', '', 'C', 2603, NULL, '2020-12-18 18:51:10', 0, 0, 0, 0, 0, 'MATOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'matousekpetra@seznam.cz', '5c3ca76ca7', '', 'C', 2604, NULL, '2020-12-18 18:51:10', 0, 0, 0, 0, 0, 'MATOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KONSTANTIN', 'kosta.rus@seznam.cz', '64dc77b345', '', 'C', 2605, NULL, '2020-12-18 18:51:10', 0, 0, 0, 0, 0, 'MATSNEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'honza@mat.cz', 'ac0b5e3899', '', 'C', 2606, NULL, '2020-12-18 18:51:10', 0, 1608634680, 0, 0, 0, 'MATTLACH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'krejcpe@seznam.cz', 'e60f20a4a1', '', 'C', 2607, NULL, '2020-12-18 18:51:10', 0, 0, 0, 0, 0, 'MATUSZEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'm.mara1@seznam.cz', '79f367044d', '', 'C', 2608, NULL, '2020-12-18 18:51:10', 0, 0, 0, 0, 0, 'MATŮŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 'tatianamatuskova@seznam.cz', '715bfaf609', '', 'C', 2609, NULL, '2020-12-18 18:51:10', 0, 0, 0, 0, 0, 'MATÚŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'iva.matusna@seznam.cz', '219c093f5c', '', 'C', 2610, NULL, '2020-12-18 18:51:11', 0, 0, 0, 0, 0, 'MATUŠNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PELECH', 'pelechmatyas@seznam.cz', '601fa3261f', '', 'C', 2611, NULL, '2020-12-18 18:51:11', 0, 0, 0, 0, 0, 'MATYÁŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petramatyas@email.cz', '36c46690a3', '', 'C', 2612, NULL, '2020-12-18 18:51:11', 0, 0, 0, 0, 0, 'MATYÁŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOŠ', 'matys@kvbuilding.cz', '13de1e6288', '', 'C', 2613, NULL, '2020-12-18 18:51:11', 0, 0, 0, 0, 0, 'MATYS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabi.matysova@seznam.cz', '91d0cad471', '', 'C', 2614, NULL, '2020-12-18 18:51:11', 0, 0, 0, 0, 0, 'MATYSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BRANISLAV', 'branislav.mauks@afd.cz', 'd135151d0d', '', 'C', 2615, NULL, '2020-12-18 18:51:11', 0, 0, 0, 0, 0, 'MAUKŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEN', 'z.mauli@seznam.cz', '19687e3371', '', 'C', 2616, NULL, '2020-12-18 18:51:11', 0, 0, 0, 0, 0, 'MAULITOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jakubmaur@seznam.cz', 'e2f4bc2910', '', 'C', 2617, NULL, '2020-12-18 18:51:11', 0, 0, 0, 0, 0, 'MAUR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'maxa@atcstavebni.cz', '1eb0d94893', '', 'C', 2618, NULL, '2020-12-18 18:51:11', 0, 0, 0, 0, 0, 'MAXA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vaclavmaxa@email.cz', 'c17e554c0e', '', 'C', 2619, NULL, '2020-12-18 18:51:12', 0, 0, 0, 0, 0, 'MAXA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'europaag@seznam.cz', 'b4f1714758', '', 'C', 2620, NULL, '2020-12-18 18:51:12', 0, 0, 0, 0, 0, 'MAXIMOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'maxova.dagmar@seznam.cz', 'e4c93a6282', '', 'C', 2621, NULL, '2020-12-18 18:51:12', 0, 0, 0, 0, 0, 'MAXOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luciemax@volny.cz', 'd96ed31454', '', 'C', 2622, NULL, '2020-12-18 18:51:12', 0, 0, 0, 0, 0, 'MAXOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'mazanmarek@seznam.cz', '0e743a78db', '', 'C', 2623, NULL, '2020-12-18 18:51:12', 0, 0, 0, 0, 0, 'MAZÁN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'lilamazik@seznam.cz', 'c7f2729c78', '', 'C', 2624, NULL, '2020-12-18 18:51:13', 0, 0, 0, 0, 0, 'MAZIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'zlataodmena@seznam.cz', '94d739181f', '', 'C', 2625, NULL, '2020-12-18 18:51:13', 0, 0, 0, 0, 0, 'MAZÚR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'honza-med@post.cz', '81a7c6f5ad', '', 'C', 2626, NULL, '2020-12-18 18:51:13', 0, 0, 0, 0, 0, 'MEDEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janemeda@seznam.cz', 'e7645c4701', '', 'C', 2627, NULL, '2020-12-18 18:51:13', 0, 0, 0, 0, 0, 'MEDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'mmedova@seznam.cz', '923c3ee392', '', 'C', 2628, NULL, '2020-12-18 18:51:13', 0, 0, 0, 0, 0, 'MEDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.medricka@seznam.cz', '2697a55229', '', 'C', 2629, NULL, '2020-12-18 18:51:14', 0, 0, 0, 0, 0, 'MEDŘICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'meduna@notarmeduna.cz', '6e2e143965', '', 'C', 2630, NULL, '2020-12-18 18:51:14', 0, 1608621459, 0, 0, 0, 'MEDUNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVESTR', 'sly.m@seznam.cz', 'e4a79e7616', '', 'C', 2631, NULL, '2020-12-18 18:51:14', 0, 0, 0, 0, 0, 'MEDVID', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana@meitnerova.cz', '08b77bfec6', '', 'C', 2632, NULL, '2020-12-18 18:51:14', 0, 1608620429, 0, 0, 0, 'MEITNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'melich@alphatech.cz', '472b4ffb63', '', 'C', 2633, NULL, '2020-12-18 18:51:14', 0, 0, 0, 0, 0, 'MELICH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'iese@seznam.cz', 'b73c13b097', '', 'C', 2634, NULL, '2020-12-18 18:51:14', 0, 0, 0, 0, 0, 'MELICHAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NAIRE', 'kvetnairi@centrum.cz', 'dd52562269', '', 'C', 2635, NULL, '2020-12-18 18:51:15', 0, 0, 0, 0, 0, 'MELIKSETYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREY', 'a.melnikov@volny.cz', '2c7b29d719', '', 'C', 2636, NULL, '2020-12-18 18:51:15', 0, 0, 0, 0, 0, 'MELNIKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renatoxure@seznam.cz', 'c0fe591f59', '', 'C', 2637, NULL, '2020-12-18 18:51:15', 0, 0, 0, 0, 0, 'MELNYK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'cmelak.jan@seznam.cz', '5e6641cb4c', '', 'C', 2638, NULL, '2020-12-18 18:51:15', 0, 0, 0, 0, 0, 'MELOUN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olga.menzelova@medialogue.cz', 'c381661200', '', 'C', 2639, NULL, '2020-12-18 18:51:15', 0, 0, 0, 0, 0, 'MENZELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'merhoutova@email.cz', '7a1a59de84', '', 'C', 2640, NULL, '2020-12-18 18:51:15', 0, 0, 0, 0, 0, 'MERHOUTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'mertoslukas@seznam.cz', '6b6c125517', '', 'C', 2641, NULL, '2020-12-18 18:51:15', 0, 0, 0, 0, 0, 'MERTOS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMON', 'sjomcik@seznam.cz', '60c9243f5b', '', 'C', 2642, NULL, '2020-12-18 18:51:16', 0, 0, 0, 0, 0, 'MESROPYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'aneta.mest@seznam.cz', '15abc738f5', '', 'C', 2643, NULL, '2020-12-18 18:51:16', 0, 0, 0, 0, 0, 'MEŠŤANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'kamila@rapohoda.cz', '1a0656a524', '', 'C', 2644, NULL, '2020-12-18 18:51:16', 0, 0, 0, 0, 0, 'MEZEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.meznik@faster.cz', '6fef68d97c', '', 'C', 2645, NULL, '2020-12-18 18:51:16', 0, 0, 0, 0, 0, 'MEZNÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'info@skutadesign.cz', '5e71fe0641', '', 'C', 2646, NULL, '2020-12-18 18:51:16', 0, 0, 0, 0, 0, 'ŠKUTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NINO', 'nino-mch@mediest.cz', '50b524ee8e', '', 'C', 2647, NULL, '2020-12-18 18:51:16', 0, 0, 0, 0, 0, 'MCHEDLIDZE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.mchitarjan@seznam.cz', '3083ebca29', '', 'C', 2648, NULL, '2020-12-18 18:51:16', 0, 0, 0, 0, 0, 'MCHITARJAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OKANA', 'o.micanova@atlas.cz', '373a839eeb', '', 'C', 2649, NULL, '2020-12-18 18:51:16', 0, 0, 0, 0, 0, 'MIČÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALLIA', 'natalliashymko@seznam.cz', '37920a5269', '', 'C', 2650, NULL, '2020-12-18 18:51:16', 0, 0, 0, 0, 0, 'MIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'kubroval@seznam.cz', '3b3b11d74a', '', 'C', 2651, NULL, '2020-12-18 18:51:17', 0, 0, 0, 0, 0, 'MÍČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea@midkiff.cz', 'a867245566', '', 'C', 2652, NULL, '2020-12-18 18:51:17', 0, 0, 0, 0, 0, 'MIDKIFF', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHALA', 'michellechuks@centrum.cz', '80f527826c', '', 'C', 2653, NULL, '2020-12-18 18:51:17', 0, 0, 0, 0, 0, 'MIHALIKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'maklerstvi@mihalo.cz', 'e9f84fee08', '', 'C', 2654, NULL, '2020-12-18 18:51:17', 0, 0, 0, 0, 0, 'MIHALO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLINA', 'olca.michajlikova@seznam.cz', '8659d17286', '', 'C', 2655, NULL, '2020-12-18 18:51:17', 0, 0, 0, 0, 0, 'MICHAJLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'alexandramichalcova@seznam.cz', 'c01d51d4ba', '', 'C', 2656, NULL, '2020-12-18 18:51:17', 0, 1609708574, 0, 0, 0, 'MICHALCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.michovska@seznam.cz', 'b20774e184', '', 'C', 2657, NULL, '2020-12-18 18:51:17', 0, 0, 0, 0, 0, 'MICHOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin-mikeska@post.cz', '45927122f2', '', 'C', 2658, NULL, '2020-12-18 18:51:18', 0, 0, 0, 0, 0, 'MIKESKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monikamariemikesova@seznam.cz', '1ade581ae2', '', 'C', 2659, NULL, '2020-12-18 18:51:18', 0, 0, 0, 0, 0, 'MIKEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DMITRY', 'mikhailov@volny.cz', '7358fa3861', '', 'C', 2660, NULL, '2020-12-18 18:51:18', 0, 0, 0, 0, 0, 'MIKHAYLOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'mikisek@spa-studio.cz', '91aa367cc9', '', 'C', 2661, NULL, '2020-12-18 18:51:18', 0, 0, 0, 0, 0, 'MIKISEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olga.mikolas@seznam.cz', '94a7576d06', '', 'C', 2662, NULL, '2020-12-18 18:51:18', 0, 0, 0, 0, 0, 'MIKOLÁŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'jaroslava@mika-home.cz', '214cad2ea3', '', 'C', 2663, NULL, '2020-12-18 18:51:18', 0, 0, 0, 0, 0, 'MÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'lenicka.mikova@seznam.cz', '814a0e16cc', '', 'C', 2664, NULL, '2020-12-18 18:51:18', 0, 0, 0, 0, 0, 'Miková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'p.mikutova@seznam.cz', 'e33117879b', '', 'C', 2665, NULL, '2020-12-18 18:51:18', 0, 0, 0, 0, 0, 'MIKUTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'mm@svendborg-brakes.cz', '4c83b3d830', '', 'C', 2666, NULL, '2020-12-18 18:51:19', 0, 1608596341, 0, 0, 0, 'MIKYSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.mikyskova@seznam.cz', 'c8669cf3d2', '', 'C', 2667, NULL, '2020-12-18 18:51:19', 0, 0, 0, 0, 0, 'MIKYSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.simotova@seznam.cz', 'c1af708d9e', '', 'C', 2668, NULL, '2020-12-18 18:51:19', 0, 0, 0, 0, 0, 'MILATOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'milec@prvnivlastni.cz', '476bc84af4', '', 'C', 2669, NULL, '2020-12-18 18:51:19', 0, 0, 0, 0, 0, 'MILEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'alien100@seznam.cz', '9e3af17c70', '', 'C', 2670, NULL, '2020-12-18 18:51:19', 0, 0, 0, 0, 0, 'MILENIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'kazylza@centrum.cz', '2cd3a4f709', '', 'C', 2671, NULL, '2020-12-18 18:51:20', 0, 0, 0, 0, 0, 'MILEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luucie.milfaitova@seznam.cz', '4e37a7e145', '', 'C', 2672, NULL, '2020-12-18 18:51:20', 0, 0, 0, 0, 0, 'MILFAITOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŽELKO', 'milicic@volny.cz', 'e4902ce9ac', '', 'C', 2673, NULL, '2020-12-18 18:51:20', 0, 0, 0, 0, 0, 'MILIČIĆ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katti@seznam.cz', 'e50d24ef67', '', 'C', 2674, NULL, '2020-12-18 18:51:20', 0, 0, 0, 0, 0, 'MILKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'marcela.milosova@seznam.cz', 'cd86748a90', '', 'C', 2675, NULL, '2020-12-18 18:51:20', 0, 0, 0, 0, 0, 'MILOŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olga.milotova@tgiova.cz', '737f4f7c20', '', 'C', 2676, NULL, '2020-12-18 18:51:21', 0, 1609752384, 0, 0, 0, 'MILOTOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANEŽKA', 'anezka.mimochodkova@lbm.cz', '4a22e481da', '', 'C', 2677, NULL, '2020-12-18 18:51:21', 0, 0, 0, 0, 0, 'MIMOCHODKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'iminarovi@gmail.cz', '84cceeae46', '', 'C', 2678, NULL, '2020-12-18 18:51:21', 0, 0, 0, 0, 0, 'MINAROVIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'prmsevices@e-mail.cz', '01d16f8126', '', 'C', 2679, NULL, '2020-12-18 18:51:21', 0, 0, 0, 0, 0, 'MINAŘÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SYLVIE', 'sylvamin@seznam.cz', '775ae5bb54', '', 'C', 2680, NULL, '2020-12-18 18:51:21', 0, 0, 0, 0, 0, 'MINAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olgamin@centrum.cz', '5335a19f36', '', 'C', 2681, NULL, '2020-12-18 18:51:21', 0, 0, 0, 0, 0, 'MINCIČOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIN', 'shoes-sky@seznam.cz', 'aa65515413', '', 'C', 2682, NULL, '2020-12-18 18:51:21', 0, 0, 0, 0, 0, 'MINGXING', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANUŠE', 'danuse.miskova@lbm.cz', 'a99c7f6e5e', '', 'C', 2683, NULL, '2020-12-18 18:51:21', 0, 1608614795, 0, 0, 0, 'MÍŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'thessay@centrum.cz', '120cb47d76', '', 'C', 2684, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MÍŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILORAD', 'milmi@karlinport.cz', 'b2ca7d3f9f', '', 'C', 2685, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MIŠKOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARÍNA', 'katarina.miskovska@janom.sk', 'a6fb444bc1', '', 'C', 2686, NULL, '2020-12-18 18:51:22', 0, 1608595815, 0, 0, 0, 'MIŠKOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'miteva@numerus.cz', 'ca39cef010', '', 'C', 2687, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MITEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RODINA', '15nadezda@seznam.cz', '3a3cdd3ed9', '', 'C', 2688, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MITROFANOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david@mirzahi.cz', '91b0b0bf71', '', 'C', 2689, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MIZRAHI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'josef.mlcuch@artishock.cz', 'a50c564d7c', '', 'C', 2690, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MLČUCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'jan@birt.cz', '6629bdde64', '', 'C', 2691, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MLEZIVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'alexandra.mlikova@seznam.cz', '939156b045', '', 'C', 2692, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENKA', 'zdenka.mlnarikova@seznam.cz', '2769bb19ca', '', 'C', 2693, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MLNAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JÁN', 'jan.moder@seznam.cz', 'e5032240aa', '', 'C', 2694, NULL, '2020-12-18 18:51:22', 0, 0, 0, 0, 0, 'MODER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 'mokienko@atlas.cz', '8b0c1b0801', '', 'C', 2695, NULL, '2020-12-18 18:51:23', 0, 0, 0, 0, 0, 'MOKIENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEONA', 'leonamokrejsova@email.cz', '4caf3e65d7', '', 'C', 2696, NULL, '2020-12-18 18:51:23', 0, 0, 0, 0, 0, 'MOKREJŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'moravcova@espressobar.cz', '6a7ba304ae', '', 'C', 2697, NULL, '2020-12-18 18:51:23', 0, 0, 0, 0, 0, 'MORAVCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'moravcova1982@seznam.cz', '797517efaa', '', 'C', 2698, NULL, '2020-12-18 18:51:23', 0, 0, 0, 0, 0, 'MORAVCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'moravecjo@centrum.cz', '7822a41574', '', 'C', 2699, NULL, '2020-12-18 18:51:23', 0, 0, 0, 0, 0, 'MORAVEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'moravkovahelena@seznam.cz', '36fecc079d', '', 'C', 2700, NULL, '2020-12-18 18:51:23', 0, 0, 0, 0, 0, 'MORÁVKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kacenka275@seznam.cz', 'ecdd7f62ab', '', 'C', 2701, NULL, '2020-12-18 18:51:23', 0, 0, 0, 0, 0, 'MORÁVKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SYLVA', 'moresi@centrum.cz', '928ee09d48', '', 'C', 2702, NULL, '2020-12-18 18:51:23', 0, 0, 0, 0, 0, 'MORESI-SHUMACHER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'vlkhon@seznam.cz', '97f998d2b0', '', 'C', 2703, NULL, '2020-12-18 18:51:24', 0, 0, 0, 0, 0, 'MOREVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'irena.morkesova@ardez.cz', '2c2764493f', '', 'C', 2704, NULL, '2020-12-18 18:51:24', 0, 1608619875, 0, 0, 0, 'MORKESOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.morova@seznam.cz', '0341a6eefb', '', 'C', 2705, NULL, '2020-12-18 18:51:24', 0, 0, 0, 0, 0, 'MOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIA', 'morrisonl@nwdpam.cz', '68cef8d5b0', '', 'C', 2706, NULL, '2020-12-18 18:51:24', 0, 0, 0, 0, 0, 'MORRISON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'kamila.mortimer@outdoor-akzent.cz', '90307a2bf6', '', 'C', 2707, NULL, '2020-12-18 18:51:24', 0, 0, 0, 0, 0, 'MORTIMER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romana.moserova@seznam.cz', 'ec2f6ca58f', '', 'C', 2708, NULL, '2020-12-18 18:51:24', 0, 0, 0, 0, 0, 'MOSEROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vladimir.mosovsky@tanconsulting.sk', '49bb529693', '', 'C', 2709, NULL, '2020-12-18 18:51:24', 0, 0, 0, 0, 0, 'MOŠOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.motlikova@seznam.cz', '773f74a3b1', '', 'C', 2710, NULL, '2020-12-18 18:51:24', 0, 0, 0, 0, 0, 'MOTLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'moudra.petra@email.cz', 'ad74930e44', '', 'C', 2711, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MOUDRÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'moulisovah@seznam.cz', '995cd87a4a', '', 'C', 2712, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MOULISOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENKA', 'zdena.mrackova@seznam.cz', 'e0fb173c27', '', 'C', 2713, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MRÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petramracnova@seznam.cz', '7867826cb1', '', 'C', 2714, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MRAČNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'davidmrakota@seznam.cz', '223d1849cc', '', 'C', 2715, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MRÁKOTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'luke.mrazek@seznam.cz', '2d0bbc6601', '', 'C', 2716, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MRÁZEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'mich.mrazek@centrum.cz', 'f89c108593', '', 'C', 2717, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MRÁZEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'mrazek@romado.cz', '6a29db5a00', '', 'C', 2718, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MRÁZEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLINA', 'pavlina.mrazikova@centrum.cz', 'e7de7f3e2c', '', 'C', 2719, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MRÁZIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('JANA', 'mrazkovaj@seznam.cz', '8f61c24849', '', 'C', 2720, NULL, '2020-12-18 18:51:25', 0, 0, 0, 0, 0, 'MRÁZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'mon.mrazek@seznam.cz', '35482f035a', '', 'C', 2721, NULL, '2020-12-18 18:51:26', 0, 0, 0, 0, 0, 'MRÁZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'mrazkova.monika.@email.cz', '1086ce00b7', '', 'C', 2722, NULL, '2020-12-18 18:51:26', 0, 0, 0, 0, 0, 'MRÁZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'mrkva.ales@seznam.cz', '60ea1ecf10', '', 'C', 2723, NULL, '2020-12-18 18:51:26', 0, 0, 0, 0, 0, 'MRKVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.mrnka@sezmam.cz', 'c5a613ce62', '', 'C', 2724, NULL, '2020-12-18 18:51:26', 0, 0, 0, 0, 0, 'MRNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENKA', 'zdenka.mrvova@zentiva.cz', '5eed8fff80', '', 'C', 2725, NULL, '2020-12-18 18:51:26', 0, 0, 0, 0, 0, 'MRVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'gurgexapenar@seznam.cz', '0f7cd01307', '', 'C', 2726, NULL, '2020-12-18 18:51:26', 0, 0, 0, 0, 0, 'MULLER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'muller96@centrum.cz', '1e6cce85fd', '', 'C', 2727, NULL, '2020-12-18 18:51:26', 0, 0, 0, 0, 0, 'MÜLLER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Viktor', 'viktor@upp.cz', '8b154e98bd', '', 'C', 2728, NULL, '2020-12-18 18:51:26', 0, 1608663737, 0, 0, 0, 'Müller', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.mullerova@seznam.cz', '8dffa46ac8', '', 'C', 2729, NULL, '2020-12-18 18:51:26', 0, 0, 0, 0, 0, 'MULLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENA', 'zdena13@post.cz', '2a1670d9e1', '', 'C', 2730, NULL, '2020-12-18 18:51:26', 0, 0, 0, 0, 0, 'MULLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'terapiepragyn@seznam.cz', '37fc6b7868', '', 'C', 2731, NULL, '2020-12-18 18:51:27', 0, 0, 0, 0, 0, 'MÜLLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'veramullerova@centrum.cz', '2512f15b8a', '', 'C', 2732, NULL, '2020-12-18 18:51:27', 0, 0, 0, 0, 0, 'MÜLLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'imnellner@seznam.cz', '27e840e743', '', 'C', 2733, NULL, '2020-12-18 18:51:27', 0, 0, 0, 0, 0, 'MÜLLNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.munzarova@email.cz', '29b7240c44', '', 'C', 2734, NULL, '2020-12-18 18:51:27', 0, 0, 0, 0, 0, 'MUNZAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolina.muselova@pamco.cz', 'ca5b691a39', '', 'C', 2735, NULL, '2020-12-18 18:51:27', 0, 0, 0, 0, 0, 'MUSELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'musilka07@seznam.cz', '9fafc70d3f', '', 'C', 2736, NULL, '2020-12-18 18:51:28', 0, 0, 0, 0, 0, 'MUSILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'splocova@seznam.cz', '26b6a55b51', '', 'C', 2737, NULL, '2020-12-18 18:51:28', 0, 0, 0, 0, 0, 'MUSILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'muzika@volny.cz', '97f0006b4e', '', 'C', 2738, NULL, '2020-12-18 18:51:28', 0, 1608617381, 0, 0, 0, 'MUZIKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JASMINKA', 'muzur@gtsp.cz', 'dde7f0bf01', '', 'C', 2739, NULL, '2020-12-18 18:51:29', 0, 0, 0, 0, 0, 'MUZUR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas@epravo.cz', '1b8e272c9d', '', 'C', 2740, NULL, '2020-12-18 18:51:29', 0, 0, 0, 0, 0, 'MUŽÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DIANA', 'diana@travelfever.cz', 'f3ae07216c', '', 'C', 2741, NULL, '2020-12-18 18:51:29', 0, 1608648765, 0, 0, 0, 'MUŽÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renatakoperova@seznam.cz', '12d5700bba', '', 'C', 2742, NULL, '2020-12-18 18:51:29', 0, 0, 0, 0, 0, 'MUŽÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.hadazova@email.cz', 'efef00a7e9', '', 'C', 2743, NULL, '2020-12-18 18:51:29', 0, 0, 0, 0, 0, 'NAĎAZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FAWAD', 'nadri@obchodnikomora.cz', 'e1b8d7a37c', '', 'C', 2744, NULL, '2020-12-18 18:51:29', 0, 1608740247, 0, 0, 0, 'NADRI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GELJA', 'achtung-baby@seznam.cz', '2e022fae68', '', 'C', 2745, NULL, '2020-12-18 18:51:29', 0, 0, 0, 0, 0, 'NAGINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOHUMIL', 'nagy.bohumil@okooptik.cz', '826d409fd8', '', 'C', 2746, NULL, '2020-12-18 18:51:29', 0, 0, 0, 0, 0, 'NAGY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'anagy@upcmail.cz', 'af6090ce90', '', 'C', 2747, NULL, '2020-12-18 18:51:30', 0, 0, 0, 0, 0, 'NAGYOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVONA', 'ivona.nahodilova@seznam.cz', 'b9fcba3e83', '', 'C', 2748, NULL, '2020-12-18 18:51:30', 0, 0, 0, 0, 0, 'NAHODILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alena', 'a.nachtigalova@nachtigallartists.cz', '11807c5a92', '', 'U', 2749, NULL, '2020-12-18 18:51:30', 0, 1608614912, 0, 0, 0, 'Kunertová', 'n', 0, 0, '', '90.177.171.32', 0, '', 0, '', '', '', '', 0, 3, 1608614931, 0, 0, 1, 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),
('KATEŘINA', 'katerina.pesova@seznam.cz', 'f6bfc273dc', '', 'C', 2750, NULL, '2020-12-18 18:51:30', 0, 0, 0, 0, 0, 'NAJMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTEFAN', 'natekste@seznam.cz', 'a29f6b1f16', '', 'C', 2751, NULL, '2020-12-18 18:51:30', 0, 0, 0, 0, 0, 'NÁTEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'naucova@post.cz', '83233d99f7', '', 'C', 2752, NULL, '2020-12-18 18:51:30', 0, 0, 0, 0, 0, 'NAUČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.domoradova@volny.cz', 'c8767eaadc', '', 'C', 2753, NULL, '2020-12-18 18:51:31', 0, 0, 0, 0, 0, 'NAVRÁTILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'p.navratilova@seznam.cz', '6cea904bb4', '', 'C', 2754, NULL, '2020-12-18 18:51:31', 0, 0, 0, 0, 0, 'NAVRÁTILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'navratilova@seznam.cz', '9e9534be2b', '', 'C', 2755, NULL, '2020-12-18 18:51:31', 0, 0, 0, 0, 0, 'NAVRÁTILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.unihot@centrum.cz', 'f4cf8150fc', '', 'C', 2756, NULL, '2020-12-18 18:51:31', 0, 0, 0, 0, 0, 'NEBÁZNIVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HENRI FERDINAND', 'jasmina@bnl.sk', '59775c8470', '', 'C', 2757, NULL, '2020-12-18 18:51:31', 0, 0, 0, 0, 0, 'NEBELSZTEIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tnedelka@post.cz', 'c678771831', '', 'C', 2758, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NEDĚLKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'h.ned@seznam.cz', '90bc727d1f', '', 'C', 2759, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NEDVĚDICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'alexandranejedla@seznam.cz', 'b2ba31677e', '', 'C', 2760, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NEJEDLÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.nejedly@cobatt.cz', 'fdcc42c38e', '', 'C', 2761, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NEJEDLÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin@olympie.cz', '30bd002c18', '', 'C', 2762, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NEJEZCHLEB', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'sten.n@seznam.cz', '2bc60844e7', '', 'C', 2763, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NEKOLNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.nekuda@seznam.cz', '63999bef45', '', 'C', 2764, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NEKUDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivana', 'nemcova@ivananemcova.cz', '984c5b845e', '', 'C', 2765, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'Němcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'jakacenka11@email.cz', '0928c976ea', '', 'C', 2766, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NĚMCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.nemec@email.cz', 'cced407079', '', 'C', 2767, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NĚMCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDR', 'sasa.doktor@seznam.cz', '0f2925afe6', '', 'C', 2768, NULL, '2020-12-18 18:51:32', 0, 0, 0, 0, 0, 'NĚMEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'nemec@4clean.cz', '9898b1a6b9', '', 'C', 2769, NULL, '2020-12-18 18:51:33', 0, 1608708863, 0, 0, 0, 'NĚMEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'm.nemec@helsinkigroup.cz', 'fead163a27', '', 'C', 2770, NULL, '2020-12-18 18:51:33', 0, 1608619672, 0, 0, 0, 'NĚMEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'nemecm@centrum.cz', 'fee491a92a', '', 'C', 2771, NULL, '2020-12-18 18:51:33', 0, 1608615548, 0, 0, 0, 'NĚMEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'robert.nemec@nectel.sk', '938460d0af', '', 'C', 2772, NULL, '2020-12-18 18:51:33', 0, 0, 0, 0, 0, 'NĚMEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'nemecek34@seznam.cz', '8bc3a1081b', '', 'C', 2773, NULL, '2020-12-18 18:51:33', 0, 0, 0, 0, 0, 'NĚMEČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.nemeckova@atlas.cz', '80a2f02681', '', 'C', 2774, NULL, '2020-12-18 18:51:33', 0, 0, 0, 0, 0, 'NĚMEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romanabendova@gmail.cz', '7a63b227eb', '', 'C', 2775, NULL, '2020-12-18 18:51:33', 0, 0, 0, 0, 0, 'NĚMEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Věra', 'thnemeckova@seznam.cz', '4255b8c1ff', '', 'C', 2776, NULL, '2020-12-18 18:51:33', 0, 0, 0, 0, 0, 'Němečková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EDITA', 'edita.nk@seznam.cz', '1f6a3af68d', '', 'C', 2777, NULL, '2020-12-18 18:51:33', 0, 0, 0, 0, 0, 'NEORALOVÁ-KVIZDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.nepala@renomia.cz', 'a52c7358c6', '', 'C', 2778, NULL, '2020-12-18 18:51:33', 0, 1608615901, 0, 0, 0, 'NEPALA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'nepras@lnplzen.cz', 'c0d235ce55', '', 'C', 2779, NULL, '2020-12-18 18:51:34', 0, 0, 0, 0, 0, 'NEPRAŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SUSANA', 'susana@kunet.cz', '076750bcfa', '', 'C', 2780, NULL, '2020-12-18 18:51:34', 0, 0, 0, 0, 0, 'NERSISJAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'papimanek@centrum.cz', '581b215242', '', 'C', 2781, NULL, '2020-12-18 18:51:34', 0, 0, 0, 0, 0, 'NESNÍDALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.nesetrilova@volny.cz', 'd0e9b035b7', '', 'C', 2782, NULL, '2020-12-18 18:51:34', 0, 0, 0, 0, 0, 'NEŠETŘILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RUDOLF', 'rudolfnetik@email.cz', 'a2085e979f', '', 'C', 2783, NULL, '2020-12-18 18:51:34', 0, 0, 0, 0, 0, 'NETÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'neumannjiri@seznam.cz', '9f05defea9', '', 'C', 2784, NULL, '2020-12-18 18:51:34', 0, 0, 0, 0, 0, 'Neumannová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'mneumannova@centrum.cz', 'c8301ec340', '', 'C', 2785, NULL, '2020-12-18 18:51:34', 0, 0, 0, 0, 0, 'NEUMANNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'neumanova@seznam.cz', 'b09fd2be65', '', 'C', 2786, NULL, '2020-12-18 18:51:34', 0, 0, 0, 0, 0, 'NEUMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa.neustupna@seznam.cz', 'e8f746ab60', '', 'C', 2787, NULL, '2020-12-18 18:51:34', 0, 0, 0, 0, 0, 'NEÚSTUPNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.neustupny@ivg.cz', '9209b14ed2', '', 'C', 2788, NULL, '2020-12-18 18:51:35', 0, 0, 0, 0, 0, 'NEÚSTUPNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'pneuzil@seznam.cz', 'c04947fe5b', '', 'C', 2789, NULL, '2020-12-18 18:51:35', 0, 0, 0, 0, 0, 'NEUŽIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vera', 'vera@newbold.cz', '9e5da8dc61', '', 'C', 2790, NULL, '2020-12-18 18:51:35', 0, 0, 0, 0, 0, 'Newbold', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek.neymon@post.cz', 'be656df606', '', 'C', 2791, NULL, '2020-12-18 18:51:35', 0, 0, 0, 0, 0, 'NEYMON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.nidlova@seznam.cz', '88d08771e6', '', 'C', 2792, NULL, '2020-12-18 18:51:35', 0, 0, 0, 0, 0, 'NIDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('AI PING', 'sinx@seznam.cz', 'f6cb652037', '', 'C', 2793, NULL, '2020-12-18 18:51:35', 0, 0, 0, 0, 0, 'NIE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANITA', 'anita1990-2008@email.cz', '4b3953e2df', '', 'C', 2794, NULL, '2020-12-18 18:51:35', 0, 0, 0, 0, 0, 'NIKITINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'elena.n@email.cz', '9195ede7b2', '', 'C', 2795, NULL, '2020-12-18 18:51:35', 0, 0, 0, 0, 0, 'NIKITINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SINIŠA', 'info@malaplast.cz', '4ae2be21f5', '', 'C', 2796, NULL, '2020-12-18 18:51:35', 0, 0, 0, 0, 0, 'NIKOLIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'dana.nitrova@seznam.cz', '7fa4fcc79d', '', 'C', 2797, NULL, '2020-12-18 18:51:36', 0, 0, 0, 0, 0, 'NITRA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EMILIA', 'emily.niubo@email.cz', 'ce7f76e42d', '', 'C', 2798, NULL, '2020-12-18 18:51:36', 0, 0, 0, 0, 0, 'NIUBO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alenanordin@seznam.cz', 'c45c0f12b8', '', 'C', 2799, NULL, '2020-12-18 18:51:36', 0, 0, 0, 0, 0, 'NORDIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATKA', 'katka.nosek@centrum.cz', 'c0ecf03ffe', '', 'C', 2800, NULL, '2020-12-18 18:51:36', 0, 0, 0, 0, 0, 'NOSEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katka_noskova@centrum.cz', 'ecc15e8b8d', '', 'C', 2801, NULL, '2020-12-18 18:51:37', 0, 0, 0, 0, 0, 'NOSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'bara.trefna@centrum.cz', '608f9a27ab', '', 'C', 2802, NULL, '2020-12-18 18:51:37', 0, 0, 0, 0, 0, 'NOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.novacek@seznam.cz', 'c4b388fda2', '', 'C', 2803, NULL, '2020-12-18 18:51:38', 0, 0, 0, 0, 0, 'NOVÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GLORIE', 'glorienovackova@seznam.cz', '58a1403533', '', 'C', 2804, NULL, '2020-12-18 18:51:38', 0, 0, 0, 0, 0, 'NOVÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'novackoval@email.cz', '53c2681b64', '', 'C', 2805, NULL, '2020-12-18 18:51:38', 0, 0, 0, 0, 0, 'NOVÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'j.novak@kavou.cz', 'd8e74a1f5a', '', 'C', 2806, NULL, '2020-12-18 18:51:39', 0, 0, 0, 0, 0, 'NOVÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SLAVOMÍR', 'slavomirnovak@atlas.cz', 'ccedaec3b9', '', 'C', 2807, NULL, '2020-12-18 18:51:39', 0, 0, 0, 0, 0, 'NOVÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tnovak@rockoil.cz', '02caf77a47', '', 'C', 2808, NULL, '2020-12-18 18:51:39', 0, 0, 0, 0, 0, 'NOVÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janazajickova@toniandguy.cz', 'af63ad845e', '', 'C', 2809, NULL, '2020-12-18 18:51:40', 0, 0, 0, 0, 0, 'ZAJÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOSLAVA', 'miloslava.novakova@mafra.cz', '09576ecfdb', '', 'C', 2810, NULL, '2020-12-18 18:51:40', 0, 0, 0, 0, 0, 'NOVAKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dlucenicova@seznam.cz', '4492191161', '', 'C', 2811, NULL, '2020-12-18 18:51:40', 0, 0, 0, 0, 0, 'NOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'indikajanik@seznam.cz', '014f913091', '', 'C', 2812, NULL, '2020-12-18 18:51:41', 0, 0, 0, 0, 0, 'NOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janajolien@seznam.cz', 'bdb183b885', '', 'C', 2813, NULL, '2020-12-18 18:51:41', 0, 0, 0, 0, 0, 'NOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LARISA', 'larisa.novakova@seznam.cz', '0e8521fee0', '', 'C', 2814, NULL, '2020-12-18 18:51:41', 0, 0, 0, 0, 0, 'NOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'novakova.design@mail.cz', '383c7df717', '', 'C', 2815, NULL, '2020-12-18 18:51:41', 0, 0, 0, 0, 0, 'NOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'marcelanovak@seznam.cz', 'd489bc6802', '', 'C', 2816, NULL, '2020-12-18 18:51:42', 0, 0, 0, 0, 0, 'NOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TARA', 'novakovatara@feri-hk.cz', 'ecd7770740', '', 'C', 2817, NULL, '2020-12-18 18:51:42', 0, 0, 0, 0, 0, 'NOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'novakova.obora@seznam.cz', '8f340e01fa', '', 'C', 2818, NULL, '2020-12-18 18:51:42', 0, 0, 0, 0, 0, 'NOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIJA', 'n.nasta@seznam.cz', '5d4c5acb08', '', 'C', 2819, NULL, '2020-12-18 18:51:42', 0, 0, 0, 0, 0, 'NOVAKOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'libor.novosad@email.cz', '2a04fcb3ff', '', 'C', 2820, NULL, '2020-12-18 18:51:43', 0, 0, 0, 0, 0, 'NOVOSAD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jnovosadova@email.cz', 'e4d71e1012', '', 'C', 2821, NULL, '2020-12-18 18:51:43', 0, 0, 0, 0, 0, 'NOVOSADOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.novotna@seznam.cz', '47697e7b1f', '', 'C', 2822, NULL, '2020-12-18 18:51:43', 0, 0, 0, 0, 0, 'NOVOTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOHUSLAVA', 'bara.nov@atlas.cz', '63784f77cd', '', 'C', 2823, NULL, '2020-12-18 18:51:43', 0, 0, 0, 0, 0, 'NOVOTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'iva.novotna@lbm.cz', 'e88f3ccf8e', '', 'C', 2824, NULL, '2020-12-18 18:51:44', 0, 0, 0, 0, 0, 'NOVOTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.novotna@jana.cz', 'e9b8004642', '', 'C', 2825, NULL, '2020-12-18 18:51:44', 0, 0, 0, 0, 0, 'NOVOTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'marie_novotna@volny.cz', '2aa273d58f', '', 'C', 2826, NULL, '2020-12-18 18:51:44', 0, 0, 0, 0, 0, 'NOVOTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petulkanovotna1@seznam.cz', 'd20ec9d6d0', '', 'C', 2827, NULL, '2020-12-18 18:51:45', 0, 0, 0, 0, 0, 'NOVOTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.liskova@seznam.cz', 'e51d6b8b00', '', 'C', 2828, NULL, '2020-12-18 18:51:45', 0, 0, 0, 0, 0, 'NOVOTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jakub@caragio.cz', '8609d79740', '', 'C', 2829, NULL, '2020-12-18 18:51:45', 0, 0, 0, 0, 0, 'NOVOTNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'george.novotny@centrum.cz', '5ce37713a6', '', 'C', 2830, NULL, '2020-12-18 18:51:46', 0, 0, 0, 0, 0, 'NOVOTNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'info@pn.cz', '2424629dff', '', 'C', 2831, NULL, '2020-12-18 18:51:46', 0, 0, 0, 0, 0, 'NOVOTNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas_n@tnet.cz', 'fbac5bfc18', '', 'C', 2832, NULL, '2020-12-18 18:51:47', 0, 0, 0, 0, 0, 'NOVOTNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'fa.nova@seznam.cz', '9117c5b2f5', '', 'C', 2833, NULL, '2020-12-18 18:51:48', 0, 0, 0, 0, 0, 'NOVÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZBYNĚK', 'zbynek.now@seznam.cz', '5500d82d68', '', 'C', 2834, NULL, '2020-12-18 18:51:48', 0, 0, 0, 0, 0, 'NOWOK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZBYNĚK', 'djthonic@email.cz', '25278aaa1c', '', 'C', 2835, NULL, '2020-12-18 18:51:48', 0, 0, 0, 0, 0, 'NOWOK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'obermajerova@rpa.cz', '2b288d193f', '', 'C', 2836, NULL, '2020-12-18 18:51:49', 0, 1608623369, 0, 0, 0, 'OBERMAJEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.obertova@seznam.cz', '702359604f', '', 'C', 2837, NULL, '2020-12-18 18:51:49', 0, 0, 0, 0, 0, 'OBERTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'derra@seznam.cz', '80c21e6f42', '', 'C', 2838, NULL, '2020-12-18 18:51:50', 0, 0, 0, 0, 0, 'ODSTRČILÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'olivka.z@seznam.cz', 'd7dff69443', '', 'C', 2839, NULL, '2020-12-18 18:51:50', 0, 0, 0, 0, 0, 'OLIVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anton', 'antoninoliva@seznam.cz', 'b9ea268ca4', '', 'C', 2840, NULL, '2020-12-18 18:51:50', 0, 0, 0, 0, 0, 'Oliva', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.olsson@lbm.cz', '4a02e1b248', '', 'C', 2841, NULL, '2020-12-18 18:51:50', 0, 0, 0, 0, 0, 'OLSSON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.olsovska@lbm.cz', 'e2ddcc6228', '', 'C', 2842, NULL, '2020-12-18 18:51:50', 0, 0, 0, 0, 0, 'OLŠOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARYNA', 'maryna.o@seznam.cz', 'e2599520bc', '', 'C', 2843, NULL, '2020-12-18 18:51:50', 0, 0, 0, 0, 0, 'OMSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'info@detenice.cz', '67df9ce525', '', 'C', 2844, NULL, '2020-12-18 18:51:50', 0, 0, 0, 0, 0, 'ONDRÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'ondra.075@seznam.cz', '557d50d546', '', 'C', 2845, NULL, '2020-12-18 18:51:51', 0, 0, 0, 0, 0, 'ONDRÚŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david@dbkp.cz', '7e35da1dda', '', 'C', 2846, NULL, '2020-12-18 18:51:51', 0, 0, 0, 0, 0, 'ONDŘEJ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.ondrejova@lbm.cz', 'd26a2e4201', '', 'C', 2847, NULL, '2020-12-18 18:51:51', 0, 0, 0, 0, 0, 'ONDŘEJOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janaondrejova.1@seznam.cz', '186b67fbb8', '', 'C', 2848, NULL, '2020-12-18 18:51:51', 0, 0, 0, 0, 0, 'ONDŘEJOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('ELIŠKA', 'elisak888@seznam.cz', '1edf1edb33', '', 'C', 2849, NULL, '2020-12-18 18:51:51', 0, 0, 0, 0, 0, 'OPLETALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'opltt@seznam.cz', '801f1fb2d3', '', 'C', 2850, NULL, '2020-12-18 18:51:51', 0, 0, 0, 0, 0, 'OPLT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'missu@szm.sk', 'f77d612eb4', '', 'C', 2851, NULL, '2020-12-18 18:51:51', 0, 0, 0, 0, 0, 'ORAVCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr@orlovsky.cz', '2da3f8a712', '', 'C', 2852, NULL, '2020-12-18 18:51:52', 0, 1608609280, 0, 0, 0, 'ORLOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'i.ornstova@seznam.cz', '28c9db120f', '', 'C', 2853, NULL, '2020-12-18 18:51:52', 0, 0, 0, 0, 0, 'ORNSTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PRANTIŠEK', 'kovocnc@atlas.cz', 'b9829c05db', '', 'C', 2854, NULL, '2020-12-18 18:51:52', 0, 0, 0, 0, 0, 'OROS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVĚTLANA', 'sveta.zamarova@seznam.cz', '87d6693953', '', 'C', 2855, NULL, '2020-12-18 18:51:52', 0, 0, 0, 0, 0, 'ORUSTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAJA', 'majaosmanovic@seznam.cz', 'ba9c70d470', '', 'C', 2856, NULL, '2020-12-18 18:51:52', 0, 0, 0, 0, 0, 'OSMANOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SUSAN', 'rakyt330@seznam.cz', 'ce6f2e8988', '', 'C', 2857, NULL, '2020-12-18 18:51:52', 0, 0, 0, 0, 0, 'OSMANOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SERGIY', 'osypov.osypov.sergiy@volny.cz', '31332997cb', '', 'C', 2858, NULL, '2020-12-18 18:51:52', 0, 0, 0, 0, 0, 'OSYPOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zo.75@seznam.cz', 'f449380754', '', 'C', 2859, NULL, '2020-12-18 18:51:52', 0, 0, 0, 0, 0, 'OTAVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmarotavova@seznam.cz', '9d3ec69d72', '', 'C', 2860, NULL, '2020-12-18 18:51:53', 0, 0, 0, 0, 0, 'OTAVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'oten@seznam.cz', 'b8247a9ece', '', 'C', 2861, NULL, '2020-12-18 18:51:53', 0, 0, 0, 0, 0, 'OTENŠLÉGR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milanotevreldr@seznam.cz', '76af1d2f1b', '', 'C', 2862, NULL, '2020-12-18 18:51:53', 0, 0, 0, 0, 0, 'OTEVŘEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'judr.ovsik@volny.cz', 'a8e80bea3c', '', 'C', 2863, NULL, '2020-12-18 18:51:53', 0, 1608616300, 0, 0, 0, 'OVSIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NAĎA', 'nada.pacalova@seznam.cz', 'b3eae6eb37', '', 'C', 2864, NULL, '2020-12-18 18:51:53', 0, 0, 0, 0, 0, 'PACÁLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DITA', 'dita.pacourkova@volny.cz', '6c9c95b7e8', '', 'C', 2865, NULL, '2020-12-18 18:51:53', 0, 1609196113, 0, 0, 0, 'PACOURKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'paca1@volny.cz', 'ef7cbfdabd', '', 'C', 2866, NULL, '2020-12-18 18:51:53', 0, 0, 0, 0, 0, 'PACOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'padera@executivery.cz', '53e23ae62c', '', 'C', 2867, NULL, '2020-12-18 18:51:53', 0, 0, 0, 0, 0, 'PADĚRA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ISABELLA', 'isabella@executivera.cz', 'e0cf6a4d35', '', 'C', 2868, NULL, '2020-12-18 18:51:54', 0, 0, 0, 0, 0, 'PADĚROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'pahnckea@seznam.cz', '278e5b7698', '', 'C', 2869, NULL, '2020-12-18 18:51:55', 0, 0, 0, 0, 0, 'PAHNCILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jpachmannova@seznam.cz', '73da77cfd6', '', 'C', 2870, NULL, '2020-12-18 18:51:55', 0, 0, 0, 0, 0, 'PACHMANNOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilona@pajerova.cz', 'ee387b9842', '', 'C', 2871, NULL, '2020-12-18 18:51:55', 0, 0, 0, 0, 0, 'PAJEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOHUMÍRA', 'mirkapal@centrum.cz', '51ded605a0', '', 'C', 2872, NULL, '2020-12-18 18:51:55', 0, 0, 0, 0, 0, 'PALDRMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTONÍN', 'paldus@email.cz', '72857f86c0', '', 'C', 2873, NULL, '2020-12-18 18:51:56', 0, 0, 0, 0, 0, 'PALDUS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MALTA', 'palinkova@tiscali.cz', '445cae21fa', '', 'C', 2874, NULL, '2020-12-18 18:51:56', 0, 0, 0, 0, 0, 'PALÍNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'a-palkova@seznam.cz', 'fa2c75dacf', '', 'C', 2875, NULL, '2020-12-18 18:51:56', 0, 0, 0, 0, 0, 'PALKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTONÍN', 'antonin@pallas.cz', 'b6b2c5f503', '', 'U', 2876, NULL, '2020-12-18 18:51:56', 0, 1608627631, 0, 0, 0, 'PALLAS', 'n', 0, 0, '', '84.42.233.163', 0, '', 0, '', '', '', '', 0, 3, 1608627672, 0, 0, 1, 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),
('JITKA', 'palova.jitka@email.cz', '033db05bdc', '', 'C', 2877, NULL, '2020-12-18 18:51:56', 0, 0, 0, 0, 0, 'PÁLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'pancjitule@seznam.cz', '2645ae1dc2', '', 'C', 2878, NULL, '2020-12-18 18:51:56', 0, 0, 0, 0, 0, 'PANCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAEL', 'panek@ibs-rokap.cz', '4f1cbaaf3a', '', 'C', 2879, NULL, '2020-12-18 18:51:56', 0, 0, 0, 0, 0, 'PÁNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'panikova@pps-group.cz', 'f95c5ee695', '', 'C', 2880, NULL, '2020-12-18 18:51:56', 0, 0, 0, 0, 0, 'PÁNIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'ashari@post.cz', '615329877a', '', 'C', 2881, NULL, '2020-12-18 18:51:56', 0, 0, 0, 0, 0, 'PÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARINA', 'darapa@centrum.cz', 'dcd491916e', '', 'C', 2882, NULL, '2020-12-18 18:51:56', 0, 0, 0, 0, 0, 'PAPAKIRIAKOSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.papanek@seznam.cz', 'a65ee1bd0c', '', 'C', 2883, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PAPÁNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sara2@centrum.cz', '5db22c235b', '', 'C', 2884, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PAPOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IMRICH', 'imrich.p@seznam.cz', '4205e584df', '', 'C', 2885, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PAPP', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DZINA', 'dina.parfenovich@lbm.cz', '79ef4aad29', '', 'C', 2886, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PARFENOVICH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.parmova@seznam.cz', '69af8a4ee3', '', 'C', 2887, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PARMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evapaschetta@seznam.cz', '2e6a2d6974', '', 'C', 2888, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PASCHETTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'pakova.romana@seznam.cz', '99235a0d29', '', 'C', 2889, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PÁSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'passer@itar.cz', '0d5eb75f15', '', 'C', 2890, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PASSER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADIM', 'libuse.gabcova@passerinvest.cz', 'f140258907', '', 'C', 2891, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PASSER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOŠ', 'lubos@pasek.cz', '06e2026e44', '', 'C', 2892, NULL, '2020-12-18 18:51:57', 0, 0, 0, 0, 0, 'PAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.pasek@rtt.cz', '50cddfd85b', '', 'C', 2893, NULL, '2020-12-18 18:51:58', 0, 0, 0, 0, 0, 'PAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'paskova.cw@volny.cz', '77206a08c2', '', 'C', 2894, NULL, '2020-12-18 18:51:58', 0, 0, 0, 0, 0, 'PAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.pastikova@seznam.cz', '6a92614d6a', '', 'C', 2895, NULL, '2020-12-18 18:51:58', 0, 0, 0, 0, 0, 'PAŠTIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADIM', 'ratpat@seznam.cz', '72a9701417', '', 'C', 2896, NULL, '2020-12-18 18:51:58', 0, 0, 0, 0, 0, 'PATEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.patikova@lbm.cz', 'b84de17258', '', 'C', 2897, NULL, '2020-12-18 18:51:58', 0, 0, 0, 0, 0, 'PÁTÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.patkova@seznam.cz', '2aa80a104f', '', 'C', 2898, NULL, '2020-12-18 18:51:58', 0, 0, 0, 0, 0, 'PÁTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenkapatricna@seznam.cz', 'dcb352fb56', '', 'C', 2899, NULL, '2020-12-18 18:51:58', 0, 0, 0, 0, 0, 'PATŘIČNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TAŤÁNA', 'koblizek.t@seznam.cz', '97c46b7dad', '', 'C', 2900, NULL, '2020-12-18 18:51:58', 0, 0, 0, 0, 0, 'PATŘIČNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'paulat@seznam.cz', '7e733602a0', '', 'C', 2901, NULL, '2020-12-18 18:51:58', 0, 0, 0, 0, 0, 'PAULAT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavlapaulusova@seznam.cz', 'fa7bdd551a', '', 'C', 2902, NULL, '2020-12-18 18:51:59', 0, 0, 0, 0, 0, 'PAULUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Telička', 'telicka@seznam.cz', '1f894bd635', '', 'C', 2903, NULL, '2020-12-18 18:51:59', 0, 0, 0, 0, 0, 'Pavel', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'miroslav.pavelka@volny.cz', '138b226e6b', '', 'C', 2904, NULL, '2020-12-18 18:51:59', 0, 0, 0, 0, 0, 'PAVELKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'info@gaudens.cz', 'd86436f030', '', 'C', 2905, NULL, '2020-12-18 18:51:59', 0, 0, 0, 0, 0, 'PAVLÍČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barpavlickova@seznam.cz', '15a04786d3', '', 'C', 2906, NULL, '2020-12-18 18:51:59', 0, 0, 0, 0, 0, 'PAVLÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitkapavlikova1@seznam.cz', 'e123088914', '', 'C', 2907, NULL, '2020-12-18 18:51:59', 0, 0, 0, 0, 0, 'PAVLIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'winter.pl@seznam.cz', '278d4c646f', '', 'C', 2908, NULL, '2020-12-18 18:51:59', 0, 0, 0, 0, 0, 'PAVLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'pavlikova@af.czu.cz', '46d259ad90', '', 'C', 2909, NULL, '2020-12-18 18:51:59', 0, 0, 0, 0, 0, 'PAVLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'pmartax@seznam.cz', '45a85639e3', '', 'C', 2910, NULL, '2020-12-18 18:51:59', 0, 0, 0, 0, 0, 'PAVLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SABINA', 'pavlikova@kardiokri.cz', 'e4842995f0', '', 'C', 2911, NULL, '2020-12-18 18:52:00', 0, 1608640982, 0, 0, 0, 'PAVLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.pavlovova@lbm.cz', '4a2ee9e7c2', '', 'C', 2912, NULL, '2020-12-18 18:52:00', 0, 0, 0, 0, 0, 'PAVLOVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarpaz@seznam.cz', 'ef4063ae38', '', 'C', 2913, NULL, '2020-12-18 18:52:00', 0, 0, 0, 0, 0, 'PAZDERKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.pecicova@sagatrade.cz', 'acf25b9cd0', '', 'C', 2914, NULL, '2020-12-18 18:52:00', 0, 1608631020, 0, 0, 0, 'PECIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'pecnova@volny.cz', '11f8c3954b', '', 'C', 2915, NULL, '2020-12-18 18:52:00', 0, 0, 0, 0, 0, 'PECNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', '214@centrum.cz', 'd0fbb572e6', '', 'C', 2916, NULL, '2020-12-18 18:52:00', 0, 0, 0, 0, 0, 'PECH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.pechanova@seznam.cz', '79ca085ecf', '', 'C', 2917, NULL, '2020-12-18 18:52:00', 0, 0, 0, 0, 0, 'PECHANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'pechovaj@plzen.cz', 'a2e6e7fc6a', '', 'C', 2918, NULL, '2020-12-18 18:52:00', 0, 0, 0, 0, 0, 'PECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luciepechova@seznam.cz', 'a64e071785', '', 'C', 2919, NULL, '2020-12-18 18:52:00', 0, 0, 0, 0, 0, 'PECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'fictumovaz@pos.cz', 'f3c74b4a05', '', 'C', 2920, NULL, '2020-12-18 18:52:00', 0, 0, 0, 0, 0, 'PECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'chrpeas@email.cz', 'ccf11dc19a', '', 'C', 2921, NULL, '2020-12-18 18:52:01', 0, 0, 0, 0, 0, 'PECHR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAVA', 'pelechovam@seznam.cz', '466b219abb', '', 'C', 2922, NULL, '2020-12-18 18:52:01', 0, 0, 0, 0, 0, 'PELECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenkalinkova@atlas.cz', '33708999aa', '', 'C', 2923, NULL, '2020-12-18 18:52:02', 0, 0, 0, 0, 0, 'PELIKÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'pelnarova.jana@seznam.cz', '0b5d9b1091', '', 'C', 2924, NULL, '2020-12-18 18:52:02', 0, 0, 0, 0, 0, 'PELNÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALENA', 'pelzer@volny.cz', '559cca12e1', '', 'C', 2925, NULL, '2020-12-18 18:52:03', 0, 0, 0, 0, 0, 'PELZEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVATAVA', 'svatax@volny.cz', '137cbbecf3', '', 'C', 2926, NULL, '2020-12-18 18:52:03', 0, 0, 0, 0, 0, 'PEŇÁZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmar.pencova@seznam.cz', '3d3165ed1d', '', 'C', 2927, NULL, '2020-12-18 18:52:03', 0, 0, 0, 0, 0, 'PENCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PHILIPPE', 'philippe_penichou@kb.cz', '60ce18165f', '', 'C', 2928, NULL, '2020-12-18 18:52:03', 0, 0, 0, 0, 0, 'PENICHOU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MATTI', 'mp@terua.cz', 'd02a034d64', '', 'U', 2929, NULL, '2020-12-18 18:52:04', 0, 1609077606, 0, 0, 0, 'PĚNKAVA', 'n', 0, 0, '', '88.103.230.58', 0, '', 0, '', '', '', '', 0, 3, 1608661788, 0, 0, 1, 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),
('LINDA', 'lin.pergerova@seznam.cz', 'dd138d75f6', '', 'C', 2930, NULL, '2020-12-18 18:52:04', 0, 0, 0, 0, 0, 'PERGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'a.pergl@seznam.cz', 'af81457d41', '', 'C', 2931, NULL, '2020-12-18 18:52:04', 0, 0, 0, 0, 0, 'PERGL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATJANA', 'pergler.t@centrum.cz', '1ceb942619', '', 'U', 2932, NULL, '2020-12-18 18:52:04', 0, 1609086470, 0, 0, 0, 'PERGLER', 'n', 0, 0, '', '88.103.230.151', 0, '', 0, '', '', '', '', 0, 3, 1609086506, 0, 0, 1, 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),
('EVA', 'perglerova@seznam.cz', 'c0dc31854a', '', 'C', 2933, NULL, '2020-12-18 18:52:04', 0, 0, 0, 0, 0, 'PERGLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('AIDA', 'aze@jamp.cz', '185d96834e', '', 'C', 2934, NULL, '2020-12-18 18:52:04', 0, 0, 0, 0, 0, 'PERIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SNĚŽANA', 's.perkovic@seznam.cz', 'b0a827bf95', '', 'C', 2935, NULL, '2020-12-18 18:52:04', 0, 0, 0, 0, 0, 'PERKOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBĚNA', 'pernicova@notarkan.cz', '517f9fc3e4', '', 'C', 2936, NULL, '2020-12-18 18:52:04', 0, 0, 0, 0, 0, 'PERNICOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.pestalova@centrum.cz', '3d4389a853', '', 'C', 2937, NULL, '2020-12-18 18:52:05', 0, 0, 0, 0, 0, 'PEŠÁLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukas@pesek52.cz', '67a7f60251', '', 'C', 2938, NULL, '2020-12-18 18:52:05', 0, 0, 0, 0, 0, 'PEŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'denisamo@centrum.cz', '94ceba5fbf', '', 'C', 2939, NULL, '2020-12-18 18:52:05', 0, 0, 0, 0, 0, 'PEŠIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'peskova@aliaz.cz', '5aad2404d1', '', 'C', 2940, NULL, '2020-12-18 18:52:05', 0, 1608634093, 0, 0, 0, 'PEŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'pestaradek@seznam.cz', 'a1ff490cc1', '', 'C', 2941, NULL, '2020-12-18 18:52:05', 0, 0, 0, 0, 0, 'PEŠTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'hincapie007@seznam.cz', '0ac10f1e94', '', 'C', 2942, NULL, '2020-12-18 18:52:05', 0, 0, 0, 0, 0, 'PETÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.peter@centrum.cz', 'c1c991ba09', '', 'C', 2943, NULL, '2020-12-18 18:52:05', 0, 0, 0, 0, 0, 'PETER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'info@autob.cz', 'b0e0a930ba', '', 'C', 2944, NULL, '2020-12-18 18:52:05', 0, 1608631907, 0, 0, 0, 'PETERKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tpetr1@seznam.cz', '039fc7ae30', '', 'C', 2945, NULL, '2020-12-18 18:52:06', 0, 0, 0, 0, 0, 'PETR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'hubertus2@seznam.cz', '6f7718a36d', '', 'C', 2946, NULL, '2020-12-18 18:52:06', 0, 0, 0, 0, 0, 'PETRÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andy.pet@seznam.cz', '5236320270', '', 'C', 2947, NULL, '2020-12-18 18:52:06', 0, 0, 0, 0, 0, 'PETRÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barpet@tiscali.cz', '77a3c83017', '', 'C', 2948, NULL, '2020-12-18 18:52:06', 0, 0, 0, 0, 0, 'PETRÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'petranek@led-media.cz', '0ff0d0e5b2', '', 'C', 2949, NULL, '2020-12-18 18:52:06', 0, 1608617408, 0, 0, 0, 'PETRÁNEK', 'n', 0, 0, '', '88.103.226.86', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'ivetapetrasova@seznam.cz', 'aabbcef28d', '', 'C', 2950, NULL, '2020-12-18 18:52:06', 0, 0, 0, 0, 0, 'PETRÁŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EKATERINA', 'p.katja@seznam.cz', 'bd424107fb', '', 'C', 2951, NULL, '2020-12-18 18:52:06', 0, 0, 0, 0, 0, 'PETRENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VIKTORIA', 'victoria@drill.cz', '821bbf0b7d', '', 'C', 2952, NULL, '2020-12-18 18:52:06', 0, 0, 0, 0, 0, 'PETRENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'n.yushyna@gmail.cz', '927f5973a8', '', 'C', 2953, NULL, '2020-12-18 18:52:06', 0, 0, 0, 0, 0, 'PETRIVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SLAVOMÍRA', 'slfri@seznam.cz', '431baa968b', '', 'C', 2954, NULL, '2020-12-18 18:52:07', 0, 0, 0, 0, 0, 'PETROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'schinach@seznam.cz', '457bda0a37', '', 'C', 2955, NULL, '2020-12-18 18:52:07', 0, 0, 0, 0, 0, 'PETRZÍLKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'bapet@centrum.cz', '940c591135', '', 'C', 2956, NULL, '2020-12-18 18:52:07', 0, 0, 0, 0, 0, 'PETRŽELKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOHUMIL', 'petrek@memfis.cz', '705dfd5f70', '', 'C', 2957, NULL, '2020-12-18 18:52:07', 0, 0, 0, 0, 0, 'PETŘEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBĚNA', 'libena.petrekova@seznam.cz', '58f9d177cb', '', 'C', 2958, NULL, '2020-12-18 18:52:07', 0, 0, 0, 0, 0, 'PETŘEKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'susu.777@seznam.cz', 'b6b1f9bb9b', '', 'C', 2959, NULL, '2020-12-18 18:52:07', 0, 0, 0, 0, 0, 'PETŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIK', 'dompetrivy@seznam.cz', 'f5b643c939', '', 'C', 2960, NULL, '2020-12-18 18:52:07', 0, 0, 0, 0, 0, 'PETŘIVÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renata.pevna@jrp-moda.cz', 'e4ee904d42', '', 'C', 2961, NULL, '2020-12-18 18:52:07', 0, 0, 0, 0, 0, 'PEVNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAEL', 'michael.pfeiffer-belli@fallon.cz', 'fef2a748fc', '', 'C', 2962, NULL, '2020-12-18 18:52:08', 0, 0, 0, 0, 0, 'PFEIFFER-BELLI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELEONOR', 'prochodova@atlas.cz', '136652cc21', '', 'C', 2963, NULL, '2020-12-18 18:52:08', 0, 0, 0, 0, 0, 'PICKE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'sazun@seznam.cz', '9912b65ca3', '', 'C', 2964, NULL, '2020-12-18 18:52:08', 0, 0, 0, 0, 0, 'PICKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janasparta@seznam.cz', '9f61ac9074', '', 'C', 2965, NULL, '2020-12-18 18:52:08', 0, 0, 0, 0, 0, 'PÍCKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.pietroszkova@seznam.cz', 'c2abfa5836', '', 'C', 2966, NULL, '2020-12-18 18:52:08', 0, 0, 0, 0, 0, 'PIETROSZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘINA', 'jirina.piglova@seznam.cz', '9d88a1ab00', '', 'C', 2967, NULL, '2020-12-18 18:52:08', 0, 0, 0, 0, 0, 'PÍGLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.piknova@seznam.cz', '965e69035a', '', 'C', 2968, NULL, '2020-12-18 18:52:08', 0, 0, 0, 0, 0, 'PIKNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARINA', 'darinka@pikus.cz', 'aa037c9152', '', 'C', 2969, NULL, '2020-12-18 18:52:08', 0, 0, 0, 0, 0, 'PIKUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'j.pilarova@email.cz', '009bbf48e3', '', 'C', 2970, NULL, '2020-12-18 18:52:08', 0, 0, 0, 0, 0, 'PILAŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELIŠKA', 'pilikova.eliska@seznam.cz', 'e8e5da470d', '', 'C', 2971, NULL, '2020-12-18 18:52:09', 0, 0, 0, 0, 0, 'PILÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'pillmayer.tomas@seznam.cz', '314bca5696', '', 'C', 2972, NULL, '2020-12-18 18:52:09', 0, 0, 0, 0, 0, 'PILLMAYER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'pilstein@seznam.cz', '4e955d00db', '', 'C', 2973, NULL, '2020-12-18 18:52:09', 0, 0, 0, 0, 0, 'PILUCHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina74p@seznam.cz', '0772ba2314', '', 'C', 2974, NULL, '2020-12-18 18:52:09', 0, 0, 0, 0, 0, 'PINKAVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hpisarikova@bohemiaenergy.cz', '4dfb7f0699', '', 'C', 2975, NULL, '2020-12-18 18:52:09', 0, 0, 0, 0, 0, 'PÍSAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'pisarikova-lenka@seznam.cz', '6e32f5b3e1', '', 'C', 2976, NULL, '2020-12-18 18:52:09', 0, 0, 0, 0, 0, 'PÍSAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'audience@seznam.cz', '448de478b2', '', 'C', 2977, NULL, '2020-12-18 18:52:09', 0, 0, 0, 0, 0, 'PISKÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('VIKTOR', 'viktorpis@post.cz', '1d088d9ff9', '', 'C', 2978, NULL, '2020-12-18 18:52:09', 0, 0, 0, 0, 0, 'PIŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'pivoda@zlin.cz', '1586ec3f72', '', 'C', 2979, NULL, '2020-12-18 18:52:10', 0, 1608633523, 0, 0, 0, 'Pivoda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'pivonkova.l@seznam.cz', '499e060209', '', 'C', 2980, NULL, '2020-12-18 18:52:10', 0, 0, 0, 0, 0, 'PIVOŇKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DUŠAN', 'dusan@placek.cz', '5ddcee84c8', '', 'C', 2981, NULL, '2020-12-18 18:52:10', 0, 0, 0, 0, 0, 'PLAČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'plachahana@seznam.cz', '0d4995d37f', '', 'C', 2982, NULL, '2020-12-18 18:52:10', 0, 0, 0, 0, 0, 'PLACHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martinaplacha@centrum.cz', '5c79524599', '', 'C', 2983, NULL, '2020-12-18 18:52:10', 0, 0, 0, 0, 0, 'PLACHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helajda@seznam.cz', '23bbd9e7bb', '', 'C', 2984, NULL, '2020-12-18 18:52:10', 0, 0, 0, 0, 0, 'PLACHTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.plasil@seznam.cz', 'd0a802983f', '', 'C', 2985, NULL, '2020-12-18 18:52:10', 0, 0, 0, 0, 0, 'PLAŠILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana@japjap.cz', 'f66684f743', '', 'C', 2986, NULL, '2020-12-18 18:52:10', 0, 0, 0, 0, 0, 'PLEŠA SUBOTIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'plesakova1@seznam.cz', '9c779561ab', '', 'C', 2987, NULL, '2020-12-18 18:52:10', 0, 0, 0, 0, 0, 'PLEŠÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'robert.plevac@inin.cz', '006207301c', '', 'C', 2988, NULL, '2020-12-18 18:52:10', 0, 1608619288, 0, 0, 0, 'PLEVAČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALICE', 'plichtova@email.cz', 'cbadf87a82', '', 'C', 2989, NULL, '2020-12-18 18:52:11', 0, 0, 0, 0, 0, 'PLICHTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'pliskova7@seznam.cz', '277cd266ec', '', 'C', 2990, NULL, '2020-12-18 18:52:11', 0, 0, 0, 0, 0, 'PLÍŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'p.pluchova@seznam.cz', 'f79ebc0fd1', '', 'C', 2991, NULL, '2020-12-18 18:52:11', 0, 0, 0, 0, 0, 'PLUCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tplzak@seznam.cz', '8aef3c0f98', '', 'C', 2992, NULL, '2020-12-18 18:52:11', 0, 0, 0, 0, 0, 'PLZÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'pobozka@email.cz', '9ce4d6022e', '', 'C', 2993, NULL, '2020-12-18 18:52:11', 0, 0, 0, 0, 0, 'POBOŽNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milan.pobuda@seznam.cz', '8b2b85a7d6', '', 'C', 2994, NULL, '2020-12-18 18:52:11', 0, 0, 0, 0, 0, 'POBUDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janapocova@seznam.cz', '074b997804', '', 'C', 2995, NULL, '2020-12-18 18:52:11', 0, 0, 0, 0, 0, 'POCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'filippodany@seznam.cz', '729ba976a6', '', 'C', 2996, NULL, '2020-12-18 18:52:11', 0, 0, 0, 0, 0, 'PODANÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'mp@martinko.sk', '0d3f2fad8b', '', 'C', 2997, NULL, '2020-12-18 18:52:12', 0, 1608623229, 0, 0, 0, 'PODHRADSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'aneta.podlipna@centrum.cz', 'd79cfd1e7d', '', 'C', 2998, NULL, '2020-12-18 18:52:12', 0, 0, 0, 0, 0, 'PODLIPNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'info@podzimekld.cz', '34d0d747e7', '', 'C', 2999, NULL, '2020-12-18 18:52:12', 0, 0, 0, 0, 0, 'PODZIMEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'podzimkova.helena@seznam.cz', 'a92823543f', '', 'C', 3000, NULL, '2020-12-18 18:52:13', 0, 0, 0, 0, 0, 'PODZIMKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROMÍR', 'pohan@5seasons.cz', 'dd7ce4c391', '', 'C', 3001, NULL, '2020-12-18 18:52:13', 0, 1608623449, 0, 0, 0, 'POHAN', 'n', 0, 0, '', '85.70.194.113', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.pochy@seznam.cz', '3b73e59095', '', 'C', 3002, NULL, '2020-12-18 18:52:13', 0, 0, 0, 0, 0, 'POCHYLÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'jksamuel@centrum.cz', '138dd46244', '', 'C', 3003, NULL, '2020-12-18 18:52:13', 0, 0, 0, 0, 0, 'POCHYLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOŠ', 'lubos.pok@easyiso.cz', 'ae09483159', '', 'C', 3004, NULL, '2020-12-18 18:52:13', 0, 0, 0, 0, 0, 'POK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'vocode@seznam.cz', '8aa9ac4736', '', 'C', 3005, NULL, '2020-12-18 18:52:13', 0, 0, 0, 0, 0, 'POKLUDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'pokorna@satpo.cz', '0b5933a810', '', 'C', 3006, NULL, '2020-12-18 18:52:13', 0, 0, 0, 0, 0, 'POKORNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jira.pokorny@perfolinea.cz', '40b121bf17', '', 'C', 3007, NULL, '2020-12-18 18:52:13', 0, 0, 0, 0, 0, 'POKORNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tpokorny@alrion.cz', '7317fe636a', '', 'C', 3008, NULL, '2020-12-18 18:52:14', 0, 0, 0, 0, 0, 'POKORNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.pol@ghf.cz', '239de0af52', '', 'C', 3009, NULL, '2020-12-18 18:52:14', 0, 0, 0, 0, 0, 'PÓL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOZEF', 'jopo@kuulfabrik.sk', 'c950695367', '', 'C', 3010, NULL, '2020-12-18 18:52:14', 0, 1608630211, 0, 0, 0, 'POLÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.polacek@pprince.cz', 'e11abac134', '', 'C', 3011, NULL, '2020-12-18 18:52:14', 0, 0, 0, 0, 0, 'POLÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'caroline77@centrum.cz', 'a3f113109a', '', 'C', 3012, NULL, '2020-12-18 18:52:14', 0, 0, 0, 0, 0, 'POLACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'ivana.polakova@seznam.cz', '356037a739', '', 'C', 3013, NULL, '2020-12-18 18:52:14', 0, 0, 0, 0, 0, 'POLÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'info@petr-polak.cz', 'a061274b5e', '', 'C', 3014, NULL, '2020-12-18 18:52:14', 0, 1608628947, 0, 0, 0, 'POLÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.polak@d-plus.cz', '98de3e2ed2', '', 'C', 3015, NULL, '2020-12-18 18:52:15', 0, 0, 0, 0, 0, 'POLÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATRIN', 'k.polakova@cblfashion.cz', '5922ce98e9', '', 'C', 3016, NULL, '2020-12-18 18:52:15', 0, 0, 0, 0, 0, 'POLÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luckalisticka@seznam.cz', 'daa2ae9e9f', '', 'C', 3017, NULL, '2020-12-18 18:52:15', 0, 0, 0, 0, 0, 'POLÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa.polanecka@seznam.cz', '9a12fc199e', '', 'C', 3018, NULL, '2020-12-18 18:52:15', 0, 0, 0, 0, 0, 'POLANECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'm-polasek@volny.cz', '870499f9e0', '', 'C', 3019, NULL, '2020-12-18 18:52:15', 0, 0, 0, 0, 0, 'POLAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jherodes@atlas.cz', '0a6db1d947', '', 'C', 3020, NULL, '2020-12-18 18:52:15', 0, 0, 0, 0, 0, 'POLÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIKA', 'dominika.polednikova@mpss.cz', 'f3b3d60200', '', 'C', 3021, NULL, '2020-12-18 18:52:15', 0, 1608619503, 0, 0, 0, 'POLEDNÍKOVÁ', 'n', 0, 0, '', '34.222.97.81', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'j.polednik@centrum.cz', 'ffb5fb62a0', '', 'C', 3022, NULL, '2020-12-18 18:52:15', 0, 0, 0, 0, 0, 'POLEDNÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'dejna.p@seznam.cz', 'fae0d7e5b1', '', 'C', 3023, NULL, '2020-12-18 18:52:15', 0, 0, 0, 0, 0, 'POLICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vladimirsky@volny.cz', 'c03e6d0c9b', '', 'C', 3024, NULL, '2020-12-18 18:52:15', 0, 0, 0, 0, 0, 'POLOMSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'polube_d@volny.cz', 'c432ea5d3e', '', 'C', 3025, NULL, '2020-12-18 18:52:16', 0, 0, 0, 0, 0, 'POLUBĚDOVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.pomazalova@centrum.cz', 'f90ed4619b', '', 'C', 3026, NULL, '2020-12-18 18:52:16', 0, 0, 0, 0, 0, 'POMAZALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVŽEN', 'pop.evzen@seznam.cz', '6c00511bfc', '', 'C', 3027, NULL, '2020-12-18 18:52:16', 0, 0, 0, 0, 0, 'POP', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YEVGENIY', 'yevgeniy.pop@seznam.cz', '7418c5958f', '', 'C', 3028, NULL, '2020-12-18 18:52:16', 0, 0, 0, 0, 0, 'POP', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'vladka.popardowska@abasco.cz', '3e28cc91ad', '', 'C', 3029, NULL, '2020-12-18 18:52:16', 0, 0, 0, 0, 0, 'POPARDOWSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'popilka@popilka.cz', 'a99a538d6d', '', 'C', 3030, NULL, '2020-12-18 18:52:16', 0, 0, 0, 0, 0, 'POPILKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NINA', 'popova@nfk-marketing.cz', '03eea7b87b', '', 'C', 3031, NULL, '2020-12-18 18:52:16', 0, 0, 0, 0, 0, 'POPOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOL', 'nikol.popovska@modullegal.cz', '0b5ea47b81', '', 'C', 3032, NULL, '2020-12-18 18:52:16', 0, 0, 0, 0, 0, 'POPOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NAĎA', 'popovych@seznam.cz', '980289e528', '', 'C', 3033, NULL, '2020-12-18 18:52:16', 0, 0, 0, 0, 0, 'POPOVYČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'robert@porkert.cz', '7e6bb398e6', '', 'C', 3034, NULL, '2020-12-18 18:52:17', 0, 0, 0, 0, 0, 'PORKERT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'porizkova.marketa@seznam.cz', 'e5d83e1ed6', '', 'C', 3035, NULL, '2020-12-18 18:52:17', 0, 0, 0, 0, 0, 'POŘÍZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr@posad.cz', '7a6daf499c', '', 'C', 3036, NULL, '2020-12-18 18:52:17', 0, 0, 0, 0, 0, 'POSAD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.posledni@volny.cz', '032d6aa1aa', '', 'C', 3037, NULL, '2020-12-18 18:52:17', 0, 1608621917, 0, 0, 0, 'POSLEDNÍ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.pospisil@pkholding.cz', '6e163d3e17', '', 'C', 3038, NULL, '2020-12-18 18:52:17', 0, 1608623311, 0, 0, 0, 'POSPÍŠIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'pospa.tomas@seznam.cz', 'b4ae6df4b3', '', 'C', 3039, NULL, '2020-12-18 18:52:17', 0, 0, 0, 0, 0, 'POSPÍŠIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'pospisilova@unaconsulting.cz', 'f5d990d9b2', '', 'C', 3040, NULL, '2020-12-18 18:52:17', 0, 0, 0, 0, 0, 'POSPÍŠILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'pos.luc@seznam.cz', '18f52dff42', '', 'C', 3041, NULL, '2020-12-18 18:52:17', 0, 0, 0, 0, 0, 'POSPÍŠILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'gentille@seznam.cz', '21448bd60a', '', 'C', 3042, NULL, '2020-12-18 18:52:17', 0, 0, 0, 0, 0, 'POSPÍŠILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVĚTLANA', 'spospisilova@gmail.cz', 'b8bcacea7b', '', 'C', 3043, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'POSPÍŠILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.pospisilova@quick.cz', 'c282715d34', '', 'C', 3044, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'POSPÍŠILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'model66@seznam.cz', '69f6c939e3', '', 'C', 3045, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'POSTOLKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'i.pozarkova@seznam.cz', '9acf458661', '', 'C', 3046, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'POŽÁRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RUDOLF', 'rudolf@prager.cz', 'c9114b2fda', '', 'C', 3047, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'PRAGER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzka.praskova@seznam.cz', '226cea1c8a', '', 'C', 3048, NULL, '2020-12-18 18:52:18', 0, 1608750499, 0, 0, 0, 'PRÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRICIE', 'patricie.prazakova@seznam.cz', 'dea06f0f34', '', 'C', 3049, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'PRAŽÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'richard@revolta.cz', '84d1014ab1', '', 'C', 3050, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'PREISLER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'rprincova@seznam.cz', 'de82785011', '', 'C', 3051, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'PRINCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr-prochazka@email.cz', '749f848c75', '', 'C', 3052, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'PROCHÁZKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'radka.fakinova@centrum.cz', '7483ed8abe', '', 'C', 3053, NULL, '2020-12-18 18:52:18', 0, 0, 0, 0, 0, 'PROCHÁZKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANKA', 'janka_2002@post.sk', '38068165db', '', 'C', 3054, NULL, '2020-12-18 18:52:19', 0, 0, 0, 0, 0, 'PROCHÁZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolina.prochazkova@lbm.cz', 'c79ceb06c3', '', 'C', 3055, NULL, '2020-12-18 18:52:19', 0, 0, 0, 0, 0, 'PROCHÁZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.prokes@email.cz', '1f1b4bba83', '', 'C', 3056, NULL, '2020-12-18 18:52:19', 0, 0, 0, 0, 0, 'PROKEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TAMARA', 'tamara.prokes@seznam.cz', 'ff92391159', '', 'C', 3057, NULL, '2020-12-18 18:52:19', 0, 0, 0, 0, 0, 'PROKEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'prokopova@sanomamagazines.cz', '8ef24fe4cc', '', 'C', 3058, NULL, '2020-12-18 18:52:19', 0, 0, 0, 0, 0, 'PROKOPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr@prokupek.cz', '123f9f616c', '', 'C', 3059, NULL, '2020-12-18 18:52:19', 0, 1608623456, 0, 0, 0, 'PROKUPEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTON', 'anton@laba.cz', '84a0ab64dd', '', 'C', 3060, NULL, '2020-12-18 18:52:19', 0, 1608626185, 0, 0, 0, 'PRONIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'm.pc@seznam.cz', '7606f15a10', '', 'C', 3061, NULL, '2020-12-18 18:52:19', 0, 0, 0, 0, 0, 'PROŠLIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'provaznikovag@seznam.cz', 'ad400ee99d', '', 'C', 3062, NULL, '2020-12-18 18:52:19', 0, 0, 0, 0, 0, 'PROVAZNÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka@prskavcova.cz', 'f940ff7553', '', 'C', 3063, NULL, '2020-12-18 18:52:20', 0, 1608653703, 0, 0, 0, 'PRSKAVCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka@prskavkova.cz', 'f2a7e8a9f3', '', 'C', 3064, NULL, '2020-12-18 18:52:20', 0, 0, 0, 0, 0, 'PRSKAVKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'loquita@tiscali.cz', 'e430310eee', '', 'C', 3065, NULL, '2020-12-18 18:52:21', 0, 0, 0, 0, 0, 'PRŮŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'logvita@tiscali.cz', '4fe8805a79', '', 'C', 3066, NULL, '2020-12-18 18:52:21', 0, 0, 0, 0, 0, 'PRŮŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'z.prusova@maen.cz', 'e0fba16bb1', '', 'C', 3067, NULL, '2020-12-18 18:52:21', 0, 1608625872, 0, 0, 0, 'PRŮŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'prycova7@seznam.cz', '76aeb06581', '', 'C', 3068, NULL, '2020-12-18 18:52:21', 0, 0, 0, 0, 0, 'PRÝCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'patrik.pryzhoda@centrum.cz', '84bf51b30f', '', 'C', 3069, NULL, '2020-12-18 18:52:21', 0, 0, 0, 0, 0, 'PRYZHODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'marcelka.c@seznam.cz', '87ce6da68d', '', 'C', 3070, NULL, '2020-12-18 18:52:21', 0, 0, 0, 0, 0, 'PŘÁDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBUŠE', 'libina@centrum.cz', 'fb3125a47c', '', 'C', 3071, NULL, '2020-12-18 18:52:21', 0, 0, 0, 0, 0, 'PŘEUČILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david.pribyl@seznam.cz', 'eb981b8cfd', '', 'C', 3072, NULL, '2020-12-18 18:52:21', 0, 0, 0, 0, 0, 'PŘIBYL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jpribyl@nejlevnejsiboty.cz', '0b0f52d29d', '', 'C', 3073, NULL, '2020-12-18 18:52:21', 0, 0, 0, 0, 0, 'PŘIBYL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zde.pribil@tiscali.cz', '67212ffc14', '', 'C', 3074, NULL, '2020-12-18 18:52:22', 0, 0, 0, 0, 0, 'PŘIBYL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'prikryldavid@seznam.cz', '4534487410', '', 'C', 3075, NULL, '2020-12-18 18:52:22', 0, 0, 0, 0, 0, 'PŘIKRYL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pawpri@seznam.cz', '126e67843b', '', 'C', 3076, NULL, '2020-12-18 18:52:22', 0, 0, 0, 0, 0, 'PŘIKRYL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'normen.20@seznam.cz', '0a5a488883', '', 'C', 3077, NULL, '2020-12-18 18:52:22', 0, 0, 0, 0, 0, 'PŘIKRYL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'akpsutkova@akpsutkova.cz', 'caa6b681a7', '', 'C', 3078, NULL, '2020-12-18 18:52:22', 0, 1608622361, 0, 0, 0, 'PSŮTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucapt@volny.cz', 'f8d723cb3d', '', 'C', 3079, NULL, '2020-12-18 18:52:22', 0, 0, 0, 0, 0, 'PTÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'lida@pubec.cz', '4769a93cf9', '', 'C', 3080, NULL, '2020-12-18 18:52:22', 0, 1608622386, 0, 0, 0, 'PUBCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'servispucekhelena@stonline.sk', '2a351e1827', '', 'C', 3081, NULL, '2020-12-18 18:52:22', 0, 0, 0, 0, 0, 'PUČKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'pudilova.renata@seznam.cz', '27b90ae3c5', '', 'C', 3082, NULL, '2020-12-18 18:52:22', 0, 0, 0, 0, 0, 'PUDILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NORA', 'jojpuchel@atlas.sk', '7cbdfa8dea', '', 'C', 3083, NULL, '2020-12-18 18:52:22', 0, 1608742681, 0, 0, 0, 'PUCHELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'pujman@quick.cz', 'a694484b09', '', 'C', 3084, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'PUJMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terezap@centrum.cz', 'a6870ff00c', '', 'C', 3085, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'PUKOWIETZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janapurdesova@seznam.cz', '128c27b135', '', 'C', 3086, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'PURDEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dasapuskinova@seznam.cz', 'e39dbc68fb', '', 'C', 3087, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'PUŠKINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'cls06@seznam.cz', '31764123ad', '', 'C', 3088, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'PÝCHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VIHARA', 'vihara.s@seznam.cz', 'b5ed696930', '', 'C', 3089, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'PYLYPČUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pyszna_pavla@seznam.cz', 'e76715bb9f', '', 'C', 3090, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'PYSZNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADRIAN', 'rac@hbreavis.sk', 'cec4bb69c9', '', 'C', 3091, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'RÁC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘINA', 'jirina.racova@removek.cz', 'fe8a43604a', '', 'C', 3092, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'RÁCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TETYANA', 'tetyanarad@seznam.cz', 'e5321ddf8a', '', 'C', 3093, NULL, '2020-12-18 18:52:23', 0, 0, 0, 0, 0, 'RAD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomasradek@seznam.cz', 'd999989ea5', '', 'C', 3094, NULL, '2020-12-18 18:52:24', 0, 0, 0, 0, 0, 'RADEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'janradimersky1949@seznam.cz', '1556e3ae64', '', 'C', 3095, NULL, '2020-12-18 18:52:24', 0, 0, 0, 0, 0, 'RADIMĚŘSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALÉNA', 'mradvanova@email.cz', '42b774ab9d', '', 'C', 3096, NULL, '2020-12-18 18:52:24', 0, 0, 0, 0, 0, 'RADVANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'elenr@email.cz', 'f68aa6bfe7', '', 'C', 3097, NULL, '2020-12-18 18:52:24', 0, 0, 0, 0, 0, 'RAEVSKAYA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'pripomocne.prace@seznam.cz', '7f70e6396c', '', 'C', 3098, NULL, '2020-12-18 18:52:24', 0, 0, 0, 0, 0, 'RAFAEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terezka486@seznam.cz', '8021387a0e', '', 'C', 3099, NULL, '2020-12-18 18:52:24', 0, 0, 0, 0, 0, 'RAICHLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTĚPÁNKA', 'raiter.hk@seznam.cz', 'bc273c4390', '', 'C', 3100, NULL, '2020-12-18 18:52:24', 0, 0, 0, 0, 0, 'RAITEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'honza.r2@seznam.cz', '8c4ffe7ce4', '', 'C', 3101, NULL, '2020-12-18 18:52:24', 0, 0, 0, 0, 0, 'RAJNOCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EDITA', 'edita.rakova@seznam.cz', '59284a53c9', '', 'C', 3102, NULL, '2020-12-18 18:52:24', 0, 0, 0, 0, 0, 'RAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SAIDA', 'rsaida@seznam.cz', 'e176f846ac', '', 'C', 3103, NULL, '2020-12-18 18:52:25', 0, 0, 0, 0, 0, 'RAMAZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'ladislav.randa@seznam.cz', '46a366d2d1', '', 'C', 3104, NULL, '2020-12-18 18:52:25', 0, 0, 0, 0, 0, 'RANDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'randova@vodpocivarna.cz', '352d598e8b', '', 'C', 3105, NULL, '2020-12-18 18:52:25', 0, 0, 0, 0, 0, 'RANDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARGARITA', 'margaritaraskina@centrum.cz', 'fd29893edb', '', 'C', 3106, NULL, '2020-12-18 18:52:25', 0, 0, 0, 0, 0, 'RASKINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('ELENA', 'rasyuk@seznam.cz', '0503f9d468', '', 'C', 3107, NULL, '2020-12-18 18:52:25', 0, 0, 0, 0, 0, 'RASYUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'anetara@seznam.cz', '371e47f088', '', 'C', 3108, NULL, '2020-12-18 18:52:25', 0, 0, 0, 0, 0, 'RAŠOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmarraupachova@seznam.cz', '4622effbc5', '', 'C', 3109, NULL, '2020-12-18 18:52:25', 0, 0, 0, 0, 0, 'RAUPACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NINA', 'ravnakova1@seznam.cz', '8ede082cf9', '', 'C', 3110, NULL, '2020-12-18 18:52:25', 0, 0, 0, 0, 0, 'RAVNAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOMÍR', 'radekredek@seznam.cz', '14915447f1', '', 'C', 3111, NULL, '2020-12-18 18:52:25', 0, 0, 0, 0, 0, 'REDEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michalredl@seznam.cz', '046e5ef710', '', 'C', 3112, NULL, '2020-12-18 18:52:26', 0, 1608653160, 0, 0, 0, 'REDL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEN', 'alen.redzic@seznam.cz', '9c7c250776', '', 'C', 3113, NULL, '2020-12-18 18:52:26', 0, 0, 0, 0, 0, 'REDŽIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'reichmann@volny.cz', '1e071715be', '', 'C', 3114, NULL, '2020-12-18 18:52:26', 0, 0, 0, 0, 0, 'REICHMANN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'rejfek.j@reva.cz', 'c11a04685e', '', 'C', 3115, NULL, '2020-12-18 18:52:26', 0, 0, 0, 0, 0, 'REJFEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'resimona@seznam.cz', '3b1345eebb', '', 'C', 3116, NULL, '2020-12-18 18:52:26', 0, 0, 0, 0, 0, 'REJCHRTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna.rejmonova@email.cz', '1908ca1e9c', '', 'C', 3117, NULL, '2020-12-18 18:52:26', 0, 0, 0, 0, 0, 'REJMONOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'rejskova5@seznam.cz', '7a59f74a31', '', 'C', 3118, NULL, '2020-12-18 18:52:26', 0, 0, 0, 0, 0, 'REJSKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.rekova@4press.cz', '3a4a42f87f', '', 'C', 3119, NULL, '2020-12-18 18:52:26', 0, 0, 0, 0, 0, 'REKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'remmikh@seznam.cz', '6146f0405d', '', 'C', 3120, NULL, '2020-12-18 18:52:26', 0, 0, 0, 0, 0, 'REMMIKH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gremzova@seznam.cz', '574071f199', '', 'C', 3121, NULL, '2020-12-18 18:52:26', 0, 0, 0, 0, 0, 'REMZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BENEDIKT', 'benediktrenc@seznam.cz', 'ecf7c16851', '', 'C', 3122, NULL, '2020-12-18 18:52:27', 0, 0, 0, 0, 0, 'RENČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'klara.resca@seznam.cz', 'e996d16d0b', '', 'C', 3123, NULL, '2020-12-18 18:52:27', 0, 0, 0, 0, 0, 'RESCA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'davidresl@seznam.cz', '2c69c53147', '', 'C', 3124, NULL, '2020-12-18 18:52:27', 0, 0, 0, 0, 0, 'REŠL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'dolcerenata@seznam.cz', '60a97e7b2b', '', 'C', 3125, NULL, '2020-12-18 18:52:27', 0, 0, 0, 0, 0, 'REŠLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'renatareslova@seznam.cz', 'c282cc9c09', '', 'C', 3126, NULL, '2020-12-18 18:52:27', 0, 0, 0, 0, 0, 'REŠLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YVETA', 'yveta.reusova@tiscali.cz', '5e0cf88c3e', '', 'C', 3127, NULL, '2020-12-18 18:52:28', 0, 0, 0, 0, 0, 'REUSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janale@centrum.cz', 'd8e8659dbd', '', 'C', 3128, NULL, '2020-12-18 18:52:28', 0, 0, 0, 0, 0, 'REZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'rezkovakaterina@centrum.cz', '5d6a92e124', '', 'C', 3129, NULL, '2020-12-18 18:52:28', 0, 1608633910, 0, 0, 0, 'REZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'rezkova.lucka@seznam.cz', '267019d775', '', 'C', 3130, NULL, '2020-12-18 18:52:28', 0, 0, 0, 0, 0, 'REZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'jaroslav.richter@quick.cz', '5e5ec7cb6b', '', 'C', 3131, NULL, '2020-12-18 18:52:29', 0, 1608641750, 0, 0, 0, 'RICHTER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'kamilap@centrum.cz', '980958df60', '', 'C', 3132, NULL, '2020-12-18 18:52:29', 0, 0, 0, 0, 0, 'RINNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TETYANA', 'r.tanja@email.cz', '311583e3a6', '', 'C', 3133, NULL, '2020-12-18 18:52:29', 0, 0, 0, 0, 0, 'RISHKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.oiureo@seznam.cz', '5d264a1ec3', '', 'C', 3134, NULL, '2020-12-18 18:52:29', 0, 0, 0, 0, 0, 'RLYUJEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'robsteckovaj@seznam.cz', '72e0b369a2', '', 'C', 3135, NULL, '2020-12-18 18:52:29', 0, 0, 0, 0, 0, 'RŐBSTECKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'rockova.d@seznam.cz', 'c856f8d827', '', 'C', 3136, NULL, '2020-12-18 18:52:29', 0, 0, 0, 0, 0, 'ROČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.roith@rbgastronomy.cz', '208a03d471', '', 'C', 3137, NULL, '2020-12-18 18:52:29', 0, 1608628605, 0, 0, 0, 'ROITH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronikarokytova@seznam.cz', '517c8fd285', '', 'C', 3138, NULL, '2020-12-18 18:52:29', 0, 0, 0, 0, 0, 'ROKYTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARINA', 'dara@dararolinc.cz', '0249750446', '', 'C', 3139, NULL, '2020-12-18 18:52:29', 0, 0, 0, 0, 0, 'ROLINCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARINA', 'darina25@seznam.cz', 'f7db372e13', '', 'C', 3140, NULL, '2020-12-18 18:52:30', 0, 0, 0, 0, 0, 'ROLINKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'rolkovatereza@seznam.cz', '441d3a6a99', '', 'C', 3141, NULL, '2020-12-18 18:52:30', 0, 0, 0, 0, 0, 'ROLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'roall@seznam.cz', '5a618f75e8', '', 'C', 3142, NULL, '2020-12-18 18:52:30', 0, 0, 0, 0, 0, 'ROLLEROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'roman@cez.cz', 'b4015f2b24', '', 'C', 3143, NULL, '2020-12-18 18:52:30', 0, 0, 0, 0, 0, 'ROMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'dianavesela@seznam.cz', 'e4494489cb', '', 'C', 3144, NULL, '2020-12-18 18:52:30', 0, 0, 0, 0, 0, 'RONOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martinaropa@centrum.cz', '42bc6ca0fa', '', 'C', 3145, NULL, '2020-12-18 18:52:30', 0, 0, 0, 0, 0, 'ROPICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÍT', 'renata.rosbergova@atlas.cz', '3c0cdbb1d0', '', 'C', 3146, NULL, '2020-12-18 18:52:30', 0, 0, 0, 0, 0, 'ROSBERG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KARIN', 'karin.rosenova@vtkovani.cz', '951a762c7a', '', 'C', 3147, NULL, '2020-12-18 18:52:30', 0, 0, 0, 0, 0, 'ROSENOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'm.landova@seznam.cz', 'd4ffe909d3', '', 'C', 3148, NULL, '2020-12-18 18:52:30', 0, 0, 0, 0, 0, 'ROSICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'd.rostasova@seznam.cz', '06a31179b7', '', 'C', 3149, NULL, '2020-12-18 18:52:31', 0, 0, 0, 0, 0, 'ROŠTÁŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'ales.rothbarth@seznam.cz', '5a90bc512f', '', 'C', 3150, NULL, '2020-12-18 18:52:31', 0, 0, 0, 0, 0, 'ROTHBARTH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAVA', 'rotseidlova@email.cz', 'a5bee9ba1f', '', 'C', 3151, NULL, '2020-12-18 18:52:31', 0, 0, 0, 0, 0, 'ROTŠEIDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'rousalova@centrum.cz', '46cd0071a3', '', 'C', 3152, NULL, '2020-12-18 18:52:31', 0, 1608659390, 0, 0, 0, 'ROUŠALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.l@email.cz', 'c9170356d5', '', 'C', 3153, NULL, '2020-12-18 18:52:31', 0, 0, 0, 0, 0, 'ROUZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'rozbrojmarek@email.cz', '9b7f7d8cfb', '', 'C', 3154, NULL, '2020-12-18 18:52:31', 0, 0, 0, 0, 0, 'ROZBROJ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'rozehnal@al-rozehnal.cz', '169d5740f1', '', 'C', 3155, NULL, '2020-12-18 18:52:31', 0, 0, 0, 0, 0, 'ROZEHNAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'martina@rozman.cz', 'ec8a99010d', '', 'C', 3156, NULL, '2020-12-18 18:52:31', 0, 0, 0, 0, 0, 'ROZMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'mmplus@volny.cz', '2c9972a553', '', 'C', 3157, NULL, '2020-12-18 18:52:32', 0, 1608626056, 0, 0, 0, 'ROŽENSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'ruckovi@volny.cz', '59ebc8e21d', '', 'C', 3158, NULL, '2020-12-18 18:52:32', 0, 1608628946, 0, 0, 0, 'RŮČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALI', 'info@nataliruden.cz', 'f55d7a7c65', '', 'C', 3159, NULL, '2020-12-18 18:52:32', 0, 0, 0, 0, 0, 'RUDEN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDEŇKA', 'ustepana@atlas.cz', '5a13e8b68a', '', 'C', 3160, NULL, '2020-12-18 18:52:32', 0, 0, 0, 0, 0, 'RUDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.hanacikova@seznam.cz', 'c74706931f', '', 'C', 3161, NULL, '2020-12-18 18:52:32', 0, 0, 0, 0, 0, 'RUDOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'lv.michal@seznam.cz', '5527be02eb', '', 'C', 3162, NULL, '2020-12-18 18:52:32', 0, 0, 0, 0, 0, 'RUDY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAEL', 'info@stima.cz', '03e6e82609', '', 'C', 3163, NULL, '2020-12-18 18:52:32', 0, 1608743958, 0, 0, 0, 'RUFER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'rukacek@post.cz', 'd7a2dc22fd', '', 'C', 3164, NULL, '2020-12-18 18:52:32', 0, 0, 0, 0, 0, 'RUKAVIČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKO', 'ruky@seznam.cz', '14f4db7ba9', '', 'C', 3165, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RUKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'marti.r@centrum.cz', '8525cdb83b', '', 'C', 3166, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RUMLENOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'suesi@seznam.cz', 'b440227b46', '', 'C', 3167, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RUSINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'rusinovajana@seznam.cz', '6f6a18763c', '', 'C', 3168, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RUSÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', '3bes@seznam.cz', '6e9f45595a', '', 'C', 3169, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RUSLAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketrus@seznam.cz', 'b4aef89e45', '', 'C', 3170, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RUSŇÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'rusnakova@royalricc.cz', '5152d87d64', '', 'C', 3171, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RUSŇÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARJA', 'darjarutova@seznam.cz', '05fa6aff21', '', 'C', 3172, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RÚTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika@salonpro.cz', 'e3f4c0160d', '', 'C', 3173, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RUUD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milan-ruzbarsky@mail.t-com.sk', 'b34b984835', '', 'C', 3174, NULL, '2020-12-18 18:52:33', 0, 0, 0, 0, 0, 'RUŽBÁRSKY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'ksysova@volny.cz', 'a00590e743', '', 'C', 3175, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RŮŽIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'marie.kalo@seznam.cz', '98ddf04e9c', '', 'C', 3176, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RŮŽÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'hotelgradient@seznam.cz', 'ec284e27b6', '', 'C', 3177, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RŮŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SYLVA', 'sylva.rybarova@seznam.cz', 'ebc44dcb42', '', 'C', 3178, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RYBÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'm.rybinova@seznam.cz', 'ded106a0ae', '', 'C', 3179, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RYBÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milan.rypar@seznam.cz', '5030d820c4', '', 'C', 3180, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RÝPAŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'l.linx@seznam.cz', '7902cb1bba', '', 'C', 3181, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RYSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barca.rysava@email.cz', '7d3c96ad99', '', 'C', 3182, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RYŠAVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LINDA', 'lindarysava@seznam.cz', '3c8d6ca5a8', '', 'C', 3183, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RYŠAVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'rysavaveronika@seznam.cz', '1f8c5bd9a3', '', 'C', 3184, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'RYŠAVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloš', 'rysavy@evyt.cz', 'da97338598', '', 'C', 3185, NULL, '2020-12-18 18:52:34', 0, 0, 0, 0, 0, 'Ryšavý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.ryvola@seznam.cz', '665c531014', '', 'C', 3186, NULL, '2020-12-18 18:52:35', 0, 0, 0, 0, 0, 'RYVOLA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukas@stavny-radek.cz', 'febaa9283b', '', 'C', 3187, NULL, '2020-12-18 18:52:35', 0, 0, 0, 0, 0, 'ŘÁDEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivanarapkova@seznam.cz', '99064f541d', '', 'C', 3188, NULL, '2020-12-18 18:52:35', 0, 0, 0, 0, 0, 'ŘÁPKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'rebicek@centrum.cz', '4c9b288767', '', 'C', 3189, NULL, '2020-12-18 18:52:35', 0, 0, 0, 0, 0, 'ŘEBÍČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VOJTA', 'rehakvojta51@seznam.cz', 'c9cb96635e', '', 'C', 3190, NULL, '2020-12-18 18:52:35', 0, 0, 0, 0, 0, 'ŘEHÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana@hlinik.cz', '5366802337', '', 'C', 3191, NULL, '2020-12-18 18:52:35', 0, 1608637497, 0, 0, 0, 'ŘEHÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KVĚTA', 'kvetarehackova@seznam.cz', '4bfd438061', '', 'C', 3192, NULL, '2020-12-18 18:52:35', 0, 0, 0, 0, 0, 'ŘEHÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'milena.rehakova@volny.cz', 'd178b8397d', '', 'C', 3193, NULL, '2020-12-18 18:52:35', 0, 0, 0, 0, 0, 'ŘEHÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'mrehorek@csas.cz', '5a22210f88', '', 'C', 3194, NULL, '2020-12-18 18:52:35', 0, 0, 0, 0, 0, 'ŘEHOŘEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.rehorova@hank.cz', '9ecf3a6fb0', '', 'C', 3195, NULL, '2020-12-18 18:52:36', 0, 0, 0, 0, 0, 'ŘEHOŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'g.uru@seznam.cz', 'a9ef3817f2', '', 'C', 3196, NULL, '2020-12-18 18:52:36', 0, 0, 0, 0, 0, 'ŘEHOŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'rehorova.terri@seznam.cz', 'ef3b19924e', '', 'C', 3197, NULL, '2020-12-18 18:52:36', 0, 0, 0, 0, 0, 'ŘEHOŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JINDRA', 'jindra.rerichova@email.cz', 'bf81ddaa59', '', 'C', 3198, NULL, '2020-12-18 18:52:36', 0, 0, 0, 0, 0, 'ŘEŘICHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'irena.rezabova@post.cz', '2883716f06', '', 'C', 3199, NULL, '2020-12-18 18:52:36', 0, 0, 0, 0, 0, 'ŘEZÁBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana-rezacova@gordic.cz', '8aa01b1c61', '', 'C', 3200, NULL, '2020-12-18 18:52:37', 0, 0, 0, 0, 0, 'ŘEZÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jirka@osva.cz', '3e18615096', '', 'C', 3201, NULL, '2020-12-18 18:52:37', 0, 1608630079, 0, 0, 0, 'ŘEZNÍČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.dok@tiscali.cz', '5f97e7a749', '', 'C', 3202, NULL, '2020-12-18 18:52:37', 0, 0, 0, 0, 0, 'ŘEZNÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'rezabkova@akkral.cz', '21ee50b69e', '', 'C', 3203, NULL, '2020-12-18 18:52:37', 0, 0, 0, 0, 0, 'ŘEŽÁBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'verickova@seznam.cz', '8a1440a055', '', 'C', 3204, NULL, '2020-12-18 18:52:38', 0, 0, 0, 0, 0, 'ŘÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'karel.riha@hotmail.cz', '430d40e316', '', 'C', 3205, NULL, '2020-12-18 18:52:38', 0, 0, 0, 0, 0, 'ŘÍHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'st.riha@seznam.cz', '6253878fc0', '', 'C', 3206, NULL, '2020-12-18 18:52:38', 0, 0, 0, 0, 0, 'ŘÍHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'rihova.lenka@email.cz', 'b6df1a4a0b', '', 'C', 3207, NULL, '2020-12-18 18:52:38', 0, 0, 0, 0, 0, 'ŘÍHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'ellen7@seznam.cz', '34fe5cd7fd', '', 'C', 3208, NULL, '2020-12-18 18:52:38', 0, 0, 0, 0, 0, 'ŘÍHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'mar.vernerova@seznam.cz', '56cb644bb3', '', 'C', 3209, NULL, '2020-12-18 18:52:38', 0, 0, 0, 0, 0, 'ŘÍHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SABINA', 'sabinakrizova@seznam.cz', '2f76e47b9e', '', 'C', 3210, NULL, '2020-12-18 18:52:38', 0, 0, 0, 0, 0, 'ŘÍŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'info@sagl.cz', 'bd8a76f676', '', 'C', 3211, NULL, '2020-12-18 18:52:38', 0, 0, 0, 0, 0, 'SÁGL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina@sagl.cz', '7a39f3c740', '', 'C', 3212, NULL, '2020-12-18 18:52:38', 0, 0, 0, 0, 0, 'SÁGLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'sachovam@seznam.cz', '1aa8c7fa62', '', 'C', 3213, NULL, '2020-12-18 18:52:39', 0, 0, 0, 0, 0, 'SACHOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'reditel.ddhrotovice@seznam.cz', '6a1ae11327', '', 'C', 3214, NULL, '2020-12-18 18:52:39', 0, 0, 0, 0, 0, 'SAITLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'salac@sapebohemia.cz', 'bac69a08f1', '', 'C', 3215, NULL, '2020-12-18 18:52:39', 0, 1608629612, 0, 0, 0, 'SALAČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luciekonarik@seznam.cz', '5d184fd494', '', 'C', 3216, NULL, '2020-12-18 18:52:39', 0, 0, 0, 0, 0, 'SALAMÉ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.salamoni@finss.cz', '9abce133e8', '', 'C', 3217, NULL, '2020-12-18 18:52:39', 0, 0, 0, 0, 0, 'SALAMONI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'hankovap@email.cz', '7b6a2aabe4', '', 'C', 3218, NULL, '2020-12-18 18:52:39', 0, 0, 0, 0, 0, 'SALASKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NADA', 'nadasamcova@centrum.cz', 'a08ef4a89a', '', 'C', 3219, NULL, '2020-12-18 18:52:39', 0, 0, 0, 0, 0, 'SAMCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'lad.samek@seznam.cz', '41c4098ee0', '', 'C', 3220, NULL, '2020-12-18 18:52:39', 0, 0, 0, 0, 0, 'SAMKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'irena@samohyl.cz', '360ba86911', '', 'C', 3221, NULL, '2020-12-18 18:52:39', 0, 0, 0, 0, 0, 'SAMOHÝLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tatiana', 'sapronova@fertistav.cz', '02ad2e01aa', '', 'C', 3222, NULL, '2020-12-18 18:52:39', 0, 0, 0, 0, 0, 'Sapronova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'jitka@kogo.cz', '3574bb0dcd', '', 'C', 3223, NULL, '2020-12-18 18:52:40', 0, 0, 0, 0, 0, 'SAVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMIL', 'kampraha@seznam.cz', '1cfb14b9c8', '', 'C', 3224, NULL, '2020-12-18 18:52:40', 0, 0, 0, 0, 0, 'SAYPUEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luciescantlebury@centrum.cz', '198624ef5a', '', 'C', 3225, NULL, '2020-12-18 18:52:40', 0, 0, 0, 0, 0, 'SCANTLEBURY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'z.scasny@email.cz', '6351d28063', '', 'C', 3226, NULL, '2020-12-18 18:52:40', 0, 0, 0, 0, 0, 'SČASNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIKA', 'dominika.sedlackova@ost.cz', 'b1d489f007', '', 'C', 3227, NULL, '2020-12-18 18:52:40', 0, 0, 0, 0, 0, 'SEDLÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.sedlackova@volny.cz', 'b6efe182a5', '', 'C', 3228, NULL, '2020-12-18 18:52:40', 0, 0, 0, 0, 0, 'SEDLÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'm_sedlackova@centrum.cz', '8e10af17a0', '', 'C', 3229, NULL, '2020-12-18 18:52:40', 0, 0, 0, 0, 0, 'SEDLÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'yanny@centrum.cz', 'b8e03112ae', '', 'C', 3230, NULL, '2020-12-18 18:52:40', 0, 0, 0, 0, 0, 'SEDLÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'sefzigova@biofaktory.cz', 'd9483c5bbd', '', 'C', 3231, NULL, '2020-12-18 18:52:41', 0, 0, 0, 0, 0, 'SEFZIGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'info@cpapraha.cz', 'f7b782290a', '', 'C', 3232, NULL, '2020-12-18 18:52:41', 0, 0, 0, 0, 0, 'SEHNALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'misa.sehylova@seznam.cz', 'a79719abfe', '', 'C', 3233, NULL, '2020-12-18 18:52:41', 0, 1608637445, 0, 0, 0, 'SEHYLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'm.suchoparkova@seznam.cz', 'cbb2d2c428', '', 'C', 3234, NULL, '2020-12-18 18:52:41', 0, 0, 0, 0, 0, 'SEIFERTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLAŽENA', 'blazenka@centrum.cz', 'f30b1d9443', '', 'C', 3235, NULL, '2020-12-18 18:52:41', 0, 0, 0, 0, 0, 'SEJPKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIAN', 'marian.hills@seznam.cz', 'ed13b3de58', '', 'C', 3236, NULL, '2020-12-18 18:52:41', 0, 0, 0, 0, 0, 'SEKANINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('PETR', 'sekanina@epholding.cz', 'ec18ea2a18', '', 'C', 3237, NULL, '2020-12-18 18:52:41', 0, 1608664738, 0, 0, 0, 'SEKANINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.sekyrova@centrum.cz', 'da38020106', '', 'C', 3238, NULL, '2020-12-18 18:52:41', 0, 1608630093, 0, 0, 0, 'SEKYROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BEATA', 'frates@nextra.sk', 'ccdcdfb316', '', 'C', 3239, NULL, '2020-12-18 18:52:41', 0, 0, 0, 0, 0, 'SELIGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'a.seltsamova@seznam.cz', '392013b14e', '', 'C', 3240, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SELTSAMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena@lisastyle.cz', '7f713570b2', '', 'C', 3241, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SEMENOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'irena.sem@seznam.cz', 'd0c23ad977', '', 'C', 3242, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SEMERÁDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.semrad@lbm.cz', '28cd9b587e', '', 'C', 3243, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SEMRÁD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.senci@tiger-team.cz', 'd21fb4eba5', '', 'C', 3244, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SENCI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JONATAN', 'jonatan@sequens.cz', '8bbb08a49f', '', 'C', 3245, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SEQUENS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TINGTING', 'tse@volny.cz', '6ba7ed58c2', '', 'C', 3246, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SHAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIDIA', 'lidiash@seznam.cz', '9ab87e1f83', '', 'C', 3247, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SHEMAKINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLLA', 'sherri@tiscali.cz', 'f979b48bfc', '', 'C', 3248, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SHERRI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DITA', 'dita@labretagne.cz', '1a62ba222e', '', 'C', 3249, NULL, '2020-12-18 18:52:42', 0, 0, 0, 0, 0, 'SCHANTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'dschein@seznam.cz', 'f5bf59def5', '', 'C', 3250, NULL, '2020-12-18 18:52:43', 0, 0, 0, 0, 0, 'SCHEINHERR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terezaschejbalova@seznam.cz', 'e48730c659', '', 'C', 3251, NULL, '2020-12-18 18:52:43', 0, 0, 0, 0, 0, 'SCHEJBALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'schillerova.j@seznam.cz', 'bc9a71c32f', '', 'C', 3252, NULL, '2020-12-18 18:52:43', 0, 0, 0, 0, 0, 'SCHILLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.schinkario@cechpartners.cz', '3aec247bf3', '', 'U', 3253, NULL, '2020-12-18 18:52:43', 0, 1608631417, 0, 0, 0, 'SCHINKARIO', 'n', 0, 0, '', '88.103.227.237', 0, '', 0, '', '', '', '', 0, 3, 1608631436, 0, 0, 1, 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),
('MÁRIA', 'maria.pruzinska@seznam.cz', '58a379642c', '', 'C', 3254, NULL, '2020-12-18 18:52:43', 0, 0, 0, 0, 0, 'SCHLÉE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTINA', 'schmidt.kristina@centrum.cz', '7bb1836175', '', 'C', 3255, NULL, '2020-12-18 18:52:43', 0, 0, 0, 0, 0, 'SCHMIDTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radek.schmitz@ak-schmitz.cz', '1166fa4b03', '', 'C', 3256, NULL, '2020-12-18 18:52:43', 0, 0, 0, 0, 0, 'SCHMITZ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'schnabelova@email.cz', 'c8ec4283d0', '', 'C', 3257, NULL, '2020-12-18 18:52:43', 0, 0, 0, 0, 0, 'SCHNABELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'janschneider@centrum.cz', '2a6f9db530', '', 'C', 3258, NULL, '2020-12-18 18:52:43', 0, 0, 0, 0, 0, 'SCHNEIDER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milanschneider@centrum.cz', '4189f74341', '', 'C', 3259, NULL, '2020-12-18 18:52:44', 0, 0, 0, 0, 0, 'SCHNEIDER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'robert@budejovicka.cz', 'bd1a5b73be', '', 'C', 3260, NULL, '2020-12-18 18:52:44', 0, 0, 0, 0, 0, 'SCHNEIDER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TINA', 'schneider@post.cz', '57c66a05d7', '', 'C', 3261, NULL, '2020-12-18 18:52:44', 0, 0, 0, 0, 0, 'SCHNEIDER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radka.schneiderova@seznam.cz', 'f3a89c51d0', '', 'C', 3262, NULL, '2020-12-18 18:52:44', 0, 0, 0, 0, 0, 'SCHNEIDEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zudipe@seznam.cz', 'ac746235cb', '', 'C', 3263, NULL, '2020-12-18 18:52:44', 0, 0, 0, 0, 0, 'SCHNEIDEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.schubertova@lbm.cz', '2394917e7a', '', 'C', 3264, NULL, '2020-12-18 18:52:44', 0, 0, 0, 0, 0, 'SCHUBERTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jakub.schuron@primecell.cz', '5ca62b1f44', '', 'C', 3265, NULL, '2020-12-18 18:52:44', 0, 0, 0, 0, 0, 'SCHURON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OTA', 'schutz@zilniklinika.cz', '337a9295e1', '', 'C', 3266, NULL, '2020-12-18 18:52:44', 0, 0, 0, 0, 0, 'SCHUTZ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika@lumierefilm.cz', '154ac4ecec', '', 'C', 3267, NULL, '2020-12-18 18:52:45', 0, 0, 0, 0, 0, 'SCHWARCZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'sikelova@seznam.cz', '9f229cc9c6', '', 'C', 3268, NULL, '2020-12-18 18:52:45', 0, 0, 0, 0, 0, 'SÍKELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.sik@seznam.cz', 'ea2ec27286', '', 'C', 3269, NULL, '2020-12-18 18:52:45', 0, 0, 0, 0, 0, 'SIKOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.sikytova@seznam.cz', '635fefab0c', '', 'C', 3270, NULL, '2020-12-18 18:52:45', 0, 0, 0, 0, 0, 'SIKYTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'irenka2005@centrum.cz', '55b16d3dbf', '', 'C', 3271, NULL, '2020-12-18 18:52:45', 0, 0, 0, 0, 0, 'SILINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'vilma.doo@seznam.cz', 'f30cf7450f', '', 'C', 3272, NULL, '2020-12-18 18:52:45', 0, 0, 0, 0, 0, 'SIMAICHLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janas@mujbox.cz', '8f7d8e9076', '', 'C', 3273, NULL, '2020-12-18 18:52:45', 0, 0, 0, 0, 0, 'SIMONIDES', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATÁLIA', 'sinhat@centrum.cz', '496c90a593', '', 'C', 3274, NULL, '2020-12-18 18:52:45', 0, 0, 0, 0, 0, 'SINCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.sincakova@seznam.cz', '65c534c627', '', 'C', 3275, NULL, '2020-12-18 18:52:45', 0, 0, 0, 0, 0, 'SINČÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'singerovajana@seznam.cz', 'd072bbe2a6', '', 'C', 3276, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SINGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KARLA', 'karlasirota@email.cz', '48479478ab', '', 'C', 3277, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SIROTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'filip@4uproduction.cz', '5e61c39226', '', 'C', 3278, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SIROTEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NÁTÁLIA', 'sirotina@seznam.cz', 'e1a33084c7', '', 'C', 3279, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SIROTINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'sisak@akhala.cz', 'cc2e7d1fb1', '', 'C', 3280, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SISÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VILIAM', 'sivek@sivekhotels.cz', '7c7395540e', '', 'C', 3281, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SIVEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VILIAM', 'sivekjr@sivekhotels.cz', '4a3875476f', '', 'C', 3282, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SIVEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.sachlova@post.cz', 'edb09b68e9', '', 'C', 3283, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SIVOKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.skacel@cerepa.cz', 'b799f67bf8', '', 'C', 3284, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SKÁCEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'medaam@seznam.cz', '2bce982cb0', '', 'C', 3285, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SKÁLA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucieskalicka@seznam.cz', '47a7f85816', '', 'C', 3286, NULL, '2020-12-18 18:52:46', 0, 0, 0, 0, 0, 'SKALICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'skalicky@forgolfmedia.cz', '76bc161403', '', 'C', 3287, NULL, '2020-12-18 18:52:47', 0, 0, 0, 0, 0, 'SKALICKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radkashoncova@atlas.cz', '429377ccff', '', 'C', 3288, NULL, '2020-12-18 18:52:47', 0, 0, 0, 0, 0, 'HONCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.skocdopole@bretton.cz', '2c84c5323f', '', 'C', 3289, NULL, '2020-12-18 18:52:47', 0, 0, 0, 0, 0, 'SKOČDOPOLE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'skopalovi@seznam.cz', 'dc538d9754', '', 'C', 3290, NULL, '2020-12-18 18:52:47', 0, 0, 0, 0, 0, 'SKOPALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas@skoumalovi.cz', '3300c8209e', '', 'C', 3291, NULL, '2020-12-18 18:52:47', 0, 0, 0, 0, 0, 'SKOUMAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.skr@seznam.cz', '68eb304def', '', 'C', 3292, NULL, '2020-12-18 18:52:47', 0, 0, 0, 0, 0, 'SKRUŽNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'skrivakova@natmal.cz', '9c4ccb8556', '', 'C', 3293, NULL, '2020-12-18 18:52:47', 0, 0, 0, 0, 0, 'SKŘIVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARINA', 'm.skubkova@seznam.cz', '7495f28347', '', 'C', 3294, NULL, '2020-12-18 18:52:47', 0, 0, 0, 0, 0, 'SKUBKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'skuherska@sey.cz', '74f0afb08e', '', 'C', 3295, NULL, '2020-12-18 18:52:47', 0, 0, 0, 0, 0, 'SKUHERSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'skuherska@dnw.cz', '1576e6bbab', '', 'C', 3296, NULL, '2020-12-18 18:52:48', 0, 0, 0, 0, 0, 'SKUHERSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'skuhrovec@max-e.cz', '90872f95ee', '', 'C', 3297, NULL, '2020-12-18 18:52:48', 0, 1608634015, 0, 0, 0, 'SKUHROVEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'p.slabi@seznam.cz', '675d64a6b8', '', 'C', 3298, NULL, '2020-12-18 18:52:48', 0, 0, 0, 0, 0, 'SLABIHOUDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'slans@seznam.cz', 'ba99fa2939', '', 'C', 3299, NULL, '2020-12-18 18:52:48', 0, 0, 0, 0, 0, 'SLABUKHO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JURAJ', 'jurik11@centrum.cz', '1c3d1ddd28', '', 'C', 3300, NULL, '2020-12-18 18:52:49', 0, 1608657694, 0, 0, 0, 'SLABÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'robert.sladek@czechcookies.cz', 'eed36db087', '', 'C', 3301, NULL, '2020-12-18 18:52:49', 0, 0, 0, 0, 0, 'SLÁDEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'sladkova.cp@seznam.cz', '7f3767749d', '', 'C', 3302, NULL, '2020-12-18 18:52:49', 0, 0, 0, 0, 0, 'SLÁDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRANA', 'petrana.slamova@datart.cz', '76e6597ba4', '', 'C', 3303, NULL, '2020-12-18 18:52:49', 0, 0, 0, 0, 0, 'SLÁMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martinaslanikova@centrum.cz', 'a23334b494', '', 'C', 3304, NULL, '2020-12-18 18:52:49', 0, 0, 0, 0, 0, 'SLANÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'jare2@seznam.cz', 'a55965e3aa', '', 'C', 3305, NULL, '2020-12-18 18:52:49', 0, 0, 0, 0, 0, 'SLANINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jirplayboy@seznam.cz', 'd9e0f56968', '', 'C', 3306, NULL, '2020-12-18 18:52:49', 0, 0, 0, 0, 0, 'SLÁNSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'slavicek@eca.cz', 'bfe16b6c9a', '', 'C', 3307, NULL, '2020-12-18 18:52:50', 0, 0, 0, 0, 0, 'SLAVÍČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVONA', 'ivx@email.cz', '21b39fc35f', '', 'C', 3308, NULL, '2020-12-18 18:52:50', 0, 0, 0, 0, 0, 'SLAVÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DITA', 'dita.slezakova@seznam.cz', '3768c749c8', '', 'C', 3309, NULL, '2020-12-18 18:52:50', 0, 0, 0, 0, 0, 'SLEZÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VIKTOR', 'vsliva@email.cz', '611bab1755', '', 'C', 3310, NULL, '2020-12-18 18:52:50', 0, 0, 0, 0, 0, 'SLÍVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'mscom@volny.cz', '3426aeb4d3', '', 'C', 3311, NULL, '2020-12-18 18:52:50', 0, 1608639765, 0, 0, 0, 'SLIVOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'info@1211.cz', '3ad8ce63f8', '', 'C', 3312, NULL, '2020-12-18 18:52:50', 0, 0, 0, 0, 0, 'SLIWKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'lslovacek@seznam.cz', '9326e7cc4e', '', 'C', 3313, NULL, '2020-12-18 18:52:50', 0, 0, 0, 0, 0, 'SLOVÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janaslovakova@janaslovakova.cz', '065d4b63bc', '', 'C', 3314, NULL, '2020-12-18 18:52:50', 0, 0, 0, 0, 0, 'SLOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TETYANA', 'tanjaslyuka@seznam.cz', '9be4c45fbf', '', 'C', 3315, NULL, '2020-12-18 18:52:50', 0, 0, 0, 0, 0, 'SLYUKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jirismejkal@seznam.cz', '34331c6cfb', '', 'C', 3316, NULL, '2020-12-18 18:52:51', 0, 0, 0, 0, 0, 'SMEJKAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.smejtkova@seznam.cz', '3e934e5a03', '', 'C', 3317, NULL, '2020-12-18 18:52:51', 0, 0, 0, 0, 0, 'SMEJTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'jitkasmelik@seznam.cz', '7fdad76957', '', 'C', 3318, NULL, '2020-12-18 18:52:51', 0, 0, 0, 0, 0, 'Smelíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'o.smickova@seznam.cz', '426814240f', '', 'C', 3319, NULL, '2020-12-18 18:52:51', 0, 0, 0, 0, 0, 'SMÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NINA', 'ninasmitova@volny.cz', '6eec6a20d9', '', 'C', 3320, NULL, '2020-12-18 18:52:51', 0, 0, 0, 0, 0, 'SMÍTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EUGENIUSZ', '777699996@emai.cz', '41c64e2ef8', '', 'C', 3321, NULL, '2020-12-18 18:52:51', 0, 0, 0, 0, 0, 'SMOLANIUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'pr@lbm.cz', '2afa69dae5', '', 'C', 3322, NULL, '2020-12-18 18:52:51', 0, 1608635040, 0, 0, 0, 'SMOLINSKY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'ismolova@seznam.cz', '89a67b63c6', '', 'C', 3323, NULL, '2020-12-18 18:52:51', 0, 0, 0, 0, 0, 'SMOLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'smrcek@czholding.cz', '66759ec248', '', 'C', 3324, NULL, '2020-12-18 18:52:51', 0, 0, 0, 0, 0, 'SMRČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 't.smrcka@seznam.cz', '36aca54c8c', '', 'C', 3325, NULL, '2020-12-18 18:52:51', 0, 1608899411, 0, 0, 0, 'SMRČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'skrabalova@czholding.cz', '511fa8073a', '', 'C', 3326, NULL, '2020-12-18 18:52:51', 0, 0, 0, 0, 0, 'SMRČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'smrzova.jitka@centrum.cz', '300ee31122', '', 'C', 3327, NULL, '2020-12-18 18:52:52', 0, 0, 0, 0, 0, 'SMRŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.smykalova@email.cz', '5f345a5647', '', 'C', 3328, NULL, '2020-12-18 18:52:52', 0, 0, 0, 0, 0, 'SMÝKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'asmyley@seznam.cz', '849cafeb7d', '', 'C', 3329, NULL, '2020-12-18 18:52:52', 0, 0, 0, 0, 0, 'SMYLEY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INNA', 'inna@bestoftravel.cz', '94b856f276', '', 'C', 3330, NULL, '2020-12-18 18:52:52', 0, 0, 0, 0, 0, 'SNOPKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENKA', 'tejbalova@wolf.cz', '6d7b284a4d', '', 'C', 3331, NULL, '2020-12-18 18:52:52', 0, 0, 0, 0, 0, 'SOBĚHRDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.sobiskova@centrum.cz', '9d4857e209', '', 'C', 3332, NULL, '2020-12-18 18:52:52', 0, 0, 0, 0, 0, 'SOBÍŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.sobolikova@lbm.cz', '1aebb0357c', '', 'C', 3333, NULL, '2020-12-18 18:52:52', 0, 0, 0, 0, 0, 'SOBOLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'sobolova.l@seznam.cz', 'fe4718954a', '', 'C', 3334, NULL, '2020-12-18 18:52:52', 0, 0, 0, 0, 0, 'SOBOLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'sobotka@thesofa.cz', '23b3039b30', '', 'C', 3335, NULL, '2020-12-18 18:52:52', 0, 1608635360, 0, 0, 0, 'SOBOTKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavlina.sobotkova@seznam.cz', '6bbdfc1091', '', 'C', 3336, NULL, '2020-12-18 18:52:52', 0, 0, 0, 0, 0, 'SOBOTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'asocha@seznam.cz', '743cd8868a', '', 'C', 3337, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOCHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKETA', 'msokolova@myreality.cz', '2293543381', '', 'C', 3338, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOKOLOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evasolcanska@seznam.cz', 'a99168ee2c', '', 'C', 3339, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOLČANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.somlo@psas.cz', '19e1142549', '', 'C', 3340, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOMLÓ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENKA', 'zdenka.sommerova@seznam.cz', 'a6eb9c012e', '', 'C', 3341, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOMMEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martinasopr@post.cz', 'f3c26efaca', '', 'C', 3342, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOPROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.sosikova@seznam.cz', '712e08fda9', '', 'C', 3343, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOSÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'sanoplastic@seznam.cz', '44f146a84c', '', 'C', 3344, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOSSMANN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evasoukupwolf@seznam.cz', 'bbb2dc0dbf', '', 'C', 3345, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOUKUP WOLF', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'marcelasouk@seznam.cz', 'df3ad6ea28', '', 'C', 3346, NULL, '2020-12-18 18:52:53', 0, 0, 0, 0, 0, 'SOUKUPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'oliwye@seznam.cz', 'b2a950d8dc', '', 'C', 3347, NULL, '2020-12-18 18:52:54', 0, 0, 0, 0, 0, 'SOUKUPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'pantha_rhei@volny.cz', 'f16c177b05', '', 'C', 3348, NULL, '2020-12-18 18:52:54', 0, 0, 0, 0, 0, 'SOUKUPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'info@dires.cz', '58f00935e2', '', 'C', 3349, NULL, '2020-12-18 18:52:54', 0, 1608636016, 0, 0, 0, 'SOUKUPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'prothermo@seznam.cz', '64abf6f7ef', '', 'C', 3350, NULL, '2020-12-18 18:52:54', 0, 0, 0, 0, 0, 'SOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'klara.sovova@volny.cz', '8bba6d696b', '', 'C', 3351, NULL, '2020-12-18 18:52:54', 0, 1608662929, 0, 0, 0, 'SOVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'spalenkoval@seznam.cz', '25d46c168e', '', 'C', 3352, NULL, '2020-12-18 18:52:54', 0, 0, 0, 0, 0, 'SPÁLENKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.spendra@seznam.cz', '6e2162cdf8', '', 'C', 3353, NULL, '2020-12-18 18:52:54', 0, 0, 0, 0, 0, 'SPENDROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LILIANE', 'info@studiotulipan.cz', '8bb18906b5', '', 'C', 3354, NULL, '2020-12-18 18:52:54', 0, 0, 0, 0, 0, 'SPINNOYOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.splechtnova@seznam.cz', 'a115576386', '', 'C', 3355, NULL, '2020-12-18 18:52:54', 0, 0, 0, 0, 0, 'SPLECHTNOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'spourova@prestol.cz', 'ab19168dc5', '', 'C', 3356, NULL, '2020-12-18 18:52:54', 0, 0, 0, 0, 0, 'SPOUROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.spoustova@re-max.cz', '3087520dd1', '', 'C', 3357, NULL, '2020-12-18 18:52:54', 0, 0, 0, 0, 0, 'SPOUSTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.stabla@carun.cz', 'fe5e8d1f75', '', 'C', 3358, NULL, '2020-12-18 18:52:55', 0, 0, 0, 0, 0, 'STABLA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.stalmach@lbm.cz', 'cdbaab0f33', '', 'C', 3359, NULL, '2020-12-18 18:52:55', 0, 0, 0, 0, 0, 'STALMACH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.stanek@pottenpannen.cz', '99ea37c609', '', 'C', 3360, NULL, '2020-12-18 18:52:55', 0, 1609267984, 0, 0, 0, 'STANĚK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRMA', 'ir.st@seznam.cz', '994a75dec2', '', 'C', 3361, NULL, '2020-12-18 18:52:55', 0, 0, 0, 0, 0, 'STANKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VANDA', 'v.stank@volny.cz', 'e7ee3a98e1', '', 'C', 3362, NULL, '2020-12-18 18:52:55', 0, 0, 0, 0, 0, 'STAŇKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'info@dvere-nabytek.cz', '3d81bf2111', '', 'C', 3363, NULL, '2020-12-18 18:52:55', 0, 0, 0, 0, 0, 'STAROSTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavla', 'pstarustkova@seznam.cz', '57ebb3e07b', '', 'C', 3364, NULL, '2020-12-18 18:52:55', 0, 0, 0, 0, 0, 'Starůstková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEX', 'stary@canaba.cz', '9b5ddcfa3b', '', 'C', 3365, NULL, '2020-12-18 18:52:55', 0, 1608637836, 0, 0, 0, 'STARÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('JAKUB', 'jakub.stary@lui-magazine.cz', '166fa8e88e', '', 'C', 3366, NULL, '2020-12-18 18:52:55', 0, 0, 0, 0, 0, 'STARÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHELE', 'stasova@farene.cz', 'b113d55041', '', 'C', 3367, NULL, '2020-12-18 18:52:55', 0, 0, 0, 0, 0, 'STAŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'm.travnicek@volny.cz', 'be9f351aac', '', 'C', 3368, NULL, '2020-12-18 18:52:56', 0, 0, 0, 0, 0, 'STAVRIČ MAKSIMOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monstefan@seznam.cz', '1211545af7', '', 'C', 3369, NULL, '2020-12-18 18:52:56', 0, 0, 0, 0, 0, 'STEFANOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVŽEN', 'pstehlikova@seznam.cz', '8827428f28', '', 'C', 3370, NULL, '2020-12-18 18:52:56', 0, 0, 0, 0, 0, 'STEHLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'janad@tiscali.cz', 'b784904044', '', 'C', 3371, NULL, '2020-12-18 18:52:57', 0, 0, 0, 0, 0, 'STEINER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'neofin@neofin.cz', 'f82e62ad16', '', 'C', 3372, NULL, '2020-12-18 18:52:57', 0, 0, 0, 0, 0, 'STEINEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'j.stejskalova@stefrecycling.cz', '86912d7e51', '', 'C', 3373, NULL, '2020-12-18 18:52:57', 0, 0, 0, 0, 0, 'STEJSKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'j.stejskalova@stefrecyching.cz', 'b9511a2fe7', '', 'C', 3374, NULL, '2020-12-18 18:52:57', 0, 0, 0, 0, 0, 'STEJSKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'milena@helland.cz', 'e37e3598ea', '', 'C', 3375, NULL, '2020-12-18 18:52:57', 0, 1608648883, 0, 0, 0, 'STEJSKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.stibor@email.cz', '3ab7057f34', '', 'C', 3376, NULL, '2020-12-18 18:52:57', 0, 0, 0, 0, 0, 'STIBOR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin@stiborek.cz', '418e1322f9', '', 'C', 3377, NULL, '2020-12-18 18:52:57', 0, 1608638248, 0, 0, 0, 'STIBOREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'stieler@volny.cz', 'a3992cb7ca', '', 'C', 3378, NULL, '2020-12-18 18:52:57', 0, 1609141874, 0, 0, 0, 'STIELER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DRAHOMÍRA', 'dstichenwirthova@seznam.cz', '0a585c4e8d', '', 'C', 3379, NULL, '2020-12-18 18:52:58', 0, 0, 0, 0, 0, 'STICHENWIRTHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DRAGAN', 'perte@perte.cz', '69332bbdb0', '', 'C', 3380, NULL, '2020-12-18 18:52:58', 0, 0, 0, 0, 0, 'STJEPANOVIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'reditel@trust.ts.cz', '72fea0e494', '', 'C', 3381, NULL, '2020-12-18 18:52:58', 0, 0, 0, 0, 0, 'STODOLOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELL', 't-studio@t-studio.cz', 'c81d73d9f4', '', 'C', 3382, NULL, '2020-12-18 18:52:58', 0, 0, 0, 0, 0, 'ŚTOCHL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOLANA', 'jostox@seznam.cz', '7793e00351', '', 'C', 3383, NULL, '2020-12-18 18:52:58', 0, 0, 0, 0, 0, 'STOJANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADRIAN', 'adrian.stojkov@seznam.cz', '9933783542', '', 'C', 3384, NULL, '2020-12-18 18:52:58', 0, 0, 0, 0, 0, 'STOJKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'stoklas@seznam.cz', '9d1fae2c22', '', 'C', 3385, NULL, '2020-12-18 18:52:58', 0, 0, 0, 0, 0, 'STOKLÁSEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALICE', 'alice.stoklasova@stoklasa.cz', '7cbcce329d', '', 'C', 3386, NULL, '2020-12-18 18:52:58', 0, 1608678917, 0, 0, 0, 'STOKLASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek@stolarson.cz', 'ecc13e6c56', '', 'C', 3387, NULL, '2020-12-18 18:52:58', 0, 1608654964, 0, 0, 0, 'STOLÁR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŽANETA', 'zanetastrah@seznam.cz', 'd8500e5ca1', '', 'C', 3388, NULL, '2020-12-18 18:52:58', 0, 0, 0, 0, 0, 'STRAHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOHUMILA', 'bohumila.strakova@volny.cz', 'b59bf9448c', '', 'C', 3389, NULL, '2020-12-18 18:52:58', 0, 0, 0, 0, 0, 'STRAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmar.strakova@email.cz', '20178b2540', '', 'C', 3390, NULL, '2020-12-18 18:52:59', 0, 0, 0, 0, 0, 'STRAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'e.ptak@seznam.cz', 'd22aafb61f', '', 'C', 3391, NULL, '2020-12-18 18:52:59', 0, 0, 0, 0, 0, 'STRAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'mynarikovag@seznam.cz', '06b0b68b2e', '', 'C', 3392, NULL, '2020-12-18 18:52:59', 0, 0, 0, 0, 0, 'STRAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDA', 'stransky@domum.cz', '66725699d0', '', 'C', 3393, NULL, '2020-12-18 18:52:59', 0, 0, 0, 0, 0, 'STRÁNSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'privat@martinstransky.cz', '8ebaca0b76', '', 'C', 3394, NULL, '2020-12-18 18:52:59', 0, 0, 0, 0, 0, 'STRÁNSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'r.strasic@tiscali.cz', '1ba1586089', '', 'C', 3395, NULL, '2020-12-18 18:52:59', 0, 0, 0, 0, 0, 'STRAŠIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARÍNA', 'klassno@seznam.cz', '1851c9ba6a', '', 'C', 3396, NULL, '2020-12-18 18:52:59', 0, 0, 0, 0, 0, 'STRATÍLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DITA', 'dita.stratilova@seznam.cz', 'c076d461a0', '', 'C', 3397, NULL, '2020-12-18 18:52:59', 0, 0, 0, 0, 0, 'STRATILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'strnadova23@seznam.cz', '77dc85dd0f', '', 'C', 3398, NULL, '2020-12-18 18:52:59', 0, 0, 0, 0, 0, 'STRNADOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'tina36@seznam.cz', '5cf37b8dbf', '', 'C', 3399, NULL, '2020-12-18 18:53:00', 0, 0, 0, 0, 0, 'STRNADOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela@akstrnadova.cz', '1017c3829a', '', 'C', 3400, NULL, '2020-12-18 18:53:00', 0, 1608933840, 0, 0, 0, 'STRNADOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'techart1@seznam.cz', '00df5e3244', '', 'C', 3401, NULL, '2020-12-18 18:53:00', 0, 0, 0, 0, 0, 'Stropkovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'dan.uk@czub.cz', 'fa436bf7a7', '', 'C', 3402, NULL, '2020-12-18 18:53:00', 0, 0, 0, 0, 0, 'STRUŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'strychovarenata@seznam.cz', '0c95217315', '', 'C', 3403, NULL, '2020-12-18 18:53:00', 0, 0, 0, 0, 0, 'STRYCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'robert.studenik@seznam.cz', '5787cc54c9', '', 'C', 3404, NULL, '2020-12-18 18:53:00', 0, 0, 0, 0, 0, 'STUDENIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.studnickova@seznam.cz', '554c85b510', '', 'C', 3405, NULL, '2020-12-18 18:53:00', 0, 0, 0, 0, 0, 'STUDNIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'stuchlik@seznam.cz', '7159585269', '', 'C', 3406, NULL, '2020-12-18 18:53:00', 0, 0, 0, 0, 0, 'STUCHLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'davestumpf@seznam.cz', 'efd1c5f8aa', '', 'C', 3407, NULL, '2020-12-18 18:53:00', 0, 0, 0, 0, 0, 'STUMPF', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.stupkova@seznam.cz', '92dd8a83c2', '', 'C', 3408, NULL, '2020-12-18 18:53:01', 0, 0, 0, 0, 0, 'STUPKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCEL', 'styca@seznam.cz', '53a99f7dbc', '', 'C', 3409, NULL, '2020-12-18 18:53:01', 0, 0, 0, 0, 0, 'STYCKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luckasu@seznam.cz', 'b693e14597', '', 'C', 3410, NULL, '2020-12-18 18:53:01', 0, 0, 0, 0, 0, 'SUCHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'mi.sucha@seznam.cz', '4e8334797b', '', 'C', 3411, NULL, '2020-12-18 18:53:01', 0, 0, 0, 0, 0, 'SUCHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva@atmosfair.cz', 'd3b3249e17', '', 'U', 3412, NULL, '2020-12-18 18:53:01', 0, 1608641316, 0, 0, 0, 'SUCHÁNKOVÁ', 'n', 0, 0, '', '86.49.18.115', 0, '', 0, '', '', '', '', 0, 3, 1608641368, 0, 0, 1, 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),
('A', 'asuchoparova@seznam.cz', '23010f7cfe', '', 'C', 3413, NULL, '2020-12-18 18:53:01', 0, 0, 0, 0, 0, 'SUCHOPÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jirisuchy@seznam.cz', 'd2ac7d70d1', '', 'C', 3414, NULL, '2020-12-18 18:53:01', 0, 0, 0, 0, 0, 'SUCHÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'sujav@seznam.cz', '601ac3196b', '', 'C', 3415, NULL, '2020-12-18 18:53:01', 0, 0, 0, 0, 0, 'SUJA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZORA', 'zora.surkosova@zoznam.sk', '5b1bb41a25', '', 'C', 3416, NULL, '2020-12-18 18:53:01', 0, 1608640885, 0, 0, 0, 'SURKOŚOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'suru@hotmail.sk', '0f94424d24', '', 'C', 3417, NULL, '2020-12-18 18:53:01', 0, 0, 0, 0, 0, 'SUROVÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAEL', 'susam@seznam.cz', '7dd43a8681', '', 'C', 3418, NULL, '2020-12-18 18:53:02', 0, 0, 0, 0, 0, 'SUSA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michal.susak@seznam.cz', 'ecab704d35', '', 'C', 3419, NULL, '2020-12-18 18:53:02', 0, 0, 0, 0, 0, 'SUSAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'surina@email.cz', '9100bd4d34', '', 'C', 3420, NULL, '2020-12-18 18:53:02', 0, 0, 0, 0, 0, 'SUYOYÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hsvacinova@mmreality.cz', 'b806e5b233', '', 'C', 3421, NULL, '2020-12-18 18:53:02', 0, 0, 0, 0, 0, 'SVAČINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 's.veronika@seznam.cz', 'f496d544f0', '', 'C', 3422, NULL, '2020-12-18 18:53:02', 0, 0, 0, 0, 0, 'SVÁDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'simona.svarovska@cfas.cz', '04f5a8460b', '', 'C', 3423, NULL, '2020-12-18 18:53:02', 0, 0, 0, 0, 0, 'SVAROVSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'svaton.fagus@quick.cz', 'a16934da68', '', 'C', 3424, NULL, '2020-12-18 18:53:03', 0, 0, 0, 0, 0, 'SVATOŇ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'linsvedrokova@seznam.cz', '0b2388f15e', '', 'C', 3425, NULL, '2020-12-18 18:53:03', 0, 0, 0, 0, 0, 'SVĚDROKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan@sverak.cz', '913f942bbb', '', 'C', 3426, NULL, '2020-12-18 18:53:03', 0, 0, 0, 0, 0, 'SVĚRÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Belohur', 'maxbelohur@seznam.cz', 'cf7061ec57', '', 'C', 3427, NULL, '2020-12-18 18:53:03', 0, 0, 0, 0, 0, 'Svetlana', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBĚNA', 'libena.svetlikova@vitkovice.cz', 'f3de6a2d89', '', 'C', 3428, NULL, '2020-12-18 18:53:03', 0, 0, 0, 0, 0, 'SVĚTLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.svizelova@seznam.cz', '92119815ab', '', 'C', 3429, NULL, '2020-12-18 18:53:03', 0, 0, 0, 0, 0, 'SVÍZELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('CYRIL', 'cyril.svoboda@seznam.cz', 'ebeab555c8', '', 'C', 3430, NULL, '2020-12-18 18:53:03', 0, 0, 0, 0, 0, 'SVOBODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DUŠAN', 'svoboda@sparta.cz', 'cfaff9e68f', '', 'C', 3431, NULL, '2020-12-18 18:53:04', 0, 1608644210, 0, 0, 0, 'SVOBODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVO', 'ivo.svoboda@kont.cz', '501bc28d2a', '', 'U', 3432, NULL, '2020-12-18 18:53:04', 0, 1608639650, 0, 0, 0, 'SVOBODA', 'n', 0, 0, '', '89.203.220.206', 0, '', 0, '', '', '', '', 0, 3, 1608639664, 0, 0, 1, 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),
('JAN', 'najadobous@seznam.cz', 'fea2cfb1ed', '', 'C', 3433, NULL, '2020-12-18 18:53:04', 0, 0, 0, 0, 0, 'SVOBODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'rez@centrum.cz', 'b32e87c48a', '', 'C', 3434, NULL, '2020-12-18 18:53:04', 0, 0, 0, 0, 0, 'SVOBODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'svoboda.st@seznam.cz', 'eed3b43ace', '', 'C', 3435, NULL, '2020-12-18 18:53:04', 0, 0, 0, 0, 0, 'SVOBODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXA', 'al.sv@centrum.cz', '413196f88b', '', 'C', 3436, NULL, '2020-12-18 18:53:05', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANGEE', 'angee@jadpro.cz', '04891d2e99', '', 'C', 3437, NULL, '2020-12-18 18:53:05', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'bianicka2@seznam.cz', 'c7a7e9045a', '', 'C', 3438, NULL, '2020-12-18 18:53:05', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana99@seznam.cz', 'b457e1e58a', '', 'C', 3439, NULL, '2020-12-18 18:53:05', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitousky@seznam.cz', '388f208fad', '', 'C', 3440, NULL, '2020-12-18 18:53:05', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.svobodova@poste.cz', 'da7bd395be', '', 'C', 3441, NULL, '2020-12-18 18:53:05', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'mi.svobodova@centrum.cz', '1361860458', '', 'C', 3442, NULL, '2020-12-18 18:53:05', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SLÁVKA', 'slavka.svobodova@volny.cz', 'd319460b0b', '', 'C', 3443, NULL, '2020-12-18 18:53:05', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VENDULA', 'vendula.svobodova@kapkanadeje.cz', '112370aa5e', '', 'C', 3444, NULL, '2020-12-18 18:53:05', 0, 1609613565, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petrsvojse@seznam.cz', 'bb6c6f63d9', '', 'C', 3445, NULL, '2020-12-18 18:53:06', 0, 0, 0, 0, 0, 'SVOJŠE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'husiro@seznam.cz', 'b718193d2e', '', 'C', 3446, NULL, '2020-12-18 18:53:06', 0, 0, 0, 0, 0, 'SVOZIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLASTIMIL', 'vsykora@sykora.cz', '92040efa8c', '', 'C', 3447, NULL, '2020-12-18 18:53:06', 0, 0, 0, 0, 0, 'SÝKORA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eviicka.sykorova@seznam.cz', '352d068456', '', 'C', 3448, NULL, '2020-12-18 18:53:06', 0, 0, 0, 0, 0, 'SÝKOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lencasykorka@seznam.cz', 'd064792a68', '', 'C', 3449, NULL, '2020-12-18 18:53:06', 0, 0, 0, 0, 0, 'SÝKOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'sykova@biomed.cas.cz', 'b7a47c07bc', '', 'C', 3450, NULL, '2020-12-18 18:53:06', 0, 0, 0, 0, 0, 'SYKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'milena.syrovatkova@rb.cz', 'ab2775a4d3', '', 'C', 3451, NULL, '2020-12-18 18:53:06', 0, 0, 0, 0, 0, 'SYROVÁTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANASTAZIA', 'royalinteriiors@email.cz', '494d86aef9', '', 'C', 3452, NULL, '2020-12-18 18:53:06', 0, 0, 0, 0, 0, 'SYSOEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.szafnerova@atlas.cz', '8080e87e87', '', 'C', 3453, NULL, '2020-12-18 18:53:06', 0, 1608650266, 0, 0, 0, 'SZAFNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.szucs@metrostav.cz', 'd966d21186', '', 'C', 3454, NULL, '2020-12-18 18:53:06', 0, 0, 0, 0, 0, 'SZUCS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'sabo@creativoas.cz', 'b4ef6ebd8c', '', 'C', 3455, NULL, '2020-12-18 18:53:07', 0, 1608668316, 0, 0, 0, 'ŠABO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'ashady@volny.cz', '488734bd4c', '', 'C', 3456, NULL, '2020-12-18 18:53:07', 0, 0, 0, 0, 0, 'ŠÁDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'asmady@volny.cz', '832935a770', '', 'C', 3457, NULL, '2020-12-18 18:53:07', 0, 0, 0, 0, 0, 'ŠÁDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radek.safarik@email.cz', 'e7d56bbfed', '', 'C', 3458, NULL, '2020-12-18 18:53:07', 0, 0, 0, 0, 0, 'ŠAFAŘÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOMÍRA', 'radkasafari@seznam.cz', '75b7ce5f03', '', 'C', 3459, NULL, '2020-12-18 18:53:07', 0, 0, 0, 0, 0, 'ŠAFAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LILI', 'lili.safar@email.cz', '80133fbb88', '', 'C', 3460, NULL, '2020-12-18 18:53:07', 0, 0, 0, 0, 0, 'ŠAFÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATKA', 'salanskakatka@seznam.cz', '2205fc6fdf', '', 'C', 3461, NULL, '2020-12-18 18:53:07', 0, 0, 0, 0, 0, 'ŠALANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDEŇKA', 'nelasalanska@seznam.cz', 'c979e98723', '', 'C', 3462, NULL, '2020-12-18 18:53:07', 0, 0, 0, 0, 0, 'ŠALANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'financexx@seznam.cz', '2099922529', '', 'C', 3463, NULL, '2020-12-18 18:53:07', 0, 0, 0, 0, 0, 'ŠÁLEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.salkova@partners.cz', '61c7f00800', '', 'C', 3464, NULL, '2020-12-18 18:53:07', 0, 0, 0, 0, 0, 'ŠÁLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'kristyna.salkova@seznam.cz', 'c3601675f9', '', 'C', 3465, NULL, '2020-12-18 18:53:08', 0, 0, 0, 0, 0, 'ŠÁLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavelsamal@nsoud.cz', '32636d20fc', '', 'C', 3466, NULL, '2020-12-18 18:53:08', 0, 0, 0, 0, 0, 'ŠÁMAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika@sanak.cz', 'f8768eee14', '', 'C', 3467, NULL, '2020-12-18 18:53:08', 0, 1608643657, 0, 0, 0, 'ŠAŇÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vsanda@seznam.cz', '5b7a26380b', '', 'C', 3468, NULL, '2020-12-18 18:53:08', 0, 0, 0, 0, 0, 'ŠANDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barbora.jir@seznam.cz', '1025e49267', '', 'C', 3469, NULL, '2020-12-18 18:53:08', 0, 0, 0, 0, 0, 'ŠARAPATKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'sharonova@keratech.cz', 'c8435fabb6', '', 'C', 3470, NULL, '2020-12-18 18:53:08', 0, 0, 0, 0, 0, 'ŠARONOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIANA', 'liana@tyroline.cz', '2bed091afd', '', 'C', 3471, NULL, '2020-12-18 18:53:08', 0, 1609693285, 0, 0, 0, 'ŠÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'scotka@seznam.cz', 'e137d76c1a', '', 'C', 3472, NULL, '2020-12-18 18:53:08', 0, 0, 0, 0, 0, 'ŠČOTKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'patrik28@email.cz', '340b9d550a', '', 'C', 3473, NULL, '2020-12-18 18:53:08', 0, 0, 0, 0, 0, 'ŠEBA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dasha.sebelova@seznam.cz', '00bc95170c', '', 'C', 3474, NULL, '2020-12-18 18:53:08', 0, 0, 0, 0, 0, 'ŠEBELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'iseberlova@seznam.cz', '27fa985a46', '', 'C', 3475, NULL, '2020-12-18 18:53:08', 0, 0, 0, 0, 0, 'ŠEBERLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'novakova.katzin@gmail.cz', '9aa1504e31', '', 'C', 3476, NULL, '2020-12-18 18:53:09', 0, 0, 0, 0, 0, 'ŠEBESTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'sebor@tiscali.cz', '999a161492', '', 'C', 3477, NULL, '2020-12-18 18:53:09', 0, 0, 0, 0, 0, 'ŠEBOR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'p-sec@proximity.cz', '274a067945', '', 'C', 3478, NULL, '2020-12-18 18:53:09', 0, 0, 0, 0, 0, 'ŠEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELIS', 'elissediva@seznam.cz', 'fa5525f18a', '', 'C', 3479, NULL, '2020-12-18 18:53:09', 0, 0, 0, 0, 0, 'ŠEDIVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'yvidesbukaj@seznam.cz', 'f87f290325', '', 'C', 3480, NULL, '2020-12-18 18:53:09', 0, 0, 0, 0, 0, 'ŠEDIVÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'drsedivy@seznam.cz', '09599cdf65', '', 'C', 3481, NULL, '2020-12-18 18:53:09', 0, 0, 0, 0, 0, 'ŠEDIVÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVATAVA', 'sedova@seznam.cz', '7e29cf460b', '', 'C', 3482, NULL, '2020-12-18 18:53:09', 0, 0, 0, 0, 0, 'ŠEDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'seflerov@quick.cz', 'b6fd53cab2', '', 'C', 3483, NULL, '2020-12-18 18:53:09', 0, 0, 0, 0, 0, 'ŠEFLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.sejdl@seznam.cz', '77c17d222e', '', 'C', 3484, NULL, '2020-12-18 18:53:10', 0, 0, 0, 0, 0, 'ŠEJDL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'selepova@seznam.cz', 'a20ade27e2', '', 'C', 3485, NULL, '2020-12-18 18:53:10', 0, 0, 0, 0, 0, 'ŠELEPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.sendera@linstram.cz', 'ea1fb9736a', '', 'C', 3486, NULL, '2020-12-18 18:53:10', 0, 0, 0, 0, 0, 'ŠENDERA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.sefr@seznam.cz', '03891d34f2', '', 'C', 3487, NULL, '2020-12-18 18:53:10', 0, 0, 0, 0, 0, 'ŠERF', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'serlovska.r@centrum.cz', '89cc136f94', '', 'C', 3488, NULL, '2020-12-18 18:53:10', 0, 0, 0, 0, 0, 'ŠERLOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'setelova@volny.cz', 'c7ff085574', '', 'C', 3489, NULL, '2020-12-18 18:53:11', 0, 0, 0, 0, 0, 'ŠETELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'igorsevchenk@seznam.cz', 'f9dc802284', '', 'C', 3490, NULL, '2020-12-18 18:53:11', 0, 0, 0, 0, 0, 'ŠEVČENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLDŘICH', 'wrigley@volny.cz', '69989e7e9b', '', 'C', 3491, NULL, '2020-12-18 18:53:11', 0, 0, 0, 0, 0, 'ŠIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.sikova@seznam.cz', 'ef6c210541', '', 'C', 3492, NULL, '2020-12-18 18:53:11', 0, 0, 0, 0, 0, 'ŠIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.silerova@seznam.cz', 'd2fa0ec653', '', 'C', 3493, NULL, '2020-12-18 18:53:11', 0, 0, 0, 0, 0, 'ŠILEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NORA', 'nora.silhackova@seznam.cz', '374b64d59e', '', 'C', 3494, NULL, '2020-12-18 18:53:11', 0, 0, 0, 0, 0, 'ŠILHÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('RENATA', 'renata.simak@seznam.cz', 'b3d40b0d49', '', 'C', 3495, NULL, '2020-12-18 18:53:12', 0, 0, 0, 0, 0, 'ŠIMÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', '1.atlas@atlas.cz', 'e3f47703fb', '', 'C', 3496, NULL, '2020-12-18 18:53:12', 0, 0, 0, 0, 0, 'ŠIMEČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilsim@seznam.cz', 'b6ee9ebd87', '', 'C', 3497, NULL, '2020-12-18 18:53:12', 0, 0, 0, 0, 0, 'ŠIMKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.simkova@email.cz', 'e0438c246b', '', 'C', 3498, NULL, '2020-12-18 18:53:12', 0, 0, 0, 0, 0, 'ŠIMKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'm.h.siml@volny.cz', '9a7ae234e6', '', 'C', 3499, NULL, '2020-12-18 18:53:12', 0, 0, 0, 0, 0, 'ŠIMLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'simonikova@smo.cz', '2b19ca63d2', '', 'C', 3500, NULL, '2020-12-18 18:53:12', 0, 0, 0, 0, 0, 'ŠIMONÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terezasimova@centrum.cz', '810b55e9bc', '', 'C', 3501, NULL, '2020-12-18 18:53:12', 0, 0, 0, 0, 0, 'ŠÍMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jon23@seznam.cz', '0bd2ee5ff2', '', 'C', 3502, NULL, '2020-12-18 18:53:12', 0, 0, 0, 0, 0, 'ŠINDELÁR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVENTA', 'iveta.sindelarova@email.cz', 'b1485a45f3', '', 'C', 3503, NULL, '2020-12-18 18:53:12', 0, 0, 0, 0, 0, 'ŠINDELÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'sindelarova@absolut-design.cz', '2591e5ee67', '', 'C', 3504, NULL, '2020-12-18 18:53:13', 0, 0, 0, 0, 0, 'ŠINDELÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'tylle@seznam.cz', 'be7b32cbbd', '', 'C', 3505, NULL, '2020-12-18 18:53:13', 0, 0, 0, 0, 0, 'ŠINDLER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'sindlerova@tq.cz', 'ec9cff6ff3', '', 'C', 3506, NULL, '2020-12-18 18:53:13', 0, 0, 0, 0, 0, 'ŠINDLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.sp@seznam.cz', 'c36a24a655', '', 'C', 3507, NULL, '2020-12-18 18:53:13', 0, 0, 0, 0, 0, 'ŠÍPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radeksirl@seznam.cz', '572e2fcec7', '', 'C', 3508, NULL, '2020-12-18 18:53:13', 0, 0, 0, 0, 0, 'ŠÍRL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAVA', 'm.spaningen@seznam.cz', '52d4b9fb68', '', 'C', 3509, NULL, '2020-12-18 18:53:13', 0, 0, 0, 0, 0, 'ŠÍSLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.sisa@seznam.cz', 'c246652740', '', 'C', 3510, NULL, '2020-12-18 18:53:13', 0, 0, 0, 0, 0, 'ŠIŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOŠ', 'milos.sivara@seznam.cz', '618af2add7', '', 'C', 3511, NULL, '2020-12-18 18:53:13', 0, 0, 0, 0, 0, 'ŠIVARA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela@sivic.cz', '85e50829ea', '', 'C', 3512, NULL, '2020-12-18 18:53:13', 0, 1608661085, 0, 0, 0, 'ŠIVICOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'skadova@seznam.cz', 'a56e3b1220', '', 'C', 3513, NULL, '2020-12-18 18:53:13', 0, 0, 0, 0, 0, 'ŠKADOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.finearts@seznam.cz', '79feccdfc4', '', 'C', 3514, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠKALOUDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'jskopek@atlas.cz', '6dab2b99d3', '', 'C', 3515, NULL, '2020-12-18 18:53:14', 0, 1608644405, 0, 0, 0, 'ŠKOPEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'skrabkova@seznam.cz', 'a8ec2b8a0e', '', 'C', 3516, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠKRÁBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANKA', 'jask@ikem.cz', 'fa68464697', '', 'C', 3517, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠKROBÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.skultetyova@justice.sk', 'e2bc715ba4', '', 'C', 3518, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠKULTETYOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'consus@consus.cz', '482f43ba29', '', 'C', 3519, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠLAJEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'roro0134@seznam.cz', 'd2ab5a763f', '', 'C', 3520, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠLIJANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'dana.slosarkova@seznam.cz', '6d81e1b3b0', '', 'C', 3521, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠLOSÁRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEONA', 'david.smeidler@volny.cz', '073a41581f', '', 'C', 3522, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠMEIDLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'mbartikova@ppfbanka.cz', '2315641386', '', 'C', 3523, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠMEJC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'asmejkalova@seznam.cz', '41e35fa861', '', 'C', 3524, NULL, '2020-12-18 18:53:14', 0, 0, 0, 0, 0, 'ŠMEJKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'sprachalka@seznam.cz', 'b333a781d5', '', 'C', 3525, NULL, '2020-12-18 18:53:15', 0, 0, 0, 0, 0, 'ŠMEJKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'smeralka@volny.cz', 'e18aed8f48', '', 'C', 3526, NULL, '2020-12-18 18:53:15', 0, 1608736326, 0, 0, 0, 'ŠMERALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'proficook@proficook.cz', 'c2d56bd7bf', '', 'C', 3527, NULL, '2020-12-18 18:53:15', 0, 0, 0, 0, 0, 'ŠMERHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'smidojc@seznam.cz', '3456b4167a', '', 'C', 3528, NULL, '2020-12-18 18:53:15', 0, 0, 0, 0, 0, 'ŠMÍD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'smid@connexplus.cz', '7b62adbc48', '', 'C', 3529, NULL, '2020-12-18 18:53:15', 0, 1608644803, 0, 0, 0, 'ŠMÍD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomassmid@ipa-gastro.cz', '88ce1e35ff', '', 'C', 3530, NULL, '2020-12-18 18:53:15', 0, 0, 0, 0, 0, 'ŠMÍD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'smidmayer@g-project.cz', '38a72878dd', '', 'C', 3531, NULL, '2020-12-18 18:53:15', 0, 0, 0, 0, 0, 'ŠMIDMAYER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'k_jaklova@centrum.cz', 'dce5c00d96', '', 'C', 3532, NULL, '2020-12-18 18:53:15', 0, 0, 0, 0, 0, 'ŠMÍDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jirso@seznam.cz', 'e1949ceb13', '', 'C', 3533, NULL, '2020-12-18 18:53:15', 0, 0, 0, 0, 0, 'ŠOBR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'ad.solc@seznam.cz', 'f22497e0f5', '', 'C', 3534, NULL, '2020-12-18 18:53:15', 0, 0, 0, 0, 0, 'ŠOLCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'somek@4clean.cz', '72162623af', '', 'C', 3535, NULL, '2020-12-18 18:53:15', 0, 1608748806, 0, 0, 0, 'ŠOMEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.sopincova@roche.cz', '6934b1cba7', '', 'C', 3536, NULL, '2020-12-18 18:53:16', 0, 0, 0, 0, 0, 'ŠOPINCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'ivana.o.sormova@seznam.cz', '2732126dab', '', 'C', 3537, NULL, '2020-12-18 18:53:16', 0, 0, 0, 0, 0, 'ŠORMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SANDRA', 's.sotova@seznam.cz', '4cebb4e6d4', '', 'C', 3538, NULL, '2020-12-18 18:53:16', 0, 0, 0, 0, 0, 'ŠOTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'marie.spacek@seznam.cz', 'db2b8d0a32', '', 'C', 3539, NULL, '2020-12-18 18:53:16', 0, 0, 0, 0, 0, 'ŠPAČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romanaspackova.hk@seznam.cz', '88af780140', '', 'C', 3540, NULL, '2020-12-18 18:53:16', 0, 0, 0, 0, 0, 'ŠPAČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'agginko@seznam.cz', 'ed58b1af23', '', 'C', 3541, NULL, '2020-12-18 18:53:16', 0, 0, 0, 0, 0, 'ŠPAČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vaclav@spana.cz', '6b16d73ae2', '', 'C', 3542, NULL, '2020-12-18 18:53:16', 0, 0, 0, 0, 0, 'ŠPÁŇA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JULIAS', 'jusp@ikem.cz', 'c9d048be9e', '', 'C', 3543, NULL, '2020-12-18 18:53:16', 0, 0, 0, 0, 0, 'ŠPIČÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'spicka@iol.cz', '12af7129e4', '', 'C', 3544, NULL, '2020-12-18 18:53:17', 0, 0, 0, 0, 0, 'ŠPIČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.spiral@autopartnerspiral.cz', '9126725040', '', 'C', 3545, NULL, '2020-12-18 18:53:17', 0, 0, 0, 0, 0, 'ŠPÍRAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'spirochova@centrum.cz', '6bb5358a96', '', 'C', 3546, NULL, '2020-12-18 18:53:17', 0, 0, 0, 0, 0, 'ŠPIROCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.spitalska@akandel.cz', '70b445f192', '', 'C', 3547, NULL, '2020-12-18 18:53:17', 0, 0, 0, 0, 0, 'ŠPITÁLSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'mail@pavelsporcl.cz', 'cff2ea21aa', '', 'C', 3548, NULL, '2020-12-18 18:53:17', 0, 0, 0, 0, 0, 'ŠPORCL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDEŇKA', 'zdenasraierova@centrum.cz', '076ff71136', '', 'C', 3549, NULL, '2020-12-18 18:53:17', 0, 0, 0, 0, 0, 'ŠRAIEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAVA', 'gambling.bar@seznam.cz', '834b132413', '', 'C', 3550, NULL, '2020-12-18 18:53:17', 0, 0, 0, 0, 0, 'ŠRAJBROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOHUNKA', 'bohunka.sramova@seznam.cz', '5459ecccad', '', 'C', 3551, NULL, '2020-12-18 18:53:17', 0, 0, 0, 0, 0, 'ŠRÁMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN/MARKÉTA', 'marketa.srejberova@seznam.cz', 'ff2eadff2c', '', 'C', 3552, NULL, '2020-12-18 18:53:17', 0, 0, 0, 0, 0, 'ŠREJBER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmardesign@seznam.cz', 'b40ceec804', '', 'C', 3553, NULL, '2020-12-18 18:53:18', 0, 0, 0, 0, 0, 'ŠROTTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'sroubkova@amydesign.cz', 'e14f20c0af', '', 'C', 3554, NULL, '2020-12-18 18:53:18', 0, 0, 0, 0, 0, 'ŠROUBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa.stabrnakova@lbm.cz', 'f808520b49', '', 'C', 3555, NULL, '2020-12-18 18:53:18', 0, 0, 0, 0, 0, 'ŠTABRŇÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'mariestadlerova@seznam.cz', 'f00fac1ca8', '', 'C', 3556, NULL, '2020-12-18 18:53:18', 0, 0, 0, 0, 0, 'ŠTADLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARINA', 'daarin@seznam.cz', '08640c8357', '', 'C', 3557, NULL, '2020-12-18 18:53:19', 0, 0, 0, 0, 0, 'ŠŤÁSTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELEN', 'elen.stastna@seznam.cz', 'dab28d823b', '', 'C', 3558, NULL, '2020-12-18 18:53:19', 0, 0, 0, 0, 0, 'ŠŤASTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martinka.stastna@seznam.cz', 'a7ab5dd445', '', 'C', 3559, NULL, '2020-12-18 18:53:19', 0, 0, 0, 0, 0, 'ŠŤASTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SOŇA', 'sona@stastna.cz', 'ee506f6e27', '', 'C', 3560, NULL, '2020-12-18 18:53:19', 0, 0, 0, 0, 0, 'ŠŤASTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'stastna.sarka@centrum.cz', '07a54f94fa', '', 'C', 3561, NULL, '2020-12-18 18:53:19', 0, 0, 0, 0, 0, 'ŠŤASTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 's-stastna@seznam.cz', '31543dc8d9', '', 'C', 3562, NULL, '2020-12-18 18:53:19', 0, 0, 0, 0, 0, 'ŠŤASTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'stastny@luksova-frontova.cz', '4173b39ca6', '', 'C', 3563, NULL, '2020-12-18 18:53:19', 0, 0, 0, 0, 0, 'ŠŤASTNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'stastny@luksova-frantova.cz', '837d1be52f', '', 'C', 3564, NULL, '2020-12-18 18:53:19', 0, 0, 0, 0, 0, 'ŠŤASTNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'happy.mail@seznam.cz', '9eb529dcf7', '', 'C', 3565, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠŤASTNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'lida111@email.cz', '0cbf5b4b21', '', 'C', 3566, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTAUBERTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZORA', 'staudova.z@seznam.cz', '255e08fe1b', '', 'C', 3567, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTAUDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.stedra@ceskatelevize.cz', '5ce5fec5e3', '', 'C', 3568, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTĚDRÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOŠ', 'spartakusmilde@seznam.cz', 'cd7cc2f56a', '', 'C', 3569, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTĚDRÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'k.steinova@centrum.cz', '6f0ff1e92f', '', 'C', 3570, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTEINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'stekrova@sportcentrumplzen.cz', '04d31eb646', '', 'C', 3571, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTEKROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KVĚTA', 's.stenglova@seznam.cz', '4543da571a', '', 'C', 3572, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTENGLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.stepa@seznam.cz', '5eb326c622', '', 'C', 3573, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTĚPÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'mudr.stepankova@seznam.cz', '02c054f5f9', '', 'C', 3574, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTĚPÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAVA', 'stanicka.stepanova@email.cz', 'd68a4a33d3', '', 'C', 3575, NULL, '2020-12-18 18:53:20', 0, 0, 0, 0, 0, 'ŠTĚPÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.stepanovska2@seznam.cz', 'd5ca4fdfce', '', 'C', 3576, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠTĚPÁNOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'stibrova@alset.cz', 'e99aa54470', '', 'C', 3577, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠTÍBROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'stika@ariete-mb.cz', 'bb2d44eae1', '', 'C', 3578, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠTIKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZORA', 'zora@interlacto.cz', '2970526d6a', '', 'C', 3579, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠTOCHLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'yates1@centrum.cz', '74ca4441de', '', 'C', 3580, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠTOREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katka@stovickova.cz', 'eb6850a080', '', 'C', 3581, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠŤOVÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'j.strachal@insky.cz', '6fc4857475', '', 'C', 3582, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠTRÁCHAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'o.stur@seznam.cz', '3ddcef0e41', '', 'C', 3583, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠTŮR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'r.stych@seznam.cz', '2c9aff8de1', '', 'C', 3584, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠTYCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan.subin@seznam.cz', '2672508758', '', 'C', 3585, NULL, '2020-12-18 18:53:21', 0, 0, 0, 0, 0, 'ŠUBIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'slbrtova@mpr.cz', 'b92229bd28', '', 'C', 3586, NULL, '2020-12-18 18:53:22', 0, 0, 0, 0, 0, 'ŠUBRTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'subrtova@aksubrtova.cz', 'a0dd8737fe', '', 'C', 3587, NULL, '2020-12-18 18:53:22', 0, 0, 0, 0, 0, 'ŠUBRTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'pavlina.subrtova@email.cz', '0ce00d0df2', '', 'C', 3588, NULL, '2020-12-18 18:53:22', 0, 0, 0, 0, 0, 'ŠUBRTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 'tanjamond@seznam.cz', '92ee39be8d', '', 'C', 3589, NULL, '2020-12-18 18:53:22', 0, 0, 0, 0, 0, 'ŠUJANOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.fal@seznam.cz', 'ba566197a5', '', 'C', 3590, NULL, '2020-12-18 18:53:22', 0, 0, 0, 0, 0, 'ŠUJANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMIL', 'autosulan@email.cz', '749f9bb0a0', '', 'C', 3591, NULL, '2020-12-18 18:53:22', 0, 0, 0, 0, 0, 'ŠULAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'josef.sural@seznam.cz', '0fb0bcadb9', '', 'C', 3592, NULL, '2020-12-18 18:53:22', 0, 0, 0, 0, 0, 'ŠURAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'psusta@tci.cz', '81ad32d21d', '', 'C', 3593, NULL, '2020-12-18 18:53:22', 0, 0, 0, 0, 0, 'ŠUSTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.sustova@seznam.cz', '231573bc09', '', 'C', 3594, NULL, '2020-12-18 18:53:22', 0, 0, 0, 0, 0, 'ŠUSTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EMIL', 'sutkova@elseplus.sk', '891196f6bc', '', 'C', 3595, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'ŠUTKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOL', 'svabkova.n@seznam.cz', '799c6bcf94', '', 'C', 3596, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'ŠVÁBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('REDEK', 'radek.svalbe@centrum.cz', 'aa7fdca93f', '', 'C', 3597, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'ŠVALBE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'svambread@volny.cz', '813f6f488b', '', 'C', 3598, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'ŠVAMBERA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'svarc.hana@seznam.cz', 'e5cfd79f74', '', 'C', 3599, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'ŠVARCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivana', 'svarcovaivana@iol.cz', '2364b86f04', '', 'C', 3600, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'Švarcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'kalocovamartina@email.cz', '19b92af6ab', '', 'C', 3601, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'ŠVARCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'renatik@seznam.cz', 'aa6413a2d6', '', 'C', 3602, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'ŠVARCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'pierette@seznam.cz', '8c41677e07', '', 'C', 3603, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'ŠVECOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jasvu@seznam.cz', 'f895125839', '', 'C', 3604, NULL, '2020-12-18 18:53:23', 0, 0, 0, 0, 0, 'ŠVUBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenkataborska@email.cz', '3ce7971334', '', 'C', 3605, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TÁBORSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucy80@seznam.cz', '795f656b3e', '', 'C', 3606, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TÁBORSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.taflikova@empiremedia.cz', 'c41c4d3d8f', '', 'C', 3607, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TAFLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'jiri.taflik@email.cz', '5b9fe11972', '', 'C', 3608, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TAFLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'adatah@seznam.cz', '9e326f0947', '', 'C', 3609, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TAHALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'tachovsky@mibag.cz', 'e8ee0bcd5f', '', 'C', 3610, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TACHOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'l.takacova@seznam.cz', 'ee86f922bd', '', 'C', 3611, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TAKÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'talab@seznam.cz', '0095c88f14', '', 'C', 3612, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TALÁB', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KÁROLY', 'tamasy@centrum.cz', '561fe1c3bd', '', 'C', 3613, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TAMÁSY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YELENA', 'muhaelena@seznam.cz', '0627fba59a', '', 'C', 3614, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TAPASHIDI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'at@a-st.sk', '6fdb6b2ec0', '', 'C', 3615, NULL, '2020-12-18 18:53:24', 0, 0, 0, 0, 0, 'TARABOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.tasek@ase.cz', 'e7d6adce44', '', 'C', 3616, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'TAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Iva', 'iva@tatounova.cz', '992e602686', '', 'C', 3617, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'Tatounová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'tauberjana1@seznam.cz', 'aa84c1aa38', '', 'C', 3618, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'TÄUBEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'teclovakristyna@seznam.cz', 'fe96894bbb', '', 'C', 3619, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'TECLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOŠ', 'lubos.tejkl@seznam.cz', '706605b124', '', 'C', 3620, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'TEJKL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renata.telinova@scanservise.cz', '44affacf41', '', 'C', 3621, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'TELÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milan.telvy@seznam.cz', '6157fb642d', '', 'C', 3622, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'TELVÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADIMA', 'anisa81@email.cz', '9957cf7073', '', 'C', 3623, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'TERLOEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.terzijska@seznam.cz', '18bee0af81', '', 'C', 3624, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'TERZIJSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('MAREK', 'marek.ter@seznam.cz', '4ccf8e89a9', '', 'C', 3625, NULL, '2020-12-18 18:53:25', 0, 0, 0, 0, 0, 'TERZIJSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vaclav.tesarek@vendys.cz', '13618676be', '', 'C', 3626, NULL, '2020-12-18 18:53:26', 0, 0, 0, 0, 0, 'TESÁREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'tesarik@3112.cz', '48ff19ea61', '', 'C', 3627, NULL, '2020-12-18 18:53:26', 0, 0, 0, 0, 0, 'TESAŘÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'teubnerova.v@seznam.cz', '1ce6f0e723', '', 'C', 3628, NULL, '2020-12-18 18:53:26', 0, 0, 0, 0, 0, 'TEUBNEROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'jaroslavatheuerova@seznam.cz', '4acfb25804', '', 'C', 3629, NULL, '2020-12-18 18:53:27', 0, 0, 0, 0, 0, 'THEUEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'hanza.tichy@seznam.cz', '624af0febf', '', 'C', 3630, NULL, '2020-12-18 18:53:27', 0, 0, 0, 0, 0, 'TICHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'info@janahalova.cz', '0cf16c7624', '', 'C', 3631, NULL, '2020-12-18 18:53:27', 0, 0, 0, 0, 0, 'TICHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'luktichy@seznam.cz', '0e5f2bba35', '', 'C', 3632, NULL, '2020-12-18 18:53:27', 0, 0, 0, 0, 0, 'TICHÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVSHIN', 'ivshin@fashionclinique.cz', 'e024bcf766', '', 'C', 3633, NULL, '2020-12-18 18:53:27', 0, 0, 0, 0, 0, 'TIMUR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'tison@vasebyty.cz', 'f56a123445', '', 'C', 3634, NULL, '2020-12-18 18:53:27', 0, 0, 0, 0, 0, 'TISON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'mtivodar@tt-traole.cz', '0a9be55333', '', 'C', 3635, NULL, '2020-12-18 18:53:27', 0, 0, 0, 0, 0, 'TIVODAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david.tkac@brainzone.cz', '30e1f61ed8', '', 'C', 3636, NULL, '2020-12-18 18:53:27', 0, 0, 0, 0, 0, 'TKÁČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'tkacukova@sanoma.cz', '3486525821', '', 'C', 3637, NULL, '2020-12-18 18:53:27', 0, 0, 0, 0, 0, 'TKAČUKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.jd@seznam.cz', '5a245525da', '', 'C', 3638, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TLAPÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'tobek@centrum.cz', 'b16b51cb4c', '', 'C', 3639, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOBEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALICE', 'judr.tobkova@seznam.cz', 'd5a5726833', '', 'C', 3640, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.tokarik@fnkv.cz', 'f6c9795c29', '', 'C', 3641, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOKARIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'p.toman@centrum.cz', '4ecb2244b9', '', 'C', 3642, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'ales.jan@email.cz', 'e58cc85eca', '', 'C', 3643, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOMÁNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'tomanova.alena@tiscali.cz', '395409cbb4', '', 'C', 3644, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'm.tomanova@upcmail.cz', '2a520f3ca8', '', 'C', 3645, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAVA', 'bullock.z@seznam.cz', 'e09216d81c', '', 'C', 3646, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOMASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barbora.tomaskova@lbm.cz', '611ef80ee4', '', 'C', 3647, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOMÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.tomaskova@lbm.cz', '29ca475a33', '', 'C', 3648, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'TOMÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavlína', 'tomes@pws.cz', '5bb75139c3', '', 'C', 3649, NULL, '2020-12-18 18:53:28', 0, 0, 0, 0, 0, 'Herrgesellová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'tomesova.katerina@seznam.cz', '6569f0d38c', '', 'C', 3650, NULL, '2020-12-18 18:53:29', 0, 0, 0, 0, 0, 'TOMEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monikatomesova@seznam.cz', '866f4808d8', '', 'C', 3651, NULL, '2020-12-18 18:53:29', 0, 0, 0, 0, 0, 'TOMEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIÁN', 'posta@mariantomko.cz', 'c66c412b3b', '', 'C', 3652, NULL, '2020-12-18 18:53:30', 0, 0, 0, 0, 0, 'TOMKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'tomkovaiva@feri-hk.cz', '6f0171b422', '', 'C', 3653, NULL, '2020-12-18 18:53:30', 0, 0, 0, 0, 0, 'TOMKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michal.topol@seznam.cz', '0094c5defa', '', 'C', 3654, NULL, '2020-12-18 18:53:31', 0, 0, 0, 0, 0, 'TOPOL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'jarmila87@icloud.cz', '66615e2988', '', 'C', 3655, NULL, '2020-12-18 18:53:32', 0, 0, 0, 0, 0, 'TORNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RITA', 'tornyaiova.rita@slposta.sk', '82e3e201ea', '', 'C', 3656, NULL, '2020-12-18 18:53:32', 0, 0, 0, 0, 0, 'TORNYAIOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'vladka.tosnarova@seznam.cz', '3a94999961', '', 'C', 3657, NULL, '2020-12-18 18:53:33', 0, 0, 0, 0, 0, 'TOŠNAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'dh@luka.cz', '3edede1e27', '', 'C', 3658, NULL, '2020-12-18 18:53:34', 0, 0, 0, 0, 0, 'TOTHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'tnthovxd@stonline.sk', 'e8bcb0a2e3', '', 'C', 3659, NULL, '2020-12-18 18:53:34', 0, 0, 0, 0, 0, 'TÓTHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.toula@seznam.cz', '9cb5e1e402', '', 'C', 3660, NULL, '2020-12-18 18:53:35', 0, 0, 0, 0, 0, 'TOULA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evat@hato.cz', '14acb1a23c', '', 'C', 3661, NULL, '2020-12-18 18:53:35', 0, 0, 0, 0, 0, 'TOUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'trancze@hotmail.cz', '378fd75949', '', 'C', 3662, NULL, '2020-12-18 18:53:35', 0, 0, 0, 0, 0, 'TOVARA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'tracukova@se.cz', '4966a8ad5f', '', 'C', 3663, NULL, '2020-12-18 18:53:35', 0, 0, 0, 0, 0, 'TRAČUKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATAŠA', 'natasa1306@seznam.cz', 'e122e95a15', '', 'C', 3664, NULL, '2020-12-18 18:53:36', 0, 0, 0, 0, 0, 'TRAFELA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THI NGA', 'ngathicz@volny.cz', '01809f1c30', '', 'C', 3665, NULL, '2020-12-18 18:53:37', 0, 0, 0, 0, 0, 'TRAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VIET HIEU', 'deedau@seznam.cz', '16bff52795', '', 'C', 3666, NULL, '2020-12-18 18:53:37', 0, 0, 0, 0, 0, 'TRAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROSTISLAV', 'rtrav@centrum.cz', '9313193e12', '', 'C', 3667, NULL, '2020-12-18 18:53:38', 0, 0, 0, 0, 0, 'TRÁVNIČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.travnickova@seznam.cz', '8c86576f7d', '', 'C', 3668, NULL, '2020-12-18 18:53:39', 0, 0, 0, 0, 0, 'TRÁVNIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'majka-t@email.cz', '0b785f9a0a', '', 'C', 3669, NULL, '2020-12-18 18:53:39', 0, 0, 0, 0, 0, 'TRČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'roman391@seznam.cz', '7b627e4c05', '', 'C', 3670, NULL, '2020-12-18 18:53:39', 0, 0, 0, 0, 0, 'TREJBAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.trinkmoc@seznam.cz', '75fdb61751', '', 'C', 3671, NULL, '2020-12-18 18:53:40', 0, 0, 0, 0, 0, 'TRINKMOC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'trnkaji@seznam.cz', '0776724dea', '', 'C', 3672, NULL, '2020-12-18 18:53:40', 0, 0, 0, 0, 0, 'TRNKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'trnka@eset.sk', 'd5f138facc', '', 'C', 3673, NULL, '2020-12-18 18:53:40', 0, 0, 0, 0, 0, 'TRNKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'atelier@trnkova.cz', '241872374b', '', 'C', 3674, NULL, '2020-12-18 18:53:41', 0, 0, 0, 0, 0, 'TRNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'ltrnkova@email.cz', '4dc910d64f', '', 'C', 3675, NULL, '2020-12-18 18:53:41', 0, 0, 0, 0, 0, 'Trnková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'peta.trojan@seznam.cz', '0ac277d19a', '', 'C', 3676, NULL, '2020-12-18 18:53:41', 0, 0, 0, 0, 0, 'TROJAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TADEÁŠ', 'tadeas.trojan@kare.cz', '9615b7069c', '', 'C', 3677, NULL, '2020-12-18 18:53:42', 0, 0, 0, 0, 0, 'TROJAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.mrazova@post.cz', '194b528f68', '', 'C', 3678, NULL, '2020-12-18 18:53:42', 0, 0, 0, 0, 0, 'TROJANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel_trombik@volny.cz', '89e09bad48', '', 'C', 3679, NULL, '2020-12-18 18:53:42', 0, 0, 0, 0, 0, 'TROMBÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'tronickova@email.cz', '11c11303de', '', 'C', 3680, NULL, '2020-12-18 18:53:43', 0, 0, 0, 0, 0, 'Troníčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŽANETA', 'zaneta.tronickova@seznam.cz', '181b93d096', '', 'C', 3681, NULL, '2020-12-18 18:53:43', 0, 0, 0, 0, 0, 'TRONÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.trpisovska@seznam.cz', '75e0bd9245', '', 'C', 3682, NULL, '2020-12-18 18:53:43', 0, 0, 0, 0, 0, 'TRPIŠOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'cocinela@volny.cz', '9be3318464', '', 'C', 3683, NULL, '2020-12-18 18:53:44', 0, 0, 0, 0, 0, 'TRŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'kozoroh@ebox.cz', '1031827a7a', '', 'C', 3684, NULL, '2020-12-18 18:53:44', 0, 0, 0, 0, 0, 'TRUBELÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'trubenekr@satico.cz', '7005fff6dc', '', 'C', 3685, NULL, '2020-12-18 18:53:44', 0, 0, 0, 0, 0, 'TRÜBENEKR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'trukova@thorn.cz', 'c6a1ea738e', '', 'C', 3686, NULL, '2020-12-18 18:53:44', 0, 0, 0, 0, 0, 'TRŮKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'trupiano@email.cz', '53fc98d594', '', 'C', 3687, NULL, '2020-12-18 18:53:46', 0, 0, 0, 0, 0, 'TRUPIANO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.trvalova@seznam.cz', '6fdb610c51', '', 'C', 3688, NULL, '2020-12-18 18:53:46', 0, 0, 0, 0, 0, 'TRVALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'honzatriska@email.cz', '95cf6642c4', '', 'C', 3689, NULL, '2020-12-18 18:53:47', 0, 0, 0, 0, 0, 'TŘÍSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'jarunkat@volny.cz', '2ce87ef725', '', 'C', 3690, NULL, '2020-12-18 18:53:47', 0, 0, 0, 0, 0, 'TŘÍSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renata.triskova@seznam.cz', 'db1c168a68', '', 'C', 3691, NULL, '2020-12-18 18:53:48', 0, 0, 0, 0, 0, 'TŘÍSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'milanska.311@gmail.cz', '4e6d6dcf53', '', 'C', 3692, NULL, '2020-12-18 18:53:48', 0, 0, 0, 0, 0, 'TŘÍSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'ales.olga@seznam.cz', '2b992b5651', '', 'C', 3693, NULL, '2020-12-18 18:53:48', 0, 0, 0, 0, 0, 'TŘÍŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEON', 's.u.sunny@seznam.cz', '070f9b659c', '', 'C', 3694, NULL, '2020-12-18 18:53:49', 0, 0, 0, 0, 0, 'TSOUKERNIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIYUDMILA', '4ts17@seznam.cz', '01a2147085', '', 'C', 3695, NULL, '2020-12-18 18:53:49', 0, 0, 0, 0, 0, 'TSYGZIKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADEN', 'tuchavnt.prague@volny.cz', 'e44a56d0e3', '', 'C', 3696, NULL, '2020-12-18 18:53:49', 0, 0, 0, 0, 0, 'TUCHINSKJY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'paveltuka@seznam.cz', '85af839227', '', 'C', 3697, NULL, '2020-12-18 18:53:49', 0, 0, 0, 0, 0, 'TUKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.tumova@ttinvest.cz', '3295ea658f', '', 'C', 3698, NULL, '2020-12-18 18:53:50', 0, 0, 0, 0, 0, 'TŮMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIKA', 'mtryznova@seznam.cz', '89b009934b', '', 'C', 3699, NULL, '2020-12-18 18:53:50', 0, 0, 0, 0, 0, 'TŮMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'mart.lsx@seznam.cz', 'f0b9c25106', '', 'C', 3700, NULL, '2020-12-18 18:53:51', 0, 0, 0, 0, 0, 'TUNKL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILANA', 'tunkova.milana@seznam.cz', 'a7d07012cc', '', 'C', 3701, NULL, '2020-12-18 18:53:51', 0, 0, 0, 0, 0, 'TUNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'kola.turek@seznam.cz', '12a4f5bdf7', '', 'C', 3702, NULL, '2020-12-18 18:53:51', 0, 0, 0, 0, 0, 'TUREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'turek.tomas@post.cz', '9eff6c7a0b', '', 'C', 3703, NULL, '2020-12-18 18:53:52', 0, 0, 0, 0, 0, 'TUREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'adela.turhobrova@gmail.cz', '955e046573', '', 'C', 3704, NULL, '2020-12-18 18:53:52', 0, 0, 0, 0, 0, 'TURHOBROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.turkova@volny.cz', '7a97a34d69', '', 'C', 3705, NULL, '2020-12-18 18:53:52', 0, 0, 0, 0, 0, 'TURKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radek.turner@seznam.cz', '5818f0c978', '', 'C', 3706, NULL, '2020-12-18 18:53:52', 0, 0, 0, 0, 0, 'TURNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alenaatvrda@seznam.cz', 'b0c5497d88', '', 'C', 3707, NULL, '2020-12-18 18:53:53', 0, 0, 0, 0, 0, 'TVRDÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'tvrdikova.jaroslava@seznam.cz', '8499b7a822', '', 'C', 3708, NULL, '2020-12-18 18:53:53', 0, 0, 0, 0, 0, 'TVRDÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lucie.tvrda@email.cz', '72ac4826ff', '', 'C', 3709, NULL, '2020-12-18 18:53:54', 0, 0, 0, 0, 0, 'TVRDÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.tycova@email.cz', 'cf302e6faa', '', 'C', 3710, NULL, '2020-12-18 18:53:54', 0, 0, 0, 0, 0, 'TYCOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'htycova@seznam.cz', '94245fe464', '', 'C', 3711, NULL, '2020-12-18 18:53:55', 0, 0, 0, 0, 0, 'TYCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'bocha@email.cz', '6fe1d3b7c8', '', 'C', 3712, NULL, '2020-12-18 18:53:55', 0, 0, 0, 0, 0, 'TYKAČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'destyl@email.cz', 'ffccec06f0', '', 'C', 3713, NULL, '2020-12-18 18:53:56', 0, 0, 0, 0, 0, 'TYL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMIL', 'kamil5@tiscali.cz', 'c70f90fceb', '', 'C', 3714, NULL, '2020-12-18 18:53:58', 0, 0, 0, 0, 0, 'TYMKOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.tymova@seznam.cz', 'addc0b8476', '', 'C', 3715, NULL, '2020-12-18 18:53:59', 0, 0, 0, 0, 0, 'TYMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'ivatyplova@atlas.cz', 'fc67cf304b', '', 'C', 3716, NULL, '2020-12-18 18:54:00', 0, 0, 0, 0, 0, 'TYPLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VENDULA', 'vendy@seznam.cz', '07cf70104a', '', 'C', 3717, NULL, '2020-12-18 18:54:01', 0, 0, 0, 0, 0, 'TYRPEKLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'uherka@vingu.cz', 'c32ef01da2', '', 'C', 3718, NULL, '2020-12-18 18:54:01', 0, 0, 0, 0, 0, 'UHERKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'uhlirova.evik@seznam.cz', '9ae71adc49', '', 'C', 3719, NULL, '2020-12-18 18:54:02', 0, 0, 0, 0, 0, 'UHLÍŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOMILA', 'ruhrinova@seznam.cz', '20e88cbc44', '', 'C', 3720, NULL, '2020-12-18 18:54:02', 0, 0, 0, 0, 0, 'UHRINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROMÍR', 'uhyrek@gemo.cz', '191066f8bf', '', 'C', 3721, NULL, '2020-12-18 18:54:03', 0, 0, 0, 0, 0, 'UHÝREK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.ujfalusi@centrum.cz', 'a01de935af', '', 'C', 3722, NULL, '2020-12-18 18:54:04', 0, 0, 0, 0, 0, 'UJFALUŠI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milanujlaky@seznam.cz', '6517b8407b', '', 'C', 3723, NULL, '2020-12-18 18:54:04', 0, 0, 0, 0, 0, 'UJLAKY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'v.ulc@email.cz', '5796556302', '', 'C', 3724, NULL, '2020-12-18 18:54:04', 0, 0, 0, 0, 0, 'ULČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VENDULA', 'sova912@seznam.cz', '43d205c061', '', 'C', 3725, NULL, '2020-12-18 18:54:05', 0, 0, 0, 0, 0, 'ÜNDEN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'surbankova@atlas.cz', '313ebf8d1a', '', 'C', 3726, NULL, '2020-12-18 18:54:05', 0, 0, 0, 0, 0, 'URBÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'adela.urbanova@adelaideafashion.cz', '8db74c31b1', '', 'C', 3727, NULL, '2020-12-18 18:54:05', 0, 0, 0, 0, 0, 'URBANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.buryskova@seznam.cz', 'bdae28b02f', '', 'C', 3728, NULL, '2020-12-18 18:54:06', 0, 0, 0, 0, 0, 'URBÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SANDRA', 's.u.snny@seznam.cz', 'dae5131f3c', '', 'C', 3729, NULL, '2020-12-18 18:54:06', 0, 0, 0, 0, 0, 'URBÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLUMENTAL', 'eblum@seznam.cz', 'dccdecdd1d', '', 'C', 3730, NULL, '2020-12-18 18:54:06', 0, 0, 0, 0, 0, 'USAI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'usova.o@centrum.cz', 'ba57210244', '', 'C', 3731, NULL, '2020-12-18 18:54:06', 0, 0, 0, 0, 0, 'USOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr@ledoovec.cz', '59fd699088', '', 'C', 3732, NULL, '2020-12-18 18:54:07', 0, 0, 0, 0, 0, 'UTĚKAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'huez@centrum.cz', '8bec522364', '', 'C', 3733, NULL, '2020-12-18 18:54:07', 0, 0, 0, 0, 0, 'UTĚŠENÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', '97kata@seznam.cz', '558083db9e', '', 'C', 3734, NULL, '2020-12-18 18:54:07', 0, 0, 0, 0, 0, 'UZLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'vacikarova@alfakova.cz', 'df6f814ee0', '', 'C', 3735, NULL, '2020-12-18 18:54:08', 0, 0, 0, 0, 0, 'VACIKAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'vacikovamonika@seznam.cz', '95fa01973c', '', 'C', 3736, NULL, '2020-12-18 18:54:08', 0, 0, 0, 0, 0, 'VACÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'vackova@drvaas.cz', '8d70cb28c5', '', 'C', 3737, NULL, '2020-12-18 18:54:09', 0, 0, 0, 0, 0, 'VACKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'mvackova@email.cz', 'ec173a8c81', '', 'C', 3738, NULL, '2020-12-18 18:54:09', 0, 0, 0, 0, 0, 'VACKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petravadurova@seznam.cz', '8f1df4e777', '', 'C', 3739, NULL, '2020-12-18 18:54:09', 0, 0, 0, 0, 0, 'VAĎUROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'vagai@email.cz', 'ee0a49686f', '', 'C', 3740, NULL, '2020-12-18 18:54:10', 0, 0, 0, 0, 0, 'VÁGAI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'h.vagenknechtova@seznam.cz', 'b3e13beed2', '', 'C', 3741, NULL, '2020-12-18 18:54:12', 0, 0, 0, 0, 0, 'VAGENKNECHT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'modernmedia@seznam.cz', '8091189a50', '', 'C', 3742, NULL, '2020-12-18 18:54:12', 0, 0, 0, 0, 0, 'VÁGNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavelvagner@immotel.cz', '8e7c99ec2e', '', 'C', 3743, NULL, '2020-12-18 18:54:12', 0, 0, 0, 0, 0, 'VÁGNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ERIKA', 'andaneri@email.cz', '96a97ff263', '', 'C', 3744, NULL, '2020-12-18 18:54:14', 0, 0, 0, 0, 0, 'VAGNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MATĚJ', 'mv@ak-pkk.cz', 'f52d9e60d8', '', 'C', 3745, NULL, '2020-12-18 18:54:14', 0, 0, 0, 0, 0, 'VÁCHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'vachova.koblizek@centrum.cz', '1e9b4f75d5', '', 'C', 3746, NULL, '2020-12-18 18:54:15', 0, 0, 0, 0, 0, 'VÁCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'w.weri@centrum.cz', '76ba7c8554', '', 'C', 3747, NULL, '2020-12-18 18:54:15', 0, 0, 0, 0, 0, 'VÁCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'vajdak.renda@seznam.cz', 'c73679c9b2', '', 'C', 3748, NULL, '2020-12-18 18:54:16', 0, 0, 0, 0, 0, 'VAJDÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek.vajo@century21.cz', 'ceec853227', '', 'C', 3749, NULL, '2020-12-18 18:54:16', 0, 0, 0, 0, 0, 'VAJO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'valaskova@specialturbo.cz', '6ddc0804ed', '', 'C', 3750, NULL, '2020-12-18 18:54:16', 0, 0, 0, 0, 0, 'VALÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'info@brsalon.cz', '5b082bb4c1', '', 'C', 3751, NULL, '2020-12-18 18:54:16', 0, 0, 0, 0, 0, 'VALENTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marta', 'valentova.marti@seznam.cz', '5a52aaec21', '', 'C', 3752, NULL, '2020-12-18 18:54:17', 0, 0, 0, 0, 0, 'Valentova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'valesjiri@volny.cz', 'cfd2457521', '', 'C', 3753, NULL, '2020-12-18 18:54:17', 0, 0, 0, 0, 0, 'VALEŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘINA', 'jirinavalesova@seznam.cz', 'b5b62a3ef9', '', 'C', 3754, NULL, '2020-12-18 18:54:17', 0, 0, 0, 0, 0, 'VALEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('VERONIKA', 'valesova@acema.cz', 'c7d1bd4310', '', 'C', 3755, NULL, '2020-12-18 18:54:18', 0, 0, 0, 0, 0, 'VALEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'valtrova@uhi.cz', 'e522f9288c', '', 'C', 3756, NULL, '2020-12-18 18:54:18', 0, 0, 0, 0, 0, 'VALTROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.valvodova@iol.cz', 'e4cf554c9e', '', 'C', 3757, NULL, '2020-12-18 18:54:18', 0, 0, 0, 0, 0, 'VALVODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'chez.parisienne@seznam.cz', 'a881756c33', '', 'C', 3758, NULL, '2020-12-18 18:54:19', 0, 0, 0, 0, 0, 'VANDASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina@vander.cz', '053da17f21', '', 'C', 3759, NULL, '2020-12-18 18:54:19', 0, 0, 0, 0, 0, 'VANDROVCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALÉNA', 'magdalenavaneckova@seznam.cz', 'd2c1fca341', '', 'C', 3760, NULL, '2020-12-18 18:54:19', 0, 0, 0, 0, 0, 'VANEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRANTIŠEK', 'feri@andreashop.sk', '47207a2798', '', 'C', 3761, NULL, '2020-12-18 18:54:20', 0, 0, 0, 0, 0, 'VANGEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'vankova@scott-sports.cz', 'fe320bf2db', '', 'C', 3762, NULL, '2020-12-18 18:54:20', 0, 0, 0, 0, 0, 'VAŇKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Helena', 'vankova@kvelektro.cz', 'cf860a3f66', '', 'C', 3763, NULL, '2020-12-18 18:54:20', 0, 0, 0, 0, 0, 'Vaňková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'gedzitka25@seznam.cz', 'e4cc056f50', '', 'C', 3764, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VÁŇOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'danavansova@seznam.cz', '7f7001b3b7', '', 'C', 3765, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VANŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'daniela@vargova.sk', 'b815145e66', '', 'C', 3766, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VARGOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna.vargova58@seznam.cz', '0e99b5176f', '', 'C', 3767, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VARGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARÍNA', 'katka.2510@seznam.cz', 'bb0ce7af1e', '', 'C', 3768, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VARGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'liduska79@seznam.cz', '3fba1cdcf3', '', 'C', 3769, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VARMUŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'adela.vartova@seznam.cz', '2b72facc47', '', 'C', 3770, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VARTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EKATERINA', 'ekaterina.varzhina@email.cz', '3383357abf', '', 'C', 3771, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VARZHINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'varekova.klara@email.cz', '57cf099654', '', 'C', 3772, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VAŘEKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EMIL', 'emil@luxent.cz', '612c91b159', '', 'C', 3773, NULL, '2020-12-18 18:54:21', 0, 0, 0, 0, 0, 'VASARDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'dvas@seznam.cz', 'f3dbecea5a', '', 'C', 3774, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VAŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DALIBOR', 'dalibor.vasek@seznam.cz', 'edd47f415c', '', 'C', 3775, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'vasova@sunnywatt.cz', '546bddf174', '', 'C', 3776, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VÁŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.vaverkova@svlaw.cz', '0017443c46', '', 'C', 3777, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VAVERKOVAÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOŠ', 'vavricka@pct.cz', '4606dee149', '', 'C', 3778, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VAVRIČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DIANA', 'diana.vavrova@seznam.cz', 'b756ce1866', '', 'C', 3779, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VÁVROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'otahana@volny.cz', '99922f3627', '', 'C', 3780, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VÁVROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'vavrova.klara@seznam.cz', 'c3f59d23e4', '', 'C', 3781, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VÁVROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie@vavrova.cz', '923a4dafa7', '', 'C', 3782, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VÁVROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADRIANA', 'adrianakolin@centrum.cz', '5a007dcd9e', '', 'C', 3783, NULL, '2020-12-18 18:54:22', 0, 0, 0, 0, 0, 'VAVRUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikola.vavruskova@seznam.cz', '4bc40d8c0b', '', 'C', 3784, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VAVRUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'extreme7@seznam.cz', '071de0acce', '', 'C', 3785, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VAVŘAČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'info@petravavricka.cz', 'b2b80ae00d', '', 'C', 3786, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VAVŘÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.vazuhova@seznam.cz', '786f0fc24e', '', 'C', 3787, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VAZUHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VIT', 'vit.vazan@post.cz', '6c7350f20c', '', 'C', 3788, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VÁŽAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLASTA', 'vlastik@vlastik.cz', 'b58d8c68a2', '', 'C', 3789, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VÉBR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'jelen@seznam.cz', '417570cad0', '', 'C', 3790, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VEDRAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'kamca.vechetova@centrum.cz', 'd65d1934b0', '', 'C', 3791, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VECHETOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOM', 'tom@kentoga.cz', '1d955de09b', '', 'C', 3792, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VEJSADA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'lv1@volny.cz', '670d2906fa', '', 'C', 3793, NULL, '2020-12-18 18:54:23', 0, 0, 0, 0, 0, 'VELARTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'mokusko@seznam.cz', '14dacae359', '', 'C', 3794, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'VELČICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'miroslav.velisek@email.cz', 'c707738308', '', 'C', 3795, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'VELÍŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'sanclare@centrum.cz', '537f6c67bd', '', 'C', 3796, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'VELKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'veme@sixt.sk', 'fd2664b469', '', 'C', 3797, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'VEME', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'venclovapetra@seznam.cz', '664cb5d54a', '', 'C', 3798, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'VENCLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'venska@thebestwoman.cz', 'bdc22dc40d', '', 'C', 3799, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'VENSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Humlová', 'vera.humlova@seznam.cz', '9ea81d3c38', '', 'C', 3800, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'Věra', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'veresova@seznam.cz', '8a684f742c', '', 'C', 3801, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'Verešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEX', 'alexvernik@seznam.cz', '7808f2cd67', '', 'C', 3802, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'VERNIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTĚPÁN', 'stepan@myfashion.cz', 'f9fd01dbf5', '', 'C', 3803, NULL, '2020-12-18 18:54:24', 0, 0, 0, 0, 0, 'VERONIKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘINA', 'j.vesela@mistral.cz', '90382cf99e', '', 'C', 3804, NULL, '2020-12-18 18:54:25', 0, 0, 0, 0, 0, 'VESELÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLDŘIŠKA', 'oliinecka@seznam.cz', '5ee18702ab', '', 'C', 3805, NULL, '2020-12-18 18:54:25', 0, 0, 0, 0, 0, 'VESELÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'kavero@kavero.cz', 'd9f26b355a', '', 'C', 3806, NULL, '2020-12-18 18:54:25', 0, 0, 0, 0, 0, 'VESELÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'vesely.koupelny@centrum.cz', '64450b36d8', '', 'C', 3807, NULL, '2020-12-18 18:54:25', 0, 0, 0, 0, 0, 'VESELÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'vetesnik@solvest.cz', '154fa746ea', '', 'C', 3808, NULL, '2020-12-18 18:54:25', 0, 0, 0, 0, 0, 'VETEŠNÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'z.vetvickova@seznam.cz', 'c688abf2e3', '', 'C', 3809, NULL, '2020-12-18 18:54:25', 0, 0, 0, 0, 0, 'VĚTVIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'ivetadafit@seznam.cz', '0e6ad5c8e6', '', 'C', 3810, NULL, '2020-12-18 18:54:25', 0, 0, 0, 0, 0, 'VICENÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'vicianova@akvicianova.sk', '02b907734b', '', 'C', 3811, NULL, '2020-12-18 18:54:25', 0, 0, 0, 0, 0, 'VICIANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'pviclasic@paby.sk', 'c5e16f1a66', '', 'C', 3812, NULL, '2020-12-18 18:54:25', 0, 0, 0, 0, 0, 'VIDAŠIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'vidim@knowlimits.cz', '56de5cc54e', '', 'C', 3813, NULL, '2020-12-18 18:54:26', 0, 0, 0, 0, 0, 'VIDÍM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLASTIMIL', 'vidla24@seznam.cz', '949276d26e', '', 'C', 3814, NULL, '2020-12-18 18:54:26', 0, 0, 0, 0, 0, 'VIDLIČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'vidomec@elektromont.cz', 'f6ce749bcf', '', 'C', 3815, NULL, '2020-12-18 18:54:26', 0, 0, 0, 0, 0, 'VIDOMEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADA', 'lada.viesnerova@faktorypro.cz', '4000adf719', '', 'C', 3816, NULL, '2020-12-18 18:54:26', 0, 0, 0, 0, 0, 'VÍESNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETER', 'peterdipraga@volny.cz', 'e552ab8a74', '', 'C', 3817, NULL, '2020-12-18 18:54:26', 0, 0, 0, 0, 0, 'VÍGH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVAN', 'ivan.vicher@centrum.cz', '64fb793cc8', '', 'C', 3818, NULL, '2020-12-18 18:54:26', 0, 0, 0, 0, 0, 'VICHER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.viktorova@email.cz', 'c0a6b10da0', '', 'C', 3819, NULL, '2020-12-18 18:54:26', 0, 0, 0, 0, 0, 'VIKTOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JURAJ', 'dura.vinc@seznam.cz', '89bd6b9eaa', '', 'C', 3820, NULL, '2020-12-18 18:54:26', 0, 0, 0, 0, 0, 'VINC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomkaky@seznam.cz', '18c8601394', '', 'C', 3821, NULL, '2020-12-18 18:54:27', 0, 0, 0, 0, 0, 'VINCOUR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.vins@seznam.cz', 'ef4a1cd431', '', 'C', 3822, NULL, '2020-12-18 18:54:27', 0, 0, 0, 0, 0, 'VINŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'matila@volny.cz', '05cf267901', '', 'C', 3823, NULL, '2020-12-18 18:54:27', 0, 0, 0, 0, 0, 'VINŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'tere.v@seznam.cz', '48a208d8a6', '', 'C', 3824, NULL, '2020-12-18 18:54:27', 0, 0, 0, 0, 0, 'VINŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.vinter@unicreditgroup.cz', '71ecb63839', '', 'C', 3825, NULL, '2020-12-18 18:54:28', 0, 0, 0, 0, 0, 'VINTER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PODESTÁT', 'sport@sportpodestat.cz', '09866a9c0e', '', 'C', 3826, NULL, '2020-12-18 18:54:28', 0, 0, 0, 0, 0, 'VÍT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADAM', 'vitarigov@aenergy.cz', 'e0d108fbd2', '', 'C', 3827, NULL, '2020-12-18 18:54:28', 0, 0, 0, 0, 0, 'VITARIGOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'a.vitaskova@seznam.cz', 'a25800b2bd', '', 'C', 3828, NULL, '2020-12-18 18:54:28', 0, 0, 0, 0, 0, 'VITÁSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DÁŠA', 'vitkovadasa@seznam.cz', '896bee95df', '', 'C', 3829, NULL, '2020-12-18 18:54:28', 0, 0, 0, 0, 0, 'VÍTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'arfar@seznam.cz', '5b8bc1f61b', '', 'C', 3830, NULL, '2020-12-18 18:54:28', 0, 0, 0, 0, 0, 'VÍTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'i.vitouskova@seznam.cz', '394b3b78bf', '', 'C', 3831, NULL, '2020-12-18 18:54:28', 0, 0, 0, 0, 0, 'VITOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JARMILA', 'vitouskova@seznam.cz', '32ccf8878a', '', 'C', 3832, NULL, '2020-12-18 18:54:28', 0, 0, 0, 0, 0, 'VITOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.utova@cvcw.cz', 'b7327ecd63', '', 'C', 3833, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VÍTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.vitova@volny.cz', '96d1d3f858', '', 'C', 3834, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VÍTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAVA', 'miroslava.v@post.cz', '650540a777', '', 'C', 3835, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VITOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LISNYAK', 'lisyonok@seznam.cz', 'b1ed058097', '', 'C', 3836, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VLADA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SOŇA', 'svladarova@sychrov.cz', '19c228a30a', '', 'C', 3837, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VLADAŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.vladyka@iprima.cz', '2db191a279', '', 'C', 3838, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VLADYKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'vladykovapavla@seznam.cz', '6470ab428d', '', 'C', 3839, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VLADYKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', '30.5.76@seznam.cz', '89994df1f0', '', 'C', 3840, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VLÁSEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'cspanolak@seznam.cz', 'e7ae5db2b5', '', 'C', 3841, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VLASTNÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vladimir.vlcek@iol.cz', 'a18d53240f', '', 'C', 3842, NULL, '2020-12-18 18:54:29', 0, 0, 0, 0, 0, 'VLČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'e.vnuckova@rauschert.cz', 'd8e156bd97', '', 'C', 3843, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'VNUČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENA', 'z.vocu@seznam.cz', '6f7d0edd90', '', 'C', 3844, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'VOCŮ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kathrina@vodickova-ak.cz', 'c5022a2500', '', 'C', 3845, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'VODIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Simona', 'smv@email.cz', 'c00a9256e0', '', 'C', 3846, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'Vodrážková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'vodsedalka@seznam.cz', '07be36fdcb', '', 'C', 3847, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'VODSEĎÁLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'vohanka@wag.cz', 'b35b58fe5a', '', 'C', 3848, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'VOHÁNKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'adela@confidohome.cz', 'fd25d27dc7', '', 'C', 3849, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'VOJTĚŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'galerie@v21.cz', '174a941651', '', 'C', 3850, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'VOJTÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'vojtova@epholding.cz', 'a9770c46c2', '', 'C', 3851, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'VOJTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'iveta.vojtova@email.cz', '21e42ad0e9', '', 'C', 3852, NULL, '2020-12-18 18:54:30', 0, 0, 0, 0, 0, 'VOJTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.vojtova@siemens.cz', 'd535d53b21', '', 'C', 3853, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VOJTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADMILA', 'vojtova.radmila@seznam.cz', 'bc5b198395', '', 'C', 3854, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VOJTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'vokacova.michaela@seznam.cz', '146cbde3d8', '', 'C', 3855, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VOKÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'voky.v@centrum.cz', 'a63d98f4d6', '', 'C', 3856, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VOKÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'kristynka.richter@seznam.cz', 'fd72b0c8dd', '', 'C', 3857, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VOKÁLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'imiskovska@atlas.cz', 'b859896b1a', '', 'C', 3858, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VOLFOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monos@seznam.cz', 'cadc78adcc', '', 'C', 3859, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VOLFOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'volt@falcon.cz', '86b4edb5b3', '', 'C', 3860, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VOLT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'm.vondracek1@seznam.cz', '4620476b0b', '', 'C', 3861, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VONDRÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'vondracek@wmcgrey.cz', '62a575a7b9', '', 'C', 3862, NULL, '2020-12-18 18:54:31', 0, 0, 0, 0, 0, 'VONDRÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'vondracek@grey.cz', '178108def5', '', 'C', 3863, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VONDRÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'vondrak@hesket.cz', '66d4eef1c7', '', 'C', 3864, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VONDRAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michal.vondrak@atlas.cz', 'b923ba0a15', '', 'C', 3865, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VONDRÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'dvondrakova@csas.cz', '4608ddc40d', '', 'C', 3866, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VONDRÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'vondrkova.m@seznam.cz', 'ce78a29f57', '', 'C', 3867, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VONDRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'a.stybarova@seznam.cz', 'c1e13a14d9', '', 'C', 3868, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VONDROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'mvondruskova@e-p-m.cz', '2c41706b1e', '', 'C', 3869, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VONDRUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.vonkova@lbm.cz', 'c1914696af', '', 'C', 3870, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VOŇKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitkavopickova@seznam.cz', '8e3ed8e4f2', '', 'C', 3871, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VOPIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'vorosovam@seznam.cz', 'fba1954091', '', 'C', 3872, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VŐRŐSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'vorisek@notarkan.cz', 'f7d6d92e2f', '', 'C', 3873, NULL, '2020-12-18 18:54:32', 0, 0, 0, 0, 0, 'VOŘÍŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'optika.hruska@seznam.cz', '492904e6a9', '', 'C', 3874, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOŘÍŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lena.vorisek@seznam.cz', '71ea640c45', '', 'C', 3875, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOŘÍŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alena.vosa@seznam.cz', 'a7f3d4a9aa', '', 'C', 3876, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOSÁDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'ferragamo@prospektamoda.cz', '0cde0bbdb8', '', 'C', 3877, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOSICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEOŠ', 'leos@vosol.cz', '04dd550169', '', 'C', 3878, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOSOL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evostra@seznam.cz', '8d30fdabe8', '', 'C', 3879, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOSTRÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikolvostova@email.cz', '9f49558ad5', '', 'C', 3880, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOŠTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilona.prstecka@ipd.cz', '95e76a50ea', '', 'C', 3881, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOŠVRDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('REGINA', 'regina.votavova@centrum.cz', 'cc803e916c', '', 'C', 3882, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOTAVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'libor.votruba@taiko.cz', '4bad14ee86', '', 'C', 3883, NULL, '2020-12-18 18:54:33', 0, 0, 0, 0, 0, 'VOTRUBA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'cinda@agplus.cz', '0f0c711d70', '', 'C', 3884, NULL, '2020-12-18 18:54:34', 0, 0, 0, 0, 0, 'VOTÝPKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('MARIA', 'vovchaniuk@seznam.cz', '5870444388', '', 'C', 3885, NULL, '2020-12-18 18:54:34', 0, 0, 0, 0, 0, 'VOVCHANIUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'vrabel.r@email.cz', '63c0427bb3', '', 'C', 3886, NULL, '2020-12-18 18:54:35', 0, 0, 0, 0, 0, 'VRÁBEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petinka0014@seznam.cz', '363e203c86', '', 'C', 3887, NULL, '2020-12-18 18:54:35', 0, 0, 0, 0, 0, 'VRANÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAVA', 's.v@email.cz', 'f060157c50', '', 'C', 3888, NULL, '2020-12-18 18:54:35', 0, 0, 0, 0, 0, 'VRANÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLANKA', 'blanka@vraspirova.cz', '8a67438aec', '', 'C', 3889, NULL, '2020-12-18 18:54:35', 0, 0, 0, 0, 0, 'VRASPÍROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.vrba@deniaczech.cz', '401da6f6de', '', 'C', 3890, NULL, '2020-12-18 18:54:36', 0, 0, 0, 0, 0, 'VRBA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tommasinno@seznam.cz', '727aeb9dbf', '', 'C', 3891, NULL, '2020-12-18 18:54:36', 0, 0, 0, 0, 0, 'VRBA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'j.vrbicky@email.cz', '530779218f', '', 'C', 3892, NULL, '2020-12-18 18:54:36', 0, 0, 0, 0, 0, 'VRBICKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKO', 'vrbik@rekultivaceusti.cz', '33cd7d947e', '', 'C', 3893, NULL, '2020-12-18 18:54:36', 0, 0, 0, 0, 0, 'VRBÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.vrbova@seznam.cz', '782d223ec8', '', 'C', 3894, NULL, '2020-12-18 18:54:36', 0, 0, 0, 0, 0, 'VRBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRANTIŠEK', 'fvrnata@centrum.cz', '556bcfda9d', '', 'C', 3895, NULL, '2020-12-18 18:54:36', 0, 0, 0, 0, 0, 'VRŇATA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALENA', 'magdalena.vroblova@seznam.cz', 'd1e5098773', '', 'C', 3896, NULL, '2020-12-18 18:54:36', 0, 0, 0, 0, 0, 'VROBLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADOMÍRA', 'r.vrsecka@seznam.cz', '0d1e158c9f', '', 'C', 3897, NULL, '2020-12-18 18:54:37', 0, 0, 0, 0, 0, 'VRŠECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VOJTĚCH', 'vojta.vrsek@seznam.cz', 'ae9e4094e8', '', 'C', 3898, NULL, '2020-12-18 18:54:37', 0, 0, 0, 0, 0, 'VRŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marekvrzak@seznam.cz', '166a8575ba', '', 'C', 3899, NULL, '2020-12-18 18:54:37', 0, 0, 0, 0, 0, 'VRZÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAJKA', 'mvreska@ab-reality.cz', 'a944c847ba', '', 'C', 3900, NULL, '2020-12-18 18:54:37', 0, 0, 0, 0, 0, 'VŘESKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LINDA', 'linda2005@seznam.cz', 'c7e6753d16', '', 'C', 3901, NULL, '2020-12-18 18:54:37', 0, 0, 0, 0, 0, 'VTÍPILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THI THU HUYEN', 'huy2@seznam.cz', 'd7a737bf44', '', 'C', 3902, NULL, '2020-12-18 18:54:37', 0, 0, 0, 0, 0, 'VU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THU MAI', 'dasatuyet@seznam.cz', 'a3c900e627', '', 'C', 3903, NULL, '2020-12-18 18:54:37', 0, 0, 0, 0, 0, 'VU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THUY HANH', 'tu.lam@seznam.cz', '974d006edc', '', 'C', 3904, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'janvujtech@seznam.cz', '0d7f62e01f', '', 'C', 3905, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VŮJTĚCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'vybiralova.h@seznam.cz', 'ef0863e2a1', '', 'C', 3906, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VYBÍRALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'vybohova@amw.sk', '14339955e8', '', 'C', 3907, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VÝBOHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'irena.vyborna@volny.cz', 'c58f14a0f1', '', 'C', 3908, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VÝBORNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLASTIMIL', 'vlastimil@vyhlidal.cz', '117f212123', '', 'C', 3909, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VYHLÍDAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'i.vyhnalikova@seznam.cz', 'e108fe4d67', '', 'C', 3910, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VYHNALÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'felixhouse@volny.cz', 'a7a0c46d7c', '', 'C', 3911, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VYCHYTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'vymazal@magnum.cz', 'd3c885c3d5', '', 'C', 3912, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VYMAZAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ERIKA', 'erika.vynahlovska@seznam.cz', '680cf3eaa8', '', 'C', 3913, NULL, '2020-12-18 18:54:38', 0, 0, 0, 0, 0, 'VYNÁHLOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DUŠAN', 'pravnik@dusanvyskocil.cz', '81ae0b2459', '', 'C', 3914, NULL, '2020-12-18 18:54:39', 0, 0, 0, 0, 0, 'VYSKOČIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'g.vyskocilova@tartuf.sk', '96a282fa52', '', 'C', 3915, NULL, '2020-12-18 18:54:39', 0, 0, 0, 0, 0, 'VYSKOČILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'vystejnovarenata@seznam.cz', '6efd0d5144', '', 'C', 3916, NULL, '2020-12-18 18:54:39', 0, 0, 0, 0, 0, 'VYŠTEJNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.vystejnova@seznam.cz', '0749e759fc', '', 'C', 3917, NULL, '2020-12-18 18:54:39', 0, 0, 0, 0, 0, 'VYŠTEJNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MÁRIA', 'maria.wagnerova@atlas.cz', 'f34b718fb7', '', 'C', 3918, NULL, '2020-12-18 18:54:39', 0, 0, 0, 0, 0, 'WAGNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'wachtel@cannoneer.cz', '1768efb8b2', '', 'C', 3919, NULL, '2020-12-18 18:54:39', 0, 0, 0, 0, 0, 'WACHTEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'wachtel@cannonneer.cz', '0882797750', '', 'C', 3920, NULL, '2020-12-18 18:54:39', 0, 0, 0, 0, 0, 'WACHTEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVIE', 'silviewachtelova@seznam.cz', 'a8836429ba', '', 'C', 3921, NULL, '2020-12-18 18:54:39', 0, 0, 0, 0, 0, 'WACHTELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'm.waksmundska@seznam.cz', 'dc5dc9188a', '', 'C', 3922, NULL, '2020-12-18 18:54:40', 0, 0, 0, 0, 0, 'WAKSMUNDSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('CAMILL', 'walner@cawali.cz', 'a82118bc46', '', 'C', 3923, NULL, '2020-12-18 18:54:40', 0, 0, 0, 0, 0, 'WALNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INGRID', 'ingrid.walzelova@seznam.cz', 'a848677448', '', 'C', 3924, NULL, '2020-12-18 18:54:40', 0, 0, 0, 0, 0, 'WALZELOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JING', 'eliskawang@seznam.cz', 'fe09d8e7dd', '', 'C', 3925, NULL, '2020-12-18 18:54:40', 0, 0, 0, 0, 0, 'WANG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'watzkeova@pragoprojekt.cz', '4cbca038e7', '', 'C', 3926, NULL, '2020-12-18 18:54:40', 0, 0, 0, 0, 0, 'WATZKEOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRANTIŠEK', 'weber.f@seznam.cz', 'e0ea7f722f', '', 'C', 3927, NULL, '2020-12-18 18:54:40', 0, 0, 0, 0, 0, 'WEBER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'welsch@email.cz', '454472898d', '', 'C', 3928, NULL, '2020-12-18 18:54:40', 0, 0, 0, 0, 0, 'WELSCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'iva.werbynska@email.cz', '1c7206106e', '', 'C', 3929, NULL, '2020-12-18 18:54:40', 0, 0, 0, 0, 0, 'WERBYNSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'nicole7@atlas.cz', '3162e485b5', '', 'C', 3930, NULL, '2020-12-18 18:54:40', 0, 0, 0, 0, 0, 'WERTHEIMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'wieczorkova@andplay.cz', '888ac70c57', '', 'C', 3931, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'WIECZORKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'wiesnetova@seznam.cz', '394a43f731', '', 'C', 3932, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'WIESNETOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADIM', 'wilkonsky@volny.cz', '7147ed5b55', '', 'C', 3933, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'WILKONSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenkawinkler@tiscali.cz', '33b795322b', '', 'C', 3934, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'WINKLER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VOK', 'wolfi.vok@moraviagroup.cz', 'e56aeb0c55', '', 'C', 3935, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'WIPPERN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.wohlmann@globcare.cz', '1cfe38475b', '', 'C', 3936, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'WOHLMANN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.wolfo@seznam.cz', '21239e11f9', '', 'C', 3937, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'WOLFOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romana.workman@iol.cz', '9408bd6756', '', 'C', 3938, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'WORKMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna.wurzlova@seznam.cz', '4273839880', '', 'C', 3939, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'WURZLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'elenaspb@seznam.cz', '8487d16bf5', '', 'C', 3940, NULL, '2020-12-18 18:54:41', 0, 0, 0, 0, 0, 'YAKOVLEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLENA', 'olena.yakubovych@ytpi.cz', '04e7b5dcbb', '', 'C', 3941, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'YAKUBOVYCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'yaninalexandra@email.cz', '72d5c4b7dc', '', 'C', 3942, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'YANINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIUBOV', 'jabilasro@seznam.cz', 'bb0d8dd748', '', 'C', 3943, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'YANIV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YULIA', 'uralair@seznam.cz', '5638194473', '', 'C', 3944, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'YAROSLAVTSEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LISA JUNYING', 'lisayun9@seznam.cz', 'daef5e968a', '', 'C', 3945, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'YUAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'elenayun@centrum.cz', '860b4ce299', '', 'C', 3946, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'YUN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ULIANA', 'ulianka@seznam.cz', '6e5740ca15', '', 'C', 3947, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'YURTAEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vzabranska@chodska.cz', '532ba9380d', '', 'C', 3948, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'ZÁBRANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'zabransky@dereza.cz', '86fde51b0a', '', 'C', 3949, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'ZÁBRANSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'l.zadakova@email.cz', '766ff56dd7', '', 'C', 3950, NULL, '2020-12-18 18:54:42', 0, 0, 0, 0, 0, 'ZADÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.zadova@acistav.cz', '7888a0f2fc', '', 'C', 3951, NULL, '2020-12-18 18:54:43', 0, 0, 0, 0, 0, 'ZÁDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslava', 'mzagarova@seznam.cz', '4e13e449f3', '', 'C', 3952, NULL, '2020-12-18 18:54:43', 0, 0, 0, 0, 0, 'Zagarová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek.zahorka@seznam.cz', '9e8e9a02a3', '', 'C', 3953, NULL, '2020-12-18 18:54:43', 0, 0, 0, 0, 0, 'ZÁHORKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina@filmservice.cz', 'eadba450da', '', 'C', 3954, NULL, '2020-12-18 18:54:43', 0, 0, 0, 0, 0, 'ZÁHOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'zahradkaradek@centrum.cz', 'f8c9726dac', '', 'C', 3955, NULL, '2020-12-18 18:54:43', 0, 0, 0, 0, 0, 'ZAHRÁDKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'bejbi@centrum.cz', 'a09fc9de3e', '', 'C', 3956, NULL, '2020-12-18 18:54:43', 0, 0, 0, 0, 0, 'ZAHRÁDKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luciii.z@seznam.cz', '81797530fc', '', 'C', 3957, NULL, '2020-12-18 18:54:43', 0, 0, 0, 0, 0, 'ZAHRADNÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana_zahradnikova@sendme.cz', '9a669b7d68', '', 'C', 3958, NULL, '2020-12-18 18:54:44', 0, 0, 0, 0, 0, 'ZAHRADNÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'igmarovic@seznam.cz', '748fb89400', '', 'C', 3959, NULL, '2020-12-18 18:54:44', 0, 0, 0, 0, 0, 'ZACH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radkazachova@seznam.cz', 'f4eb493f39', '', 'C', 3960, NULL, '2020-12-18 18:54:44', 0, 0, 0, 0, 0, 'ZACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'mzajic3@seznam.cz', '7f59638190', '', 'C', 3961, NULL, '2020-12-18 18:54:45', 0, 0, 0, 0, 0, 'ZAJÍC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketazajicova@seznam.cz', '6bf0b852d9', '', 'C', 3962, NULL, '2020-12-18 18:54:45', 0, 0, 0, 0, 0, 'ZAJÍCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'zajicek.vlasim@seznam.cz', '6a5cec9f91', '', 'C', 3963, NULL, '2020-12-18 18:54:45', 0, 0, 0, 0, 0, 'ZAJÍČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'plicni.vlasim@seznam.cz', '9771244f8e', '', 'C', 3964, NULL, '2020-12-18 18:54:45', 0, 0, 0, 0, 0, 'ZAJÍČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'zakostelska.m@seznam.cz', 'd5d5335f0c', '', 'C', 3965, NULL, '2020-12-18 18:54:45', 0, 0, 0, 0, 0, 'ZÁKOSTELSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'zamecnik@apex.online.cz', 'dae35ba8d0', '', 'C', 3966, NULL, '2020-12-18 18:54:45', 0, 0, 0, 0, 0, 'ZÁMEČNÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.zamiska@seznam.cz', 'f7b9c6ed30', '', 'C', 3967, NULL, '2020-12-18 18:54:45', 0, 0, 0, 0, 0, 'ZAMIŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'zangliova@seznam.cz', '4ddfeee694', '', 'C', 3968, NULL, '2020-12-18 18:54:45', 0, 0, 0, 0, 0, 'ZANGLIOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'mzapadlo@seznam.cz', 'cee33e786e', '', 'C', 3969, NULL, '2020-12-18 18:54:46', 0, 0, 0, 0, 0, 'ZAPADLO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zapletal@vydona.cz', 'f159834f1d', '', 'C', 3970, NULL, '2020-12-18 18:54:46', 0, 0, 0, 0, 0, 'ZAPLETAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'codyhouse@zapletalc.cz', '3b7ed02f77', '', 'C', 3971, NULL, '2020-12-18 18:54:46', 0, 0, 0, 0, 0, 'ZAPLETALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'k.zapletalova@volny.cz', 'e77843cd82', '', 'C', 3972, NULL, '2020-12-18 18:54:46', 0, 0, 0, 0, 0, 'ZAPLETALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monizapletalova@email.cz', 'b9585fd7ea', '', 'C', 3973, NULL, '2020-12-18 18:54:46', 0, 0, 0, 0, 0, 'ZAPLETALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLANKA', 'zaricblanka@seznam.cz', '910b1df52c', '', 'C', 3974, NULL, '2020-12-18 18:54:46', 0, 0, 0, 0, 0, 'ZARIČOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'zavadilova@koo.cz', '85717dfc0b', '', 'C', 3975, NULL, '2020-12-18 18:54:46', 0, 0, 0, 0, 0, 'ZAVADILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'sandra@vinospol.cz', '340acad06b', '', 'C', 3976, NULL, '2020-12-18 18:54:46', 0, 0, 0, 0, 0, 'ZAZVONIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLANKA', 'blanka@ibg.cz', 'ff6fa484e8', '', 'C', 3977, NULL, '2020-12-18 18:54:47', 0, 0, 0, 0, 0, 'ZÁZVORKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLANKA', 'blanka@ing.cz', '41a8ebac5c', '', 'C', 3978, NULL, '2020-12-18 18:54:47', 0, 0, 0, 0, 0, 'ZÁZVORKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa_zborilova@centrum.cz', 'fdf233904a', '', 'C', 3979, NULL, '2020-12-18 18:54:47', 0, 0, 0, 0, 0, 'ZBOŘILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'k.zbrojkova@seznam.cz', 'e4983a9bd7', '', 'C', 3980, NULL, '2020-12-18 18:54:47', 0, 0, 0, 0, 0, 'ZBROJKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'satinetofi@seznam.cz', '53da1b46fc', '', 'C', 3981, NULL, '2020-12-18 18:54:47', 0, 0, 0, 0, 0, 'ZDARSOBÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'zsara@seznam.cz', '64f5eac1ac', '', 'C', 3982, NULL, '2020-12-18 18:54:47', 0, 0, 0, 0, 0, 'ZDRÁHALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petrzdrarazil@seznam.cz', '6aecb0f893', '', 'C', 3983, NULL, '2020-12-18 18:54:47', 0, 0, 0, 0, 0, 'ZDRAŽIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'dagmar.zdrazilova@seznam.cz', '793baee93a', '', 'C', 3984, NULL, '2020-12-18 18:54:47', 0, 0, 0, 0, 0, 'ZDRAŽILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'zednik@aiconsulting.cz', 'fa21678862', '', 'C', 3985, NULL, '2020-12-18 18:54:47', 0, 0, 0, 0, 0, 'ZEDNÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'sini5@seznam.cz', '7e1535278e', '', 'C', 3986, NULL, '2020-12-18 18:54:48', 0, 0, 0, 0, 0, 'ZELENKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'zelenkova13@seznam.cz', '20497fb578', '', 'C', 3987, NULL, '2020-12-18 18:54:48', 0, 0, 0, 0, 0, 'ZELENKOVÁ KOVMADOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'pzelenkova@akvorsilska.cz', '0ce65f52d9', '', 'C', 3988, NULL, '2020-12-18 18:54:48', 0, 0, 0, 0, 0, 'ZELENKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'stanislav.zeman@fisfer.cz', '89ca4ca35f', '', 'C', 3989, NULL, '2020-12-18 18:54:48', 0, 0, 0, 0, 0, 'ZEMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabrielazemanova@seznam.cz', '786cffbeda', '', 'C', 3990, NULL, '2020-12-18 18:54:48', 0, 0, 0, 0, 0, 'ZEMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'marti.zemanova@atlas.cz', '2419a8e343', '', 'C', 3991, NULL, '2020-12-18 18:54:48', 0, 0, 0, 0, 0, 'ZEMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 'taso@post.cz', 'db6e801dd2', '', 'C', 3992, NULL, '2020-12-18 18:54:48', 0, 0, 0, 0, 0, 'ZEMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.zhao@pjinternational.cz', '6fad03d435', '', 'C', 3993, NULL, '2020-12-18 18:54:48', 0, 0, 0, 0, 0, 'ZHAO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('XUE MEI', 'zhujielei@seznam.cz', 'c2f35dddc9', '', 'C', 3994, NULL, '2020-12-18 18:54:48', 0, 0, 0, 0, 0, 'ZHEN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FENG', 'zheng@ckcgroup.cz', 'bfcb1c878f', '', 'C', 3995, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZHENG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZHIYI', 'zhiyi@seznam.cz', '0aae4f8fc4', '', 'C', 3996, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZHENG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LYUDMYLA', 'lyudmila@archer.cz', '1848533d6b', '', 'C', 3997, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZHURAVSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'zieglerovad@seznam.cz', 'e048aa15d3', '', 'C', 3998, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZIEGLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janickaznebicka@email.cz', 'de78e15aab', '', 'C', 3999, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZIEGLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'milena.zieglerova@centrum.cz', '8d86d9af72', '', 'C', 4000, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZIEGLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'zielinska@smile-dentalniklinika.cz', '41b86dc422', '', 'C', 4001, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZIELINSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.zika@artinvestholding.cz', '78f6f84265', '', 'C', 4002, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZÍKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.zikmundova@email.cz', 'f32c41ec54', '', 'C', 4003, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZIKMUNDOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'dr.zikmunda@gmail.cz', '336f3d9e5f', '', 'C', 4004, NULL, '2020-12-18 18:54:49', 0, 0, 0, 0, 0, 'ZIKMUNDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kate?ina', 'bilamona@seznam.cz', '47f47fad86', '', 'C', 4005, NULL, '2020-12-18 18:54:50', 0, 0, 0, 0, 0, 'Ziková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'zikova@realikas.cz', 'c2b0c18b99', '', 'C', 4006, NULL, '2020-12-18 18:54:50', 0, 0, 0, 0, 0, 'ZÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍRA', 'info@zikova.cz', '1f715a7ab9', '', 'C', 4007, NULL, '2020-12-18 18:54:50', 0, 0, 0, 0, 0, 'ZÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'zimapavel@centrum.cz', '315ca4c935', '', 'C', 4008, NULL, '2020-12-18 18:54:50', 0, 0, 0, 0, 0, 'ZÍMA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marcibobo@seznam.cz', '29b2e89d92', '', 'C', 4009, NULL, '2020-12-18 18:54:50', 0, 0, 0, 0, 0, 'ZIMMERMANNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.zitka@artinvestholding.cz', '959f9c06dd', '', 'C', 4010, NULL, '2020-12-18 18:54:50', 0, 0, 0, 0, 0, 'ZITKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'j.zitko@alukov.cz', 'f33a7555f7', '', 'C', 4011, NULL, '2020-12-18 18:54:50', 0, 0, 0, 0, 0, 'ZITKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zlamalzdenek@seznam.cz', '46d057c460', '', 'C', 4012, NULL, '2020-12-18 18:54:50', 0, 0, 0, 0, 0, 'ZLÁMAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andreaz@starlife.cz', 'd617228b95', '', 'C', 4013, NULL, '2020-12-18 18:54:50', 0, 0, 0, 0, 0, 'ZMĚLÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('IGOR', 'nata@wo.cz', 'ec00f4de2a', '', 'C', 4014, NULL, '2020-12-18 18:54:51', 0, 0, 0, 0, 0, 'ZNAMENSKYKH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCEL', 'marcel.zoricak@seznam.cz', 'f059b97ead', '', 'C', 4015, NULL, '2020-12-18 18:54:51', 0, 0, 0, 0, 0, 'ZORIČÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'zoubekmar@email.cz', '7c6f3bdd86', '', 'C', 4016, NULL, '2020-12-18 18:54:51', 0, 0, 0, 0, 0, 'ZOUBEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'zouhar.veronika@seznam.cz', 'cd47524447', '', 'C', 4017, NULL, '2020-12-18 18:54:51', 0, 0, 0, 0, 0, 'ZOUHAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'l.zoulova@email.cz', '452e012e5a', '', 'C', 4018, NULL, '2020-12-18 18:54:51', 0, 0, 0, 0, 0, 'ZOULOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikola.zubrova@seznam.cz', 'ccad1bef27', '', 'C', 4019, NULL, '2020-12-18 18:54:52', 0, 0, 0, 0, 0, 'ZUBROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IDA', 'zverinova.i@seznam.cz', '2a7145e0b5', '', 'C', 4020, NULL, '2020-12-18 18:54:52', 0, 0, 0, 0, 0, 'ZVĚŘINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOHDANA', 'zverinska.bohdana@seznam.cz', '3905a63211', '', 'C', 4021, NULL, '2020-12-18 18:54:52', 0, 0, 0, 0, 0, 'ZVĚŘINSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOSLAV', 'milzwi@seznam.cz', 'a5f8f29c1f', '', 'C', 4022, NULL, '2020-12-18 18:54:52', 0, 0, 0, 0, 0, 'ZWIEFELHOFER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'zackovamonika@email.cz', '54e1cdb8a1', '', 'C', 4023, NULL, '2020-12-18 18:54:52', 0, 0, 0, 0, 0, 'ŽÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OTO', 'tepoto@centrum.cz', 'f6e688d2ea', '', 'C', 4024, NULL, '2020-12-18 18:54:53', 0, 0, 0, 0, 0, 'ŽAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'johnyz@post.cz', '8552fda3c7', '', 'C', 4025, NULL, '2020-12-18 18:54:53', 0, 0, 0, 0, 0, 'Žák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vasek@noirestaurant.cz', 'be8a3ab2b0', '', 'C', 4026, NULL, '2020-12-18 18:54:53', 0, 0, 0, 0, 0, 'ŽÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'kamilazarska@seznam.cz', '2888c75000', '', 'C', 4027, NULL, '2020-12-18 18:54:53', 0, 0, 0, 0, 0, 'ŽÁRSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('K', 'zbirka@zbirka.cz', '43720a9fef', '', 'C', 4028, NULL, '2020-12-18 18:54:53', 0, 0, 0, 0, 0, 'ŽBIRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'pzejdlik@vetzisol.cz', '84c83e79cb', '', 'C', 4029, NULL, '2020-12-18 18:54:53', 0, 0, 0, 0, 0, 'ŽEJDLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jakub.zelezny@ceskatelevize.cz', '778734674e', '', 'C', 4030, NULL, '2020-12-18 18:54:53', 0, 0, 0, 0, 0, 'ŽELEZNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivanka', 'ivazid@seznam.cz', '86fadf8bf5', '', 'C', 4031, NULL, '2020-12-18 18:54:53', 0, 0, 0, 0, 0, 'Židková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KARINA', 'marek.zidlicky@seznam.cz', 'f11f83183a', '', 'C', 4032, NULL, '2020-12-18 18:54:53', 0, 0, 0, 0, 0, 'ŽIDLICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'pzizka@dora.cz', '0ed6cfc3dd', '', 'C', 4033, NULL, '2020-12-18 18:54:54', 0, 0, 0, 0, 0, 'ŽIŽKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'iveta.zizkova@rainbow.cz', 'f808cf7717', '', 'C', 4034, NULL, '2020-12-18 18:54:54', 0, 0, 0, 0, 0, 'ŽIŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janaziz@volny.cz', '0de004d41a', '', 'C', 4035, NULL, '2020-12-18 18:54:54', 0, 0, 0, 0, 0, 'ŽIŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'pyramide@seznam.cz', '18472f903d', '', 'C', 4036, NULL, '2020-12-18 18:54:54', 0, 0, 0, 0, 0, 'ŽIŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'vybiralovar@seznam.cz', 'ce56fb0fe4', '', 'C', 4037, NULL, '2020-12-18 18:54:55', 0, 0, 0, 0, 0, 'MATOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NADJIM', 'nadjim1981@gmail.com', 'aeac81c75e', '', 'C', 4038, NULL, '2020-12-18 18:54:55', 0, 0, 0, 0, 0, 'ABDUJABBAROV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna.abdullaeva@hotmail.com', '9b56825378', '', 'C', 4039, NULL, '2020-12-18 18:54:55', 0, 0, 0, 0, 0, 'ABDULLAEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'elena.abelsky@gmail.com', '3e12b64c95', '', 'C', 4040, NULL, '2020-12-18 18:54:55', 0, 0, 0, 0, 0, 'ABELSKY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'themirko77@gmail.com', '2fbb53b36f', '', 'C', 4041, NULL, '2020-12-18 18:54:55', 0, 0, 0, 0, 0, 'ABRAHÁM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'adamekla@mac.com', 'ba16eaa84c', '', 'C', 4042, NULL, '2020-12-18 18:54:56', 0, 0, 0, 0, 0, 'ADÁMEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IAN', 'ian.adams@ogilvy.com', '3fdd1375a3', '', 'C', 4043, NULL, '2020-12-18 18:54:56', 0, 0, 0, 0, 0, 'ADAMS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKA', 'immanentis25@yahoo.com', '2c0e66f4aa', '', 'C', 4044, NULL, '2020-12-18 18:54:56', 0, 0, 0, 0, 0, 'AFANDIYEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('AYA', 'jaa@gmail.com', '535f46c173', '', 'C', 4045, NULL, '2020-12-18 18:54:56', 0, 0, 0, 0, 0, 'AGARKINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'ekaterina.akoulova@hotmail.com', '285a712839', '', 'C', 4046, NULL, '2020-12-18 18:54:56', 0, 0, 0, 0, 0, 'AKULOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'reality.ales@gmail.com', '7d26c7c608', '', 'C', 4047, NULL, '2020-12-18 18:54:57', 0, 0, 0, 0, 0, 'ALEŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.alfrey@alfreypartner.com', 'ec9d16f94e', '', 'C', 4048, NULL, '2020-12-18 18:54:57', 0, 0, 0, 0, 0, 'ALFREY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KUBARSKA', 'alicya.kubarska@gunnex.com', 'a8e448262b', '', 'C', 4049, NULL, '2020-12-18 18:54:57', 0, 0, 0, 0, 0, 'ALICYA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MOHAMMED', 'otamohd@hotmail.com', '96017904ab', '', 'C', 4050, NULL, '2020-12-18 18:54:57', 0, 0, 0, 0, 0, 'ALOTAIBI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RIMA', 'rima@yahoo.com', '804e62c8d6', '', 'C', 4051, NULL, '2020-12-18 18:54:57', 0, 0, 0, 0, 0, 'ALSHUBAIKI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCO', 'marco.anderegg.prague@gmail.com', '52fd8820a9', '', 'C', 4052, NULL, '2020-12-18 18:54:57', 0, 0, 0, 0, 0, 'ANDEREGA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'aoa013@gmail.com', '1fc6fa259b', '', 'C', 4053, NULL, '2020-12-18 18:54:57', 0, 0, 0, 0, 0, 'ANNENKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAKSYM', 'prague1994@gmail.com', '5572636e3c', '', 'C', 4054, NULL, '2020-12-18 18:54:57', 0, 0, 0, 0, 0, 'ANNIENKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.antal@google.com', '209a887d04', '', 'C', 4055, NULL, '2020-12-18 18:54:57', 0, 0, 0, 0, 0, 'ANTAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VICTOR', 'victor-aquina@yahoo.com', '8ef0b0c743', '', 'C', 4056, NULL, '2020-12-18 18:54:58', 0, 0, 0, 0, 0, 'AQUINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'traduzioni.eva@gmail.com', '1fb7ba3626', '', 'C', 4057, NULL, '2020-12-18 18:54:58', 0, 0, 0, 0, 0, 'ARMONTIOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALÉNA', 'magdalena.jevcakova@gmail.com', '8153229a86', '', 'C', 4058, NULL, '2020-12-18 18:54:58', 0, 0, 0, 0, 0, 'ARNERIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michalaron@hotmail.com', 'aadc59c5ed', '', 'C', 4059, NULL, '2020-12-18 18:54:58', 0, 0, 0, 0, 0, 'ARON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADANA', 'radana.ascherlova@gmail.com', '22d244629f', '', 'C', 4060, NULL, '2020-12-18 18:54:58', 0, 0, 0, 0, 0, 'ASCHERLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENIZ', 'deniz.askinova@gmail.com', '6a1875f683', '', 'C', 4061, NULL, '2020-12-18 18:54:58', 0, 0, 0, 0, 0, 'ASKINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTĚPÁN', 'stepan.aser@gmail.com', '1fd8319eea', '', 'C', 4062, NULL, '2020-12-18 18:54:58', 0, 0, 0, 0, 0, 'AŠER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'lolahome@hotmail.com', 'd83e0cab4c', '', 'C', 4063, NULL, '2020-12-18 18:54:58', 0, 0, 0, 0, 0, 'AUGUSTÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.babak@yahoo.com', 'e8e4070942', '', 'C', 4064, NULL, '2020-12-18 18:54:58', 0, 0, 0, 0, 0, 'BABÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TETIANA', 'tetianababchuk@gmail.com', 'ad979a05ab', '', 'C', 4065, NULL, '2020-12-18 18:54:59', 0, 0, 0, 0, 0, 'BABCHUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'babickova@gmail.com', 'ac74e3d0df', '', 'C', 4066, NULL, '2020-12-18 18:54:59', 0, 0, 0, 0, 0, 'BABIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDA', 'magdababson@gmail.com', '8fb073e615', '', 'C', 4067, NULL, '2020-12-18 18:54:59', 0, 0, 0, 0, 0, 'BABSON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXIS', 'bacon_alexis@hotmail.com', '541ec64585', '', 'C', 4068, NULL, '2020-12-18 18:54:59', 0, 0, 0, 0, 0, 'BACON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOŠ', 'badida@jtfg.com', '91fb7cb7ee', '', 'C', 4069, NULL, '2020-12-18 18:54:59', 0, 0, 0, 0, 0, 'BADIDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZAURE', 'zaurebaim@gmail.com', '98a7979ebd', '', 'C', 4070, NULL, '2020-12-18 18:54:59', 0, 0, 0, 0, 0, 'BAIMAKHANOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'mil_nik@yahoo.com', 'f1c97f6738', '', 'C', 4071, NULL, '2020-12-18 18:54:59', 0, 0, 0, 0, 0, 'BAKER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monikabakosova@gmail.com', 'eb62d3ebfc', '', 'C', 4072, NULL, '2020-12-18 18:54:59', 0, 0, 0, 0, 0, 'BAKOŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'dana.balazkova@gmail.com', '437d1b3877', '', 'C', 4073, NULL, '2020-12-18 18:54:59', 0, 0, 0, 0, 0, 'BALAŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'baranova@flex-motorsport.com', '295e0be53b', '', 'C', 4074, NULL, '2020-12-18 18:55:00', 0, 0, 0, 0, 0, 'BARANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jakub.baresc@gmail.com', 'd457b38c6e', '', 'C', 4075, NULL, '2020-12-18 18:55:00', 0, 0, 0, 0, 0, 'BAREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'barini@me.com', '21488dcfec', '', 'C', 4076, NULL, '2020-12-18 18:55:00', 0, 0, 0, 0, 0, 'BARINI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'bartoska@kviff.com', '624e9d8e5b', '', 'C', 4077, NULL, '2020-12-18 18:55:00', 0, 0, 0, 0, 0, 'BARTOŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HEDVIKA', 'hedvikah@hotmail.com', '6f1687b96b', '', 'C', 4078, NULL, '2020-12-18 18:55:00', 0, 0, 0, 0, 0, 'BARTOŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.bartova22@gmail.com', '875a252b20', '', 'C', 4079, NULL, '2020-12-18 18:55:00', 0, 0, 0, 0, 0, 'BARTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JULIA', 'juliabartuskova@gmail.com', '67eb902444', '', 'C', 4080, NULL, '2020-12-18 18:55:00', 0, 0, 0, 0, 0, 'BARTUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÍTĚZSLAV', 'v.bauer@eurospektrum.com', '1f1d099bd7', '', 'C', 4081, NULL, '2020-12-18 18:55:00', 0, 0, 0, 0, 0, 'BAUER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VASIF', 'vasif_bim@hotmail.com', 'ef09b2daeb', '', 'C', 4082, NULL, '2020-12-18 18:55:01', 0, 0, 0, 0, 0, 'BAYRAMOFF', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.mojdova@gmail.com', 'ddcde44401', '', 'C', 4083, NULL, '2020-12-18 18:55:01', 0, 0, 0, 0, 0, 'MOJDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'j.beckova@hotmail.com', '63b9ca2196', '', 'C', 4084, NULL, '2020-12-18 18:55:01', 0, 0, 0, 0, 0, 'BEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NÍNA', 'ninabeljajevova70@gmail.com', '6555c856b8', '', 'C', 4085, NULL, '2020-12-18 18:55:01', 0, 0, 0, 0, 0, 'BELJAJEVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tbelohrad@gmail.com', '835159092a', '', 'C', 4086, NULL, '2020-12-18 18:55:01', 0, 0, 0, 0, 0, 'BĚLOHRAD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'ondri.be@gmail.com', '6bb05b6d6e', '', 'C', 4087, NULL, '2020-12-18 18:55:01', 0, 0, 0, 0, 0, 'BĚLUNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva@principalcoaching.com', 'f6c8dc40b3', '', 'C', 4088, NULL, '2020-12-18 18:55:01', 0, 0, 0, 0, 0, 'BENEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'ivetabenesova@gmail.com', 'fc57ecf178', '', 'C', 4089, NULL, '2020-12-18 18:55:01', 0, 0, 0, 0, 0, 'BENEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'beruna.a@gmail.com', '5c146973e2', '', 'C', 4090, NULL, '2020-12-18 18:55:01', 0, 0, 0, 0, 0, 'BERANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SAMUEL', 'sammybergmanna@hotmail.com', '20e00b9976', '', 'C', 4091, NULL, '2020-12-18 18:55:02', 0, 0, 0, 0, 0, 'BERGMANN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LAURA', 'laura_begi@msn.com', '32ce352305', '', 'C', 4092, NULL, '2020-12-18 18:55:02', 0, 0, 0, 0, 0, 'BERIŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.berkova@oracle.com', 'd9278a16f9', '', 'C', 4093, NULL, '2020-12-18 18:55:02', 0, 0, 0, 0, 0, 'BERKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'bezcici@gmail.com', 'ddab5db184', '', 'C', 4094, NULL, '2020-12-18 18:55:02', 0, 0, 0, 0, 0, 'BEZKOČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'kam.biddle@gmail.com', 'b296fe464e', '', 'C', 4095, NULL, '2020-12-18 18:55:03', 0, 0, 0, 0, 0, 'BIDDLE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARGITA', 'margitabilic@gmail.com', 'a4d30f14fd', '', 'C', 4096, NULL, '2020-12-18 18:55:03', 0, 0, 0, 0, 0, 'BILIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARÍNA', 'katkabilik@gmail.com', '8353ce844f', '', 'C', 4097, NULL, '2020-12-18 18:55:03', 0, 0, 0, 0, 0, 'BILÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATKA', 'bilkovakate@gmail.com', 'fe641311f8', '', 'C', 4098, NULL, '2020-12-18 18:55:03', 0, 0, 0, 0, 0, 'BÍLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RIKARD', 'rikibisaku@gmail.com', '83aad7721f', '', 'C', 4099, NULL, '2020-12-18 18:55:03', 0, 0, 0, 0, 0, 'BISAKU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.blabis@betonstav.com', 'f259d6dd16', '', 'C', 4100, NULL, '2020-12-18 18:55:03', 0, 0, 0, 0, 0, 'BLABUŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALICE', 'a.blahova@gmail.com', 'a7ac9289d7', '', 'C', 4101, NULL, '2020-12-18 18:55:04', 0, 0, 0, 0, 0, 'BLÁHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petrablahova@yahoo.com', '8f03288ea2', '', 'C', 4102, NULL, '2020-12-18 18:55:04', 0, 0, 0, 0, 0, 'BLÁHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROMÍR', 'jaromir.blatnik@gmail.com', '2f2c80aaa7', '', 'C', 4103, NULL, '2020-12-18 18:55:04', 0, 0, 0, 0, 0, 'BLATNÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martinprague10@hotmail.com', '8e81948a90', '', 'C', 4104, NULL, '2020-12-18 18:55:04', 0, 0, 0, 0, 0, 'BLAŽEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'blazkova.hana@gmail.com', 'e9dd9753d8', '', 'C', 4105, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BLAŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin@martinblecha.com', '802eeb1649', '', 'C', 4106, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BLECHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vladimir.blecha@gmail.com', 'fa95e5ce1c', '', 'C', 4107, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BLECHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jita.blechova@gmail.com', '07d1f2aa90', '', 'C', 4108, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BLECHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VICTORIA', 'vicimusic@gmail.com', 'a212adf5d7', '', 'C', 4109, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BLYTH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADRIANA', 'adika.babis@gmail.com', '521de6927c', '', 'C', 4110, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BOBEKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'spiritualyogaschool@gmail.com', '627d28c991', '', 'C', 4111, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BOBISUDOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILLA', 'k.bobyreva@gmail.com', '871034a7e0', '', 'C', 4112, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BOBYREVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'bodnarovaanna@gmail.com', '115510ec7f', '', 'C', 4113, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BODNÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'bognarova.eva@gmail.com', '6ed092745b', '', 'C', 4114, NULL, '2020-12-18 18:55:05', 0, 0, 0, 0, 0, 'BOGNÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BORIS', 'bohata@gmail.com', 'd9ff9ff67c', '', 'C', 4115, NULL, '2020-12-18 18:55:06', 0, 0, 0, 0, 0, 'BOHATA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.bojko@gmail.com', 'ebc1b0a8ac', '', 'C', 4116, NULL, '2020-12-18 18:55:06', 0, 0, 0, 0, 0, 'BOJKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIIA', 'borodenkovv@gmail.com', 'f46caae9dd', '', 'C', 4117, NULL, '2020-12-18 18:55:06', 0, 0, 0, 0, 0, 'BORODENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerinaborovanska@gmail.com', '7d2acbfccb', '', 'C', 4118, NULL, '2020-12-18 18:55:06', 0, 0, 0, 0, 0, 'BOROVANSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'boeser.marek@gmail.com', '8fd3426d71', '', 'C', 4119, NULL, '2020-12-18 18:55:06', 0, 0, 0, 0, 0, 'BOSER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SABRINA', 'sabrina.boulaouad16@gmail.com', '8fb01147aa', '', 'C', 4120, NULL, '2020-12-18 18:55:06', 0, 0, 0, 0, 0, 'BOULAOUAD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'brano.roman@gmail.com', '58726e9418', '', 'C', 4121, NULL, '2020-12-18 18:55:06', 0, 0, 0, 0, 0, 'BRANISLAV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FILIP', 'filipxbraun@gmail.com', '428b087aca', '', 'C', 4122, NULL, '2020-12-18 18:55:06', 0, 0, 0, 0, 0, 'BRAUN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan.brcak@gmail.com', '59d6dda2e5', '', 'C', 4123, NULL, '2020-12-18 18:55:06', 0, 0, 0, 0, 0, 'BRCAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIE', 'marie.brejchova@gmail.com', '2c894a2c7d', '', 'C', 4124, NULL, '2020-12-18 18:55:07', 0, 0, 0, 0, 0, 'BREJCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'smejkalova.jaroslava@gmail.com', '6c258114bb', '', 'C', 4125, NULL, '2020-12-18 18:55:07', 0, 0, 0, 0, 0, 'BRKLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'broz@rpcapitalgroup.com', '5c26b9a5a2', '', 'C', 4126, NULL, '2020-12-18 18:55:07', 0, 0, 0, 0, 0, 'BROŽ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.brozkova@me.com', '1c9df7ec1c', '', 'C', 4127, NULL, '2020-12-18 18:55:07', 0, 0, 0, 0, 0, 'BROŽKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.brozova2110@gmail.com', '432d673bcd', '', 'C', 4128, NULL, '2020-12-18 18:55:07', 0, 0, 0, 0, 0, 'BROŽOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katka.bruderova@gmail.com', '22f8ec71d9', '', 'C', 4129, NULL, '2020-12-18 18:55:07', 0, 0, 0, 0, 0, 'BRUDEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.bryndacova@gmail.com', 'd6205d5676', '', 'C', 4130, NULL, '2020-12-18 18:55:07', 0, 0, 0, 0, 0, 'BRYNDAČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'brzobohatagabriela@gmail.com', 'b565901cbd', '', 'C', 4131, NULL, '2020-12-18 18:55:07', 0, 0, 0, 0, 0, 'BRZOBOHATÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'michalb75@hotmail.com', 'dc52767886', '', 'C', 4132, NULL, '2020-12-18 18:55:07', 0, 0, 0, 0, 0, 'BŘEZINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'brezinova.dgm@gmail.com', '64c10592c7', '', 'C', 4133, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'BŘEZINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'janbudaev@gmail.com', 'f4f0428291', '', 'C', 4134, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'BUDAEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.budkova@gmail.com', '27bf11dcfc', '', 'C', 4135, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'BUDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INJINNASH', 'injinnash@yahoo.com', 'd90e4473fa', '', 'C', 4136, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'BUDNYAM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martinxburdaxnet@gmail.com', '62571cc735', '', 'C', 4137, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'BURDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'buresova@yahoo.com', '4cef70b599', '', 'C', 4138, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'BUREŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renataburgerova47@gmail.com', 'b464c6778a', '', 'C', 4139, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'BURGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomburian@yahoo.com', 'c2430de333', '', 'C', 4140, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'BURIAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vladimir.traveller@gmail.com', '27776a6a28', '', 'C', 4141, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'BUSTROV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'cankova.iva@gmail.com', '6dbd9ba35c', '', 'C', 4142, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'CAŇKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('JITKA', 'jitka.capouskova@gmail.com', '7d1c8d78bf', '', 'C', 4143, NULL, '2020-12-18 18:55:08', 0, 0, 0, 0, 0, 'CAPOUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JESSICA', 'jessicacasey@hotmail.com', '692982cfab', '', 'C', 4144, NULL, '2020-12-18 18:55:09', 0, 0, 0, 0, 0, 'CASEY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLIVIER', 'ocaspers1@gmail.com', '53ee57857b', '', 'C', 4145, NULL, '2020-12-18 18:55:09', 0, 0, 0, 0, 0, 'CASPER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('CHRIS', 'crcaswell@me.com', '62a4dc0cac', '', 'C', 4146, NULL, '2020-12-18 18:55:09', 0, 0, 0, 0, 0, 'CASWELL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAULÍK', 'paulikcavalli@gmail.com', 'ccec769fcf', '', 'C', 4147, NULL, '2020-12-18 18:55:09', 0, 0, 0, 0, 0, 'CAVALLI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radek.cestr@gmail.com', '9c0b59afa9', '', 'C', 4148, NULL, '2020-12-18 18:55:09', 0, 0, 0, 0, 0, 'CESTR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LELA', 'lela.ceterova@gmail.com', '3fb8328ce5', '', 'C', 4149, NULL, '2020-12-18 18:55:09', 0, 0, 0, 0, 0, 'CETEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MATEJ', 'sajfa@sajfa.com', '5bf3b0e7de', '', 'C', 4150, NULL, '2020-12-18 18:55:09', 0, 0, 0, 0, 0, 'CIFRA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.cirhanova@gmail.com', 'd8150cdcda', '', 'C', 4151, NULL, '2020-12-18 18:55:09', 0, 0, 0, 0, 0, 'CIRHANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANASTASIA', 'anastasian83@hotmail.com', '8cb9f4f1c4', '', 'C', 4152, NULL, '2020-12-18 18:55:09', 0, 0, 0, 0, 0, 'COGGANS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADISLAVA', 'vladi.colova@gmail.com', '73358aeaaf', '', 'C', 4153, NULL, '2020-12-18 18:55:10', 0, 0, 0, 0, 0, 'COLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('CRAIG', 'comstockc@yahoo.com', 'cf814671e4', '', 'C', 4154, NULL, '2020-12-18 18:55:10', 0, 0, 0, 0, 0, 'COMSTOCK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'j.conova@yahoo.com', '1ef7bd988f', '', 'C', 4155, NULL, '2020-12-18 18:55:11', 0, 0, 0, 0, 0, 'CÓNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KARIN', 'karin.cossman@engelvoelkers.com', '18faf916ec', '', 'C', 4156, NULL, '2020-12-18 18:55:11', 0, 0, 0, 0, 0, 'COSSMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kcox1978@hotmail.com', 'f9f19e53f2', '', 'C', 4157, NULL, '2020-12-18 18:55:11', 0, 0, 0, 0, 0, 'COX', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzanac@me.com', '53b2076d0d', '', 'C', 4158, NULL, '2020-12-18 18:55:11', 0, 0, 0, 0, 0, 'CREMONINI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'casenska@gmail.com', '0b8ba411f9', '', 'C', 4159, NULL, '2020-12-18 18:55:11', 0, 0, 0, 0, 0, 'ČÁSENSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARCELA', 'marcypp1@gmail.com', 'b32efcbe02', '', 'C', 4160, NULL, '2020-12-18 18:55:11', 0, 0, 0, 0, 0, 'ČERMÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRENA', 'cernair@gmail.com', '33c92ad134', '', 'C', 4161, NULL, '2020-12-18 18:55:12', 0, 0, 0, 0, 0, 'ČERNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'cernohlavkova.s@gmail.com', '108caa493a', '', 'C', 4162, NULL, '2020-12-18 18:55:12', 0, 0, 0, 0, 0, 'ČERNOHLÁVKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'dave.ce@gmail.com', '905662be7f', '', 'C', 4163, NULL, '2020-12-18 18:55:12', 0, 0, 0, 0, 0, 'ČERNOHORSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'daniela.cervinkova@ferratt.com', '525a02674a', '', 'C', 4164, NULL, '2020-12-18 18:55:12', 0, 0, 0, 0, 0, 'ČERVINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'alexandra.cihakova@me.com', '609041efb2', '', 'C', 4165, NULL, '2020-12-18 18:55:12', 0, 0, 0, 0, 0, 'ČIHÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'conkova.m@gmail.com', '11f1ad474b', '', 'C', 4166, NULL, '2020-12-18 18:55:12', 0, 0, 0, 0, 0, 'ČONKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SLAVEN', 'slavencukmail@gmail.com', 'bc9828c50b', '', 'C', 4167, NULL, '2020-12-18 18:55:12', 0, 0, 0, 0, 0, 'ČUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavlína', 'pavlina.chrenkova@gmail.com', '8fde35cda3', '', 'C', 4168, NULL, '2020-12-18 18:55:12', 0, 0, 0, 0, 0, 'Čuprová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TURCHIMEG', 'turchimeg_2007@yahoo.com', 'a8505061c2', '', 'C', 4169, NULL, '2020-12-18 18:55:13', 0, 0, 0, 0, 0, 'DAMDIRDORJ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THI HA GIANG', 'vangiang79@yahoo.com', '143ee55d08', '', 'C', 4170, NULL, '2020-12-18 18:55:13', 0, 0, 0, 0, 0, 'DANG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'denisa.danisx@gmail.com', 'a10c3c822d', '', 'C', 4171, NULL, '2020-12-18 18:55:13', 0, 0, 0, 0, 0, 'DANIŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.dastych@pmi.com', '675cbbef51', '', 'C', 4172, NULL, '2020-12-18 18:55:13', 0, 0, 0, 0, 0, 'DASTYCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIKA', 'dominikadedicova3@gmail.com', '6a4394e944', '', 'C', 4173, NULL, '2020-12-18 18:55:13', 0, 0, 0, 0, 0, 'DĚDIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALUTINA', 'a.demyanchuk@hotmail.com', 'e0fe618424', '', 'C', 4174, NULL, '2020-12-18 18:55:13', 0, 0, 0, 0, 0, 'DEMYANCHUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVGENY', 'evgeny.denlin@gmail.com', '4387032ec2', '', 'C', 4175, NULL, '2020-12-18 18:55:13', 0, 0, 0, 0, 0, 'DENLIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBARA', 'barbfranke@hotmail.com', 'a20ce95d6f', '', 'C', 4176, NULL, '2020-12-18 18:55:13', 0, 0, 0, 0, 0, 'DICKEY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRYNA', 'iryna.dilbazi@gmail.com', '0c9b284198', '', 'C', 4177, NULL, '2020-12-18 18:55:13', 0, 0, 0, 0, 0, 'DILBAZI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VAN', 'dinhtomas1@gmail.com', '254931d7fb', '', 'C', 4178, NULL, '2020-12-18 18:55:14', 0, 0, 0, 0, 0, 'DINH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELVIRA', 'elvira@czunity.com', 'ece5ad88ca', '', 'C', 4179, NULL, '2020-12-18 18:55:14', 0, 0, 0, 0, 0, 'DJEMILEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'aja.dlouha@gmail.com', 'e4e19ea84b', '', 'C', 4180, NULL, '2020-12-18 18:55:14', 0, 0, 0, 0, 0, 'DLOUHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.dlouha83@gmail.com', '45647f2eff', '', 'C', 4181, NULL, '2020-12-18 18:55:14', 0, 0, 0, 0, 0, 'DLOUHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'misha.dlouha@gmail.com', '0bceee5885', '', 'C', 4182, NULL, '2020-12-18 18:55:14', 0, 0, 0, 0, 0, 'DLOUHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THI THU HUYEN', 'huyenjh@gmail.com', '12329246fe', '', 'C', 4183, NULL, '2020-12-18 18:55:14', 0, 0, 0, 0, 0, 'DO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'dobes@gmx.com', '9e6efe3df3', '', 'C', 4184, NULL, '2020-12-18 18:55:14', 0, 0, 0, 0, 0, 'DOBEŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'evadokoupil@gmail.com', '118f1dee92', '', 'C', 4185, NULL, '2020-12-18 18:55:14', 0, 0, 0, 0, 0, 'Dokoupilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'vedolejs@microsoft.com', '2b5312efd8', '', 'C', 4186, NULL, '2020-12-18 18:55:14', 0, 0, 0, 0, 0, 'DOLEJŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'jos.dolezel@gmail.com', '3575d36e93', '', 'C', 4187, NULL, '2020-12-18 18:55:15', 0, 0, 0, 0, 0, 'DOLEZEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'domracheva44@gmail.com', '77a62861fe', '', 'C', 4188, NULL, '2020-12-18 18:55:15', 0, 0, 0, 0, 0, 'DOMRACHEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HUANG', 'dongna.huang@gmail.com', 'fe99f4fbc8', '', 'C', 4189, NULL, '2020-12-18 18:55:15', 0, 0, 0, 0, 0, 'DONGNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('THU', 'khangngovan@rocketmail.com', 'b2dcb6cf98', '', 'C', 4190, NULL, '2020-12-18 18:55:15', 0, 0, 0, 0, 0, 'DOTHI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOSLAV', 'miladoubek@hotmail.com', '45c1aa2504', '', 'C', 4191, NULL, '2020-12-18 18:55:15', 0, 0, 0, 0, 0, 'DOUBEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LÍBA', 'liba.drdakova@gmail.com', 'c3afecef73', '', 'C', 4192, NULL, '2020-12-18 18:55:15', 0, 0, 0, 0, 0, 'DRDÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'karel.drevinek@weil.com', '1cc27832bb', '', 'C', 4193, NULL, '2020-12-18 18:55:15', 0, 0, 0, 0, 0, 'DŘEVÍNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'kristina.dulev@gmail.com', '48e6f7ee6c', '', 'C', 4194, NULL, '2020-12-18 18:55:15', 0, 0, 0, 0, 0, 'DULEVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.durinova@gmail.com', 'b72f592dd1', '', 'C', 4195, NULL, '2020-12-18 18:55:16', 0, 0, 0, 0, 0, 'ĎURINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LINDA', 'linda.duvalld@yahoo.com', '033c3928a5', '', 'C', 4196, NULL, '2020-12-18 18:55:16', 0, 0, 0, 0, 0, 'DUVAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'dvorkar@gmail.com', 'aab2b3198d', '', 'C', 4197, NULL, '2020-12-18 18:55:16', 0, 0, 0, 0, 0, 'DVOŘÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ladislav', 'hsbinvest@gmail.com', 'd2cce020a4', '', 'C', 4198, NULL, '2020-12-18 18:55:16', 0, 0, 0, 0, 0, 'Dvořák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARÍNA', 'katarinadvor@gmail.com', '89f15d3946', '', 'C', 4199, NULL, '2020-12-18 18:55:16', 0, 0, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'klara.dvorak@gmail.com', '9d7c25862d', '', 'C', 4200, NULL, '2020-12-18 18:55:16', 0, 0, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Olga', 'dvorak.olga@gmail.com', '1bc0bebf4e', '', 'C', 4201, NULL, '2020-12-18 18:55:16', 0, 0, 0, 0, 0, 'Dvořák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SOŇA', 'sonkadvorakova@gmail.com', '78ec7b8a71', '', 'C', 4202, NULL, '2020-12-18 18:55:16', 0, 0, 0, 0, 0, 'DVOŘÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NADĚŽDA', 'dzeletovicn@gmail.com', '6988dfcc55', '', 'C', 4203, NULL, '2020-12-18 18:55:16', 0, 0, 0, 0, 0, 'DŽELETOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADA', 'ladamudy@gmail.com', 'c449f0b791', '', 'C', 4204, NULL, '2020-12-18 18:55:17', 0, 0, 0, 0, 0, 'EL-DEMERDASH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jakub.eliasek@me.com', '913a2c471d', '', 'C', 4205, NULL, '2020-12-18 18:55:17', 0, 0, 0, 0, 0, 'ELIÁŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YULIA', 'yuliaelimenko@yahoo.com', '0a9cb40bb1', '', 'C', 4206, NULL, '2020-12-18 18:55:18', 0, 0, 0, 0, 0, 'ELIMENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'simi.elo@gmail.com', '7797c47ac8', '', 'C', 4207, NULL, '2020-12-18 18:55:18', 0, 0, 0, 0, 0, 'ELOY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FARID', 'farid@mindriot.com', '67fabc61a9', '', 'C', 4208, NULL, '2020-12-18 18:55:18', 0, 0, 0, 0, 0, 'ESLAM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALINA', 'evstigneeva.alina@gmail.com', 'a99b796e10', '', 'C', 4209, NULL, '2020-12-18 18:55:18', 0, 0, 0, 0, 0, 'EVSTIGNEEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'evtushenko66@hotmail.com', '81d4e9ac1e', '', 'C', 4210, NULL, '2020-12-18 18:55:19', 0, 0, 0, 0, 0, 'EVTUSHENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTINA', 'krystyna.fad@gmail.com', '8e816d3e33', '', 'C', 4211, NULL, '2020-12-18 18:55:19', 0, 0, 0, 0, 0, 'FADEJEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.fajcikova@buddhabarhotelprague.com', '297d265478', '', 'C', 4212, NULL, '2020-12-18 18:55:19', 0, 0, 0, 0, 0, 'FAJČÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'mishafarska@hotmail.com', 'a906b9a9a2', '', 'C', 4213, NULL, '2020-12-18 18:55:19', 0, 0, 0, 0, 0, 'FARSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'natafateeva@gmail.com', '3950ca3446', '', 'C', 4214, NULL, '2020-12-18 18:55:19', 0, 0, 0, 0, 0, 'FATEEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SARAH', 'sarah.fathiova@gmail.com', 'adfd6a4eef', '', 'C', 4215, NULL, '2020-12-18 18:55:19', 0, 0, 0, 0, 0, 'FATHIOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EKATERINA', 'katarina.fedotova@gmail.com', '4b9174fcab', '', 'C', 4216, NULL, '2020-12-18 18:55:19', 0, 0, 0, 0, 0, 'FEDOTOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('REBEKA', 'rebeka.fejesova@gmail.com', '7baf0214c0', '', 'C', 4217, NULL, '2020-12-18 18:55:19', 0, 0, 0, 0, 0, 'FEJEŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JURAJ', 'jurajfelix@gmail.com', '561e14bb4c', '', 'C', 4218, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FELIX', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'aneta.fiala@gmail.com', '06cd1355f5', '', 'C', 4219, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FIALA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TIBOR', 'tiborfiala@gmail.com', '7e5af6bc5f', '', 'C', 4220, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FIALA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA-KATEŘINA', 'josefdottir@me.com', 'cac3feffb7', '', 'C', 4221, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FIALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terka_h@yahoo.com', '6660865621', '', 'C', 4222, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FILIPPOU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GEORGE', 'gcrfirth@gmail.com', '7b7cfc8095', '', 'C', 4223, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FIRTH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'florianhair@yahoo.com', '13feaa827a', '', 'C', 4224, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FLORIAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petrafoltanova@gmail.com', 'd6cff68696', '', 'C', 4225, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FOLTÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SABINA', 'subfor4@gmail.com', 'f4b882ed72', '', 'C', 4226, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FOREJTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INGRID', 'inaforro@gmail.com', 'dd54be6416', '', 'C', 4227, NULL, '2020-12-18 18:55:20', 0, 0, 0, 0, 0, 'FORROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VICTORIA', 'vikky_spain@yahoo.com', '84b6a976a7', '', 'C', 4228, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'FRANTSEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'freiberger.michal@hotmail.com', 'bea7314eba', '', 'C', 4229, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'FREIBERGER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitkafridrichova@me.com', 'f9f5e05119', '', 'C', 4230, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'FRIDRICHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INGRID', 'anaforro@gmail.com', '931fb7e875', '', 'C', 4231, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'FRROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEI', 'fu.lei@zte.com', '5d137454db', '', 'C', 4232, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'FU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIEL', 'gfulopp@mac.com', '669f72343c', '', 'C', 4233, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'FULOPP', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIA', 'maria.fulopp@mac.com', '8e42f6b48b', '', 'C', 4234, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'FŮLŐPP', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'agabrielova@ecjpl.com', '3fb543098e', '', 'C', 4235, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'GABRIELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LARISA', 'lara00101@gmail.com', '347b55570c', '', 'C', 4236, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'GALKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'iva.gavenda@gmail.com', '9122fb8e15', '', 'C', 4237, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'GAVENDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAVA', 'stanislavavargova27@gmail.com', '0b2a9add9d', '', 'C', 4238, NULL, '2020-12-18 18:55:21', 0, 0, 0, 0, 0, 'GENCO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'a.ghe@gmail.com', '41c36448f3', '', 'C', 4239, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GHEORGHEOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OXANA', 'oxana.tv@gmail.com', '2072aa2674', '', 'C', 4240, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GHOZZI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ERIKA', 'erikagilliar@yahoo.com', '06786ca95e', '', 'C', 4241, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GILLIAR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.gluntz@gmail.com', '90eff8775e', '', 'C', 4242, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GLUNTZ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.golova@gmail.com', '835c793043', '', 'C', 4243, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GOLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZHANNA', 'antuanet15@gmail.com', '34466a2874', '', 'C', 4244, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GOLUBEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'pgonsi@gmail.com', 'bb58b99f9c', '', 'C', 4245, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GONSIOROVSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAXIM', 'mxmgordon@gmail.com', '6140562672', '', 'C', 4246, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GORDON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHELE', 'michelegoudy@gmail.com', 'a69c27dd07', '', 'C', 4247, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GOUDY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'grigorovadenisa@gmail.com', '363bdd29b0', '', 'C', 4248, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GRIGOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BOŽENA', 'bozenki@hotmail.com', '28e02a1a68', '', 'C', 4249, NULL, '2020-12-18 18:55:22', 0, 0, 0, 0, 0, 'GROBJERK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INNA', 'gromakova.inna@gmail.com', '6253fcba99', '', 'C', 4250, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'GROMAKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MALCHASJAN LUSINE', 'lusine.malshasjan@cartier.com', '83c8d243d1', '', 'C', 4251, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'GRUBNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OXANA', 'yuhunger@gmail.com', '128d67b793', '', 'C', 4252, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'GRUNGER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVETLANA', 'svetlanagutterman@gmail.com', '52beccf741', '', 'C', 4253, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'GUTTERMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LARYSA', 'larysa.halyshych@gmail.com', '07e94341d3', '', 'C', 4254, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'HALYSHYCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolhaman@gmail.com', 'c0475d6817', '', 'C', 4255, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'HAMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'roman.hamoud@icloud.com', '0659391324', '', 'C', 4256, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'HAMOUD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'hanakova.lenka@gmail.com', '98b446ef9d', '', 'C', 4257, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'HANÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.hanzal@weil.com', '17d7bcf0a0', '', 'C', 4258, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'HANZAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'hanzelova.zuzana@gmail.com', '4071e25882', '', 'C', 4259, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'HANZELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'harabinah@gmail.com', 'c7eca83247', '', 'C', 4260, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'HARABINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILOŠ', 'milosh@pavleye.com', '8a6088b82d', '', 'C', 4261, NULL, '2020-12-18 18:55:23', 0, 0, 0, 0, 0, 'HARAJDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMILA', 'harriskamila@gmail.com', '358ce95c0d', '', 'C', 4262, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HARRIS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARSEN', 'ars3000@gmail.com', '0ea899c27e', '', 'C', 4263, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HARUTYUNYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARASTUN', 'cz.aze.sok@gmail.com', '7b62c81fc1', '', 'C', 4264, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HASANOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NICOL', '1uhascakova@gmail.com', '66b49d9297', '', 'C', 4265, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HASČAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NICOLA', 'inhascakova@gmail.com', '61fcd25d24', '', 'C', 4266, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HAŠČÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BEATA', 'beata.hauser@ipsen.com', '558e601222', '', 'C', 4267, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HAUSER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NORBERT', 'norber.havalec@me.com', '66adc3fadd', '', 'C', 4268, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HAVALEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROMÍRA', 'rominahavettova@yahoo.com', 'a50cbe7fd1', '', 'C', 4269, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HAVETTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'marty09@mac.com', '58e9d2a801', '', 'C', 4270, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HAVLÁT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NICOLA', 'nicola.havlena@effem.com', '838076e1cc', '', 'C', 4271, NULL, '2020-12-18 18:55:24', 0, 0, 0, 0, 0, 'HAVLENA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('RADEK', 'radek.lethario@gmail.com', '6db9796ec7', '', 'C', 4272, NULL, '2020-12-18 18:55:25', 0, 0, 0, 0, 0, 'HAVLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YEVHENIY', 'vasjqgifi@gmail.com', 'f07c66237a', '', 'C', 4273, NULL, '2020-12-18 18:55:25', 0, 0, 0, 0, 0, 'HEFYUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTINA', 'kristina@sirenafilm.com', '80c7fb676b', '', 'C', 4274, NULL, '2020-12-18 18:55:25', 0, 0, 0, 0, 0, 'HEJDUKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'mudrhermannova@gmail.com', 'f1ee02d28e', '', 'C', 4275, NULL, '2020-12-18 18:55:25', 0, 0, 0, 0, 0, 'HERMANNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lnkahe@yahoo.com', '1ea121172e', '', 'C', 4276, NULL, '2020-12-18 18:55:26', 0, 0, 0, 0, 0, 'HERMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.hillova@gmail.com', '2350aa79d8', '', 'C', 4277, NULL, '2020-12-18 18:55:26', 0, 0, 0, 0, 0, 'HILLOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BEATA', 'hilvertova@gmail.com', '7fc0c033bb', '', 'C', 4278, NULL, '2020-12-18 18:55:26', 0, 0, 0, 0, 0, 'HILVERTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZDENĚK', 'zdenek.hlacik@gmail.com', '1675a63eb1', '', 'C', 4279, NULL, '2020-12-18 18:55:26', 0, 0, 0, 0, 0, 'HLAČÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLASTA', 'vlasta.hodanova@gmail.com', '1876a96b26', '', 'C', 4280, NULL, '2020-12-18 18:55:26', 0, 0, 0, 0, 0, 'HODANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'hela-h@mac.com', '9a7c29f7fb', '', 'C', 4281, NULL, '2020-12-18 18:55:26', 0, 0, 0, 0, 0, 'HOFFMEISTER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLAĎKA', 'holanova.vladka@gmail.com', '6bcf15c222', '', 'C', 4282, NULL, '2020-12-18 18:55:26', 0, 0, 0, 0, 0, 'HOLANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'design@profilservis.com', '9c102d1c1e', '', 'C', 4283, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HOLEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'holik.roman@gmail.com', '1deaf0a34b', '', 'C', 4284, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HOLÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'holub.jakub@gmail.com', 'e58f419bde', '', 'C', 4285, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HOLUB', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAVA', 's.homolova@gmail.com', '46386e4b51', '', 'C', 4286, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HOMOLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'l.horakova77@icloud.com', 'e52a3bf200', '', 'C', 4287, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HORÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SZILVIA', 'szilvia_horvath@hotmail.com', '4df4472744', '', 'C', 4288, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HORVATH-COOK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radkahorvathova@hotmail.com', 'e903eff817', '', 'C', 4289, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HORVÁTHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'iva.hoskova@hotmail.com', '8a8d07bf00', '', 'C', 4290, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HOŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SOŇA', 'shoskova@parker.com', '4fca3b175f', '', 'C', 4291, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HOŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMIR', 'houdek.vl@gmail.com', '62468d0ca7', '', 'C', 4292, NULL, '2020-12-18 18:55:27', 0, 0, 0, 0, 0, 'HOUDEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa.houdkova@gmai.com', '0238965007', '', 'C', 4293, NULL, '2020-12-18 18:55:28', 0, 0, 0, 0, 0, 'HOUDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katehrabcova@yahoo.com', '4fa6ccda2f', '', 'C', 4294, NULL, '2020-12-18 18:55:28', 0, 0, 0, 0, 0, 'HRABCOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'darwi.odradova@gmail.com', '80a104fe09', '', 'C', 4295, NULL, '2020-12-18 18:55:28', 0, 0, 0, 0, 0, 'HRIVŇÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.hrstka@yahoo.com', '9180289d07', '', 'C', 4296, NULL, '2020-12-18 18:55:28', 0, 0, 0, 0, 0, 'HRSTKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'hrubcova.andrea@gmail.com', '13f0ebdcc2', '', 'C', 4297, NULL, '2020-12-18 18:55:28', 0, 0, 0, 0, 0, 'HRUBCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBOR', 'libor_hruska@hotmail.com', '9cf5c38cc6', '', 'C', 4298, NULL, '2020-12-18 18:55:28', 0, 0, 0, 0, 0, 'HRUŠKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HALINA', 'galynka.st@gmail.com', '80ae8043c1', '', 'C', 4299, NULL, '2020-12-18 18:55:28', 0, 0, 0, 0, 0, 'HRYCAJOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'hryzakova.k@gmail.com', '83110a0309', '', 'C', 4300, NULL, '2020-12-18 18:55:28', 0, 0, 0, 0, 0, 'HRYZÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YU', 'joycexiu@gmail.com', '5c8ce6f48e', '', 'C', 4301, NULL, '2020-12-18 18:55:28', 0, 0, 0, 0, 0, 'HU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'wethung862000@yahoo.com', 'dad715b187', '', 'C', 4302, NULL, '2020-12-18 18:55:29', 0, 0, 0, 0, 0, 'HUGO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.hurbis@yahoo.com', 'b311dc60a2', '', 'C', 4303, NULL, '2020-12-18 18:55:29', 0, 0, 0, 0, 0, 'HURBIŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'kocka1@mac.com', 'bfee830029', '', 'C', 4304, NULL, '2020-12-18 18:55:29', 0, 0, 0, 0, 0, 'HUSSEINIOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'ivetaklein@gmail.com', 'df3b956620', '', 'C', 4305, NULL, '2020-12-18 18:55:29', 0, 0, 0, 0, 0, 'HUVAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'barunka.gabalova@gmail.com', '49b702cdb1', '', 'C', 4306, NULL, '2020-12-18 18:55:29', 0, 0, 0, 0, 0, 'HYBAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.hynek@gmail.com', 'f2bf785791', '', 'C', 4307, NULL, '2020-12-18 18:55:29', 0, 0, 0, 0, 0, 'HYNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZARINE', 'zarinezarin@yahoo.com', '279b58aeac', '', 'C', 4308, NULL, '2020-12-18 18:55:29', 0, 0, 0, 0, 0, 'CHAČIKJANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'mchdop@me.com', '46e7760d9f', '', 'C', 4309, NULL, '2020-12-18 18:55:30', 0, 0, 0, 0, 0, 'CHADIMA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'achadimova@mac.com', 'f45f86ffa6', '', 'C', 4310, NULL, '2020-12-18 18:55:30', 0, 0, 0, 0, 0, 'CHADIMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'chadimova@mac.com', '075b139877', '', 'C', 4311, NULL, '2020-12-18 18:55:30', 0, 0, 0, 0, 0, 'CHADIMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'kruntep2001@yahoo.com', '2fd657869f', '', 'C', 4312, NULL, '2020-12-18 18:55:30', 0, 0, 0, 0, 0, 'CHALOUPKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.chloupkova@gmail.com', '1f193d9f04', '', 'C', 4313, NULL, '2020-12-18 18:55:30', 0, 0, 0, 0, 0, 'CHALOUPKY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek.chatrny@gmail.com', '7208383654', '', 'C', 4314, NULL, '2020-12-18 18:55:30', 0, 0, 0, 0, 0, 'CHATRNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RODION', 'iroche90@gmail.com', 'dec2a07dea', '', 'C', 4315, NULL, '2020-12-18 18:55:30', 0, 0, 0, 0, 0, 'CHELNOKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HAI YING', 'jitkachen@gmail.com', 'ac80eec21d', '', 'C', 4316, NULL, '2020-12-18 18:55:30', 0, 0, 0, 0, 0, 'CHEN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('CATHRINE', 'catrinecadell@gmail.com', 'ead277769e', '', 'C', 4317, NULL, '2020-12-18 18:55:30', 0, 0, 0, 0, 0, 'CHEVALIER-CADELL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREW', 'andrewjchidgey@outlook.com', '1e015941be', '', 'C', 4318, NULL, '2020-12-18 18:55:31', 0, 0, 0, 0, 0, 'CHIDGEY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VENDULA', 'vendula.chiznakova@gmail.com', '81b50c167d', '', 'C', 4319, NULL, '2020-12-18 18:55:31', 0, 0, 0, 0, 0, 'CHIŽŇAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROMÍR', 'jaromir.chlup@gmail.com', '6ee7b6b4dc', '', 'C', 4320, NULL, '2020-12-18 18:55:31', 0, 0, 0, 0, 0, 'CHLUP', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'chlupacjan@gmail.com', '7c1b8f43a5', '', 'C', 4321, NULL, '2020-12-18 18:55:31', 0, 0, 0, 0, 0, 'CHLUPÁČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'jaroslavchot@gmail.com', 'da54a60b1f', '', 'C', 4322, NULL, '2020-12-18 18:55:31', 0, 0, 0, 0, 0, 'CHOT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMIL', 'dzamil.funny@gmail.com', '5d3cd9c286', '', 'C', 4323, NULL, '2020-12-18 18:55:31', 0, 0, 0, 0, 0, 'CHOVANEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'chvojli5@gmail.com', '645a84480f', '', 'C', 4324, NULL, '2020-12-18 18:55:31', 0, 0, 0, 0, 0, 'CHVOJKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alena', 'alena.jandackova@gmail.com', '503feec3b9', '', 'C', 4325, NULL, '2020-12-18 18:55:31', 0, 0, 0, 0, 0, 'Jandáčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YUKA', 'yuka0805@hotmail.com', '46377af9a0', '', 'C', 4326, NULL, '2020-12-18 18:55:31', 0, 0, 0, 0, 0, 'IMABAYASHI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRYNA', 'rinkalirinka@gmail.com', '8321659af6', '', 'C', 4327, NULL, '2020-12-18 18:55:32', 0, 0, 0, 0, 0, 'ISAKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JUSTINA', 'justina.ivan@gmail.com', '8b050272c7', '', 'C', 4328, NULL, '2020-12-18 18:55:32', 0, 0, 0, 0, 0, 'IVAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'jagerova@gmail.com', '19d12c5f44', '', 'C', 4329, NULL, '2020-12-18 18:55:32', 0, 0, 0, 0, 0, 'JÄGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIYA', 'njahl@yahoo.com', '93188477b8', '', 'C', 4330, NULL, '2020-12-18 18:55:32', 0, 0, 0, 0, 0, 'JAHL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana-jalloul@hotmail.com', '8320c91dbd', '', 'C', 4331, NULL, '2020-12-18 18:55:32', 0, 0, 0, 0, 0, 'JALLOUL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'jaluvka.marek@yahoo.com', '09bec91bc7', '', 'C', 4332, NULL, '2020-12-18 18:55:32', 0, 0, 0, 0, 0, 'JALŮVKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jj.janda@yahoo.com', 'd6613c34b9', '', 'C', 4333, NULL, '2020-12-18 18:55:32', 0, 0, 0, 0, 0, 'JANDA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'w.janeba@gmail.com', '1369dead2c', '', 'C', 4334, NULL, '2020-12-18 18:55:33', 0, 0, 0, 0, 0, 'JANEBA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVAN', 'ejolsro@gmail.com', '27c9b33ae1', '', 'C', 4335, NULL, '2020-12-18 18:55:33', 0, 0, 0, 0, 0, 'JANIŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'jankovsky@me.com', 'ec409b3f4c', '', 'C', 4336, NULL, '2020-12-18 18:55:33', 0, 0, 0, 0, 0, 'JANKOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'janousek93@gmail.com', '35b58b67d7', '', 'C', 4337, NULL, '2020-12-18 18:55:34', 0, 0, 0, 0, 0, 'JANOUŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'janurova@gmail.com', '11a75bcd2a', '', 'C', 4338, NULL, '2020-12-18 18:55:34', 0, 0, 0, 0, 0, 'JANUROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'jarosova.radka@gmail.com', '59ebbe3108', '', 'C', 4339, NULL, '2020-12-18 18:55:34', 0, 0, 0, 0, 0, 'JAROŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andreajarova@hotmail.com', '6c5a19b2c6', '', 'C', 4340, NULL, '2020-12-18 18:55:34', 0, 0, 0, 0, 0, 'JÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TROY', 'tjavaher@yahoo.com', '33fa556d71', '', 'C', 4341, NULL, '2020-12-18 18:55:34', 0, 0, 0, 0, 0, 'JAVAHER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'mjelicic@mac.com', '46456f5526', '', 'C', 4342, NULL, '2020-12-18 18:55:34', 0, 0, 0, 0, 0, 'JELIČIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.jelinkova@cargo.partner.com', '1b5fb3b1d1', '', 'C', 4343, NULL, '2020-12-18 18:55:35', 0, 0, 0, 0, 0, 'JELÍNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'jensenovasimona@gmail.com', '5cd5c3ad04', '', 'C', 4344, NULL, '2020-12-18 18:55:35', 0, 0, 0, 0, 0, 'JENSENOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'jilkova.eva@gmail.com', '015b4cd950', '', 'C', 4345, NULL, '2020-12-18 18:55:35', 0, 0, 0, 0, 0, 'JÍLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SANDRA', 'sandra.jilly@gmail.com', '9f2c900d01', '', 'C', 4346, NULL, '2020-12-18 18:55:36', 0, 0, 0, 0, 0, 'JILLYOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kjiraskova@gmail.com', 'c22721331f', '', 'C', 4347, NULL, '2020-12-18 18:55:36', 0, 0, 0, 0, 0, 'JIRÁSKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.jirku@me.com', '328a1cf164', '', 'C', 4348, NULL, '2020-12-18 18:55:36', 0, 0, 0, 0, 0, 'JIRKŮ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david.jizelny@bergdorfinvestments.com', '30e3134e41', '', 'C', 4349, NULL, '2020-12-18 18:55:36', 0, 0, 0, 0, 0, 'JÍZDNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek.johanes@yahoo.com', '8c8dc19d76', '', 'C', 4350, NULL, '2020-12-18 18:55:36', 0, 0, 0, 0, 0, 'JOHANES', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'simonajoklova@gmail.com', '999df7b257', '', 'C', 4351, NULL, '2020-12-18 18:55:36', 0, 0, 0, 0, 0, 'JOKLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.jokl@gmail.com', '1a8001175c', '', 'C', 4352, NULL, '2020-12-18 18:55:36', 0, 0, 0, 0, 0, 'JOKLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jonasovaja@gmail.com', '4831e0cc53', '', 'C', 4353, NULL, '2020-12-18 18:55:36', 0, 0, 0, 0, 0, 'JONÁŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNIKA', 'annikacj@msn.com', '3fe48248ba', '', 'C', 4354, NULL, '2020-12-18 18:55:36', 0, 0, 0, 0, 0, 'JONSSON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'danakabelkova@gmail.com', 'b9f437ba3b', '', 'C', 4355, NULL, '2020-12-18 18:55:37', 0, 0, 0, 0, 0, 'KABELKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavelkacerle@gmail.com', '8e106b859d', '', 'C', 4356, NULL, '2020-12-18 18:55:37', 0, 0, 0, 0, 0, 'KACERLE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIKA', 'dominika.kadlckova@gmail.com', '2ec9373896', '', 'C', 4357, NULL, '2020-12-18 18:55:37', 0, 0, 0, 0, 0, 'KADLČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'kafkajan@me.com', '9e08d1de03', '', 'C', 4358, NULL, '2020-12-18 18:55:37', 0, 0, 0, 0, 0, 'KAFKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NINO', 'nino.kakachiya@gmail.com', 'edc3e7ec62', '', 'C', 4359, NULL, '2020-12-18 18:55:37', 0, 0, 0, 0, 0, 'KAKACHIYA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'ludmilakalinicenko@gmail.com', '20d88657d2', '', 'C', 4360, NULL, '2020-12-18 18:55:37', 0, 0, 0, 0, 0, 'KALINIČENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olga.kalininova@gmail.com', '04fe63f6b7', '', 'C', 4361, NULL, '2020-12-18 18:55:37', 0, 0, 0, 0, 0, 'KALININOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.kallova@gmail.com', '89ebf9d273', '', 'C', 4362, NULL, '2020-12-18 18:55:37', 0, 0, 0, 0, 0, 'KALLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'karel.kantor@gmail.com', '8226d0451b', '', 'C', 4363, NULL, '2020-12-18 18:55:37', 0, 0, 0, 0, 0, 'KANTOR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'ok.scorpio@hotmail.com', '317d2151b7', '', 'C', 4364, NULL, '2020-12-18 18:55:38', 0, 0, 0, 0, 0, 'KANTŮRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VIOLETTA', 'violet782@gmail.com', '6f1ceb0438', '', 'C', 4365, NULL, '2020-12-18 18:55:38', 0, 0, 0, 0, 0, 'KARAVAEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KUPKOVÁ', 'karolina.kupkova@gmail.com', '66b2288933', '', 'C', 4366, NULL, '2020-12-18 18:55:38', 0, 0, 0, 0, 0, 'KAROLÍNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANASTASIA', 'anastazia.karpovich@gmail.com', 'aea623ea86', '', 'C', 4367, NULL, '2020-12-18 18:55:38', 0, 0, 0, 0, 0, 'KARPOVICH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RIM', 'rimobitar@hotmail.com', '03a05cd9a0', '', 'C', 4368, NULL, '2020-12-18 18:55:38', 0, 0, 0, 0, 0, 'KARROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAXIM', 'maximkart@gamil.com', 'c1299b4f8d', '', 'C', 4369, NULL, '2020-12-18 18:55:38', 0, 0, 0, 0, 0, 'KARTASHOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.kastnerova@gmail.com', 'a083e61328', '', 'C', 4370, NULL, '2020-12-18 18:55:38', 0, 0, 0, 0, 0, 'KASTNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANOŠOVÁ JUIA', 'julia.janosova@gmail.com', '44327ad789', '', 'C', 4371, NULL, '2020-12-18 18:55:38', 0, 0, 0, 0, 0, 'KAŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katka.kaskova@gmail.com', '9af8704374', '', 'C', 4372, NULL, '2020-12-18 18:55:38', 0, 0, 0, 0, 0, 'KAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'kackakav@gmail.com', '87b103a223', '', 'C', 4373, NULL, '2020-12-18 18:55:39', 0, 0, 0, 0, 0, 'Kavanová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'kavkat2014@gmail.com', '1be384f74c', '', 'C', 4374, NULL, '2020-12-18 18:55:39', 0, 0, 0, 0, 0, 'KAVKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'gator.pink@hotmail.com', '397a25d547', '', 'C', 4375, NULL, '2020-12-18 18:55:39', 0, 0, 0, 0, 0, 'KERLE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREN', 'khachatryank@gmail.com', '54d5fe6041', '', 'C', 4376, NULL, '2020-12-18 18:55:39', 0, 0, 0, 0, 0, 'KHACHATRYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('CHRISTIAN', 'khalaf.ch@gmail.com', '43538e4c93', '', 'C', 4377, NULL, '2020-12-18 18:55:39', 0, 0, 0, 0, 0, 'KHALAF', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAY', 'maykhalife@hotmail.com', 'ef8948736f', '', 'C', 4378, NULL, '2020-12-18 18:55:39', 0, 0, 0, 0, 0, 'KHALIFÉ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALINA', 'alina.khalilova@hotmail.com', '3c2d5ead56', '', 'C', 4379, NULL, '2020-12-18 18:55:39', 0, 0, 0, 0, 0, 'KHALILOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GALINA', 'galina.halilova@hotmail.com', '84ee0b7bdf', '', 'C', 4380, NULL, '2020-12-18 18:55:39', 0, 0, 0, 0, 0, 'KHALILOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZARRINA', 'zarrina.khamkhoyeva@gmail.com', 'b1522c57ef', '', 'C', 4381, NULL, '2020-12-18 18:55:40', 0, 0, 0, 0, 0, 'KHAMKHOYEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LE', 'kieuletung@yahoo.com', 'bdc3a74a44', '', 'C', 4382, NULL, '2020-12-18 18:55:40', 0, 0, 0, 0, 0, 'KIEU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANZHELIKA', 'angela.kim.1989@gmail.com', 'b85982b122', '', 'C', 4383, NULL, '2020-12-18 18:55:41', 0, 0, 0, 0, 0, 'KIM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.alba.kinska@gmail.com', 'fef13f8e7a', '', 'C', 4384, NULL, '2020-12-18 18:55:41', 0, 0, 0, 0, 0, 'KINSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADISLAV', 'kizak.ladislav@yahoo.com', 'e3d0dd01a9', '', 'C', 4385, NULL, '2020-12-18 18:55:41', 0, 0, 0, 0, 0, 'KIZAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'rusty7cz@yahoo.com', 'd6a3953b14', '', 'C', 4386, NULL, '2020-12-18 18:55:41', 0, 0, 0, 0, 0, 'KLESLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GITA', 'g.klinde@gmail.com', 'dec6322160', '', 'C', 4387, NULL, '2020-12-18 18:55:41', 0, 0, 0, 0, 0, 'KLINDEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEVGENIIA', 'klischuk@gmail.com', '9eb0e1036b', '', 'C', 4388, NULL, '2020-12-18 18:55:42', 0, 0, 0, 0, 0, 'KLISHCHUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'klugova@gmail.com', 'e4446a034a', '', 'C', 4389, NULL, '2020-12-18 18:55:42', 0, 0, 0, 0, 0, 'KLUGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.knobloch@gmail.com', 'b60f5c2b82', '', 'C', 4390, NULL, '2020-12-18 18:55:42', 0, 0, 0, 0, 0, 'KNOBLOCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANICA', 'danica.kobarova@gmail.com', '11ad462d15', '', 'C', 4391, NULL, '2020-12-18 18:55:42', 0, 0, 0, 0, 0, 'KOBÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.willem.kocich@icloud.com', '9e5e39e263', '', 'C', 4392, NULL, '2020-12-18 18:55:42', 0, 0, 0, 0, 0, 'KOCICH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.kohoutova93@gmail.com', 'd7af95d73d', '', 'C', 4393, NULL, '2020-12-18 18:55:42', 0, 0, 0, 0, 0, 'KOHOUTOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jan.kokta@gmail.com', '2825e6de53', '', 'C', 4394, NULL, '2020-12-18 18:55:42', 0, 0, 0, 0, 0, 'KOKTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'koleckopetr@gmail.com', '0e2a45fd2a', '', 'C', 4395, NULL, '2020-12-18 18:55:42', 0, 0, 0, 0, 0, 'KOLEČKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VALERIA', 'kolesnik.valeria@gmail.com', 'c9cd4a5b5c', '', 'C', 4396, NULL, '2020-12-18 18:55:43', 0, 0, 0, 0, 0, 'KOLESNIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'koman.marek@gmail.com', 'bec33c8d6f', '', 'C', 4397, NULL, '2020-12-18 18:55:43', 0, 0, 0, 0, 0, 'KOMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terezakominkova@gmail.com', 'c4f38c5d2f', '', 'C', 4398, NULL, '2020-12-18 18:55:43', 0, 0, 0, 0, 0, 'KOMÍNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IMRE', 'imi.kondor@gmail.com', 'eca0826e93', '', 'C', 4399, NULL, '2020-12-18 18:55:43', 0, 0, 0, 0, 0, 'KONDOR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTINA', 'kristina.konvrzkova@gmail.com', '1e0314f442', '', 'C', 4400, NULL, '2020-12-18 18:55:43', 0, 0, 0, 0, 0, 'KONVRZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('MARTIN', 'martin@fmx4ever.com', '23a385295f', '', 'C', 4401, NULL, '2020-12-18 18:55:43', 0, 0, 0, 0, 0, 'KOREŇ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARINA', 'marina-kor@hotmail.com', 'c52cb16a67', '', 'C', 4402, NULL, '2020-12-18 18:55:43', 0, 0, 0, 0, 0, 'KORCHEMAGINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETER', 'peter.koritschan@gmail.com', 'c638cd8154', '', 'C', 4403, NULL, '2020-12-18 18:55:43', 0, 0, 0, 0, 0, 'KORITSCHAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'blancees@gmail.com', '7932c987b1', '', 'C', 4404, NULL, '2020-12-18 18:55:44', 0, 0, 0, 0, 0, 'KOSACHEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIA', 'rektor760@hotmail.com', '31607494ae', '', 'C', 4405, NULL, '2020-12-18 18:55:44', 0, 0, 0, 0, 0, 'KOSHELEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'nkostareva@yahoo.com', 'cc0eff168f', '', 'C', 4406, NULL, '2020-12-18 18:55:44', 0, 0, 0, 0, 0, 'KOSTAREVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kostkova.katerina@gmail.com', '14be082752', '', 'C', 4407, NULL, '2020-12-18 18:55:44', 0, 0, 0, 0, 0, 'KOSTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'akotalova@gmail.com', '2f8f4bd7b6', '', 'C', 4408, NULL, '2020-12-18 18:55:44', 0, 0, 0, 0, 0, 'KOTALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilona.kotrbova53@gmail.com', '856231a6d7', '', 'C', 4409, NULL, '2020-12-18 18:55:44', 0, 0, 0, 0, 0, 'KOTRBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'simonakoublova@gmail.com', 'd2275ccf9a', '', 'C', 4410, NULL, '2020-12-18 18:55:44', 0, 0, 0, 0, 0, 'KOUBLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'iveta.kouglova@gmail.com', 'b049969c17', '', 'C', 4411, NULL, '2020-12-18 18:55:44', 0, 0, 0, 0, 0, 'KOUGLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTONELLA', 'antonellakoutela@hotmail.com', 'e8fb5ad447', '', 'C', 4412, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KOUTELA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavelkoutny@gmail.com', 'b7645394d0', '', 'C', 4413, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KOUTNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INGRID', 'inge@kremex.com', 'd10809b530', '', 'C', 4414, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KOVÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALINA', 'alinakov22@gmail.com', '6a67aebd4f', '', 'C', 4415, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KOVALENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RICHARD', 'richardkov.se@gmail.com', '5999d00f4d', '', 'C', 4416, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KOVAŘIČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('AKIKO', '20@gmail.com', '84780c9039', '', 'C', 4417, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KOYANA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.hasko@gmail.com', 'dc4609723f', '', 'C', 4418, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KOZÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'kozlovairin@gmail.com', '0fcb96cbc4', '', 'C', 4419, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KOZLOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'kozovaadela@gmail.com', '60a751a39b', '', 'C', 4420, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KOZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'deedenisa@gmail.com', 'b4721c22f5', '', 'C', 4421, NULL, '2020-12-18 18:55:45', 0, 0, 0, 0, 0, 'KRAFTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.vlckova@me.com', 'e45f2788ed', '', 'C', 4422, NULL, '2020-12-18 18:55:46', 0, 0, 0, 0, 0, 'KRÁL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RUDOLF', 'rudolf.kral@arcadis.com', 'a7b9b3c3d0', '', 'C', 4423, NULL, '2020-12-18 18:55:46', 0, 0, 0, 0, 0, 'KRÁL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBICA', 'lubica.kral@gmail.com', '9fe08171c1', '', 'C', 4424, NULL, '2020-12-18 18:55:46', 0, 0, 0, 0, 0, 'KRALOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'kubakrcal@gmail.com', '370cfc06c6', '', 'C', 4425, NULL, '2020-12-18 18:55:46', 0, 0, 0, 0, 0, 'KRČÁL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENIS', 'dkr925@gmail.com', 'e5ee2df30f', '', 'C', 4426, NULL, '2020-12-18 18:55:46', 0, 0, 0, 0, 0, 'KREJČÍŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'siklktejcova@gmail.com', 'e8aeb78e53', '', 'C', 4427, NULL, '2020-12-18 18:55:46', 0, 0, 0, 0, 0, 'KREJČOVÁ ŠIKL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', '57@yahoo.com', '68f3f01560', '', 'C', 4428, NULL, '2020-12-18 18:55:46', 0, 0, 0, 0, 0, 'KREMENCHUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monika.kristkova@gmail.com', '7072cf71fe', '', 'C', 4429, NULL, '2020-12-18 18:55:47', 0, 0, 0, 0, 0, 'KRISTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'p.kristufkova@gmail.com', '731fc0bf5b', '', 'C', 4430, NULL, '2020-12-18 18:55:47', 0, 0, 0, 0, 0, 'Krištufková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EDITA', 'e.kristufkova@gmail.com', '48e42fc79d', '', 'C', 4431, NULL, '2020-12-18 18:55:47', 0, 0, 0, 0, 0, 'KRIŠTŮVKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'rkrockova@gmail.com', '306d03d0f3', '', 'C', 4432, NULL, '2020-12-18 18:55:47', 0, 0, 0, 0, 0, 'KROČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'mkrecan@icloud.com', 'd8c974f278', '', 'C', 4433, NULL, '2020-12-18 18:55:47', 0, 0, 0, 0, 0, 'KŘEČAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'krecek.tomas@gmail.com', 'adde3afdb2', '', 'C', 4434, NULL, '2020-12-18 18:55:47', 0, 0, 0, 0, 0, 'KŘEČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'kremecek@gmail.com', '4caf035712', '', 'C', 4435, NULL, '2020-12-18 18:55:47', 0, 0, 0, 0, 0, 'KŘEMEČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'hansos@me.com', 'b0128ac72f', '', 'C', 4436, NULL, '2020-12-18 18:55:47', 0, 0, 0, 0, 0, 'KŘIVÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOL', 'nikol.krivankova@gmail.com', '7d4c56a5bc', '', 'C', 4437, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KŘIVÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martina.horna@gmail.com', '2796c5abfd', '', 'C', 4438, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KUBECOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vkubecek@gmail.com', '7a8fd96e10', '', 'C', 4439, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KUBEČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARINA', 'katarina_urdova@yahoo.com', 'f1e0760f97', '', 'C', 4440, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KUBÍNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADRIANA', 'adriana.kubisova@gmail.com', 'a1041c95f3', '', 'C', 4441, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KUBIŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna.kudrnova@hotmail.com', '638166bae3', '', 'C', 4442, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KUDRNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MATÚŠ', 'kuchalik@gmail.com', 'eae93571fa', '', 'C', 4443, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KUCHÁLIK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SERGEJ', 'ibscsk@gmail.com', '30f5eb2f08', '', 'C', 4444, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KUCHERENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MATTI', 'joana-kuivalainen@hotmail.com', 'e168447157', '', 'C', 4445, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KUIVALAINEN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'ladeasullaterra@yahoo.com', '3b00f50065', '', 'C', 4446, NULL, '2020-12-18 18:55:48', 0, 0, 0, 0, 0, 'KULASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jenikkulhanek@gmail.com', 'cea1ddbca2', '', 'C', 4447, NULL, '2020-12-18 18:55:49', 0, 0, 0, 0, 0, 'KULHÁNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david.kun66@gmail.com', '8ae20ee07e', '', 'C', 4448, NULL, '2020-12-18 18:55:49', 0, 0, 0, 0, 0, 'KUNC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.kuncova@gmail.com', 'e502379717', '', 'C', 4449, NULL, '2020-12-18 18:55:49', 0, 0, 0, 0, 0, 'KUNCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Veronika', 'veronika.kupcova@gmail.com', '6485dd96b3', '', 'C', 4450, NULL, '2020-12-18 18:55:49', 0, 0, 0, 0, 0, 'Kupcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna95kk@gmail.com', '06c90f7ff1', '', 'C', 4451, NULL, '2020-12-18 18:55:49', 0, 0, 0, 0, 0, 'KURINNAJA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLESYA', 'bohemiaprom@gmail.com', 'ff61ceb990', '', 'C', 4452, NULL, '2020-12-18 18:55:49', 0, 0, 0, 0, 0, 'KURYSHEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALISA', 'alis.me.world@gmail.com', 'fe12d8afe1', '', 'C', 4453, NULL, '2020-12-18 18:55:49', 0, 0, 0, 0, 0, 'KUSHNAREVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.kutnarova@dek.cz.com', '491d6f6126', '', 'C', 4454, NULL, '2020-12-18 18:55:49', 0, 0, 0, 0, 0, 'KUTNAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'kvapilova.mi@gmail.com', '76484a8ca5', '', 'C', 4455, NULL, '2020-12-18 18:55:50', 0, 0, 0, 0, 0, 'KVAPILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabika.lahodova@gmail.com', 'c3f41b80bb', '', 'C', 4456, NULL, '2020-12-18 18:55:50', 0, 0, 0, 0, 0, 'LAHODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAMIL', 'blahutkamil@gmail.com', '867711c1d3', '', 'C', 4457, NULL, '2020-12-18 18:55:50', 0, 0, 0, 0, 0, 'LAHUT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEONA', 'lalikova.leona@gmail.com', '8ea7fbc1c3', '', 'C', 4458, NULL, '2020-12-18 18:55:50', 0, 0, 0, 0, 0, 'LALÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'ali.lamberk@gmail.com', 'c9b7e72a0e', '', 'C', 4459, NULL, '2020-12-18 18:55:50', 0, 0, 0, 0, 0, 'LAMBERK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'lumirbares@gmail.com', 'ea75c3586e', '', 'C', 4460, NULL, '2020-12-18 18:55:50', 0, 0, 0, 0, 0, 'LANDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomaslatal.tattoo@gmail.com', '2d287fa486', '', 'C', 4461, NULL, '2020-12-18 18:55:50', 0, 0, 0, 0, 0, 'LÁTAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'latkova.lucie@gmail.com', '74add10fd4', '', 'C', 4462, NULL, '2020-12-18 18:55:50', 0, 0, 0, 0, 0, 'LATKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.lazarova@gmail.com', '2457471e50', '', 'C', 4463, NULL, '2020-12-18 18:55:51', 0, 0, 0, 0, 0, 'LAZAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANH THANG', 'thangleanh@hotmail.com', 'fd652b44b9', '', 'C', 4464, NULL, '2020-12-18 18:55:51', 0, 0, 0, 0, 0, 'LE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NORA', 'lednicki.nr@gmail.com', '2a07f8e798', '', 'C', 4465, NULL, '2020-12-18 18:55:51', 0, 0, 0, 0, 0, 'LEDNICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONICA', 'zumom@never.com', '0dd654eb94', '', 'C', 4466, NULL, '2020-12-18 18:55:51', 0, 0, 0, 0, 0, 'LEE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'renata.lemonka@gmail.com', '5691e6cc34', '', 'C', 4467, NULL, '2020-12-18 18:55:51', 0, 0, 0, 0, 0, 'LEMONOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'anna.lenerova@o2.com', '4f618b9df1', '', 'C', 4468, NULL, '2020-12-18 18:55:51', 0, 0, 0, 0, 0, 'LENEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SANDRA', 'sandylerchova@gmail.com', '98f69c0d5a', '', 'C', 4469, NULL, '2020-12-18 18:55:51', 0, 0, 0, 0, 0, 'LERCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETER', 'peter.levius@gmail.com', 'a23c43f48a', '', 'C', 4470, NULL, '2020-12-18 18:55:52', 0, 0, 0, 0, 0, 'LEVIUS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david.libija@mac.com', 'f723f9b6af', '', 'C', 4471, NULL, '2020-12-18 18:55:52', 0, 0, 0, 0, 0, 'LIBIGER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JILL', 'jill_lindsay@btinternet.com', '75df432173', '', 'C', 4472, NULL, '2020-12-18 18:55:52', 0, 0, 0, 0, 0, 'LINDSAY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARÍNA', 'katkaliptakova@gmail.com', 'b63d50a304', '', 'C', 4473, NULL, '2020-12-18 18:55:53', 0, 0, 0, 0, 0, 'LIPTÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIA', 'pokupkien@gmail.com', 'ee8669e76c', '', 'C', 4474, NULL, '2020-12-18 18:55:53', 0, 0, 0, 0, 0, 'LJUBOJA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'martinalorencova@gmail.com', 'c8b979f748', '', 'C', 4475, NULL, '2020-12-18 18:55:53', 0, 0, 0, 0, 0, 'LORENCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAVA', 'mirka.lorencova@gmail.com', 'd160dfa376', '', 'C', 4476, NULL, '2020-12-18 18:55:53', 0, 0, 0, 0, 0, 'LORENCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'losova@ml.com', '92c82b3b39', '', 'C', 4477, NULL, '2020-12-18 18:55:54', 0, 0, 0, 0, 0, 'LOSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olgaloucka@gmail.com', '899399c24d', '', 'C', 4478, NULL, '2020-12-18 18:55:54', 0, 0, 0, 0, 0, 'LOUCKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alena', 'lukovicsova.alena@gmail.com', '7642f60a43', '', 'C', 4479, NULL, '2020-12-18 18:55:54', 0, 0, 0, 0, 0, 'Lukovicsová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.lundakova@gmail.com', '7748a8fd6e', '', 'C', 4480, NULL, '2020-12-18 18:55:54', 0, 0, 0, 0, 0, 'LUNDÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ERIKA', 'luzsiczaerika@gmail.com', '2c72b8deb6', '', 'C', 4481, NULL, '2020-12-18 18:55:54', 0, 0, 0, 0, 0, 'LUZSICZA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JULIA', 'julialytheva@gmail.com', 'fd91f7eb6b', '', 'C', 4482, NULL, '2020-12-18 18:55:54', 0, 0, 0, 0, 0, 'LYTHEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOUGLAS', 'douglaslytle@me.com', '457231ce2b', '', 'C', 4483, NULL, '2020-12-18 18:55:54', 0, 0, 0, 0, 0, 'LYTLE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ĹUBOMÍR', 'macejka.agilita@gmail.com', 'f35b33d592', '', 'C', 4484, NULL, '2020-12-18 18:55:54', 0, 0, 0, 0, 0, 'MACEJKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'machackova.ka@gmail.com', '5e9ce97e98', '', 'C', 4485, NULL, '2020-12-18 18:55:54', 0, 0, 0, 0, 0, 'MACHÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helena.machkova@yahoo.com', '02319804f3', '', 'C', 4486, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MACHKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'pa.company@me.com', '680f125244', '', 'C', 4487, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MAKAROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARTUR', 'artikhouse@gmail.com', 'ea340963e2', '', 'C', 4488, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MAKOVOZ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vlado.makula@gmail.com', '14047eba9e', '', 'C', 4489, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MAKULA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'malacova@mac.com', 'a466b4f49e', '', 'C', 4490, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MALÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'malek.ond@gmail.com', 'd8b8f39606', '', 'C', 4491, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MÁLEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALYONA', 'alyonamichelle@gmail.com', 'e3c57fd3fd', '', 'C', 4492, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MAMAYEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janama95@gmail.com', '6ebb50bd20', '', 'C', 4493, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MAMEDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATENAPA', 'natalie.sun@gmail.com', '80bc22c025', '', 'C', 4494, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MAŇASOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'ilonamancikova@gmail.com', '0b632db44f', '', 'C', 4495, NULL, '2020-12-18 18:55:55', 0, 0, 0, 0, 0, 'MANČÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.manksova@gmail.com', '90db4b9fb1', '', 'C', 4496, NULL, '2020-12-18 18:55:56', 0, 0, 0, 0, 0, 'MANKSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VARDAN', '9912277@gmail.com', '9a32a3ae36', '', 'C', 4497, NULL, '2020-12-18 18:55:56', 0, 0, 0, 0, 0, 'MANUKYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tomas.marecek@gmail.com', '840c8aba21', '', 'C', 4498, NULL, '2020-12-18 18:55:56', 0, 0, 0, 0, 0, 'MAREČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAVA', 'mmareckova9@gmail.com', 'a3e715e3f5', '', 'C', 4499, NULL, '2020-12-18 18:55:56', 0, 0, 0, 0, 0, 'MAREČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'weron0605@gmail.com', 'ae58a7821c', '', 'C', 4500, NULL, '2020-12-18 18:55:56', 0, 0, 0, 0, 0, 'MARENČINOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'mares.martin1@gmail.com', '4a86bdebff', '', 'C', 4501, NULL, '2020-12-18 18:55:56', 0, 0, 0, 0, 0, 'MAREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'ond.mares@gmail.com', '5c91c32484', '', 'C', 4502, NULL, '2020-12-18 18:55:56', 0, 0, 0, 0, 0, 'MAREŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.original@gmail.com', 'd3bd3f776b', '', 'C', 4503, NULL, '2020-12-18 18:55:56', 0, 0, 0, 0, 0, 'MARKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'danielamarkull@gmail.com', '9fc006a87e', '', 'C', 4504, NULL, '2020-12-18 18:55:56', 0, 0, 0, 0, 0, 'MARKULL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzanamartinkova80@gmail.com', 'a4f1afacce', '', 'C', 4505, NULL, '2020-12-18 18:55:57', 0, 0, 0, 0, 0, 'MARTINKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TIBOR', 'tibormartsi@yahoo.com', 'f4303be4cb', '', 'C', 4506, NULL, '2020-12-18 18:55:57', 0, 0, 0, 0, 0, 'MARTSI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ARAM', 'aramatlantis@gmail.com', 'fbf23de8df', '', 'C', 4507, NULL, '2020-12-18 18:55:57', 0, 0, 0, 0, 0, 'MARUTYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'jaroslav.masek@yahoo.com', 'e38e79e490', '', 'C', 4508, NULL, '2020-12-18 18:55:57', 0, 0, 0, 0, 0, 'MAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOZEFINA', 'zima.jozefina@gmail.com', 'f8f65b59da', '', 'C', 4509, NULL, '2020-12-18 18:55:57', 0, 0, 0, 0, 0, 'MAŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSKA MAXMILIAN', 'jm.matejec@gmail.com', '6676948c6b', '', 'C', 4510, NULL, '2020-12-18 18:55:57', 0, 0, 0, 0, 0, 'MATEJEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'kate.matl@gmail.com', 'd9e71f869b', '', 'C', 4511, NULL, '2020-12-18 18:55:57', 0, 0, 0, 0, 0, 'MÁTLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'davidmatousek71@gmail.com', '91c1760665', '', 'C', 4512, NULL, '2020-12-18 18:55:57', 0, 0, 0, 0, 0, 'MATOUŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'jarichlanova@hotmail.com', '136a7682af', '', 'C', 4513, NULL, '2020-12-18 18:55:57', 0, 0, 0, 0, 0, 'MATOUŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TERESA', 'teresa.mattos@ymail.com', '3e801b2b15', '', 'C', 4514, NULL, '2020-12-18 18:55:58', 0, 0, 0, 0, 0, 'MATTOS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUKÁŠ', 'lukymaty@gmail.com', 'cf7ed2240f', '', 'C', 4515, NULL, '2020-12-18 18:55:58', 0, 0, 0, 0, 0, 'MATULA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SABINA', 'sabina-matzenaverova@gmail.com', '417b6d2a17', '', 'C', 4516, NULL, '2020-12-18 18:55:58', 0, 0, 0, 0, 0, 'MATZENAVEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVIE', 'silvie.maxova@accenture.com', 'b790c9d9f7', '', 'C', 4517, NULL, '2020-12-18 18:55:58', 0, 0, 0, 0, 0, 'MAXOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'siemens@nekto.com', '9049e224cf', '', 'C', 4518, NULL, '2020-12-18 18:55:58', 0, 0, 0, 0, 0, 'MAYZUS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SARKA', 'sarkamccallum@yahoo.com', '7740d9b2ba', '', 'C', 4519, NULL, '2020-12-18 18:55:58', 0, 0, 0, 0, 0, 'CALLUM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'medovalucie@gmail.com', 'd5ab852882', '', 'C', 4520, NULL, '2020-12-18 18:55:58', 0, 0, 0, 0, 0, 'MEDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILENA', 'medova.milena@gmail.com', '7a766f5763', '', 'C', 4521, NULL, '2020-12-18 18:55:58', 0, 0, 0, 0, 0, 'MEDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaelamencerova@gmail.com', 'a910b25dba', '', 'C', 4522, NULL, '2020-12-18 18:55:59', 0, 0, 0, 0, 0, 'MENCEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'menglerova@gmail.com', '4a086274db', '', 'C', 4523, NULL, '2020-12-18 18:55:59', 0, 0, 0, 0, 0, 'MENGLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIEM', 'mariem.mhadhbi@gmail.com', '281d04f3d9', '', 'C', 4524, NULL, '2020-12-18 18:55:59', 0, 0, 0, 0, 0, 'MHADHBI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vaclavmichlovsky@gmail.com', '5d26be15b8', '', 'C', 4525, NULL, '2020-12-18 18:55:59', 0, 0, 0, 0, 0, 'MICHLOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SAŠO', 'sasomijalkov@hotmail.com', '2c1a1e18bb', '', 'C', 4526, NULL, '2020-12-18 18:55:59', 0, 0, 0, 0, 0, 'MIJALKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VASILIEV', 'vasiliev.misha@ogral.com', 'e53c823e86', '', 'C', 4527, NULL, '2020-12-18 18:55:59', 0, 0, 0, 0, 0, 'MIKHAIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JINDŘIŠKA', 'inka.majesty@gmail.com', 'b791641b14', '', 'C', 4528, NULL, '2020-12-18 18:55:59', 0, 0, 0, 0, 0, 'MIKUŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'info@mikusovamm.com', '8aed273d3a', '', 'C', 4529, NULL, '2020-12-18 18:55:59', 0, 0, 0, 0, 0, 'MIKÚŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('DANČO', 'dancogo@hotmail.com', '6199568aaa', '', 'C', 4530, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MILOSEVIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.milsimerova@gmail.com', '2639f63e9b', '', 'C', 4531, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MILSIMEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'iminarovi@gmail.com', '94a6235a61', '', 'C', 4532, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MINAROVIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'klaraminarikova@icloud.com', '3ba4313c29', '', 'C', 4533, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MINAŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'olimisar@yahoo.com', '5cca00f8a6', '', 'C', 4534, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MÍSAŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GORAN', 'goranpurdo@gmail.com', '85bad6c50e', '', 'C', 4535, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MLADENOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'denisamlakova@gmail.com', '0b56f0e9da', '', 'C', 4536, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MLÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek.mlcoch18@gmail.com', '7330832f00', '', 'C', 4537, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MLČOCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.mlejnek@strabag.com', '06e8078553', '', 'C', 4538, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MLEJNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALICE', 'alice.mlejnska@gmail.com', 'd3b89696df', '', 'C', 4539, NULL, '2020-12-18 18:56:00', 0, 0, 0, 0, 0, 'MLEJNSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IULIIA', 'juliamay18.87@gmail.com', '2eb5f8a87d', '', 'C', 4540, NULL, '2020-12-18 18:56:01', 0, 0, 0, 0, 0, 'MOCHULSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'mojsenukova@gmail.com', '871c47b818', '', 'C', 4541, NULL, '2020-12-18 18:56:01', 0, 0, 0, 0, 0, 'MOJSEŇUKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SYLVA', 'sylvamolcanova@gmail.com', '6a7a18b5ee', '', 'C', 4542, NULL, '2020-12-18 18:56:01', 0, 0, 0, 0, 0, 'MOLČANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIRIAM', 'mmondekova@gmail.com', '04c7b2b53e', '', 'C', 4543, NULL, '2020-12-18 18:56:01', 0, 0, 0, 0, 0, 'MONDEKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'a.moravcikova@gmail.com', '5b521b8665', '', 'C', 4544, NULL, '2020-12-18 18:56:01', 0, 0, 0, 0, 0, 'MORAVČÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.morhacova@gmail.com', '762b6e5aa9', '', 'C', 4545, NULL, '2020-12-18 18:56:01', 0, 0, 0, 0, 0, 'MORHÁČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAGMAR', 'd.moroz@me.com', 'bcc7ee5389', '', 'C', 4546, NULL, '2020-12-18 18:56:01', 0, 0, 0, 0, 0, 'MOROZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILADA', 'milada@moroz.com', 'a74649a821', '', 'C', 4547, NULL, '2020-12-18 18:56:01', 0, 0, 0, 0, 0, 'MOROZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LAURA', 'cirina1234@gmail.com', '3c88379d71', '', 'C', 4548, NULL, '2020-12-18 18:56:02', 0, 0, 0, 0, 0, 'MOSCHETTA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BORIS', 'boris.motovsky@gmail.com', 'aadcada3e8', '', 'C', 4549, NULL, '2020-12-18 18:56:02', 0, 0, 0, 0, 0, 'MOŤOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VENDULA', 'vennou@gmail.com', 'e894d18c15', '', 'C', 4550, NULL, '2020-12-18 18:56:02', 0, 0, 0, 0, 0, 'MRÁZOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'alenamrovcova@yahoo.com', '1d69728942', '', 'C', 4551, NULL, '2020-12-18 18:56:02', 0, 0, 0, 0, 0, 'MROVCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'mullerova.jana@hotmail.com', 'b02cafa89a', '', 'C', 4552, NULL, '2020-12-18 18:56:02', 0, 0, 0, 0, 0, 'MÜLLEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ART', 'heliophagous@gmail.com', '93fe24a423', '', 'C', 4553, NULL, '2020-12-18 18:56:02', 0, 0, 0, 0, 0, 'MURATOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'i.murcova@gmail.com', '3835ef0d0a', '', 'C', 4554, NULL, '2020-12-18 18:56:02', 0, 0, 0, 0, 0, 'MURČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLAY', 'nikolay.mursaikov@gmail.com', '5f767670cc', '', 'C', 4555, NULL, '2020-12-18 18:56:02', 0, 0, 0, 0, 0, 'MURSAIKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIA', 'mariamuss93@gmail.com', 'da9ff25c59', '', 'C', 4556, NULL, '2020-12-18 18:56:02', 0, 0, 0, 0, 0, 'MUSS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENAT', 'rmussin@gmail.com', '029633c568', '', 'C', 4557, NULL, '2020-12-18 18:56:03', 0, 0, 0, 0, 0, 'MUSSIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DIANA', 'diana.muzayeva@gmail.com', 'a72c7f018f', '', 'C', 4558, NULL, '2020-12-18 18:56:03', 0, 0, 0, 0, 0, 'MUZAYEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GHANEM KHONEISSER', 'myrnaghanem@hotmail.com', '8c57e8681f', '', 'C', 4559, NULL, '2020-12-18 18:56:03', 0, 0, 0, 0, 0, 'MYRNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('AKI', 'akitolino@hotmail.com', '4c03715848', '', 'C', 4560, NULL, '2020-12-18 18:56:03', 0, 0, 0, 0, 0, 'NAKOMOTO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.naumann@gant-usa.com', '962bedcda1', '', 'C', 4561, NULL, '2020-12-18 18:56:03', 0, 0, 0, 0, 0, 'NAUMANN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARINA', 'naymushina@aol.com', 'bdbdc5344a', '', 'C', 4562, NULL, '2020-12-18 18:56:03', 0, 0, 0, 0, 0, 'NAYMUSHINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INNA', 'inna.nebylicina@gmail.com', '38ded1b0e9', '', 'C', 4563, NULL, '2020-12-18 18:56:03', 0, 0, 0, 0, 0, 'NEBYLICINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATERYNA', 'k.neizvestnykh@gmail.com', 'b18aa0eee7', '', 'C', 4564, NULL, '2020-12-18 18:56:03', 0, 0, 0, 0, 0, 'NEIZVESTNYKH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lnknejedla@gmail.com', '8fd962d873', '', 'C', 4565, NULL, '2020-12-18 18:56:03', 0, 0, 0, 0, 0, 'NEJEDLÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.nekovarova@gmail.com', '1aedf7f11e', '', 'C', 4566, NULL, '2020-12-18 18:56:04', 0, 0, 0, 0, 0, 'NEKOVAŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'maxicekq@gmail.com', '6b78b98692', '', 'C', 4567, NULL, '2020-12-18 18:56:04', 0, 0, 0, 0, 0, 'NĚMCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŽANETA', 'zaneta.nepalova@gmail.com', 'f83fe4cb6a', '', 'C', 4568, NULL, '2020-12-18 18:56:04', 0, 0, 0, 0, 0, 'NEPALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barboranerad@gmail.com', 'a7250767c8', '', 'C', 4569, NULL, '2020-12-18 18:56:05', 0, 0, 0, 0, 0, 'NERADOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'bebamann@gmail.com', '47a6b8aef9', '', 'C', 4570, NULL, '2020-12-18 18:56:05', 0, 0, 0, 0, 0, 'NEUMANN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'neumannova.evka@gmail.com', '5e576bb968', '', 'C', 4571, NULL, '2020-12-18 18:56:05', 0, 0, 0, 0, 0, 'NEUMANNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SABINA', 'neumanova.sabina@gmail.com', '5560534233', '', 'C', 4572, NULL, '2020-12-18 18:56:05', 0, 0, 0, 0, 0, 'NEUMANNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ACHTAM', 'ahtam@raminternet.com', '0384b12061', '', 'C', 4573, NULL, '2020-12-18 18:56:06', 0, 0, 0, 0, 0, 'NIJAZMATOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'novakova-marta@lilly.com', '7deb46ca50', '', 'C', 4574, NULL, '2020-12-18 18:56:06', 0, 0, 0, 0, 0, 'NOVÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALBERT', 'albert.novosel@gmail.com', 'b328ff3f64', '', 'C', 4575, NULL, '2020-12-18 18:56:06', 0, 0, 0, 0, 0, 'NOVOSEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLDŘICH', 'onovotny@soufflet-group.com', '5fd991bcf6', '', 'C', 4576, NULL, '2020-12-18 18:56:06', 0, 0, 0, 0, 0, 'NOVOTNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FEDOR', 'fredoo@me.com', '0f9c069dd2', '', 'C', 4577, NULL, '2020-12-18 18:56:06', 0, 0, 0, 0, 0, 'NOZDRIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIO', 'marionuccy@gmail.com', 'a743f68efe', '', 'C', 4578, NULL, '2020-12-18 18:56:06', 0, 0, 0, 0, 0, 'NUC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenkaobermannova@gmail.com', 'e8ebfff165', '', 'C', 4579, NULL, '2020-12-18 18:56:06', 0, 0, 0, 0, 0, 'OBERMANNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOM', 'tomoreilly34@hotmail.com', '0862479771', '', 'C', 4580, NULL, '2020-12-18 18:56:06', 0, 0, 0, 0, 0, 'OREILLY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzanaosako@gmail.com', '6c0bec07c8', '', 'C', 4581, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'OSAKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'slapnicka@me.com', '726dee9b3f', '', 'C', 4582, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'OULICKY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVETLANA', '031716@gmail.com', '09ec1cfac4', '', 'C', 4583, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'OVSJANNIKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STÉPHANE', 'x@ant.com', 'b395328ced', '', 'C', 4584, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'PACAUD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIK', 'dominikpacovsky21@gmail.com', 'b1e9831a37', '', 'C', 4585, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'PACOVSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.palanova@gmail.com', 'e028bad379', '', 'C', 4586, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'PALÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.palirova@gmail.com', '37c59cb8c8', '', 'C', 4587, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'PALÍROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRICIE', 'patricia2000@gmail.com', '5e6e98d845', '', 'C', 4588, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'PALMER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'timtim.panenka@gmail.com', '4af1e9660d', '', 'C', 4589, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'PANENKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMIR', 'sgpincorp@gmail.com', '7304bdf91f', '', 'C', 4590, NULL, '2020-12-18 18:56:07', 0, 0, 0, 0, 0, 'PANYUTIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ASHOT', 'ashot1100@gmail.com', 'b98b7dc8eb', '', 'C', 4591, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'PAPAZYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YEEUN', 'yeenp1993@gmail.com', '58af0488cd', '', 'C', 4592, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'PARK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'pet.patkova@gmail.com', 'ef8f8b8589', '', 'C', 4593, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'Jirků', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GENNADIY', 'gennadiypavlov@gmail.com', 'e0910162b5', '', 'C', 4594, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'PAVLOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JURAJ', 'juraj.payer@gmail.com', 'c9c5aee74f', '', 'C', 4595, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'PAYER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.pejskova@yahoo.com', '0abcb9a630', '', 'C', 4596, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'PEJŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SYLVIA', 'sylviapelesova@me.com', 'd2d6498428', '', 'C', 4597, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'PELEŠOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.pelikanova84@gmail.com', '468cdd7cbc', '', 'C', 4598, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'PELIKÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANA', 'peraica.ana@gmail.com', '0964cf6ec7', '', 'C', 4599, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'PERAICA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BLANKA', 'peskova.blanka@gmail.com', 'd8f53df11e', '', 'C', 4600, NULL, '2020-12-18 18:56:08', 0, 0, 0, 0, 0, 'PEŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBARA ISABEL', 'barbara.i.peslova@mail.com', '3d78cca737', '', 'C', 4601, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PEŠLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tereza.petera@gmail.com', '96b5a05ad8', '', 'C', 4602, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PETEROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'petrankova.katerina@gmail.com', '988cdf6356', '', 'C', 4603, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PETRÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'iva_petrovic@yahoo.com', '5c57f9d756', '', 'C', 4604, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PETROVIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'david-petricek@msn.com', '23e582bbd1', '', 'C', 4605, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PETŘÍČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'petrikova.anet@gmail.com', '48b4b4971a', '', 'C', 4606, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PETŘIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiripich22@gmail.com', '7720504ae3', '', 'C', 4607, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PICH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALISA', 'al.pirogova@gmail.com', '1ee25838c7', '', 'C', 4608, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PIROGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.p.madlova@gmail.com', '3de751f434', '', 'C', 4609, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PITHARD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terezapg66@gmail.com', '174e076dc6', '', 'C', 4610, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PLECENÍK GAŠPAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARINA', 'bubukatarina@yahoo.com', '00d4745cd0', '', 'C', 4611, NULL, '2020-12-18 18:56:09', 0, 0, 0, 0, 0, 'PLESKOT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANETA', 'janeta.plhakova@gmail.com', '6ee4fb4c16', '', 'C', 4612, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'PLHÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'pavlina.plochova@gmail.com', 'ec672a848e', '', 'C', 4613, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'PLOCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivimuco@gmail.com', 'ba3aa5d77f', '', 'C', 4614, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'POČIATKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.podrapsky@gmail.com', '25b32a1ab4', '', 'C', 4615, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'PODRAPSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 't.podstolna@gmail.com', '5b3aa440e4', '', 'C', 4616, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'PODSTOLNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'list1129@gmail.com', 'cf630a6e78', '', 'C', 4617, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'POGODINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.pokorny8380@gmail.com', '11e2c3be63', '', 'C', 4618, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'POKORNÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOZEF', 'jozef.polak@yahoo.com', 'dd01155a58', '', 'C', 4619, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'POLÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'mpolakova@me.com', '46f2768d44', '', 'C', 4620, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'POLÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOMINIKA', 'dominica.666@gmail.com', '84b80493a0', '', 'C', 4621, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'POLEDNÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VALERIYA', 'valeriya_polishchuk@yahoo.com', 'f03b396eee', '', 'C', 4622, NULL, '2020-12-18 18:56:10', 0, 0, 0, 0, 0, 'POLISHCHUK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KARINA', 'polyanina.karina@gmail.com', '85630f38df', '', 'C', 4623, NULL, '2020-12-18 18:56:11', 0, 0, 0, 0, 0, 'POLYÁNÍNA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAEL', 'pomplik.m@gmail.com', 'ee43e892f0', '', 'C', 4624, NULL, '2020-12-18 18:56:11', 0, 0, 0, 0, 0, 'POMPL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'poncovaveronika@gmail.com', 'ef2c482935', '', 'C', 4625, NULL, '2020-12-18 18:56:11', 0, 0, 0, 0, 0, 'PONCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VELITCHKA', 'v.popova@me.com', 'c78ff108c7', '', 'C', 4626, NULL, '2020-12-18 18:56:11', 0, 0, 0, 0, 0, 'POPOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'daniela.taborska@icloud.com', '81e4800c7a', '', 'C', 4627, NULL, '2020-12-18 18:56:11', 0, 0, 0, 0, 0, 'POPRACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANASTASIA', 'popravka.anastasia@gmail.com', 'b5d84ce511', '', 'C', 4628, NULL, '2020-12-18 18:56:11', 0, 0, 0, 0, 0, 'POPRAVKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANASTASIYA', 'popravka.anastasiya@gmail.com', 'ee30076fa1', '', 'C', 4629, NULL, '2020-12-18 18:56:11', 0, 0, 0, 0, 0, 'POPRAVKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SILVIA', 'silvia.porfili@gmail.com', '915b513a0b', '', 'C', 4630, NULL, '2020-12-18 18:56:11', 0, 0, 0, 0, 0, 'PORFILI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'marketa.porybna@gmail.com', 'b998458a96', '', 'C', 4631, NULL, '2020-12-18 18:56:12', 0, 0, 0, 0, 0, 'PORYBNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENA', 'leny.posmyk@gmail.com', 'ae4ca76788', '', 'C', 4632, NULL, '2020-12-18 18:56:12', 0, 0, 0, 0, 0, 'POSMYK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBOR', 'luborpospichal@gmail.com', '591ead7b7f', '', 'C', 4633, NULL, '2020-12-18 18:56:12', 0, 0, 0, 0, 0, 'POSPÍCHAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andy.povazanova@gmail.com', '80a6c526e9', '', 'C', 4634, NULL, '2020-12-18 18:56:12', 0, 0, 0, 0, 0, 'POVAŽANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'mpovolna@gmail.com', 'e7a81c16df', '', 'C', 4635, NULL, '2020-12-18 18:56:13', 0, 0, 0, 0, 0, 'POVOLNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'povolna.michaela@gmail.com', 'f2bef546cc', '', 'C', 4636, NULL, '2020-12-18 18:56:13', 0, 0, 0, 0, 0, 'POVOLNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.janku@yahoo.com', 'bbcc03f1fe', '', 'C', 4637, NULL, '2020-12-18 18:56:13', 0, 0, 0, 0, 0, 'POVOLNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GERON', 'pozov@btinternet.com', 'ac8d7264de', '', 'C', 4638, NULL, '2020-12-18 18:56:13', 0, 0, 0, 0, 0, 'POZOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RUBEŠ TIHANA', 'tihana.presecki@gmail.com', '4512903d04', '', 'C', 4639, NULL, '2020-12-18 18:56:13', 0, 0, 0, 0, 0, 'PRESEČKI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NORA', 'nora_sokolova@yahoo.com', '13fceb7a83', '', 'C', 4640, NULL, '2020-12-18 18:56:14', 0, 0, 0, 0, 0, 'PROFANTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'prochazka@designpropagande.com', 'ed1d73fc43', '', 'C', 4641, NULL, '2020-12-18 18:56:14', 0, 0, 0, 0, 0, 'PROCHÁZKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANJA', 'info@janjaprokic.com', 'f0950c7957', '', 'C', 4642, NULL, '2020-12-18 18:56:14', 0, 0, 0, 0, 0, 'PROKIĆ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.prokopova1@gmail.com', 'b05cf2e85f', '', 'C', 4643, NULL, '2020-12-18 18:56:14', 0, 0, 0, 0, 0, 'PROKOPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALENA', 'magdalena.pruner@gmail.com', '38e23498a0', '', 'C', 4644, NULL, '2020-12-18 18:56:14', 0, 0, 0, 0, 0, 'PRUNEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'pavlinapudilova@me.com', '3a7b15cda4', '', 'C', 4645, NULL, '2020-12-18 18:56:15', 0, 0, 0, 0, 0, 'PUDILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALICE', 'alice.punch@kornferry.com', '8428b3a203', '', 'C', 4646, NULL, '2020-12-18 18:56:15', 0, 0, 0, 0, 0, 'PUNCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VADIM', 'vadimra@yahoo.com', 'b0c2f6b8c1', '', 'C', 4647, NULL, '2020-12-18 18:56:15', 0, 0, 0, 0, 0, 'RABIN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EKATERINA', 'ekaterina.radajeva@gmail.com', '4720a5df7d', '', 'C', 4648, NULL, '2020-12-18 18:56:15', 0, 0, 0, 0, 0, 'RADAJEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAREK', 'marek.radnai@gmail.com', 'e5123ed30d', '', 'C', 4649, NULL, '2020-12-18 18:56:15', 0, 0, 0, 0, 0, 'RADNAI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BEÁTA', 'beata@beatarajska.com', '32f7cf44ff', '', 'C', 4650, NULL, '2020-12-18 18:56:15', 0, 0, 0, 0, 0, 'RAJSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'rajtmartin@gmail.com', '75e4061ec2', '', 'C', 4651, NULL, '2020-12-18 18:56:15', 0, 0, 0, 0, 0, 'RAJT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'ondrej.rakosnik@gmail.com', 'c8ac680db9', '', 'C', 4652, NULL, '2020-12-18 18:56:15', 0, 0, 0, 0, 0, 'RÁKOSNÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PABLO', 'p_ramosm@hotmail.com', '698be63ddf', '', 'C', 4653, NULL, '2020-12-18 18:56:15', 0, 0, 0, 0, 0, 'RAMOS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronikaherakova@hotmail.com', '327584fa37', '', 'C', 4654, NULL, '2020-12-18 18:56:16', 0, 0, 0, 0, 0, 'RANČÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.rasek@xevox.com', 'e24a01391b', '', 'C', 4655, NULL, '2020-12-18 18:56:16', 0, 0, 0, 0, 0, 'RAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiri.rasek@hotmail.com', '62ee7dd9a7', '', 'C', 4656, NULL, '2020-12-18 18:56:16', 0, 0, 0, 0, 0, 'RAŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLIVERA', 'olivera.rasetova@live.com', 'cddb26485a', '', 'C', 4657, NULL, '2020-12-18 18:56:16', 0, 0, 0, 0, 0, 'RAŠETOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HARIS', 'redzic.haris@gmail.com', '15adba6433', '', 'C', 4658, NULL, '2020-12-18 18:56:16', 0, 0, 0, 0, 0, 'REDŽIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('JAN', 'rejlek.jan@gmail.com', 'd7975eb9e3', '', 'C', 4659, NULL, '2020-12-18 18:56:16', 0, 0, 0, 0, 0, 'REJLEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MIROSLAV', 'mirek74richter@gmail.com', 'c45d6d8a91', '', 'C', 4660, NULL, '2020-12-18 18:56:16', 0, 0, 0, 0, 0, 'RICHTER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'rintelova@meracrest.com', 'fe602d0c07', '', 'C', 4661, NULL, '2020-12-18 18:56:16', 0, 0, 0, 0, 0, 'RINTELOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'nomad605@hotmail.com', '15c75cabf1', '', 'C', 4662, NULL, '2020-12-18 18:56:17', 0, 0, 0, 0, 0, 'RODRÍGUEZ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.rogerova@gmail.com', '6b1e208710', '', 'C', 4663, NULL, '2020-12-18 18:56:17', 0, 0, 0, 0, 0, 'ROGEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JULIE', 'julie-romashko@yahoo.com', '69ee4c071f', '', 'C', 4664, NULL, '2020-12-18 18:56:17', 0, 0, 0, 0, 0, 'ROMASHKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DMITRY', 'oldboy1488@gmail.com', '8e59988193', '', 'C', 4665, NULL, '2020-12-18 18:56:17', 0, 0, 0, 0, 0, 'ROSKACH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'krossouw@deloittece.com', '8ea0841537', '', 'C', 4666, NULL, '2020-12-18 18:56:17', 0, 0, 0, 0, 0, 'ROSSOUW', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radek.rubes@unilevur.com', 'b53837bac0', '', 'C', 4667, NULL, '2020-12-18 18:56:17', 0, 0, 0, 0, 0, 'RUBEŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'alexandra.rudysarova@gmail.com', 'b93b4d6774', '', 'C', 4668, NULL, '2020-12-18 18:56:17', 0, 0, 0, 0, 0, 'RUDYŠAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VASKO', 'info@stspraha.com', '35b64906d9', '', 'C', 4669, NULL, '2020-12-18 18:56:17', 0, 0, 0, 0, 0, 'RUKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTONÍN', 'stavby.ruman@gmail.com', '90616a3cbf', '', 'C', 4670, NULL, '2020-12-18 18:56:18', 0, 0, 0, 0, 0, 'RUMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'x@rumlatelier.com', 'fa47917d93', '', 'C', 4671, NULL, '2020-12-18 18:56:18', 0, 0, 0, 0, 0, 'RUMLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GORDANA', 'gordanazafra@gmail.com', 'd8b1499a20', '', 'C', 4672, NULL, '2020-12-18 18:56:18', 0, 0, 0, 0, 0, 'RUŠNOV ZAFRANOVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIK', 'ruzickapatrik@rmail.com', '8004137d8a', '', 'C', 4673, NULL, '2020-12-18 18:56:18', 0, 0, 0, 0, 0, 'RŮŽIČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'vem3n0@gmail.com', '6d2def3d59', '', 'C', 4674, NULL, '2020-12-18 18:56:18', 0, 0, 0, 0, 0, 'RŮŽIČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDER', 'abc38000@gmail.com', 'ab3d59e448', '', 'C', 4675, NULL, '2020-12-18 18:56:18', 0, 0, 0, 0, 0, 'RYADCHIKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUDMILA', 'rybarsky.jan@gmail.com', '5990688d6d', '', 'C', 4676, NULL, '2020-12-18 18:56:18', 0, 0, 0, 0, 0, 'RYBÁRSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'ryplova.petra1@gmail.com', '6f1c90ca73', '', 'C', 4677, NULL, '2020-12-18 18:56:19', 0, 0, 0, 0, 0, 'RYPLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBUŠE', 'libuse.rerabkova@gmail.com', '094d22f9eb', '', 'C', 4678, NULL, '2020-12-18 18:56:19', 0, 0, 0, 0, 0, 'ŘEŘÁBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'daniela.rezabkova@gmail.com', '85226b5674', '', 'C', 4679, NULL, '2020-12-18 18:56:19', 0, 0, 0, 0, 0, 'ŘEŽÁBKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'seiko.kojimo@gmail.com', '0cea60b179', '', 'C', 4680, NULL, '2020-12-18 18:56:19', 0, 0, 0, 0, 0, 'SABELKINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIELA', 'sobolova.dada@gmail.com', 'd938931408', '', 'C', 4681, NULL, '2020-12-18 18:56:20', 0, 0, 0, 0, 0, 'SABOLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALENA', 'a.sadilkova@gmail.com', '8584c3bf5c', '', 'C', 4682, NULL, '2020-12-18 18:56:20', 0, 0, 0, 0, 0, 'SADÍLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.sahulova@gmail.com', 'ef4d4c7daa', '', 'C', 4683, NULL, '2020-12-18 18:56:21', 0, 0, 0, 0, 0, 'SAHULOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LADA', 'lada.saitova@gmail.com', '4c2ebe0af5', '', 'C', 4684, NULL, '2020-12-18 18:56:21', 0, 0, 0, 0, 0, 'SAITOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'huantaa@gmail.com', '627d6a4e6e', '', 'C', 4685, NULL, '2020-12-18 18:56:21', 0, 0, 0, 0, 0, 'SAKHAROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VICTORIA', 'svictoria168@gmail.com', '6bcfccc2fa', '', 'C', 4686, NULL, '2020-12-18 18:56:21', 0, 0, 0, 0, 0, 'SAKUAROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.samcova@gmail.com', '7d483d8f8e', '', 'C', 4687, NULL, '2020-12-18 18:56:22', 0, 0, 0, 0, 0, 'SAMCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MAGDALENA', 'm.samkova@gmail.com', '9e167f23a3', '', 'C', 4688, NULL, '2020-12-18 18:56:22', 0, 0, 0, 0, 0, 'SAMKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONA', 'mona@elementz.com', '4b31497b32', '', 'C', 4689, NULL, '2020-12-18 18:56:22', 0, 0, 0, 0, 0, 'SANDESCU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LARYSA', 'lipski@gmail.com', 'a306a76702', '', 'C', 4690, NULL, '2020-12-18 18:56:22', 0, 0, 0, 0, 0, 'SASCHKINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RUBEN', 'ruben.satink@ge.com', 'cb4a476f04', '', 'C', 4691, NULL, '2020-12-18 18:56:22', 0, 0, 0, 0, 0, 'SATINK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCA', 'savino@savinopartners.com', 'a24e63724c', '', 'C', 4692, NULL, '2020-12-18 18:56:22', 0, 0, 0, 0, 0, 'SAVINO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ENRICO', 'enrico.csopa@gmail.com', '16638f8186', '', 'C', 4693, NULL, '2020-12-18 18:56:22', 0, 0, 0, 0, 0, 'SCOPA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÍT', 'vit.sedlacek@hotmail.com', '0a5272b287', '', 'C', 4694, NULL, '2020-12-18 18:56:22', 0, 0, 0, 0, 0, 'SEDLÁČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLDŘICH', 'o.sedlmajer@gmail.com', 'b01d50d6e8', '', 'C', 4695, NULL, '2020-12-18 18:56:22', 0, 0, 0, 0, 0, 'SEDLMAJER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.seewald@gmail.com', '2763b165bf', '', 'C', 4696, NULL, '2020-12-18 18:56:23', 0, 0, 0, 0, 0, 'SEEWALD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIAM', 'marim.semenova@gmail.com', 'ab698ca9e9', '', 'C', 4697, NULL, '2020-12-18 18:56:23', 0, 0, 0, 0, 0, 'SEMENOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIA', 'irisy1969@gmail.com', 'e4fbcd3190', '', 'C', 4698, NULL, '2020-12-18 18:56:23', 0, 0, 0, 0, 0, 'SEMENTSOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ILONA', 'semradova.ilona@gmail.com', '50dbd2d241', '', 'C', 4699, NULL, '2020-12-18 18:56:23', 0, 0, 0, 0, 0, 'SEMERÁDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTEFAN', 'mupika@gmail.com', '1a1be14b14', '', 'C', 4700, NULL, '2020-12-18 18:56:23', 0, 0, 0, 0, 0, 'SENECKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DOROTA', 'dseunik@yahoo.com', 'b1ec6693b5', '', 'C', 4701, NULL, '2020-12-18 18:56:23', 0, 0, 0, 0, 0, 'SEUNIKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.severa@weil.com', '0a849e812f', '', 'C', 4702, NULL, '2020-12-18 18:56:23', 0, 0, 0, 0, 0, 'SEVERA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IMAMALIEV', 's.imamalieva@gmail.com', '7032ba538b', '', 'C', 4703, NULL, '2020-12-18 18:56:24', 0, 0, 0, 0, 0, 'SHARAF', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', '8elena108@gmail.com', '4dad3db074', '', 'C', 4704, NULL, '2020-12-18 18:56:24', 0, 0, 0, 0, 0, 'SHARYKINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('INGRID', 'shee.anthony@gmail.com', 'e8bb1e0181', '', 'C', 4705, NULL, '2020-12-18 18:56:24', 0, 0, 0, 0, 0, 'SHEE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('FRED', 'fresh_solutions@live.com', 'fcd9a2a74d', '', 'C', 4706, NULL, '2020-12-18 18:56:24', 0, 0, 0, 0, 0, 'SHEN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VICTOR', 'victorschilling@gmail.com', '85a4d9c74a', '', 'C', 4707, NULL, '2020-12-18 18:56:24', 0, 0, 0, 0, 0, 'SCHILLING', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'moni.moonie@icloud.com', '7127eebcc4', '', 'C', 4708, NULL, '2020-12-18 18:56:24', 0, 0, 0, 0, 0, 'SCHIMKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radek.schneider@hotmail.com', '8ca15c0a0e', '', 'C', 4709, NULL, '2020-12-18 18:56:24', 0, 0, 0, 0, 0, 'SCHNEIDER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'monikes87@hotmail.com', '3410268a36', '', 'C', 4710, NULL, '2020-12-18 18:56:24', 0, 0, 0, 0, 0, 'SCHNEIDEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTĚPÁNKA', 'schubertova.step@gmail.com', '7668216980', '', 'C', 4711, NULL, '2020-12-18 18:56:25', 0, 0, 0, 0, 0, 'SCHUBERTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PRINZESSIN', 'sekretariat@vonschwarzenberg.com', '1e7856b298', '', 'C', 4712, NULL, '2020-12-18 18:56:25', 0, 0, 0, 0, 0, 'SCHWARZENBERG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikol.schweinerova@gmail.com', '9046cd40cf', '', 'C', 4713, NULL, '2020-12-18 18:56:25', 0, 0, 0, 0, 0, 'SCHWEINEROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'sierraklara@gmail.com', '7deab59800', '', 'C', 4714, NULL, '2020-12-18 18:56:26', 0, 0, 0, 0, 0, 'SIERRA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SVETLANA', 'silinadi@gmail.com', 'ac499bd2ea', '', 'C', 4715, NULL, '2020-12-18 18:56:26', 0, 0, 0, 0, 0, 'SILINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'vitilem@gmail.com', '9859323f30', '', 'C', 4716, NULL, '2020-12-18 18:56:26', 0, 0, 0, 0, 0, 'SIMAKHINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KIRILL', 'skirill2006@yahoo.com', 'd21bf092e5', '', 'C', 4717, NULL, '2020-12-18 18:56:27', 0, 0, 0, 0, 0, 'SINCOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'roman.sipiczki@gmail.com', '613f36c302', '', 'C', 4718, NULL, '2020-12-18 18:56:27', 0, 0, 0, 0, 0, 'SIPICZKI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'siruotka@hotmail.com', '78db192e34', '', 'C', 4719, NULL, '2020-12-18 18:56:27', 0, 0, 0, 0, 0, 'SIROTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAL', 'sivekm@gmail.com', '193ffd5827', '', 'C', 4720, NULL, '2020-12-18 18:56:28', 0, 0, 0, 0, 0, 'SIVEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'mchojkova@hotmail.com', 'bb84dc7398', '', 'C', 4721, NULL, '2020-12-18 18:56:28', 0, 0, 0, 0, 0, 'SKALICKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JITKA', 'jitka.skalickova@gmail.com', 'c6767aefcb', '', 'C', 4722, NULL, '2020-12-18 18:56:28', 0, 0, 0, 0, 0, 'SKALIČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.skopovy@lovells.com', 'b73e4867aa', '', 'C', 4723, NULL, '2020-12-18 18:56:29', 0, 0, 0, 0, 0, 'SKOPOVÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUBICA', 'lubi69@icloud.com', '4321a9e97e', '', 'C', 4724, NULL, '2020-12-18 18:56:29', 0, 0, 0, 0, 0, 'SKUSILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATARÍNA', 'slosiarovak@gmail.com', '10f5d339d0', '', 'C', 4725, NULL, '2020-12-18 18:56:30', 0, 0, 0, 0, 0, 'SLOŠIAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEŠ', 'che1972@me.com', '21f06bf620', '', 'C', 4726, NULL, '2020-12-18 18:56:30', 0, 0, 0, 0, 0, 'SLOUPENSKÝ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YANINA', 'yanaslyukanych@email.com', '0aa5c04f81', '', 'C', 4727, NULL, '2020-12-18 18:56:30', 0, 0, 0, 0, 0, 'SLYUKANYCH', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KRISTÝNA', 'smetakovak@gmail.com', '0a66d7aad1', '', 'C', 4728, NULL, '2020-12-18 18:56:31', 0, 0, 0, 0, 0, 'SMĚTÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DARJA', 'darjasmielak@gmail.com', '2e63e32095', '', 'C', 4729, NULL, '2020-12-18 18:56:31', 0, 0, 0, 0, 0, 'SMIELAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GALINA', 'galina.praha@gmail.com', '89428439f1', '', 'C', 4730, NULL, '2020-12-18 18:56:32', 0, 0, 0, 0, 0, 'SMIRNOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hana.smrzova@gmail.com', 'c9406ae704', '', 'C', 4731, NULL, '2020-12-18 18:56:32', 0, 0, 0, 0, 0, 'Smržová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'suzi.soj@gmail.com', 'ec874f29de', '', 'C', 4732, NULL, '2020-12-18 18:56:33', 0, 0, 0, 0, 0, 'SOJBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRIZIA', 'patrizia@baumatic.com', '0ef79b93d9', '', 'C', 4733, NULL, '2020-12-18 18:56:34', 0, 0, 0, 0, 0, 'SOLARI', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'e.sonina@gmail.com', '75d1f5498f', '', 'C', 4734, NULL, '2020-12-18 18:56:34', 0, 0, 0, 0, 0, 'SONINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'denisa.sorkova@gmail.com', '274f5f0cfc', '', 'C', 4735, NULL, '2020-12-18 18:56:36', 0, 0, 0, 0, 0, 'SORKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milan.spalevic@gmail.com', '5b885e2f94', '', 'C', 4736, NULL, '2020-12-18 18:56:37', 0, 0, 0, 0, 0, 'SPALEVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ELENA', 'elenaspetsakova@gmail.com', 'adaf6c8557', '', 'C', 4737, NULL, '2020-12-18 18:56:38', 0, 0, 0, 0, 0, 'SPETSAKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'srb.lucie@gmail.com', 'f1d61eebc5', '', 'C', 4738, NULL, '2020-12-18 18:56:38', 0, 0, 0, 0, 0, 'SRBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'v.srnec@me.com', '98b7700107', '', 'C', 4739, NULL, '2020-12-18 18:56:39', 0, 0, 0, 0, 0, 'SRNEC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MONIKA', 'mstanieczkova@gmail.com', 'c7f4c4e7be', '', 'C', 4740, NULL, '2020-12-18 18:56:39', 0, 0, 0, 0, 0, 'STANIECZKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'starjan19@hotmail.com', 'a1c6a397c0', '', 'C', 4741, NULL, '2020-12-18 18:56:39', 0, 0, 0, 0, 0, 'STARKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.stefanic@yahoo.com', 'd23bafe024', '', 'C', 4742, NULL, '2020-12-18 18:56:40', 0, 0, 0, 0, 0, 'STEFANOVIČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANNA', 'dannasoga@yahoo.com', '850ecdce59', '', 'C', 4743, NULL, '2020-12-18 18:56:40', 0, 0, 0, 0, 0, 'STEPANOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALEXANDRA', 'alexandrastotskayaxo@gmail.com', 'e44fb800a8', '', 'C', 4744, NULL, '2020-12-18 18:56:40', 0, 0, 0, 0, 0, 'STOTSKAYA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTĚPÁN', 'strejcek.stepan@gmail.com', '09586ea874', '', 'C', 4745, NULL, '2020-12-18 18:56:41', 0, 0, 0, 0, 0, 'STREJČEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DIANA', 'dianastr.84@gmail.com', '95d4a0341c', '', 'C', 4746, NULL, '2020-12-18 18:56:41', 0, 0, 0, 0, 0, 'STRELKOVSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'vstroyakovski@gmail.com', '6b120b225e', '', 'C', 4747, NULL, '2020-12-18 18:56:42', 0, 0, 0, 0, 0, 'STROYAKOVSKAYA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'streskova.a@gmail.com', '3a822491ea', '', 'C', 4748, NULL, '2020-12-18 18:56:42', 0, 0, 0, 0, 0, 'STŘESKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'stribrnaeva@gmail.com', '70c07ed4dd', '', 'C', 4749, NULL, '2020-12-18 18:56:42', 0, 0, 0, 0, 0, 'STŘÍBRNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('POLINA', 'subbotina.po@gmail.com', 'c85781e396', '', 'C', 4750, NULL, '2020-12-18 18:56:43', 0, 0, 0, 0, 0, 'SUBBOTINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NÁTÁLIE', 'natalia.subotic@gmail.com', '31a3fcbba3', '', 'C', 4751, NULL, '2020-12-18 18:56:43', 0, 0, 0, 0, 0, 'SUBOTIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NATALIE', 'stratkom2010@gmail.com', 'e28544bed5', '', 'C', 4752, NULL, '2020-12-18 18:56:45', 0, 0, 0, 0, 0, 'SUDLIANKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMAN', 'roman.suchanek@gmail.com', 'b5b406edcd', '', 'C', 4753, NULL, '2020-12-18 18:56:46', 0, 0, 0, 0, 0, 'SUCHÁNEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'renata.suchankova@hp.com', 'd7d7859d52', '', 'C', 4754, NULL, '2020-12-18 18:56:46', 0, 0, 0, 0, 0, 'SUCHÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gappeal@gmail.com', '3918f01294', '', 'C', 4755, NULL, '2020-12-18 18:56:48', 0, 0, 0, 0, 0, 'SÚKUPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JURAJ', 'marco11sk@gmail.com', 'e0e743d4ea', '', 'C', 4756, NULL, '2020-12-18 18:56:48', 0, 0, 0, 0, 0, 'SULC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VALENTIN', 'shop.tour.eu@gmail.com', '72a3f73c23', '', 'C', 4757, NULL, '2020-12-18 18:56:48', 0, 0, 0, 0, 0, 'SULEYMANOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREJ', 'jgobelva@hotmail.com', 'dcdbb9d869', '', 'C', 4758, NULL, '2020-12-18 18:56:49', 0, 0, 0, 0, 0, 'SURŇAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.sutorcikova@gmail.com', 'c1055a0218', '', 'C', 4759, NULL, '2020-12-18 18:56:49', 0, 0, 0, 0, 0, 'SUTORČÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'michaela.svedonikova@jatomi.com', '57d47523f1', '', 'C', 4760, NULL, '2020-12-18 18:56:50', 0, 0, 0, 0, 0, 'SVEDONÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'wormik@gmail.com', '4f4eba15d8', '', 'C', 4761, NULL, '2020-12-18 18:56:50', 0, 0, 0, 0, 0, 'SVOBODA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.svoboda5@gmail.com', '8f150d0e55', '', 'C', 4762, NULL, '2020-12-18 18:56:51', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'svobodova.renata@amail.com', 'e427e33d4f', '', 'C', 4763, NULL, '2020-12-18 18:56:51', 0, 0, 0, 0, 0, 'SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ERICKA', 'tiaelli@hotmail.com', '360e2eb207', '', 'C', 4764, NULL, '2020-12-18 18:56:52', 0, 0, 0, 0, 0, 'SYKORA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLÍNA', 'sykorovapavlina@gmail.com', '7f354f092f', '', 'C', 4765, NULL, '2020-12-18 18:56:52', 0, 0, 0, 0, 0, 'SÝKOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TAMARA', 'adde2005@gmail.com', '0515df83f2', '', 'C', 4766, NULL, '2020-12-18 18:56:53', 0, 0, 0, 0, 0, 'SYMONENKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivana.syslova@ca-cib.com', '7113f1c56b', '', 'C', 4767, NULL, '2020-12-18 18:56:53', 0, 0, 0, 0, 0, 'SYSLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NADĚŽDA', 'nsnstyle2002@gmail.com', '6061951808', '', 'C', 4768, NULL, '2020-12-18 18:56:54', 0, 0, 0, 0, 0, 'SYTNIKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'p.szabova@delivergroup.com', '25b1234fb2', '', 'C', 4769, NULL, '2020-12-18 18:56:55', 0, 0, 0, 0, 0, 'SZABÓOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ATTILA', 'atti.szeles@gmail.com', '36051a3608', '', 'C', 4770, NULL, '2020-12-18 18:56:55', 0, 0, 0, 0, 0, 'SZÉLES', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIEL', 'gabriel.szuma@gmail.com', 'f9b4328110', '', 'C', 4771, NULL, '2020-12-18 18:56:56', 0, 0, 0, 0, 0, 'SZUMA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'sadkova.verca@gmail.com', '109c033dca', '', 'C', 4772, NULL, '2020-12-18 18:56:57', 0, 0, 0, 0, 0, 'ŠÁDKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'samanova@bedfort-consultants.com', 'cabc75ccdd', '', 'C', 4773, NULL, '2020-12-18 18:56:57', 0, 0, 0, 0, 0, 'ŠAMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVLA', 'pavla.sebesta@gmail.com', 'f23ce59099', '', 'C', 4774, NULL, '2020-12-18 18:56:58', 0, 0, 0, 0, 0, 'ŠEBESTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.sedivcova@icloud.com', 'e5a31425d1', '', 'C', 4775, NULL, '2020-12-18 18:56:58', 0, 0, 0, 0, 0, 'ŠEDIVCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renataxinko@gmail.com', '0afb3f9ba2', '', 'C', 4776, NULL, '2020-12-18 18:56:59', 0, 0, 0, 0, 0, 'ŠECHNY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADKA', 'radka.sidlova@icloud.com', '25802301d7', '', 'C', 4777, NULL, '2020-12-18 18:56:59', 0, 0, 0, 0, 0, 'ŠÍDLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renata.simankova@gmail.com', 'f2b0bbfeb7', '', 'C', 4778, NULL, '2020-12-18 18:56:59', 0, 0, 0, 0, 0, 'ŠIMÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAELA', 'simeckova@icloud.com', 'a84285a851', '', 'C', 4779, NULL, '2020-12-18 18:57:00', 0, 0, 0, 0, 0, 'ŠIMEČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SOŇA', 'mista@mistamusic.com', '5344c5c548', '', 'C', 4780, NULL, '2020-12-18 18:57:00', 0, 0, 0, 0, 0, 'ŠIMOROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'anet.sipova@gmail.com', '4eed7300b7', '', 'C', 4781, NULL, '2020-12-18 18:57:01', 0, 0, 0, 0, 0, 'ŠÍPOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JOSEF', 'stavmonter@gmail.com', 'b2facf4407', '', 'C', 4782, NULL, '2020-12-18 18:57:01', 0, 0, 0, 0, 0, 'ŠKOLKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.skopilova@gmail.com', '393d39c9ed', '', 'C', 4783, NULL, '2020-12-18 18:57:01', 0, 0, 0, 0, 0, 'ŠKORPILOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikola.skrlantova@gmail.com', '569b807ea8', '', 'C', 4784, NULL, '2020-12-18 18:57:01', 0, 0, 0, 0, 0, 'ŠKRLANTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LIBUŠE', 'libuse.sleisova@eu.agc.com', '452625c979', '', 'C', 4785, NULL, '2020-12-18 18:57:01', 0, 0, 0, 0, 0, 'ŠLEISOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'dada.smith@icloud.com', '57718c6319', '', 'C', 4786, NULL, '2020-12-18 18:57:02', 0, 0, 0, 0, 0, 'ŠMÍDOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barbora@snablova.com', '2b65db5dc8', '', 'C', 4787, NULL, '2020-12-18 18:57:02', 0, 0, 0, 0, 0, 'ŠNÁBLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('ZBYNĚK', 'zbynek.sonka@gmail.com', '57ad9e1051', '', 'C', 4788, NULL, '2020-12-18 18:57:02', 0, 0, 0, 0, 0, 'ŠONKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'suplikova.k@hotmail.com', 'c0a4aaa0a4', '', 'C', 4789, NULL, '2020-12-18 18:57:02', 0, 0, 0, 0, 0, 'ŠOPINCOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KLÁRA', 'klara.celechovska@gmail.com', 'c7b5fabba6', '', 'C', 4790, NULL, '2020-12-18 18:57:02', 0, 0, 0, 0, 0, 'ŠOPOVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVA', 'ivasormova@eu.averydennison.com', '813d8216de', '', 'C', 4791, NULL, '2020-12-18 18:57:03', 0, 0, 0, 0, 0, 'ŠORMOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MILAN', 'milansoula@hotmail.com', '17f5e80c8b', '', 'C', 4792, NULL, '2020-12-18 18:57:03', 0, 0, 0, 0, 0, 'ŠOULA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'mspacirova@gmail.com', 'ecf4d56eb2', '', 'C', 4793, NULL, '2020-12-18 18:57:03', 0, 0, 0, 0, 0, 'ŠPACÍROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADÉLA', 'adela306@gmail.com', '358837af86', '', 'C', 4794, NULL, '2020-12-18 18:57:04', 0, 0, 0, 0, 0, 'ŠPÁKOVÁ HAMPEL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANIEL', 'danyel.spic@gmail.com', '8c6b84f1e3', '', 'C', 4795, NULL, '2020-12-18 18:57:04', 0, 0, 0, 0, 0, 'ŠPÍC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BARBORA', 'barbora.spitalska@astellas.com', '7f070a4091', '', 'C', 4796, NULL, '2020-12-18 18:57:04', 0, 0, 0, 0, 0, 'ŠPITÁLSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SOŇA', 'sona.srobarova@gmail.com', '2137981475', '', 'C', 4797, NULL, '2020-12-18 18:57:04', 0, 0, 0, 0, 0, 'ŠROBÁROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DEJAN', 'dejans@xccp.com', '356a92af7c', '', 'C', 4798, NULL, '2020-12-18 18:57:04', 0, 0, 0, 0, 0, 'ŠTAJNBERGER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.stastna@cz.ey.com', '2c5de57e81', '', 'C', 4799, NULL, '2020-12-18 18:57:04', 0, 0, 0, 0, 0, 'ŠŤASTNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'peetrushke@gmail.com', '7710237ad7', '', 'C', 4800, NULL, '2020-12-18 18:57:04', 0, 0, 0, 0, 0, 'ŠŤÁVOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.stefunko@gmail.com', '7e010280fc', '', 'C', 4801, NULL, '2020-12-18 18:57:04', 0, 0, 0, 0, 0, 'ŠTEFUNKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠIMON', 'simonko26@gmail.com', 'af7562c2b0', '', 'C', 4802, NULL, '2020-12-18 18:57:05', 0, 0, 0, 0, 0, 'ŠTEFUNKO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMON', 'impexcar@impexcar.com', 'df28dda0b8', '', 'C', 4803, NULL, '2020-12-18 18:57:05', 0, 0, 0, 0, 0, 'ŠTEKL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'stepankova@gmail.com', '58335da808', '', 'C', 4804, NULL, '2020-12-18 18:57:05', 0, 0, 0, 0, 0, 'ŠTĚPÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SIMONA', 'stepankova.simonka@gmail.com', '294100ec2a', '', 'C', 4805, NULL, '2020-12-18 18:57:05', 0, 0, 0, 0, 0, 'ŠTĚPÁNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'stepanova.katerina@gmail.com', 'b66cc45c63', '', 'C', 4806, NULL, '2020-12-18 18:57:05', 0, 0, 0, 0, 0, 'ŠTĚPÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZUZANA', 'zuzana.stepanovska@gmail.com', '34c49f479d', '', 'C', 4807, NULL, '2020-12-18 18:57:05', 0, 0, 0, 0, 0, 'ŠTEPANOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'sterbova@me.com', '3ef82416dc', '', 'C', 4808, NULL, '2020-12-18 18:57:05', 0, 0, 0, 0, 0, 'ŠTĚRBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LÍVIA', 'stvrtecka.livia@gmail.com', '307748dd12', '', 'C', 4809, NULL, '2020-12-18 18:57:05', 0, 0, 0, 0, 0, 'ŠTVRTECKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA KATEŘINA', 'lenkakaterina@yahoo.com', '5abc3b1339', '', 'C', 4810, NULL, '2020-12-18 18:57:05', 0, 0, 0, 0, 0, 'ŠTVRTŇOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 'sariii.subrtova@gmail.com', 'd34d6fcb37', '', 'C', 4811, NULL, '2020-12-18 18:57:06', 0, 0, 0, 0, 0, 'ŠUBRT', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romana.svobodova@hotmail.com', '6b100081c9', '', 'C', 4812, NULL, '2020-12-18 18:57:06', 0, 0, 0, 0, 0, 'ŠUHAJOVÁ SVOBODOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAROLÍNA', 'karolina.sulova@gmail.com', 'b75091ba63', '', 'C', 4813, NULL, '2020-12-18 18:57:06', 0, 0, 0, 0, 0, 'ŠULOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GABRIELA', 'gabriela.svecova@hotmail.com', '587d318493', '', 'C', 4814, NULL, '2020-12-18 18:57:06', 0, 0, 0, 0, 0, 'ŠVECOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ONDŘEJ', 'ondrejsvejdik@gmail.com', '9adfe0d9ce', '', 'C', 4815, NULL, '2020-12-18 18:57:06', 0, 0, 0, 0, 0, 'ŠVEJDÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KAREL', 'tkxster@gmail.com', '9264156ae1', '', 'C', 4816, NULL, '2020-12-18 18:57:06', 0, 0, 0, 0, 0, 'TAKÁČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ADRIANA', 'adria0808@hotmail.com', 'd16ef419a0', '', 'C', 4817, NULL, '2020-12-18 18:57:06', 0, 0, 0, 0, 0, 'TELENSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'tesarcz@gmail.com', '888afd7af5', '', 'C', 4818, NULL, '2020-12-18 18:57:06', 0, 0, 0, 0, 0, 'TESAŘ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAVA', 'danabenzmanrova@gmail.com', 'e1ad3b11a7', '', 'C', 4819, NULL, '2020-12-18 18:57:07', 0, 0, 0, 0, 0, 'TICHÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'sidorina.design@gmail.com', '26f415a144', '', 'C', 4820, NULL, '2020-12-18 18:57:07', 0, 0, 0, 0, 0, 'TILLY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YU', 'hxhj2008@hotmail.com', '92559e25b9', '', 'C', 4821, NULL, '2020-12-18 18:57:07', 0, 0, 0, 0, 0, 'TING', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Katya', 'titovakatka@gmail.com', '16c217a7ae', '', 'C', 4822, NULL, '2020-12-18 18:57:07', 0, 0, 0, 0, 0, 'Titova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.zdiby@gmail.com', '470307043d', '', 'C', 4823, NULL, '2020-12-18 18:57:07', 0, 0, 0, 0, 0, 'TOCHÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ivanatokarska@gmail.com', '6bc16995e1', '', 'C', 4824, NULL, '2020-12-18 18:57:07', 0, 0, 0, 0, 0, 'TOKÁRSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARINA', 'mtolcheva@gmail.com', 'c720b8dcf7', '', 'C', 4825, NULL, '2020-12-18 18:57:08', 0, 0, 0, 0, 0, 'TOLCHEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘINA', 'tomanova.ji@gmail.com', '99b8ee86bc', '', 'C', 4826, NULL, '2020-12-18 18:57:08', 0, 0, 0, 0, 0, 'TOMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TAMARA', 'ttomasetto@hotmail.com', '2da2c594b0', '', 'C', 4827, NULL, '2020-12-18 18:57:08', 0, 0, 0, 0, 0, 'TOMASETTO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'eva.tomasek@gmail.com', '8df7691fcd', '', 'C', 4828, NULL, '2020-12-18 18:57:08', 0, 0, 0, 0, 0, 'TOMÁŠKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BICH PHUONG', 'hanhatong@gmail.com', '57136e6e4c', '', 'C', 4829, NULL, '2020-12-18 18:57:08', 0, 0, 0, 0, 0, 'TONG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NGOC TRAN', 'tieuthu-dongdanh_tx@yohoo.com', '0f57e0af4c', '', 'C', 4830, NULL, '2020-12-18 18:57:09', 0, 0, 0, 0, 0, 'TRAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'tetrckova@gmail.com', 'ca515e22af', '', 'C', 4831, NULL, '2020-12-18 18:57:09', 0, 0, 0, 0, 0, 'TRČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'dana_truhlarova@hotmail.com', 'f12edc887a', '', 'C', 4832, NULL, '2020-12-18 18:57:09', 0, 0, 0, 0, 0, 'TRUHLÁŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JIŘÍ', 'jiritrasak72@gmail.com', '0299fb65cc', '', 'C', 4833, NULL, '2020-12-18 18:57:09', 0, 0, 0, 0, 0, 'TŘASÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÁCLAV', 'vaclav@tresak.com', '67f0ced0e0', '', 'C', 4834, NULL, '2020-12-18 18:57:09', 0, 0, 0, 0, 0, 'TŘEŠÁK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NIKOLA', 'nikola.tulachova@gmail.com', '92a244a5dc', '', 'C', 4835, NULL, '2020-12-18 18:57:09', 0, 0, 0, 0, 0, 'TULACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.tykacova@gmail.com', 'ee2d089322', '', 'C', 4836, NULL, '2020-12-18 18:57:09', 0, 0, 0, 0, 0, 'TYKAČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA MARIE', 'anmari1891@gmail.com', 'e0062f300b', '', 'C', 4837, NULL, '2020-12-18 18:57:09', 0, 0, 0, 0, 0, 'TYTJANEVIČ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'p.u@email.com', '453f399c15', '', 'C', 4838, NULL, '2020-12-18 18:57:09', 0, 0, 0, 0, 0, 'UCHYTIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRICIE', 'patricieullrichova@yahoo.com', 'f483083a49', '', 'C', 4839, NULL, '2020-12-18 18:57:10', 0, 0, 0, 0, 0, 'ULLRICHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVANA', 'ulmanova@brno-eircuit.com', 'f1614b9e60', '', 'C', 4840, NULL, '2020-12-18 18:57:10', 0, 0, 0, 0, 0, 'ULMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROBERT', 'robert.vacek71@gmail.com', '23052daed1', '', 'C', 4841, NULL, '2020-12-18 18:57:10', 0, 0, 0, 0, 0, 'VACEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('STANISLAV', 's.vacek@a.o.l.com', '0807d0c79d', '', 'C', 4842, NULL, '2020-12-18 18:57:10', 0, 0, 0, 0, 0, 'VACEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katuha15@yahoo.com', '71bc58a835', '', 'C', 4843, NULL, '2020-12-18 18:57:10', 0, 0, 0, 0, 0, 'VACÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JURAJ', 'juraj.vaculik@me.com', '386e88cec7', '', 'C', 4844, NULL, '2020-12-18 18:57:11', 0, 0, 0, 0, 0, 'VACULÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠTEFAN', 'wsproduction.sro@gmail.com', '532d1c84d7', '', 'C', 4845, NULL, '2020-12-18 18:57:11', 0, 0, 0, 0, 0, 'VÁGNER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RADEK', 'radekvacha@hotmail.com', '5807ee6af4', '', 'C', 4846, NULL, '2020-12-18 18:57:11', 0, 0, 0, 0, 0, 'VÁCHA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'loo.baring@gmail.com', 'c48c18b8a1', '', 'C', 4847, NULL, '2020-12-18 18:57:11', 0, 0, 0, 0, 0, 'VÁCHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATERYNA', 'katka.vakarova@gmail.com', 'edc87425ca', '', 'C', 4848, NULL, '2020-12-18 18:57:12', 0, 0, 0, 0, 0, 'VAKAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KARIN', 'karin.valehrachova@gmail.com', '1353de3f08', '', 'C', 4849, NULL, '2020-12-18 18:57:12', 0, 0, 0, 0, 0, 'VALEHRACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('NGUYEN THI', 'nguyenvan030709@gmail.com', 'de7e124487', '', 'C', 4850, NULL, '2020-12-18 18:57:12', 0, 0, 0, 0, 0, 'VAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VLADIMÍR', 'vladimir.vana@gmail.com', '3d23229c18', '', 'C', 4851, NULL, '2020-12-18 18:57:12', 0, 0, 0, 0, 0, 'VÁŇA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'jeremiasjan@gmail.com', 'afe52b0b75', '', 'C', 4852, NULL, '2020-12-18 18:57:13', 0, 0, 0, 0, 0, 'VANĚK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANNA', 'varganka@gmail.com', '5ac5b85ff4', '', 'C', 4853, NULL, '2020-12-18 18:57:13', 0, 0, 0, 0, 0, 'VARGOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.vasova@roche.com', '301aafd619', '', 'C', 4854, NULL, '2020-12-18 18:57:13', 0, 0, 0, 0, 0, 'VÁŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANDREA', 'andrea.vavrackova@gmail.com', '40ccd36dec', '', 'C', 4855, NULL, '2020-12-18 18:57:13', 0, 0, 0, 0, 0, 'VAVRAČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELEN', 'hv104@hotmail.com', '1b8288439b', '', 'C', 4856, NULL, '2020-12-18 18:57:13', 0, 0, 0, 0, 0, 'VAVRECKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANETA', 'aneta.vazac@gmail.com', 'c5d62a5020', '', 'C', 4857, NULL, '2020-12-18 18:57:14', 0, 0, 0, 0, 0, 'VAZAČOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka_tetourova@yahoo.com', '25f1af458c', '', 'C', 4858, NULL, '2020-12-18 18:57:14', 0, 0, 0, 0, 0, 'VEČEŘOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VERONIKA', 'veronika.vedrova@gmail.com', '9f99852e4a', '', 'C', 4859, NULL, '2020-12-18 18:57:14', 0, 0, 0, 0, 0, 'VEDROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'lenka.vehovska@gmail.com', 'a48821ae5f', '', 'C', 4860, NULL, '2020-12-18 18:57:14', 0, 0, 0, 0, 0, 'VEHOVSKÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'renata.vejdelkova@gmail.com', '5c37316b74', '', 'C', 4861, NULL, '2020-12-18 18:57:14', 0, 0, 0, 0, 0, 'VEJDĚLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YVETTE', 'yvet.vejrik@gmail.com', 'ff5982eec4', '', 'C', 4862, NULL, '2020-12-18 18:57:14', 0, 0, 0, 0, 0, 'VEJŘÍKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rastislav', 'r.veliky@gmail.com', 'c4368b461f', '', 'C', 4863, NULL, '2020-12-18 18:57:14', 0, 0, 0, 0, 0, 'Veliký', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'petra.venturova@gmail.com', 'c728edc228', '', 'C', 4864, NULL, '2020-12-18 18:57:14', 0, 0, 0, 0, 0, 'VENTUROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'michaela.verbeek@gmail.com', '26c522768a', '', 'C', 4865, NULL, '2020-12-18 18:57:14', 0, 0, 0, 0, 0, 'Verbeek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANAR', 'anarverdiyev@gmail.com', 'c6d087cd16', '', 'C', 4866, NULL, '2020-12-18 18:57:15', 0, 0, 0, 0, 0, 'VERDIYEV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'terezavesel@gmail.com', '1ebdef2a40', '', 'C', 4867, NULL, '2020-12-18 18:57:15', 0, 0, 0, 0, 0, 'VESELÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'hana.vidrmann@gmail.com', '3318658502', '', 'C', 4868, NULL, '2020-12-18 18:57:15', 0, 0, 0, 0, 0, 'VIDRMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HANA', 'vidrmanova@bhxcapital.com', 'f401dd1eec', '', 'C', 4869, NULL, '2020-12-18 18:57:15', 0, 0, 0, 0, 0, 'VIDRMANOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'davidvicher@gmail.com', '6413c6e302', '', 'C', 4870, NULL, '2020-12-18 18:57:15', 0, 0, 0, 0, 0, 'VICHER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RUDOLF', 'vilemrudolf@gmail.com', '0a7962e670', '', 'C', 4871, NULL, '2020-12-18 18:57:15', 0, 0, 0, 0, 0, 'VILÉM', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DANA', 'danavinsova@hotmail.com', 'dcbd9b5289', '', 'C', 4872, NULL, '2020-12-18 18:57:15', 0, 0, 0, 0, 0, 'VINŠOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAN', 'honza.visek@gmail.com', '546535b5a2', '', 'C', 4873, NULL, '2020-12-18 18:57:15', 0, 0, 0, 0, 0, 'VÍŠEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TOMÁŠ', 'vitalistomas@gmail.com', '0852fd1b11', '', 'C', 4874, NULL, '2020-12-18 18:57:15', 0, 0, 0, 0, 0, 'VITALIŠ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LENKA', 'levitkova@gmail.com', '08a44aa67e', '', 'C', 4875, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VÍTKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PATRICIA', 'patriciavittek@gmail.com', 'a39baf93cd', '', 'C', 4876, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VITTEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TEREZA', 'vlachova.tereza@gmail.com', 'ed6a3cca18', '', 'C', 4877, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VLACHOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.vlckova01@gmail.com', 'a4aee88c02', '', 'C', 4878, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VLČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'olalamedved@gmail.com', '9dbdcf8caa', '', 'C', 4879, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LEO', 'leovodicka@gmail.com', '6cd1a42c82', '', 'C', 4880, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VODIČKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENÁTA', 'r.vojackova@yahoo.com', 'e242fdcfae', '', 'C', 4881, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VOJÁČKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'j.vojtova@me.com', '5ab4ca8c60', '', 'C', 4882, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VOJTOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'luvokrinkova@gmail.com', 'b083b0dcd1', '', 'C', 4883, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VOKŘÍNKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('KATEŘINA', 'katerina.voldanova@gmail.com', '5ee98f1712', '', 'C', 4884, NULL, '2020-12-18 18:57:16', 0, 0, 0, 0, 0, 'VOLDÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucievolek@gmail.com', '9afd0757f5', '', 'C', 4885, NULL, '2020-12-18 18:57:17', 0, 0, 0, 0, 0, 'VOLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'volrabova.j@gmail.com', 'bdbc19d920', '', 'C', 4886, NULL, '2020-12-18 18:57:17', 0, 0, 0, 0, 0, 'VOLRÁBOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAROSLAV', 'jar.vosmik@gmail.com', 'a6554c734d', '', 'C', 4887, NULL, '2020-12-18 18:57:17', 0, 0, 0, 0, 0, 'VOSMÍK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('RENATA', 'rvostarkova@me.com', '5d8a9da25d', '', 'C', 4888, NULL, '2020-12-18 18:57:17', 0, 0, 0, 0, 0, 'VOSTÁRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'janavovsova@gmail.com', 'be8985fee6', '', 'C', 4889, NULL, '2020-12-18 18:57:17', 0, 0, 0, 0, 0, 'VOVSOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LUCIE', 'lucie.vranova@live.com', 'cd5f75024b', '', 'C', 4890, NULL, '2020-12-18 18:57:17', 0, 0, 0, 0, 0, 'VRÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('EVA', 'evavraspirova@gmail.com', 'c795df70e6', '', 'C', 4891, NULL, '2020-12-18 18:57:17', 0, 0, 0, 0, 0, 'VRASPÍROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VAN THUAN', 'fanbingbing999@qq.com', '44b8e8f891', '', 'C', 4892, NULL, '2020-12-18 18:57:18', 0, 0, 0, 0, 0, 'VU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SADRINE', 'sadrina.vucic@gmail.com', '50fba013bd', '', 'C', 4893, NULL, '2020-12-18 18:57:18', 0, 0, 0, 0, 0, 'VUČIĆ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'petr.vybiral@allehovery.com', '472776377c', '', 'C', 4894, NULL, '2020-12-18 18:57:18', 0, 0, 0, 0, 0, 'VYBÍRAL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'pavel.vyhnalek.pv@gmail.com', '7a4d9b4929', '', 'C', 4895, NULL, '2020-12-18 18:57:18', 0, 0, 0, 0, 0, 'VYHNÁLEK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('OLGA', 'o.vymetalkova@gmail.com', 'f6fb0598e2', '', 'C', 4896, NULL, '2020-12-18 18:57:18', 0, 0, 0, 0, 0, 'VYMETÁLKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PAVEL', 'vyskocil.pavel@gmail.com', 'b03775a8b6', '', 'C', 4897, NULL, '2020-12-18 18:57:18', 0, 0, 0, 0, 0, 'VYSKOČIL', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VĚRA', 'vera.vytvarova@cz.pwc.com', 'fb2fe8554d', '', 'C', 4898, NULL, '2020-12-18 18:57:18', 0, 0, 0, 0, 0, 'VÝTVAROVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MICHAEL', 'mikeward33@talk21.com', '3668eadab1', '', 'C', 4899, NULL, '2020-12-18 18:57:19', 0, 0, 0, 0, 0, 'WARD', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SONIA', 'watkins_sonia@yahoo.com', 'a35e9ddd5d', '', 'C', 4900, NULL, '2020-12-18 18:57:19', 0, 0, 0, 0, 0, 'WATKINS', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BILJANA', 'biljana.weber@microsoft.com', 'eea733899d', '', 'C', 4901, NULL, '2020-12-18 18:57:19', 0, 0, 0, 0, 0, 'WEBER', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin.wendroff@gmail.com', '4519de9f21', '', 'C', 4902, NULL, '2020-12-18 18:57:19', 0, 0, 0, 0, 0, 'WENDROFF', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARC', 'marcwestermann@hotmail.com', '9a7cb48d78', '', 'C', 4903, NULL, '2020-12-18 18:57:19', 0, 0, 0, 0, 0, 'WESTERMANN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENIS', 'wdesing@gmail.com', 'e6f8a64bee', '', 'C', 4904, NULL, '2020-12-18 18:57:19', 0, 0, 0, 0, 0, 'WIHAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTIN', 'martin@wichterle.com', '90df99258a', '', 'C', 4905, NULL, '2020-12-18 18:57:19', 0, 0, 0, 0, 0, 'WICHTERLE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GRACE', 'wilkinsonsprague@gmail.com', 'e9ad812903', '', 'C', 4906, NULL, '2020-12-18 18:57:20', 0, 0, 0, 0, 0, 'WILKINSON', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'woleskajana@yahoo.com', '55ccc60328', '', 'C', 4907, NULL, '2020-12-18 18:57:20', 0, 0, 0, 0, 0, 'WOLESKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MALGORZATA', 'malgoziawo@gmail.com', 'b0e70d7171', '', 'C', 4908, NULL, '2020-12-18 18:57:20', 0, 0, 0, 0, 0, 'WOZNIAK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SUKI', 'suki0577@gmail.com', '78ea450b72', '', 'C', 4909, NULL, '2020-12-18 18:57:20', 0, 0, 0, 0, 0, 'WU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ROMANA', 'romanawyllie@gmail.com', '12f3398c03', '', 'C', 4910, NULL, '2020-12-18 18:57:20', 0, 0, 0, 0, 0, 'WYLLIE', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TRACY', 'tracy_xian@163.com', '4872b6cd27', '', 'C', 4911, NULL, '2020-12-18 18:57:20', 0, 0, 0, 0, 0, 'XIAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAN HU', 'gianjincz@sina.com', 'a56309d922', '', 'C', 4912, NULL, '2020-12-18 18:57:20', 0, 0, 0, 0, 0, 'XIAO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('GODIN', 'yakov.ns@gmail.com', '621a5738d3', '', 'C', 4913, NULL, '2020-12-18 18:57:20', 0, 0, 0, 0, 0, 'YAKOV', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('YIYUAN', 'xingjimimi@126.com', '88f3b7d9ac', '', 'C', 4914, NULL, '2020-12-18 18:57:21', 0, 0, 0, 0, 0, 'YANG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTA', 'myavorska@yahoo.com', 'c3cf2a8f28', '', 'C', 4915, NULL, '2020-12-18 18:57:21', 0, 0, 0, 0, 0, 'YAVORSKYY', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ZHEN', 'popohu66@gmail.com', '73a74dd4ed', '', 'C', 4916, NULL, '2020-12-18 18:57:21', 0, 0, 0, 0, 0, 'YUAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('ZHEN', 'y2wuxue@hotmail.com', 'bfbdccf524', '', 'C', 4917, NULL, '2020-12-18 18:57:22', 0, 0, 0, 0, 0, 'YUANG', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ANTONINA', 'z.antonina@gmail.com', 'aa3beb37ee', '', 'C', 4918, NULL, '2020-12-18 18:57:22', 0, 0, 0, 0, 0, 'ZABLOTSKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRINA', 'irinaczk@gmail.com', '161ab2b223', '', 'C', 4919, NULL, '2020-12-18 18:57:22', 0, 0, 0, 0, 0, 'ZADORINA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETR', 'zahorka.petr@gmail.com', '78b84b6939', '', 'C', 4920, NULL, '2020-12-18 18:57:23', 0, 0, 0, 0, 0, 'ZÁHORKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IRODA', 'zakirova.iroda@gmail.com', 'e17b3edf16', '', 'C', 4921, NULL, '2020-12-18 18:57:23', 0, 0, 0, 0, 0, 'ZAKIROVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JAKUB', 'jakubzalibor@gmail.com', '4479d440de', '', 'C', 4922, NULL, '2020-12-18 18:57:23', 0, 0, 0, 0, 0, 'ZALIBOR', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARIO', 'm.zaradic@yahoo.com', '3e30757fae', '', 'C', 4923, NULL, '2020-12-18 18:57:23', 0, 0, 0, 0, 0, 'ZARADIC', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DAVID', 'zavaryan@gmail.com', '79dd33091f', '', 'C', 4924, NULL, '2020-12-18 18:57:23', 0, 0, 0, 0, 0, 'ZAVARYAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARTINA', 'zavodnamartina@gmail.com', 'c4f970c6af', '', 'C', 4925, NULL, '2020-12-18 18:57:23', 0, 0, 0, 0, 0, 'ZÁVODNÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('PETRA', 'pzdenkova@orcogroup.com', '18bf968bc1', '', 'C', 4926, NULL, '2020-12-18 18:57:23', 0, 0, 0, 0, 0, 'ZDEŇKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('IVETA', 'ivzeit@icloud.com', '1b3d7bb6ee', '', 'C', 4927, NULL, '2020-12-18 18:57:24', 0, 0, 0, 0, 0, 'ZEITHAMLOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('VÍT', 'vit.zelinka@yahoo.com', 'e1ab5bab11', '', 'C', 4928, NULL, '2020-12-18 18:57:24', 0, 0, 0, 0, 0, 'ZELINKA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HELENA', 'helenazeman@gmail.com', '0bd21b5fab', '', 'C', 4929, NULL, '2020-12-18 18:57:24', 0, 0, 0, 0, 0, 'ZEMAN', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('HAOJIE', 'halleojah@msn.com', '546b26c452', '', 'C', 4930, NULL, '2020-12-18 18:57:24', 0, 0, 0, 0, 0, 'ZHAO', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('TATIANA', 'zherdeva20@hotmail.com', '4f95bfe19d', '', 'C', 4931, NULL, '2020-12-18 18:57:24', 0, 0, 0, 0, 0, 'ZHERDEVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('LONGDI', 'longdi.zhou@gmail.com', '7c79f5801e', '', 'C', 4932, NULL, '2020-12-18 18:57:24', 0, 0, 0, 0, 0, 'ZHOU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('XIN', 'xin_zhou77@hotmail.com', '2538b70941', '', 'C', 4933, NULL, '2020-12-18 18:57:24', 0, 0, 0, 0, 0, 'ZHOU', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ALINA', 'zhulidova@gmail.com', 'cb16da6095', '', 'C', 4934, NULL, '2020-12-18 18:57:24', 0, 0, 0, 0, 0, 'ZHULIDOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('MARKÉTA', 'zmeskalovamarketa@gmail.com', '89f032f241', '', 'C', 4935, NULL, '2020-12-18 18:57:25', 0, 0, 0, 0, 0, 'ZMEŠKALOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('SASKIA', 'saskia_zak@yahoo.com', 'ce95aa2939', '', 'C', 4936, NULL, '2020-12-18 18:57:25', 0, 0, 0, 0, 0, 'ŽÁKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('DENISA', 'denizilak@gmail.com', '3357f12df8', '', 'C', 4937, NULL, '2020-12-18 18:57:25', 0, 0, 0, 0, 0, 'ŽILÁKOVA', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('JANA', 'jana.zurkova@gmail.com', '1a43a9370a', '', 'C', 4938, NULL, '2020-12-18 18:57:25', 0, 0, 0, 0, 0, 'ŽŮRKOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('BASSEL', 'besselkok@mac.com', '1174486fea', '', 'C', 4939, NULL, '2020-12-18 18:57:25', 0, 0, 0, 0, 0, 'KOK', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tereza', 'terezaadamec@seznam.cz', '6e13b2c7f3', '', 'C', 4940, NULL, '2020-12-18 18:57:25', 0, 0, 0, 0, 0, 'Adamcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zsort', 'zsbanhidai@gmail.com', '764f45893e', '', 'C', 4941, NULL, '2020-12-18 18:57:25', 0, 0, 0, 0, 0, 'Banhidai', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'cz.banhidai@gmail.com', '5fad882e11', '', 'C', 4942, NULL, '2020-12-18 18:57:25', 0, 0, 0, 0, 0, 'Banhidaiová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hanabarakova@seznam.cz', '59a65907a3', '', 'C', 4943, NULL, '2020-12-18 18:57:26', 0, 0, 0, 0, 0, 'Baráková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tereza', 'terezabarakova@gmail.com', 'ed5376b306', '', 'C', 4944, NULL, '2020-12-18 18:57:26', 0, 0, 0, 0, 0, 'Baráková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Gabriela', 'gabriela.belash@email.cz', '4d60713ef1', '', 'C', 4945, NULL, '2020-12-18 18:57:26', 0, 0, 0, 0, 0, 'Belash', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ruslan', 'belash@seznam.cz', 'e743c79dc1', '', 'C', 4946, NULL, '2020-12-18 18:57:26', 0, 0, 0, 0, 0, 'Belash', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'mjblasko@gmail.com', 'b630c1bb29', '', 'C', 4947, NULL, '2020-12-18 18:57:26', 0, 0, 0, 0, 0, 'Blaško', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Šárka', 'sblaskova@gmail.com', '7803176a54', '', 'C', 4948, NULL, '2020-12-18 18:57:26', 0, 0, 0, 0, 0, 'Blašková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martina', 'mborovkova@gmail.com', '388eb87c5f', '', 'C', 4949, NULL, '2020-12-18 18:57:27', 0, 0, 0, 0, 0, 'Borovková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anna', 'anna.brandejs@medaprex.cz', 'edbede91d8', '', 'C', 4950, NULL, '2020-12-18 18:57:27', 0, 0, 0, 0, 0, 'Brandejs', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tony', 'brandejs@hotel-paris.cz', '94b1e643a8', '', 'C', 4951, NULL, '2020-12-18 18:57:27', 0, 0, 0, 0, 0, 'Brandejs', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Věra', 'vera.broulikova@gmail.com', 'ae6656141c', '', 'C', 4952, NULL, '2020-12-18 18:57:27', 0, 0, 0, 0, 0, 'Broulíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'mika.jirka@gmail.com', 'add243c13a', '', 'C', 4953, NULL, '2020-12-18 18:57:27', 0, 0, 0, 0, 0, 'Míka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'm.broz@pramacom.cz', '361fbf9fe0', '', 'C', 4954, NULL, '2020-12-18 18:57:27', 0, 0, 0, 0, 0, 'Brož', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dominika', 'd.sobolova@pramacom.cz', '7a70963262', '', 'C', 4955, NULL, '2020-12-18 18:57:27', 0, 0, 0, 0, 0, 'Brož Sobolová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ilona', 'ilona.brozova@email.cz', '536274bca4', '', 'C', 4956, NULL, '2020-12-18 18:57:28', 0, 0, 0, 0, 0, 'Brožová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Štěpánka', 'mastop@centrum.cz', '0077dcf54e', '', 'C', 4957, NULL, '2020-12-18 18:57:28', 0, 0, 0, 0, 0, 'Burešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcela', 'malcova.marcela@gmail.com', '2fa0c8ce17', '', 'C', 4958, NULL, '2020-12-18 18:57:28', 0, 0, 0, 0, 0, 'Malcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'burianek@synett.cz', 'fb71ba64c1', '', 'C', 4959, NULL, '2020-12-18 18:57:28', 0, 0, 0, 0, 0, 'Buriánek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeňka', 'zdenka@wwo.cz', 'a101dc9210', '', 'C', 4960, NULL, '2020-12-18 18:57:28', 0, 0, 0, 0, 0, 'Buriánková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.bystron@bystrongroup.cz', 'd58b917465', '', 'C', 4961, NULL, '2020-12-18 18:57:28', 0, 0, 0, 0, 0, 'Bystroň', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Gabriela', 'gabriela.bystronova@seznam.cz', '889b35b5a2', '', 'C', 4962, NULL, '2020-12-18 18:57:29', 0, 0, 0, 0, 0, 'Bystroňová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Barbora', 'bvinsova@petamour.cz', '1ea9454629', '', 'C', 4963, NULL, '2020-12-18 18:57:29', 0, 0, 0, 0, 0, 'Vinšová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Peter', 'peter.dajko@gmail.com', '51c5a9d4a1', '', 'C', 4964, NULL, '2020-12-18 18:57:30', 0, 0, 0, 0, 0, 'Dajko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Světlana', 'dankovicova.sve@gmail.com', '2d3b378520', '', 'C', 4965, NULL, '2020-12-18 18:57:30', 0, 0, 0, 0, 0, 'Dankovičová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dušan', 'demeter.dusan@gmail.com', '23dca3f1dc', '', 'C', 4966, NULL, '2020-12-18 18:57:30', 0, 0, 0, 0, 0, 'Demeter', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dana', 'demeterova.dana@gmail.com', 'b5d80dd92e', '', 'C', 4967, NULL, '2020-12-18 18:57:31', 0, 0, 0, 0, 0, 'Demeterová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'vd1@vdlouhy.com', '5ed1b7941e', '', 'C', 4968, NULL, '2020-12-18 18:57:31', 0, 0, 0, 0, 0, 'Dlouhý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bohumil', 'dohnal@fertistav.cz', '4c9cc1693a', '', 'C', 4969, NULL, '2020-12-18 18:57:32', 0, 0, 0, 0, 0, 'Dohnal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslava', 'dojacek@dojacek.cz', '223ad8066d', '', 'C', 4970, NULL, '2020-12-18 18:57:32', 0, 0, 0, 0, 0, 'Dojáčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'dojacek@tiskap.cz', '1de0842c52', '', 'C', 4971, NULL, '2020-12-18 18:57:32', 0, 0, 0, 0, 0, 'Dojáček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'dojackovaeva@seznam.cz', '9a34e7eb3b', '', 'C', 4972, NULL, '2020-12-18 18:57:32', 0, 0, 0, 0, 0, 'Dojáčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irena', 'direnka@seznam.cz', 'be9b1c743c', '', 'C', 4973, NULL, '2020-12-18 18:57:32', 0, 0, 0, 0, 0, 'Dolejší', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Mirka', 'mirka.dosla@ckje.cz', '3734eabdce', '', 'C', 4974, NULL, '2020-12-18 18:57:33', 0, 0, 0, 0, 0, 'Došlá', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marie', 'marie@dospiva.cz', 'b2b740ae18', '', 'C', 4975, NULL, '2020-12-18 18:57:33', 0, 0, 0, 0, 0, 'Dospivová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Patricie', 'patricie@dospiva.cz', '8a3d12003b', '', 'C', 4976, NULL, '2020-12-18 18:57:33', 0, 0, 0, 0, 0, 'Dospivová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jdrahota@me.com', '01de2299aa', '', 'C', 4977, NULL, '2020-12-18 18:57:33', 0, 0, 0, 0, 0, 'Drahota', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslava', 'mdrahotova@me.com', '3265b8f685', '', 'C', 4978, NULL, '2020-12-18 18:57:33', 0, 0, 0, 0, 0, 'Drahotová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Klara', 'klara.drechslerova@seznam.cz', 'ecf9b3eeaa', '', 'C', 4979, NULL, '2020-12-18 18:57:34', 0, 0, 0, 0, 0, 'Drechslerova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.prusek@seznam.cz', 'b11ca021e4', '', 'C', 4980, NULL, '2020-12-18 18:57:34', 0, 0, 0, 0, 0, 'Prusek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.drozd@drozdaspol.cz', '7daefd321f', '', 'C', 4981, NULL, '2020-12-18 18:57:34', 0, 0, 0, 0, 0, 'Drozd', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radomir', 'dvorak@jobs4joy.cz', '4583421c19', '', 'C', 4982, NULL, '2020-12-18 18:57:34', 0, 0, 0, 0, 0, 'Dvořák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kristina', 'dvorakova@jo4jo.cz', '66340c35c0', '', 'C', 4983, NULL, '2020-12-18 18:57:34', 0, 0, 0, 0, 0, 'Dvořáková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'dvorakova@eze.cz', 'd26d68ac12', '', 'C', 4984, NULL, '2020-12-18 18:57:34', 0, 0, 0, 0, 0, 'Dvořáková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tatiana', 'eichler.t@gmail.com', '6733090cd1', '', 'C', 4985, NULL, '2020-12-18 18:57:35', 0, 0, 0, 0, 0, 'Eichler', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'evan@centrum.cz', '162f39a4dc', '', 'C', 4986, NULL, '2020-12-18 18:57:35', 0, 0, 0, 0, 0, 'Evan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'kocka@prostor.as', '53380c6485', '', 'C', 4987, NULL, '2020-12-18 18:57:35', 0, 0, 0, 0, 0, 'Kočka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'faberova@prostor.as', '6b408793fa', '', 'C', 4988, NULL, '2020-12-18 18:57:35', 0, 0, 0, 0, 0, 'Fáberová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('František', 'f.fabicovic@alcaplast.cz', '9709474dac', '', 'C', 4989, NULL, '2020-12-18 18:57:35', 0, 0, 0, 0, 0, 'Fabičovic', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radka', 'r.prokopova@alcaplast.cz', '7cdb334870', '', 'C', 4990, NULL, '2020-12-18 18:57:35', 0, 0, 0, 0, 0, 'Prokopová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'fait@jetinvestment.cz', '3f85e421f4', '', 'C', 4991, NULL, '2020-12-18 18:57:35', 0, 0, 0, 0, 0, 'Fait', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martina', 'martina.korcakova@seznam.cz', '69d0317590', '', 'C', 4992, NULL, '2020-12-18 18:57:35', 0, 0, 0, 0, 0, 'Korčaková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Krystof', 'krzysztof.gorski@promix.cz', 'ca985b4df7', '', 'C', 4993, NULL, '2020-12-18 18:57:36', 0, 0, 0, 0, 0, 'Gorsl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'katerina.sopincova@hotmail.com', '78975e6f76', '', 'C', 4994, NULL, '2020-12-18 18:57:36', 0, 0, 0, 0, 0, 'Šopincová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jakub', 'bretor@seznam.cz', '2554c74290', '', 'C', 4995, NULL, '2020-12-18 18:57:36', 0, 0, 0, 0, 0, 'Hanzl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Svitlana', 'ledistav@seznam.cz', '5b293a7ecc', '', 'C', 4996, NULL, '2020-12-18 18:57:36', 0, 0, 0, 0, 0, 'Luchyshyn', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petro', 'weststav@me.com', '7f1c92e0a8', '', 'C', 4997, NULL, '2020-12-18 18:57:36', 0, 0, 0, 0, 0, 'Harhas', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'mirek.hofirek@hofirek.cz', '0e515d1133', '', 'C', 4998, NULL, '2020-12-18 18:57:37', 0, 0, 0, 0, 0, 'Hofírek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'hofirkova@hofirek.cz', '1fbdf90afb', '', 'C', 4999, NULL, '2020-12-18 18:57:38', 0, 0, 0, 0, 0, 'Hofírková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'radekhoncl@email.cz', '058beacc74', '', 'C', 5000, NULL, '2020-12-18 18:57:38', 0, 0, 0, 0, 0, 'Hončl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.hozak.jr@seznam.cz', 'f3d16934c9', '', 'C', 5001, NULL, '2020-12-18 18:57:40', 0, 0, 0, 0, 0, 'Hozák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'f.samalik@seznam.cz', '5f4488253b', '', 'C', 5002, NULL, '2020-12-18 18:57:40', 0, 0, 0, 0, 0, 'Šamalík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcela', 'marcela.hrubosova@seznam.cz', 'c77ebfc6dd', '', 'C', 5003, NULL, '2020-12-18 18:57:41', 0, 0, 0, 0, 0, 'Hrubošová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'mantaray@email.cz', '60e289ede2', '', 'C', 5004, NULL, '2020-12-18 18:57:41', 0, 0, 0, 0, 0, 'Hruška', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiřina', 'jirina.hryzakova@gmail.com', '75c628bd20', '', 'C', 5005, NULL, '2020-12-18 18:57:41', 0, 0, 0, 0, 0, 'Hryzáková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Barbora', 'bara.hyclova@seznam.cz', '3675619574', '', 'C', 5006, NULL, '2020-12-18 18:57:41', 0, 0, 0, 0, 0, 'Hyclova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dagmar', 'dagmar.janosch@seznam.cz', '9e767a59a1', '', 'C', 5007, NULL, '2020-12-18 18:57:41', 0, 0, 0, 0, 0, 'Janosch', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('René', 'renejanosch@gmail.com', '1b327f85d0', '', 'C', 5008, NULL, '2020-12-18 18:57:41', 0, 0, 0, 0, 0, 'Janosch', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jindřiška', 'jirakova.ak@seznam.cz', 'f0454cb340', '', 'C', 5009, NULL, '2020-12-18 18:57:42', 0, 0, 0, 0, 0, 'Jiráková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Václav', 'jirku@pentainvestments.com', '7ddf89ae3d', '', 'C', 5010, NULL, '2020-12-18 18:57:42', 0, 0, 0, 0, 0, 'Jirků', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslava', 'jaroslava@juzova.net', '6ed01c8359', '', 'C', 5011, NULL, '2020-12-18 18:57:42', 0, 0, 0, 0, 0, 'Jůzová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'ppkafkovi@volny.cz', 'fcfec49555', '', 'C', 5012, NULL, '2020-12-18 18:57:42', 0, 0, 0, 0, 0, 'Kafková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jakub', 'j.kasper@kasperkovo.cz', 'f2e123699f', '', 'C', 5013, NULL, '2020-12-18 18:57:42', 0, 0, 0, 0, 0, 'Kasper', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Yuri', '350rx@seznam.cz', '2ae1a27614', '', 'C', 5014, NULL, '2020-12-18 18:57:42', 0, 0, 0, 0, 0, 'Trofimov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tatiana', 'ktv1202@rambler.ru', '85c57da6e3', '', 'C', 5015, NULL, '2020-12-18 18:57:42', 0, 0, 0, 0, 0, 'Khodakovskaya', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaromír', 'jkijonka@alensa.eu', '5f2ce0a4b2', '', 'C', 5016, NULL, '2020-12-18 18:57:43', 0, 0, 0, 0, 0, 'Kijonka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Simona', 'simona.kijonkova@zasilkovna.cz', '7f43f1a0ac', '', 'C', 5017, NULL, '2020-12-18 18:57:43', 0, 0, 0, 0, 0, 'Kijonková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'jklaban@seznam.cz', '498fe84b08', '', 'C', 5018, NULL, '2020-12-18 18:57:43', 0, 0, 0, 0, 0, 'Klabanová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 't.knebl@gmail.com', '169a072840', '', 'C', 5019, NULL, '2020-12-18 18:57:43', 0, 0, 0, 0, 0, 'Knebl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavel.kolar@lfmotol.cuni.cz', '022208f123', '', 'C', 5020, NULL, '2020-12-18 18:57:43', 0, 0, 0, 0, 0, 'Kolář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'kolarovamichaela8@gmail.com', '676ab9bbd7', '', 'C', 5021, NULL, '2020-12-18 18:57:43', 0, 0, 0, 0, 0, 'Kolářová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Omar', 'omar.koleilat@crestyl.com', '94a67bd1e9', '', 'C', 5022, NULL, '2020-12-18 18:57:44', 0, 0, 0, 0, 0, 'Koleilat', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Veronika', 'veronika@koleilat.cz', '16a49c88ca', '', 'C', 5023, NULL, '2020-12-18 18:57:44', 0, 0, 0, 0, 0, 'Koleilat', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'vladimir.komar@dermacol.cz', '2b638f51b9', '', 'C', 5024, NULL, '2020-12-18 18:57:44', 0, 0, 0, 0, 0, 'Komár', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'michaela.kormanak@gmx.net', 'f5dfd94866', '', 'C', 5025, NULL, '2020-12-18 18:57:44', 0, 0, 0, 0, 0, 'Kormanak', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jindřich', 'koubek.jindrich@seznam.cz', '55b116d7a8', '', 'C', 5026, NULL, '2020-12-18 18:57:44', 0, 0, 0, 0, 0, 'Koubek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Leona', 'leona.koubkova@seznam.cz', '49aa08f7b7', '', 'C', 5027, NULL, '2020-12-18 18:57:44', 0, 0, 0, 0, 0, 'Koubková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'pavlicek@next.cz', '3b026d6265', '', 'C', 5028, NULL, '2020-12-18 18:57:45', 0, 0, 0, 0, 0, 'Pavlíček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'lenka.kralova103@gmail.com', '09763d201a', '', 'C', 5029, NULL, '2020-12-18 18:57:45', 0, 0, 0, 0, 0, 'Králová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivana', 'ivana.krcilova@elgas.cz', '89ee6b42bc', '', 'C', 5030, NULL, '2020-12-18 18:57:45', 0, 0, 0, 0, 0, 'Krčilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jakub', 'jakubkren@gmail.com', 'd8b8fefc5d', '', 'C', 5031, NULL, '2020-12-18 18:57:45', 0, 0, 0, 0, 0, 'Křen', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Maria', 'mkrivjanska7@gmail.com', 'ebf40d663f', '', 'C', 5032, NULL, '2020-12-18 18:57:45', 0, 0, 0, 0, 0, 'Krivjanská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Viktor', 'viktor@krd.cz', '4a2021fcf3', '', 'C', 5033, NULL, '2020-12-18 18:57:45', 0, 0, 0, 0, 0, 'Krivjanský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'josef.krmencik@gmail.com', 'a6e258f0a7', '', 'C', 5034, NULL, '2020-12-18 18:57:45', 0, 0, 0, 0, 0, 'Krmenčík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tana', 'tanakrmencikova@gmail.com', 'e3500e85a5', '', 'C', 5035, NULL, '2020-12-18 18:57:45', 0, 0, 0, 0, 0, 'Krmenčíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaana', 'jaana_kuivalainen@hotmail.com', 'd3056ef14a', '', 'C', 5036, NULL, '2020-12-18 18:57:46', 0, 0, 0, 0, 0, 'Kuivalainen', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiri.kunert@unicreditgroup.cz', '9da8951a51', '', 'C', 5037, NULL, '2020-12-18 18:57:46', 0, 0, 0, 0, 0, 'Kunert', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'josef.landa@inpol.cz', '6e14788f7e', '', 'C', 5038, NULL, '2020-12-18 18:57:46', 0, 0, 0, 0, 0, 'Landa', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'janalukasova@email.cz', 'ebdd161224', '', 'C', 5039, NULL, '2020-12-18 18:57:46', 0, 0, 0, 0, 0, 'Lukášová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lubomir', 'malik@ms-invest.cz', '32f949c3e2', '', 'C', 5040, NULL, '2020-12-18 18:57:46', 0, 0, 0, 0, 0, 'Malík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ludmila', 'malikova@ms-invest.cz', 'd7f29cc569', '', 'C', 5041, NULL, '2020-12-18 18:57:47', 0, 0, 0, 0, 0, 'Malíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.marikova@gmail.com', '76987bf4f1', '', 'C', 5042, NULL, '2020-12-18 18:57:47', 0, 0, 0, 0, 0, 'Maříková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'meister@meister-ski.com', 'c47e08ffad', '', 'C', 5043, NULL, '2020-12-18 18:57:47', 0, 0, 0, 0, 0, 'Meisterová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Věra', 'weramikova@seznam.cz', '3624884236', '', 'C', 5044, NULL, '2020-12-18 18:57:47', 0, 0, 0, 0, 0, 'Mikova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tibor', 'tibor@mmggate.com', '55bd32dba1', '', 'C', 5045, NULL, '2020-12-18 18:57:47', 0, 0, 0, 0, 0, 'Moravec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'jamotycka@centrum.cz', '554ea4cbaa', '', 'C', 5046, NULL, '2020-12-18 18:57:47', 0, 0, 0, 0, 0, 'Motyčka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Jitka', 'mounajjedova@me.com', '5ab46cc05d', '', 'C', 5047, NULL, '2020-12-18 18:57:48', 0, 0, 0, 0, 0, 'Mounajjedová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ján', 'muller@partnersgroup.sk', 'bf6a048a55', '', 'C', 5048, NULL, '2020-12-18 18:57:48', 0, 0, 0, 0, 0, 'Müller', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'rmusil@otenergy.eu', '96c6bbb133', '', 'C', 5049, NULL, '2020-12-18 18:57:48', 0, 0, 0, 0, 0, 'Musil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Iveta', 'iveta.musilova@post.cz', '6e9b308250', '', 'C', 5050, NULL, '2020-12-18 18:57:49', 0, 0, 0, 0, 0, 'Musilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimír', 'isterix@gmail.com', '119af57361', '', 'C', 5051, NULL, '2020-12-18 18:57:49', 0, 0, 0, 0, 0, 'Neubert', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiři', 'smrz@aston-eco.cz', '2a863c8ca3', '', 'C', 5052, NULL, '2020-12-18 18:57:50', 0, 0, 0, 0, 0, 'Smrž', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Simona', 'simona.nevsimalova@seznam.cz', '8b0a638347', '', 'C', 5053, NULL, '2020-12-18 18:57:50', 0, 0, 0, 0, 0, 'Nevšímalová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloslav', 'miloslav.otava@seznam.cz', 'c841b6fb9e', '', 'C', 5054, NULL, '2020-12-18 18:57:50', 0, 0, 0, 0, 0, 'Otava', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'jitka.otavova@seznam.cz', '57bd48ce1d', '', 'C', 5055, NULL, '2020-12-18 18:57:50', 0, 0, 0, 0, 0, 'Otavová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'pzdenkova@ottproperties.eu', '26cfd44a16', '', 'C', 5056, NULL, '2020-12-18 18:57:50', 0, 0, 0, 0, 0, 'Ottová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Iva', 'iva.palcrova@seznam.cz', 'a37a0c35a3', '', 'C', 5057, NULL, '2020-12-18 18:57:51', 0, 0, 0, 0, 0, 'Palcrová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Iva', 'ipankracova@gmail.com', '858838eb3a', '', 'C', 5058, NULL, '2020-12-18 18:57:51', 0, 0, 0, 0, 0, 'Pankrácová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.papanek@seznam.cz', '51ba6f2176', '', 'C', 5059, NULL, '2020-12-18 18:57:51', 0, 0, 0, 0, 0, 'Papánek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'e.papankova@seznam.cz', 'ec84494374', '', 'C', 5060, NULL, '2020-12-18 18:57:51', 0, 0, 0, 0, 0, 'Papánková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hana.patrovska@nomen.cz', '090a5a36cb', '', 'C', 5061, NULL, '2020-12-18 18:57:51', 0, 0, 0, 0, 0, 'Patrovská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'eva_pospisilova@email.cz', 'a0a9579ca1', '', 'C', 5062, NULL, '2020-12-18 18:57:51', 0, 0, 0, 0, 0, 'Pospíšilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lubomír', 'pesak@tsbohemia.cz', 'a5d696e3ed', '', 'C', 5063, NULL, '2020-12-18 18:57:51', 0, 0, 0, 0, 0, 'Pešák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'pm@completecz.cz', '9f62a4f92c', '', 'C', 5064, NULL, '2020-12-18 18:57:51', 0, 0, 0, 0, 0, 'Petrovka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivona', 'petrovkova.ivona@completecz.cz', '3c3459ef63', '', 'C', 5065, NULL, '2020-12-18 18:57:51', 0, 0, 0, 0, 0, 'Petrovková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'pokornapokorna@email.cz', '90893ad3d4', '', 'C', 5066, NULL, '2020-12-18 18:57:52', 0, 0, 0, 0, 0, 'Pokorná', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'jaroslav.pokorny@impera.cz', '6a61ce9a73', '', 'C', 5067, NULL, '2020-12-18 18:57:52', 0, 0, 0, 0, 0, 'Pokorný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo', 'ivo.mendel@gmail.com', '27519b04a4', '', 'C', 5068, NULL, '2020-12-18 18:57:52', 0, 0, 0, 0, 0, 'Procházka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petra.prochazkova@agrofert.cz', '07efc7103a', '', 'C', 5069, NULL, '2020-12-18 18:57:52', 0, 0, 0, 0, 0, 'Procházková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'radostova@radostova.eu', '20a8556896', '', 'C', 5070, NULL, '2020-12-18 18:57:52', 0, 0, 0, 0, 0, 'Radostová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Elena', 'elena.recman@gmail.com', '7f75083427', '', 'C', 5071, NULL, '2020-12-18 18:57:52', 0, 0, 0, 0, 0, 'Recmanova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'roman.reznicek@suntel-group.com', 'f562059d32', '', 'C', 5072, NULL, '2020-12-18 18:57:52', 0, 0, 0, 0, 0, 'Řezníček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Libuše', 'liba183@volny.cz', '7afba80e73', '', 'C', 5073, NULL, '2020-12-18 18:57:52', 0, 0, 0, 0, 0, 'Řezníčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'lenkarittig@seznam.cz', 'd203d44bd2', '', 'C', 5074, NULL, '2020-12-18 18:57:53', 0, 0, 0, 0, 0, 'Rittig', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivana', 'i.rybinova@seznam.cz', '60fd7be0a7', '', 'C', 5075, NULL, '2020-12-18 18:57:53', 0, 0, 0, 0, 0, 'Rybínová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'ryzner@hranipex.cz', '19958fe546', '', 'C', 5076, NULL, '2020-12-18 18:57:53', 0, 0, 0, 0, 0, 'Rýzner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimíra', 'vsaviova@seznam.cz', '46ead16c63', '', 'C', 5077, NULL, '2020-12-18 18:57:53', 0, 0, 0, 0, 0, 'Saviová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'j.schenkova@gmail.com', 'e6c9e846d4', '', 'C', 5078, NULL, '2020-12-18 18:57:53', 0, 0, 0, 0, 0, 'Schenková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'seifert@pro-interier.cz', '59b5a8f192', '', 'C', 5079, NULL, '2020-12-18 18:57:53', 0, 0, 0, 0, 0, 'Seifert', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'sekyramar@gmail.com', 'f4420b80f0', '', 'C', 5080, NULL, '2020-12-18 18:57:53', 0, 0, 0, 0, 0, 'Sekyra', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'sintak@mavel.cz', '545e70b9c1', '', 'C', 5081, NULL, '2020-12-18 18:57:54', 0, 0, 0, 0, 0, 'Šinták', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michael@mpi.cz', 'f7a06d590a', '', 'C', 5082, NULL, '2020-12-18 18:57:54', 0, 0, 0, 0, 0, 'Smrž', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Augustin', 'a.sobol@pramacom.cz', 'f369cd9628', '', 'C', 5083, NULL, '2020-12-18 18:57:54', 0, 0, 0, 0, 0, 'Sobol', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Markéta', 'm.sobolova@pramacom.cz', '7022699791', '', 'C', 5084, NULL, '2020-12-18 18:57:54', 0, 0, 0, 0, 0, 'Sobolová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Simona', 'simona.sokolova@olma.cz', '95b14cde94', '', 'C', 5085, NULL, '2020-12-18 18:57:54', 0, 0, 0, 0, 0, 'Sokolova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'sova@jpsgroup.eu', '6ab1ad6029', '', 'C', 5086, NULL, '2020-12-18 18:57:54', 0, 0, 0, 0, 0, 'Sova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'sovova.an@gmail.com', '80c7b9b1cc', '', 'C', 5087, NULL, '2020-12-18 18:57:54', 0, 0, 0, 0, 0, 'Sovová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alena', 'alenaspisiakova@seznam.cz', 'e20ddd14c6', '', 'C', 5088, NULL, '2020-12-18 18:57:54', 0, 0, 0, 0, 0, 'Spišiaková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.starustka@kistler.com', '785a173b28', '', 'C', 5089, NULL, '2020-12-18 18:57:55', 0, 0, 0, 0, 0, 'Starůstka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Libor', 'stober@stober.cz', 'bee04d0739', '', 'C', 5090, NULL, '2020-12-18 18:57:55', 0, 0, 0, 0, 0, 'Stober', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'stoberova.j@gmail.com', '389b1e5ce0', '', 'C', 5091, NULL, '2020-12-18 18:57:55', 0, 0, 0, 0, 0, 'Stoberová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'h.strakova@volny.cz', '029d9cad66', '', 'C', 5092, NULL, '2020-12-18 18:57:55', 0, 0, 0, 0, 0, 'Straková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'ronnie027@seznam.cz', '1332ff11a8', '', 'C', 5093, NULL, '2020-12-18 18:57:55', 0, 0, 0, 0, 0, 'Šusta', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'svec@pentachemicals.eu', '65de5f3d0f', '', 'C', 5094, NULL, '2020-12-18 18:57:55', 0, 0, 0, 0, 0, 'Švec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hanysvec@seznam.cz', 'd40b556e3c', '', 'C', 5095, NULL, '2020-12-18 18:57:56', 0, 0, 0, 0, 0, 'Švecová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.tronicek@volny.cz', '4b7a4bfc58', '', 'C', 5096, NULL, '2020-12-18 18:57:56', 0, 0, 0, 0, 0, 'Troniček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'katerina.tumova@ttinvest.cz', 'e2dc4dfc86', '', 'C', 5097, NULL, '2020-12-18 18:57:57', 0, 0, 0, 0, 0, 'Tůmová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bolscher', 'fam_bolscher@pos-media.eu', '511e5dd0f4', '', 'C', 5098, NULL, '2020-12-18 18:57:57', 0, 0, 0, 0, 0, 'Van Het', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bolscher', 'bolscher@pos-media.eu', '34c37f5c69', '', 'C', 5099, NULL, '2020-12-18 18:57:57', 0, 0, 0, 0, 0, 'Van Het', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'eva.varadyova@seznam.cz', 'fca11f9d60', '', 'C', 5100, NULL, '2020-12-18 18:57:57', 0, 0, 0, 0, 0, 'Varadyová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'evavrecka@gmail.com', '5f003463a5', '', 'C', 5101, NULL, '2020-12-18 18:57:58', 0, 0, 0, 0, 0, 'Vavrečková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'vejvalkova@ventana-hotel.net', '8d33ce786e', '', 'C', 5102, NULL, '2020-12-18 18:57:58', 0, 0, 0, 0, 0, 'Vejvalková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rastislav', 'velic@arcacapital.sk', '38f7706da5', '', 'C', 5103, NULL, '2020-12-18 18:57:58', 0, 0, 0, 0, 0, 'Velič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alex', 'alexverbeek@kpmg.cz', '474bfe0a41', '', 'C', 5104, NULL, '2020-12-18 18:57:58', 0, 0, 0, 0, 0, 'Verbeek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslava', 'jaroslava.vojtiskova@centrum.cz', '486c679cac', '', 'C', 5105, NULL, '2020-12-18 18:57:58', 0, 0, 0, 0, 0, 'Vojtíšková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'office.center@ibc.cz', 'e970011706', '', 'C', 5106, NULL, '2020-12-18 18:57:58', 0, 0, 0, 0, 0, 'Voráček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.vorlova@euroseal.cz', 'e86e481609', '', 'C', 5107, NULL, '2020-12-18 18:57:58', 0, 0, 0, 0, 0, 'Vorlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Viktor', 'viktor.wanli@kinguin.net', '67b23b4218', '', 'C', 5108, NULL, '2020-12-18 18:57:59', 0, 0, 0, 0, 0, 'Wanli', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Klára', 'wantulok@patium.cz', 'c925b2ea61', '', 'C', 5109, NULL, '2020-12-18 18:57:59', 0, 0, 0, 0, 0, 'Wantulok', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal@wantulok.net', 'b8571e5ae9', '', 'C', 5110, NULL, '2020-12-18 18:57:59', 0, 0, 0, 0, 0, 'Wantulok', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jzejdova@volny.cz', 'a5e3d8572d', '', 'C', 5111, NULL, '2020-12-18 18:57:59', 0, 0, 0, 0, 0, 'Zejdová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'zubik.roman1@gmail.com', 'cb13626f4e', '', 'C', 5112, NULL, '2020-12-18 18:57:59', 0, 0, 0, 0, 0, 'Zubík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'lucie.zvanovcova1@seznam.cz', '0fff703c5d', '', 'C', 5113, NULL, '2020-12-18 18:57:59', 0, 0, 0, 0, 0, 'Zvánovcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslava', 'bendovamiroslava@seznam.cz', '32affa3204', '', 'C', 5114, NULL, '2020-12-18 18:57:59', 0, 0, 0, 0, 0, 'Bendová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Veronika', 'veronika.brazdilova@xerox.com', 'f7bd474f7d', '', 'C', 5115, NULL, '2020-12-18 18:57:59', 0, 0, 0, 0, 0, 'Brázdilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Katarina', 'katarina0309@yahoo.com', '0d433b3bd2', '', 'C', 5116, NULL, '2020-12-18 18:58:00', 0, 0, 0, 0, 0, 'Dvořáková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaromíra', 'mirka@hedvik.cz', '8310fa482d', '', 'C', 5117, NULL, '2020-12-18 18:58:00', 0, 0, 0, 0, 0, 'Hedviková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karolina', 'southshore@volny.cz', '919c131ba9', '', 'C', 5118, NULL, '2020-12-18 18:58:00', 0, 0, 0, 0, 0, 'Kejřová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivana', 'ivana.kaucka@czechtop100.cz', '21aaa75392', '', 'C', 5119, NULL, '2020-12-18 18:58:00', 0, 0, 0, 0, 0, 'Kaucká', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslava', 'jarner@centrum.cz', 'a59b7c4476', '', 'C', 5120, NULL, '2020-12-18 18:58:00', 0, 0, 0, 0, 0, 'Neradová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radka', 'radkarajlichova@volny.cz', 'eb6ead9808', '', 'C', 5121, NULL, '2020-12-18 18:58:00', 0, 0, 0, 0, 0, 'Rajlichová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Markéta', 'info@traveler.cz', 'ba6f98c332', '', 'C', 5122, NULL, '2020-12-18 18:58:00', 0, 0, 0, 0, 0, 'Rohrwasserová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'eva.kadlecova@rolls-roycemotorcars-prague.cz', '2b8cbc634b', '', 'C', 5123, NULL, '2020-12-18 18:58:01', 0, 0, 0, 0, 0, 'Kadlecová Dědochová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Silvia', 'skala.silvia@gmail.com', '04758b44d3', '', 'C', 5124, NULL, '2020-12-18 18:58:01', 0, 0, 0, 0, 0, 'Skala', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'life.cz@gmail.com', '4aace72e9a', '', 'C', 5125, NULL, '2020-12-18 18:58:01', 0, 0, 0, 0, 0, 'Juruš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'betrade@seznam.cz', '3185bd2aa8', '', 'C', 5126, NULL, '2020-12-18 18:58:01', 0, 0, 0, 0, 0, 'Bergman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Štěpánka', 'stepanka.komarkova@kkcg.com', '075abbd109', '', 'C', 5127, NULL, '2020-12-18 18:58:01', 0, 0, 0, 0, 0, 'Komárková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Olga', 'olinka326@yahoo.com', 'cf3961e7d8', '', 'C', 5128, NULL, '2020-12-18 18:58:01', 0, 0, 0, 0, 0, 'Pacáková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'janajurusova10@gmail.com', '21d4280b70', '', 'C', 5129, NULL, '2020-12-18 18:58:01', 0, 0, 0, 0, 0, 'Jarušová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'sonazam@seznam.cz', 'a02a1c7e71', '', 'C', 5130, NULL, '2020-12-18 18:58:02', 0, 0, 0, 0, 0, 'Richter', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloš', 'milosbarna@seznam.cz', '17ce3b5a60', '', 'C', 5131, NULL, '2020-12-18 18:58:02', 0, 0, 0, 0, 0, 'Barna', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'janapoddana@seznam.cz', '658efad4de', '', 'C', 5132, NULL, '2020-12-18 18:58:02', 0, 0, 0, 0, 0, 'Bartošková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'portpetrovsk@portpetrovsk.sk', '5591883ec3', '', 'C', 5133, NULL, '2020-12-18 18:58:02', 0, 0, 0, 0, 0, 'Beier', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zhanna', 'zhannabelskaya@gmail.com', '7cc252a859', '', 'C', 5134, NULL, '2020-12-18 18:58:02', 0, 0, 0, 0, 0, 'Belskaya', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radka', 'radka.b.99@gmail.com', '1cf0a5b854', '', 'C', 5135, NULL, '2020-12-18 18:58:02', 0, 0, 0, 0, 0, 'Bendlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karolína', 'karolina@berkova.cz', '0025a9347f', '', 'C', 5136, NULL, '2020-12-18 18:58:03', 0, 0, 0, 0, 0, 'Berková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jandulka.111@seznam.cz', 'e9439d30ab', '', 'C', 5137, NULL, '2020-12-18 18:58:03', 0, 0, 0, 0, 0, 'Blochová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zora', 'bohacova@sinai.cz', 'b088a87241', '', 'C', 5138, NULL, '2020-12-18 18:58:03', 0, 0, 0, 0, 0, 'Boháčová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('František', 'frantisekbouc@yahoo.com', 'de7be1dd6f', '', 'C', 5139, NULL, '2020-12-18 18:58:03', 0, 0, 0, 0, 0, 'Bouc', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Iva', 'iivv@seznam.cz', '07bac838bb', '', 'C', 5140, NULL, '2020-12-18 18:58:03', 0, 0, 0, 0, 0, 'Brabcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'broz@chorusam.com', 'ae28a88270', '', 'C', 5141, NULL, '2020-12-18 18:58:03', 0, 0, 0, 0, 0, 'Brož', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Peter', 'peter.brozek@gmail.com', '5f448d8187', '', 'C', 5142, NULL, '2020-12-18 18:58:03', 0, 0, 0, 0, 0, 'Brožek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'lenkacas@tiscali.cz', '5f6478190c', '', 'C', 5143, NULL, '2020-12-18 18:58:03', 0, 0, 0, 0, 0, 'Čáslavská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hana.cerna@auma.cz', '2fb67580a8', '', 'C', 5144, NULL, '2020-12-18 18:58:04', 0, 0, 0, 0, 0, 'Černá', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'chizzola@das.cz', '60fbad06cc', '', 'C', 5145, NULL, '2020-12-18 18:58:04', 0, 0, 0, 0, 0, 'Chizzola', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcela', 'cimicka@seznam.cz', 'fceec74072', '', 'C', 5146, NULL, '2020-12-18 18:58:04', 0, 0, 0, 0, 0, 'Cimická', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'misavagner@hotmail.com', 'c9558f14be', '', 'C', 5147, NULL, '2020-12-18 18:58:04', 0, 0, 0, 0, 0, 'Čížková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martina', 'martinacrhova1954@seznam.cz', 'df3cff2925', '', 'C', 5148, NULL, '2020-12-18 18:58:04', 0, 0, 0, 0, 0, 'Crhová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Nikola', 'm.e.g@m-e-g.cz', 'b06b30d576', '', 'C', 5149, NULL, '2020-12-18 18:58:04', 0, 0, 0, 0, 0, 'Csamangóová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'j.dastychova@seznam.cz', '02403d72d0', '', 'C', 5150, NULL, '2020-12-18 18:58:04', 0, 0, 0, 0, 0, 'Dastychová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'm.david@way24.cz', '5481202cae', '', 'C', 5151, NULL, '2020-12-18 18:58:04', 0, 0, 0, 0, 0, 'David', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'andrea.dubovska-solcova@aksolcova.cz', 'e720a26678', '', 'C', 5152, NULL, '2020-12-18 18:58:04', 0, 0, 0, 0, 0, 'Dubovská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hana.fialkova@email.cz', 'e6bf0a3956', '', 'C', 5153, NULL, '2020-12-18 18:58:05', 0, 0, 0, 0, 0, 'Fialková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Barbora', 'barbora.filipova@insighthome.eu', '87daf0611c', '', 'C', 5154, NULL, '2020-12-18 18:58:05', 0, 0, 0, 0, 0, 'Filipová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'andreasulejova@seznam.cz', '03b9bf4777', '', 'C', 5155, NULL, '2020-12-18 18:58:06', 0, 0, 0, 0, 0, 'Fo?tová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslava', 'mfranerova@gmail.com', '66d3675086', '', 'C', 5156, NULL, '2020-12-18 18:58:06', 0, 0, 0, 0, 0, 'Franerová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Renata', 'rg@pguh.cz', 'e14c15ad91', '', 'C', 5157, NULL, '2020-12-18 18:58:06', 0, 0, 0, 0, 0, 'Galušková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Valeria', 'valeria.gazdova@dermacol.cz', '5296c79862', '', 'C', 5158, NULL, '2020-12-18 18:58:06', 0, 0, 0, 0, 0, 'Gazdová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anna', 'anna.gruberova@garve.cz', '31c74e647a', '', 'C', 5159, NULL, '2020-12-18 18:58:06', 0, 0, 0, 0, 0, 'Gruberová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana-herinkova@seznam.cz', '465308049d', '', 'C', 5160, NULL, '2020-12-18 18:58:07', 0, 0, 0, 0, 0, 'Herinková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'lunic@lunic.cz', '7b1b9fc111', '', 'C', 5161, NULL, '2020-12-18 18:58:07', 0, 0, 0, 0, 0, 'Hernová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marie', 'hrncirikova.marie@gmail.com', 'b696a3b882', '', 'C', 5162, NULL, '2020-12-18 18:58:07', 0, 0, 0, 0, 0, 'Hrn?i?íková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lena', 'lena@praga-dom.com', '2d62b17ec4', '', 'C', 5163, NULL, '2020-12-18 18:58:07', 0, 0, 0, 0, 0, 'Hronková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jarmila', 'jarmila.i@volny.cz', '25cbb1392a', '', 'C', 5164, NULL, '2020-12-18 18:58:07', 0, 0, 0, 0, 0, 'Ivánková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vratislav', 'vratislav.janda@cz.nestle.com', '98d5549eec', '', 'C', 5165, NULL, '2020-12-18 18:58:07', 0, 0, 0, 0, 0, 'Janda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'kareljanecek@kareljanecek.com', 'eb488db21c', '', 'C', 5166, NULL, '2020-12-18 18:58:07', 0, 0, 0, 0, 0, 'Jane?ek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Helena', 'helena.janouchova@akkavinek.cz', '8fe0955e04', '', 'C', 5167, NULL, '2020-12-18 18:58:07', 0, 0, 0, 0, 0, 'Janouchová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'jitka.javurkova@brandeisclinic.cz', 'b75e0d0501', '', 'C', 5168, NULL, '2020-12-18 18:58:07', 0, 0, 0, 0, 0, 'Javůrková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'karadzovova@privatbank.at', '274120635d', '', 'C', 5169, NULL, '2020-12-18 18:58:08', 0, 0, 0, 0, 0, 'Karadžovová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vítězslav', 'katzer@everfit.cz', 'f9fbcce8f0', '', 'C', 5170, NULL, '2020-12-18 18:58:08', 0, 0, 0, 0, 0, 'Katzer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ondřej', 'klaban@privatbank.at', 'e5c6c2c401', '', 'C', 5171, NULL, '2020-12-18 18:58:08', 0, 0, 0, 0, 0, 'Klaban', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'skconsulting@seznam.cz', '8081d2c5b1', '', 'C', 5172, NULL, '2020-12-18 18:58:08', 0, 0, 0, 0, 0, 'Klesnarová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Klára', 'klara.kodua@renomianet.cz', '52ae726ade', '', 'C', 5173, NULL, '2020-12-18 18:58:08', 0, 0, 0, 0, 0, 'Kodua', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alena', 'alenakokes@yahoo.com', '3ba5692012', '', 'C', 5174, NULL, '2020-12-18 18:58:08', 0, 0, 0, 0, 0, 'Kokešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martina', 'martina.konecna@united-change.com', 'd091c1131e', '', 'C', 5175, NULL, '2020-12-18 18:58:08', 0, 0, 0, 0, 0, 'Kone?ná', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Zdenek', 'zdenek.kopacek@tiscali.cz', '280179c0fb', '', 'C', 5176, NULL, '2020-12-18 18:58:08', 0, 0, 0, 0, 0, 'Kopá?ek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcela', 'marcela.cervena@svitidla-doplnky.cz', '21f019e58e', '', 'C', 5177, NULL, '2020-12-18 18:58:09', 0, 0, 0, 0, 0, 'Kopá?ková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'zzkozlova@gmail.com', 'e8b5a21e63', '', 'C', 5178, NULL, '2020-12-18 18:58:09', 0, 0, 0, 0, 0, 'Kozlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'miroslav.kral@marketup.cz', '7cc84c2859', '', 'C', 5179, NULL, '2020-12-18 18:58:09', 0, 0, 0, 0, 0, 'Král', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Klára', 'klara@mamashop.cz', '8626c0e684', '', 'C', 5180, NULL, '2020-12-18 18:58:09', 0, 0, 0, 0, 0, 'Kratochvílová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martina', 'martina@martina.la', 'b88f9c752d', '', 'C', 5181, NULL, '2020-12-18 18:58:09', 0, 0, 0, 0, 0, 'Kratochvílová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ondřej', 'ondrej.krejcovsky@seznam.cz', 'e1fabc2276', '', 'C', 5182, NULL, '2020-12-18 18:58:09', 0, 0, 0, 0, 0, 'Krejčovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karolina', 'karolina.kribkova@seznam.cz', '4b41d90734', '', 'C', 5183, NULL, '2020-12-18 18:58:09', 0, 0, 0, 0, 0, 'K?ibková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petra.krtkova@atlas.cz', '75f18e2583', '', 'C', 5184, NULL, '2020-12-18 18:58:09', 0, 0, 0, 0, 0, 'Krtková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Renáta', 'renatakubesova@centrum.cz', 'dfdb9872dd', '', 'C', 5185, NULL, '2020-12-18 18:58:10', 0, 0, 0, 0, 0, 'Kubešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'jitka.kuc@seznam.cz', '3a65d84606', '', 'C', 5186, NULL, '2020-12-18 18:58:10', 0, 0, 0, 0, 0, 'Ku?erová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'kuchar@prominecon.cz', '05a1fa27b0', '', 'C', 5187, NULL, '2020-12-18 18:58:11', 0, 0, 0, 0, 0, 'Kuchar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tatiana', 't.kucharova@seznam.cz', '51361ce48c', '', 'C', 5188, NULL, '2020-12-18 18:58:11', 0, 0, 0, 0, 0, 'Kuchařová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Helena', 'kurcikovah@seznam.cz', '9f80f524b4', '', 'C', 5189, NULL, '2020-12-18 18:58:11', 0, 0, 0, 0, 0, 'Kurčíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Veronika', 'veronika.lassiouve@gmail.com', '9eae5072c7', '', 'C', 5190, NULL, '2020-12-18 18:58:11', 0, 0, 0, 0, 0, 'Lassiouve', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'lastovka@youngrealart.com', '31d94c1810', '', 'C', 5191, NULL, '2020-12-18 18:58:11', 0, 0, 0, 0, 0, 'Laštovka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'lucie.lethagen@gmail.com', '56f2e2793e', '', 'C', 5192, NULL, '2020-12-18 18:58:11', 0, 0, 0, 0, 0, 'Lethagen', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Sandra', 'afl@lobkowicz.cz', '7a1a374fcb', '', 'C', 5193, NULL, '2020-12-18 18:58:11', 0, 0, 0, 0, 0, 'Lobkowicz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karolína', 'karolina.ludvikova@gmail.com', '92199fa5da', '', 'C', 5194, NULL, '2020-12-18 18:58:11', 0, 0, 0, 0, 0, 'Ludvíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Renata', 'novopharm@wo.cz', '0037f3f96a', '', 'C', 5195, NULL, '2020-12-18 18:58:12', 0, 0, 0, 0, 0, 'Ludvíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'sun.luko@seznam.cz', '6dd6ff093a', '', 'C', 5196, NULL, '2020-12-18 18:58:12', 0, 0, 0, 0, 0, 'Lukschalova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alena', 'malkova.a@a-light.cz', '27add4780b', '', 'C', 5197, NULL, '2020-12-18 18:58:12', 0, 0, 0, 0, 0, 'Malková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Markéta', 'marketamarco@email.cz', '3102f7281c', '', 'C', 5198, NULL, '2020-12-18 18:58:12', 0, 0, 0, 0, 0, 'Marco', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ta?ána', 'tana.marikova@lfmotol.cuni.cz', 'e5c8f20b12', '', 'C', 5199, NULL, '2020-12-18 18:58:12', 0, 0, 0, 0, 0, 'Ma?íková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'marschallova@gesgroup.cz', '2fd304b54c', '', 'C', 5200, NULL, '2020-12-18 18:58:12', 0, 0, 0, 0, 0, 'Marshallová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'maskova@m-e-g.cz', '8ec056dd61', '', 'C', 5201, NULL, '2020-12-18 18:58:12', 0, 0, 0, 0, 0, 'Mašková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Adriana', 'adriana.matusova@otidea.sk', 'cf67894fcd', '', 'C', 5202, NULL, '2020-12-18 18:58:12', 0, 0, 0, 0, 0, 'Matúšová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'jmazl@j4.cz', '619519fa55', '', 'C', 5203, NULL, '2020-12-18 18:58:12', 0, 0, 0, 0, 0, 'Mázl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslava', 'mikulicova@seznam.cz', '24d5812ac0', '', 'C', 5204, NULL, '2020-12-18 18:58:13', 0, 0, 0, 0, 0, 'Mikuli?ová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Július', 'juliminarik@yahoo.com', 'ba2c77f59a', '', 'C', 5205, NULL, '2020-12-18 18:58:13', 0, 0, 0, 0, 0, 'Minárik', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dalibor', 'kanaservis@seznam.cz', 'b5ff35dc8a', '', 'C', 5206, NULL, '2020-12-18 18:58:13', 0, 0, 0, 0, 0, 'Moninec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dagmar', 'mosovska@seznam.cz', '8819e88d9b', '', 'C', 5207, NULL, '2020-12-18 18:58:14', 0, 0, 0, 0, 0, 'Mošovská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marie', 'muchowova@gmail.com', '6558af9880', '', 'C', 5208, NULL, '2020-12-18 18:58:14', 0, 0, 0, 0, 0, 'Muchowová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'andrea.musilova@brandeisclinic.cz', '4b1d2add20', '', 'C', 5209, NULL, '2020-12-18 18:58:14', 0, 0, 0, 0, 0, 'Musilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Veronika', 'hladikovav@centrum.cz', '4dea6baa00', '', 'C', 5210, NULL, '2020-12-18 18:58:14', 0, 0, 0, 0, 0, 'Musilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vilma', 'sadurian@gmail.com', 'ffd60cc714', '', 'C', 5211, NULL, '2020-12-18 18:58:15', 0, 0, 0, 0, 0, 'Němcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michalnguyen@me.com', '00a72fe8f1', '', 'C', 5212, NULL, '2020-12-18 18:58:15', 0, 0, 0, 0, 0, 'Nguyen', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Nina', 'nina.nohejlova@gmail.com', '03a29386b1', '', 'C', 5213, NULL, '2020-12-18 18:58:15', 0, 0, 0, 0, 0, 'Nohejlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'ondrasek@dap.cz', 'd167a03016', '', 'C', 5214, NULL, '2020-12-18 18:58:15', 0, 0, 0, 0, 0, 'Ondrášek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Gabriela', 'gpecicova@praguekabinet.com', '30107e8f15', '', 'C', 5215, NULL, '2020-12-18 18:58:15', 0, 0, 0, 0, 0, 'Pecicová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tompetrik@volny.cz', 'febe938a76', '', 'C', 5216, NULL, '2020-12-18 18:58:15', 0, 0, 0, 0, 0, 'Petřík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Věra', 'vera.pikousova@gmail.com', '5ae65ac713', '', 'C', 5217, NULL, '2020-12-18 18:58:15', 0, 0, 0, 0, 0, 'Pikousová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'polansky@akpolansky.cz', '31fd4c1c54', '', 'C', 5218, NULL, '2020-12-18 18:58:15', 0, 0, 0, 0, 0, 'Polanský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'janapol48@gmail.com', '5a64007855', '', 'C', 5219, NULL, '2020-12-18 18:58:16', 0, 0, 0, 0, 0, 'Poloni', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tporhajas@brevia.eu', '1cd88a0185', '', 'C', 5220, NULL, '2020-12-18 18:58:16', 0, 0, 0, 0, 0, 'Porhajaš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'katka@planetzen.cz', 'cda2b8af81', '', 'C', 5221, NULL, '2020-12-18 18:58:16', 0, 0, 0, 0, 0, 'Pos', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Libor', 'libor.prochazka@me.com', '286ad1af8f', '', 'C', 5222, NULL, '2020-12-18 18:58:16', 0, 0, 0, 0, 0, 'Procházka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.prucha@insighthome.eu', '8c7f618b45', '', 'C', 5223, NULL, '2020-12-18 18:58:16', 0, 0, 0, 0, 0, 'Průcha', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Katka', 'kaca.prusova@seznam.cz', '6b3c4e4c2c', '', 'C', 5224, NULL, '2020-12-18 18:58:16', 0, 0, 0, 0, 0, 'Průšová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Květoslava', 'valentyna@atlas.cz', 'acbf4c02ae', '', 'C', 5225, NULL, '2020-12-18 18:58:16', 0, 0, 0, 0, 0, 'Reiser', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdenka', 'zdenka.romanakova@gmail.com', '8a61aba8c9', '', 'C', 5226, NULL, '2020-12-18 18:58:16', 0, 0, 0, 0, 0, 'Romaňáková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Monika', 'monica.safarova@gmail.com', '6d1d1371a4', '', 'C', 5227, NULL, '2020-12-18 18:58:17', 0, 0, 0, 0, 0, 'Safarová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'misosamas@gmail.com', '512675e576', '', 'C', 5228, NULL, '2020-12-18 18:58:17', 0, 0, 0, 0, 0, 'Samaš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'lucie.saresova@inspirals.cz', 'c938d7e50e', '', 'C', 5229, NULL, '2020-12-18 18:58:17', 0, 0, 0, 0, 0, 'Šarešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Renata', 'rsebesto@cisco.com', 'db62075131', '', 'C', 5230, NULL, '2020-12-18 18:58:17', 0, 0, 0, 0, 0, 'Šebestová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Žofie', 'mirek.sema@seznam.cz', '7a50c5e5da', '', 'C', 5231, NULL, '2020-12-18 18:58:17', 0, 0, 0, 0, 0, 'Semerádová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'lenkasemradova@gmail.com', 'cc0b19900a', '', 'C', 5232, NULL, '2020-12-18 18:58:17', 0, 0, 0, 0, 0, 'Semrádová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bohuslava', 'bohuslava.senkyrova@vsfs.cz', 'c68a95c1d5', '', 'C', 5233, NULL, '2020-12-18 18:58:17', 0, 0, 0, 0, 0, 'Šenkýřová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ladislava', 'sich@tbn.cz', '33ee88c1c9', '', 'C', 5234, NULL, '2020-12-18 18:58:18', 0, 0, 0, 0, 0, 'Šíchová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'sigut.z@volny.cz', 'a175a870de', '', 'C', 5235, NULL, '2020-12-18 18:58:18', 0, 0, 0, 0, 0, 'Šigut', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'lucie_silhava@kb.cz', '981462be52', '', 'C', 5236, NULL, '2020-12-18 18:58:18', 0, 0, 0, 0, 0, 'Šilhavá', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Barbora', 'bara.skorpilova@mimolimit.cz', '9841d223ce', '', 'C', 5237, NULL, '2020-12-18 18:58:18', 0, 0, 0, 0, 0, 'Škorpilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavel.slaby@avenir.cz', '27e20fb8ca', '', 'C', 5238, NULL, '2020-12-18 18:58:18', 0, 0, 0, 0, 0, 'Slabý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'radekslabyhoud@gmail.com', 'eb2877cc4e', '', 'C', 5239, NULL, '2020-12-18 18:58:18', 0, 0, 0, 0, 0, 'Slabyhoud', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Květa', 'slusarczykova@cbox.cz', '06de577013', '', 'C', 5240, NULL, '2020-12-18 18:58:18', 0, 0, 0, 0, 0, 'Slusarczyková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavel_sokol@seznam.cz', 'c1cb12c26b', '', 'C', 5241, NULL, '2020-12-18 18:58:19', 0, 0, 0, 0, 0, 'Sokol', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Magdalena', 'magdalena.soucek@cz.ey.com', '1f34db2464', '', 'C', 5242, NULL, '2020-12-18 18:58:19', 0, 0, 0, 0, 0, 'Souček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ladislav', 'lspacek@free-com.cz', '8f5301a38b', '', 'C', 5243, NULL, '2020-12-18 18:58:19', 0, 0, 0, 0, 0, 'Špaček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'fashion.cv@seznam.cz', 'b4f1af1adc', '', 'C', 5244, NULL, '2020-12-18 18:58:19', 0, 0, 0, 0, 0, 'Štefanová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'stotterlucie@gmail.com', '80a1c1ad54', '', 'C', 5245, NULL, '2020-12-18 18:58:19', 0, 0, 0, 0, 0, 'Stotter', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Markéta', 'ms-fotoatelier@email.cz', '2ea28a97f3', '', 'C', 5246, NULL, '2020-12-18 18:58:19', 0, 0, 0, 0, 0, 'Strnadová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'hana.suchardova@contexpraha.cz', '11e41c62c7', '', 'C', 5247, NULL, '2020-12-18 18:58:19', 0, 0, 0, 0, 0, 'Suchardová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Slávka', 'slavka.svobodova@al-dolce.cz', '1cac200724', '', 'C', 5248, NULL, '2020-12-18 18:58:20', 0, 0, 0, 0, 0, 'Svobodová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiřina', 'jirinat@centrum.cz', '476e9137b1', '', 'C', 5249, NULL, '2020-12-18 18:58:20', 0, 0, 0, 0, 0, 'Tapšíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Damien', 'thorn@miltoncrown.com', '2027f4fdfb', '', 'C', 5250, NULL, '2020-12-18 18:58:20', 0, 0, 0, 0, 0, 'Thorn', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Markéta', 'peggy.tom@seznam.cz', 'a596b93a0d', '', 'C', 5251, NULL, '2020-12-18 18:58:20', 0, 0, 0, 0, 0, 'Tomášková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Erik', 'erik.tuharsky@chello.sk', 'f2e6d6c569', '', 'C', 5252, NULL, '2020-12-18 18:58:20', 0, 0, 0, 0, 0, 'Tuharský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'katkatuma@seznam.cz', '1cae2a51a7', '', 'C', 5253, NULL, '2020-12-18 18:58:20', 0, 0, 0, 0, 0, 'Tůmová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'tvrdikovaj@seznam.cz', '8df28e8ddf', '', 'C', 5254, NULL, '2020-12-18 18:58:20', 0, 0, 0, 0, 0, 'Tvrdíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'eldza@seznam.cz', '333cd58443', '', 'C', 5255, NULL, '2020-12-18 18:58:20', 0, 0, 0, 0, 0, 'Utinková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'vaclavik@vasebyty.cz', 'cc6bc292ab', '', 'C', 5256, NULL, '2020-12-18 18:58:20', 0, 0, 0, 0, 0, 'Václavík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'michaela@artelglass.com', 'c892bb28d6', '', 'C', 5257, NULL, '2020-12-18 18:58:21', 0, 0, 0, 0, 0, 'Vaculík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'andrea@dancemodels.cz', 'e9f875cfd5', '', 'C', 5258, NULL, '2020-12-18 18:58:22', 0, 0, 0, 0, 0, 'Vampolová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.vanisova@inspirals.cz', '18a009453b', '', 'C', 5259, NULL, '2020-12-18 18:58:22', 0, 0, 0, 0, 0, 'Vanišová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lubomír', 'lubomir2202@gmail.com', 'dba9518146', '', 'C', 5260, NULL, '2020-12-18 18:58:22', 0, 0, 0, 0, 0, 'Vasilev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzka', 'zuzka.viglaska@gmail.com', 'd197aa255e', '', 'C', 5261, NULL, '2020-12-18 18:58:22', 0, 0, 0, 0, 0, 'Viglaska', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martina', 'w-m@seznam.cz', 'f47a3b0b83', '', 'C', 5262, NULL, '2020-12-18 18:58:23', 0, 0, 0, 0, 0, 'Vrátná', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.wojtyla@volny.cz', '8e374bc80c', '', 'C', 5263, NULL, '2020-12-18 18:58:23', 0, 0, 0, 0, 0, 'Wojtyla', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Stanislav', 'zaplatilek@differente.cz', 'e19246d68b', '', 'C', 5264, NULL, '2020-12-18 18:58:23', 0, 0, 0, 0, 0, 'Zaplatilek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anna', 'anna.zelena@hotmail.com', '269dfcce32', '', 'C', 5265, NULL, '2020-12-18 18:58:23', 0, 0, 0, 0, 0, 'Zelená', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Karel', 'zeleny@dtihk.cz', '17e443f6eb', '', 'C', 5266, NULL, '2020-12-18 18:58:23', 0, 0, 0, 0, 0, 'Zelený', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Katarína', 'katarinazeman@gmail.com', 'fd8d102e26', '', 'C', 5267, NULL, '2020-12-18 18:58:23', 0, 0, 0, 0, 0, 'Zemanová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rostislav', 'rzoudlik@fansct.com', '34983c271e', '', 'C', 5268, NULL, '2020-12-18 18:58:24', 0, 0, 0, 0, 0, 'Žoudlík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kate?ina', 'katerina.zubiran@seznam.cz', 'f212f9c40b', '', 'C', 5269, NULL, '2020-12-18 18:58:24', 0, 0, 0, 0, 0, 'Zubiran', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bohdana', 'bohdana@zverinska.cz', '30e66e3254', '', 'C', 5270, NULL, '2020-12-18 18:58:24', 0, 0, 0, 0, 0, 'Zvěřinská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Arun', 'aaggarwal01@gmail.com', '1e23f44a0e', '', 'C', 5271, NULL, '2020-12-18 18:58:24', 0, 0, 0, 0, 0, 'Aggarwal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Nina', 'antonova@yugo-star.ru', '3d35b2624e', '', 'C', 5272, NULL, '2020-12-18 18:58:24', 0, 0, 0, 0, 0, 'Antonova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Elena', 'yugostar@email.cz', 'e3eccf17d6', '', 'C', 5273, NULL, '2020-12-18 18:58:24', 0, 0, 0, 0, 0, 'Antonova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'sinyakin.igor@gmail.com', '064e156d5f', '', 'C', 5274, NULL, '2020-12-18 18:58:24', 0, 0, 0, 0, 0, 'Sinyakin', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzana', 'batkazuzana@fosfa.cz', '696cb80b48', '', 'C', 5275, NULL, '2020-12-18 18:58:24', 0, 0, 0, 0, 0, 'Baťka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivan', 'batka@fosfa.cz', '5e021456b1', '', 'C', 5276, NULL, '2020-12-18 18:58:24', 0, 0, 0, 0, 0, 'Baťka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ludmila', 'ludmilabatkova@seznam.cz', 'f1338cdf72', '', 'C', 5277, NULL, '2020-12-18 18:58:25', 0, 0, 0, 0, 0, 'Baťkova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Elena', 'elenafadeeva@seznam.cz', '2905e04851', '', 'C', 5278, NULL, '2020-12-18 18:58:25', 0, 0, 0, 0, 0, 'Fadeeva', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Gabriela', 'gghortova@gmail.com', '2f12ae6e14', '', 'C', 5279, NULL, '2020-12-18 18:58:25', 0, 0, 0, 0, 0, 'Hortová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrey', 'androlen@seznam.cz', 'e68dc0e01a', '', 'C', 5280, NULL, '2020-12-18 18:58:25', 0, 0, 0, 0, 0, 'Kabanov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Elena', 'sablena1204@gmail.com', '0003a0fdcf', '', 'C', 5281, NULL, '2020-12-18 18:58:25', 0, 0, 0, 0, 0, 'Kabanova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.korenek@homecredit.cz', 'f47c7987c1', '', 'C', 5282, NULL, '2020-12-18 18:58:25', 0, 0, 0, 0, 0, 'Kořenek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anzhelika', 'a9635442@mail.ru', '97d9f0d326', '', 'C', 5283, NULL, '2020-12-18 18:58:25', 0, 0, 0, 0, 0, 'Kucherova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Elena', 'elena.migun@posterscope.ru', '58dd683573', '', 'C', 5284, NULL, '2020-12-18 18:58:25', 0, 0, 0, 0, 0, 'Migun', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anatoliy', 'anatoly.kupreev@posterscope.ru', '27adc3eb60', '', 'C', 5285, NULL, '2020-12-18 18:58:26', 0, 0, 0, 0, 0, 'Kupreev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexander', 'lochman@bacchus.cz', '78ce52a470', '', 'C', 5286, NULL, '2020-12-18 18:58:26', 0, 0, 0, 0, 0, 'Lochman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Elena', 'mashedo@inbox.ru', 'd619becb2f', '', 'C', 5287, NULL, '2020-12-18 18:58:26', 0, 0, 0, 0, 0, 'Mashedo', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anastasia', 'stasy79@ya.ru', '04167ad4b0', '', 'C', 5288, NULL, '2020-12-18 18:58:26', 0, 0, 0, 0, 0, 'Mezhuyeva', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irina', 'irina.mejueva.70@gmail.com', '35ffa918cc', '', 'C', 5289, NULL, '2020-12-18 18:58:26', 0, 0, 0, 0, 0, 'Mezhuyeva', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', '337roman@gmail.com', '45b5f21fd8', '', 'C', 5290, NULL, '2020-12-18 18:58:26', 0, 0, 0, 0, 0, 'Mužík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Artur', 'artur.zlenko@icloud.com', '5095032add', '', 'C', 5291, NULL, '2020-12-18 18:58:26', 0, 0, 0, 0, 0, 'Pavlov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Valerija', 'valerija.r@email.cz', '4ff6cd91b4', '', 'C', 5292, NULL, '2020-12-18 18:58:26', 0, 0, 0, 0, 0, 'Rudneva', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexei', 'alexei.r@email.cz', '13b25416fe', '', 'C', 5293, NULL, '2020-12-18 18:58:27', 0, 0, 0, 0, 0, 'Rudnev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petra@petrarusnakova.cz', 'ab1391cf29', '', 'C', 5294, NULL, '2020-12-18 18:58:27', 0, 0, 0, 0, 0, 'Rusňáková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Natalia', 'samohvalovann@rambler.ru', 'd2c1ee9e59', '', 'C', 5295, NULL, '2020-12-18 18:58:27', 0, 0, 0, 0, 0, 'Samokhvalova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dalila', 'dalila_ce@yahoo.it', '5dc99a8e64', '', 'C', 5296, NULL, '2020-12-18 18:58:27', 0, 0, 0, 0, 0, 'Stramaccioni', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Andrea', 'stramaccioni.legale@yahoo.com', '78b3a4188c', '', 'C', 5297, NULL, '2020-12-18 18:58:27', 0, 0, 0, 0, 0, 'Stramaccioni', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexandr', 'ferenz72@gmail.com', '9ccfc1a23f', '', 'C', 5298, NULL, '2020-12-18 18:58:27', 0, 0, 0, 0, 0, 'Ferenz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzana', 'zuzana.hazukova@email.cz', 'ccf1ea1867', '', 'C', 5299, NULL, '2020-12-18 18:58:27', 0, 0, 0, 0, 0, 'Hazuková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irina', 'sosnina@kraso.ru', 'd3fa7e11ec', '', 'C', 5300, NULL, '2020-12-18 18:58:27', 0, 0, 0, 0, 0, 'Efimenko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Liana', 'liana55@yandex.ru', '34f7941748', '', 'C', 5301, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Farkash', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Liubov', 'liuba.frenkel@gmail.com', '56a9052a72', '', 'C', 5302, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Frenkel', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rufina', 'r.patrakova@mail.ru', 'ed11453830', '', 'C', 5303, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Patrakova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Natalia', 'ryabovadom@mail.ru', '0b45da04f5', '', 'C', 5304, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Ryabova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Mika', 'ahmadova@gmail.com', 'a8d11a19b7', '', 'C', 5305, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Subotich', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tereza', 'therrmann@volny.cz', 'd5614aec60', '', 'C', 5306, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Herrmannová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'malesova@maha-cz.cz', '32e184897b', '', 'C', 5307, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Malešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Věra', 'jakubickova@anipol.cz', 'd689e91be5', '', 'C', 5308, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Jakubičková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Natalia', 'bellahome@seznam.cz', 'dde69f735f', '', 'C', 5309, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Rybak', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaromir', 'taz.jara@seznam.cz', '4e06a9a9af', '', 'C', 5310, NULL, '2020-12-18 18:58:28', 0, 0, 0, 0, 0, 'Jiřík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lya', 'teplinskaya02@icloud.com', 'b8acddf697', '', 'C', 5311, NULL, '2020-12-18 18:58:29', 0, 0, 0, 0, 0, 'Teplinskaya', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'ulcak@e-investment.cz', '0641f9d9a1', '', 'C', 5312, NULL, '2020-12-18 18:58:29', 0, 0, 0, 0, 0, 'Ulčák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('František', 'f.krych@centrum.cz', '2965341938', '', 'C', 5313, NULL, '2020-12-18 18:58:29', 0, 0, 0, 0, 0, 'Krych', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dana', 'dana.krizova@cross-speed.cz', '209c87a1c8', '', 'C', 5314, NULL, '2020-12-18 18:58:29', 0, 0, 0, 0, 0, 'Křížová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eva', 'eva.vitek@seznam.cz', '1f5d500728', '', 'C', 5315, NULL, '2020-12-18 18:58:29', 0, 0, 0, 0, 0, 'Vítková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Markéta', 'mbeaujard@beletblanc.cz', '261ceab89a', '', 'C', 5316, NULL, '2020-12-18 18:58:29', 0, 0, 0, 0, 0, 'Beaujardová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Oksana', 'obrookie88@gmail.com', 'c1d9da28d8', '', 'C', 5317, NULL, '2020-12-18 18:58:30', 0, 0, 0, 0, 0, 'Brookip', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ekaterina', 'ekdod@yandex.ru', 'e84bdba034', '', 'C', 5318, NULL, '2020-12-18 18:58:30', 0, 0, 0, 0, 0, 'Dod', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Leyla', 'leylakarimovaaa@gmail.com', '42604a5e36', '', 'C', 5319, NULL, '2020-12-18 18:58:30', 0, 0, 0, 0, 0, 'Karimova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.kohout@prk.cz', 'ab92c722b8', '', 'C', 5320, NULL, '2020-12-18 18:58:31', 0, 0, 0, 0, 0, 'Kohout', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexandr', 'anagaev@list.ru', '0db6823d24', '', 'C', 5321, NULL, '2020-12-18 18:58:31', 0, 0, 0, 0, 0, 'Nagaev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Wanda', 'wanda.novakova.wn@gmail.com', '8c2ea4b4b6', '', 'C', 5322, NULL, '2020-12-18 18:58:31', 0, 0, 0, 0, 0, 'Nováková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Adam', 'adam@karlovylazne.cz', 'dd4a2f62ab', '', 'C', 5323, NULL, '2020-12-18 18:58:31', 0, 0, 0, 0, 0, 'Lipšanský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Adéla', 'nekozova@centrum.cz', '2f5adc4802', '', 'C', 5324, NULL, '2020-12-18 18:58:31', 0, 0, 0, 0, 0, 'Nekolová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alan', 'alanvitous@seznam.cz', 'fcd2ebfd72', '', 'C', 5325, NULL, '2020-12-18 18:58:32', 0, 0, 0, 0, 0, 'Vitouš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Albert', 'albert.motejzik@cz.coltgroup.com', 'b0d2923567', '', 'C', 5326, NULL, '2020-12-18 18:58:32', 0, 0, 0, 0, 0, 'Motejzlík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alexandros', 'valsamis@avmc.cz', '11c49b0c55', '', 'C', 5327, NULL, '2020-12-18 18:58:32', 0, 0, 0, 0, 0, 'Valsamis', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anna', 'pasajeva@gmail.com', '5c84c4a30a', '', 'C', 5328, NULL, '2020-12-18 18:58:32', 0, 0, 0, 0, 0, 'Pašajeva', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Barbora', 'bara.r@centrum.cz', '53b1049f91', '', 'C', 5329, NULL, '2020-12-18 18:58:32', 0, 0, 0, 0, 0, 'Urbanová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Barbora', 'bara.vajsejtlova@seznam.cz', 'ab97c4cbc3', '', 'C', 5330, NULL, '2020-12-18 18:58:32', 0, 0, 0, 0, 0, 'Vajsejtlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Blanka', 'blanka.tomasova@seznam.cz', 'adfd1f4c8b', '', 'C', 5331, NULL, '2020-12-18 18:58:32', 0, 0, 0, 0, 0, 'Tomášová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'braunova.b@seznam.cz', '88dab67a40', '', 'C', 5332, NULL, '2020-12-18 18:58:32', 0, 0, 0, 0, 0, 'Braunová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'bulirova@gmail.com', 'c091055417', '', 'C', 5333, NULL, '2020-12-18 18:58:32', 0, 0, 0, 0, 0, 'Bulířová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'vitek.cernicky@seznam.cz', '5bcc2a04f9', '', 'C', 5334, NULL, '2020-12-18 18:58:33', 0, 0, 0, 0, 0, 'Černický', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'radek.chramosta@exon.cz', '3cbe4f73d9', '', 'C', 5335, NULL, '2020-12-18 18:58:33', 0, 0, 0, 0, 0, 'Chramosta', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dagmar', 'pedag@seznam.cz', '951b844947', '', 'C', 5336, NULL, '2020-12-18 18:58:33', 0, 0, 0, 0, 0, 'Pechová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dalibor', 'dalibor.sajar@allianz.cz', 'ab245d4714', '', 'C', 5337, NULL, '2020-12-18 18:58:33', 0, 0, 0, 0, 0, 'Šajar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'daniel_kadlec@centrum.cz', '98619a8d4e', '', 'C', 5338, NULL, '2020-12-18 18:58:33', 0, 0, 0, 0, 0, 'Kadlec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'daniel.kunz@seznam.cz', '2f294e3924', '', 'C', 5339, NULL, '2020-12-18 18:58:33', 0, 0, 0, 0, 0, 'Kunz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'danielpavelka@me.com', '13504cf29b', '', 'C', 5340, NULL, '2020-12-18 18:58:33', 0, 0, 0, 0, 0, 'Pavelka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniel', 'd.sys@volny.cz', '1ef3bf38dc', '', 'C', 5341, NULL, '2020-12-18 18:58:33', 0, 0, 0, 0, 0, 'Sys', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniela', 'daniela.rodanova@seznam.cz', 'da43494a9b', '', 'C', 5342, NULL, '2020-12-18 18:58:33', 0, 0, 0, 0, 0, 'Roďanová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Darina', 'darinag@gmail.com', '53a6a5751a', '', 'C', 5343, NULL, '2020-12-18 18:58:34', 0, 0, 0, 0, 0, 'Czakon', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Darina', 'dsediva@gmail.com', 'a23b459ac8', '', 'C', 5344, NULL, '2020-12-18 18:58:34', 0, 0, 0, 0, 0, 'Šedivá', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'david.husak@rb.cz', '1829b79138', '', 'C', 5345, NULL, '2020-12-18 18:58:34', 0, 0, 0, 0, 0, 'Husák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('David', 'david.jirusek@seznam.cz', 'c54eb7a346', '', 'C', 5346, NULL, '2020-12-18 18:58:34', 0, 0, 0, 0, 0, 'Jirušek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'jinv@seznam.cz', 'c8642c0acf', '', 'C', 5347, NULL, '2020-12-18 18:58:34', 0, 0, 0, 0, 0, 'Dolejšová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'dolezal@campingaz.cz', '3812ad7f4a', '', 'C', 5348, NULL, '2020-12-18 18:58:34', 0, 0, 0, 0, 0, 'Doležal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'vlastimil.kostka@seznam.cz', '16e5073cfe', '', 'C', 5349, NULL, '2020-12-18 18:58:34', 0, 0, 0, 0, 0, 'Kostka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vlastislav', 'brizav@koh-i-noor.cz', '02d24d0634', '', 'C', 5350, NULL, '2020-12-18 18:58:34', 0, 0, 0, 0, 0, 'Bříza', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'urban@hypoasistent.cz', 'bf25d41c45', '', 'C', 5351, NULL, '2020-12-18 18:58:34', 0, 0, 0, 0, 0, 'Urban', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Dušan', 'dusan.jalovy@unicreditgroup.cz', '41a969757f', '', 'C', 5352, NULL, '2020-12-18 18:58:35', 0, 0, 0, 0, 0, 'Jalový', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Mňuková', 'edita@nonchalance.cz', '51f1deafb6', '', 'C', 5353, NULL, '2020-12-18 18:58:35', 0, 0, 0, 0, 0, 'Edita', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ester', 'estemac@me.com', '13275a0853', '', 'C', 5354, NULL, '2020-12-18 18:58:35', 0, 0, 0, 0, 0, 'Novotná', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eve', 'eve.lederer@centrum.cz', '34fab985bb', '', 'C', 5355, NULL, '2020-12-18 18:58:35', 0, 0, 0, 0, 0, 'Lederer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Gabriela', 'g.bedravova@seznam.cz', 'f8992682e3', '', 'C', 5356, NULL, '2020-12-18 18:58:35', 0, 0, 0, 0, 0, 'Bedravová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Gabriela', 'sklenarovag@seznam.cz', '608cdb755e', '', 'C', 5357, NULL, '2020-12-18 18:58:35', 0, 0, 0, 0, 0, 'Rybová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Galina', 'galina.pohlova@seznam.cz', '30016a8811', '', 'C', 5358, NULL, '2020-12-18 18:58:35', 0, 0, 0, 0, 0, 'Pohlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Hana', 'zogl.hana@seznam.cz', '4bbd452927', '', 'C', 5359, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Žogliková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'phavelkova@hotmail.com', '7cbbb2ea14', '', 'C', 5360, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Havelková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'helcl@whiteberry.asia', 'ec98c39678', '', 'C', 5361, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Helcl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'vhokes@seznam.cz', '58f3d07ec6', '', 'C', 5362, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Hokeš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'marthol@atlas.cz', 'c64fba5c1d', '', 'C', 5363, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Holub', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Igor', 'igor.sanin@seznam.cz', '14eca2a0a2', '', 'C', 5364, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Sanin', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'janjokl@seznam.cz', 'a5ab5992f6', '', 'C', 5365, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Jokl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Alfery', 'jana.alfery@alferypartner.com', '1a2e94af96', '', 'C', 5366, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Jana', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ondřej', 'ondrej.danisevsky@dannplan.cz', 'c8ec19e72b', '', 'C', 5367, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Daniševský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'zlastuvka@email.cz', 'cc7308d718', '', 'C', 5368, NULL, '2020-12-18 18:58:36', 0, 0, 0, 0, 0, 'Laštůvka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'vladimir.bily@gleeds.cz', 'd735c3c563', '', 'C', 5369, NULL, '2020-12-18 18:58:37', 0, 0, 0, 0, 0, 'Ingl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ingrid', 'kopcova.ingrid@centrum.cz', '64260d9f9f', '', 'C', 5370, NULL, '2020-12-18 18:58:37', 0, 0, 0, 0, 0, 'Kopcová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irena', 'irena.truneckova@email.cz', '5ba059aee1', '', 'C', 5371, NULL, '2020-12-18 18:58:37', 0, 0, 0, 0, 0, 'Trunečková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irina', '7330820@gmail.com', 'baa0099ce0', '', 'C', 5372, NULL, '2020-12-18 18:58:37', 0, 0, 0, 0, 0, 'Karpenko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irina', 'irina.podsossenko@gmail.com', '60f315e464', '', 'C', 5373, NULL, '2020-12-18 18:58:37', 0, 0, 0, 0, 0, 'Podsosenková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivana', 'ivanama@hotmail.com', '53c462301a', '', 'C', 5374, NULL, '2020-12-18 18:58:37', 0, 0, 0, 0, 0, 'Svobodná', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivo', 'suchy@dragon-capital.com', '9d26059bb2', '', 'C', 5375, NULL, '2020-12-18 18:58:38', 0, 0, 0, 0, 0, 'Suchý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'jakl@point-r.cz', '8b96e974c6', '', 'C', 5376, NULL, '2020-12-18 18:58:38', 0, 0, 0, 0, 0, 'Jakl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jakub', 'jakub.miklos@ovi.com', '1329a0afbf', '', 'C', 5377, NULL, '2020-12-18 18:58:38', 0, 0, 0, 0, 0, 'Mikloš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jakub', 'jskavron@yahoo.com', 'f583c8371c', '', 'C', 5378, NULL, '2020-12-18 18:58:39', 0, 0, 0, 0, 0, 'Skavron', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'honza.dvorsky@seznam.cz', '59a75dc49b', '', 'C', 5379, NULL, '2020-12-18 18:58:39', 0, 0, 0, 0, 0, 'Dvorský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.firda@gmail.com', 'd7ec2642d8', '', 'C', 5380, NULL, '2020-12-18 18:58:39', 0, 0, 0, 0, 0, 'Firda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.hrdina@asko-as.cz', 'ee7bdd0671', '', 'C', 5381, NULL, '2020-12-18 18:58:39', 0, 0, 0, 0, 0, 'Hrdina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'kolar76@seznam.cz', '7ef412c638', '', 'C', 5382, NULL, '2020-12-18 18:58:39', 0, 0, 0, 0, 0, 'Kolář', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'jan.matustik@email.cz', '956cb9034f', '', 'C', 5383, NULL, '2020-12-18 18:58:39', 0, 0, 0, 0, 0, 'Matuštík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jan', 'j.mika@pausecafe.cz', '4f3203b8e9', '', 'C', 5384, NULL, '2020-12-18 18:58:39', 0, 0, 0, 0, 0, 'Mika', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.zahorova@centrum.cz', '15b1669f38', '', 'C', 5385, NULL, '2020-12-18 18:58:40', 0, 0, 0, 0, 0, 'Mrákotová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'vankova.jana@centrum.cz', 'ecfa836a13', '', 'C', 5386, NULL, '2020-12-18 18:58:40', 0, 0, 0, 0, 0, 'Vaňková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.vavrova4@gmail.com', 'fc9840521b', '', 'C', 5387, NULL, '2020-12-18 18:58:40', 0, 0, 0, 0, 0, 'Vávrová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'janecek-akustika@volny.cz', '479b50cf6f', '', 'C', 5388, NULL, '2020-12-18 18:58:40', 0, 0, 0, 0, 0, 'Janeček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'janeckova.mar@seznam.cz', 'cc97deb46a', '', 'C', 5389, NULL, '2020-12-18 18:58:40', 0, 0, 0, 0, 0, 'Janečková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'josef.janousek@wunderman.cz', '810fdd1549', '', 'C', 5390, NULL, '2020-12-18 18:58:40', 0, 0, 0, 0, 0, 'Janoušek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslav', 'jaroslav.holcman@rema-pv.cz', 'a4308bc066', '', 'C', 5391, NULL, '2020-12-18 18:58:40', 0, 0, 0, 0, 0, 'Holcman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jaroslava', 'jaroslava.wiedermannova@gmail.com', '78f2a84c37', '', 'C', 5392, NULL, '2020-12-18 18:58:41', 0, 0, 0, 0, 0, 'Wiedermannová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jeroen', 'leeuwen@csobpoj.cz', '1e49579e5b', '', 'C', 5393, NULL, '2020-12-18 18:58:41', 0, 0, 0, 0, 0, 'Van Leeuwen', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'jetmarovar@seznam.cz', '6d247b506e', '', 'C', 5394, NULL, '2020-12-18 18:58:41', 0, 0, 0, 0, 0, 'Jetmarová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiricerny@aleco.cz', '36ae726b1a', '', 'C', 5395, NULL, '2020-12-18 18:58:41', 0, 0, 0, 0, 0, 'Černý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jiafi@seznam.cz', '2a380353ba', '', 'C', 5396, NULL, '2020-12-18 18:58:42', 0, 0, 0, 0, 0, 'Fiala', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'nemecek.golf@quick.cz', '9cb8d20fdb', '', 'C', 5397, NULL, '2020-12-18 18:58:42', 0, 0, 0, 0, 0, 'Němeček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiří', 'jirka.novak3@seznam.cz', '9b13da2934', '', 'C', 5398, NULL, '2020-12-18 18:58:42', 0, 0, 0, 0, 0, 'Novák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'jrydvalova@seznam.cz', '1a3dd93f04', '', 'C', 5399, NULL, '2020-12-18 18:58:42', 0, 0, 0, 0, 0, 'Rydvalová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Josef', 'silhan.josef@volksbank.cz', '2d60829a61', '', 'C', 5400, NULL, '2020-12-18 18:58:42', 0, 0, 0, 0, 0, 'Šilhan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Erika', 'macakova.advokat@centrum.cz', '4c626c83c5', '', 'C', 5401, NULL, '2020-12-18 18:58:42', 0, 0, 0, 0, 0, 'Mačáková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kostka', 'kostka@jansta-kostka.cz', '2bec710f5a', '', 'C', 5402, NULL, '2020-12-18 18:58:42', 0, 0, 0, 0, 0, 'JUDr.', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Julien', 'j_bernadet@yahoo.fr', '06ec55ec3f', '', 'C', 5403, NULL, '2020-12-18 18:58:43', 0, 0, 0, 0, 0, 'Bernadet', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Juraj', 'juraj.hanuliak@gmx.de', 'cec5810889', '', 'C', 5404, NULL, '2020-12-18 18:58:43', 0, 0, 0, 0, 0, 'Hanuliak', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'katka.bayerova@gmail.com', '88890a6529', '', 'C', 5405, NULL, '2020-12-18 18:58:43', 0, 0, 0, 0, 0, 'Bayerová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'katerina@driga.cz', 'e5ef36004b', '', 'C', 5406, NULL, '2020-12-18 18:58:43', 0, 0, 0, 0, 0, 'Šváňová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'katerina.urbankova@grandoptical.cz', '1da4e59f32', '', 'C', 5407, NULL, '2020-12-18 18:58:43', 0, 0, 0, 0, 0, 'Urbánková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'jan.kincl@facility.cz', '4aa8c65648', '', 'C', 5408, NULL, '2020-12-18 18:58:43', 0, 0, 0, 0, 0, 'Kincl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'danklu1957@seznam.cz', 'c055a130a7', '', 'C', 5409, NULL, '2020-12-18 18:58:43', 0, 0, 0, 0, 0, 'Klusáčková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'kohout_michal@centrum.cz', '8646286627', '', 'C', 5410, NULL, '2020-12-18 18:58:44', 0, 0, 0, 0, 0, 'Kohout', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'kopal@technet24.cz', 'e7f52d46b3', '', 'C', 5411, NULL, '2020-12-18 18:58:44', 0, 0, 0, 0, 0, 'Kopal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'kotarac@patria.cz', '8989afe5eb', '', 'C', 5412, NULL, '2020-12-18 18:58:44', 0, 0, 0, 0, 0, 'Kotarac', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'martin.kupcik@o2.com', '8977062a9d', '', 'C', 5413, NULL, '2020-12-18 18:58:44', 0, 0, 0, 0, 0, 'Kupčík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'michal.kurfirst@me.com', 'c008129e86', '', 'C', 5414, NULL, '2020-12-18 18:58:44', 0, 0, 0, 0, 0, 'Kurfirst', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'retces@seznam.cz', '693e022d69', '', 'C', 5415, NULL, '2020-12-18 18:58:44', 0, 0, 0, 0, 0, 'Kyzlinková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ladislav', 'ladaxhorak@seznam.cz', 'c5d7b9c083', '', 'C', 5416, NULL, '2020-12-18 18:58:44', 0, 0, 0, 0, 0, 'Horák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ladislav', 'ladislav.smejkal@gmail.com', 'a9b8001625', '', 'C', 5417, NULL, '2020-12-18 18:58:44', 0, 0, 0, 0, 0, 'Smejkal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'lenka.jiraskova@gmail.com', '34f3408d35', '', 'C', 5418, NULL, '2020-12-18 18:58:44', 0, 0, 0, 0, 0, 'Jirásková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'info.kysela@email.cz', '16904c831d', '', 'C', 5419, NULL, '2020-12-18 18:58:45', 0, 0, 0, 0, 0, 'Kyselová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'lenka.maresova@century21.cz', 'dcde96df9f', '', 'C', 5420, NULL, '2020-12-18 18:58:45', 0, 0, 0, 0, 0, 'Marešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lenka', 'babetka333@seznam.cz', '4112319333', '', 'C', 5421, NULL, '2020-12-18 18:58:45', 0, 0, 0, 0, 0, 'Vorlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Libor', 'libor.sevcik@sendme.cz', 'd96c862980', '', 'C', 5422, NULL, '2020-12-18 18:58:45', 0, 0, 0, 0, 0, 'Ševčík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Linda', 'linda.votrubova@contigo.cz', '3c7b7a85c9', '', 'C', 5423, NULL, '2020-12-18 18:58:45', 0, 0, 0, 0, 0, 'Votrubová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lubomír', 'lsilhavik@email.cz', '0224620f9d', '', 'C', 5424, NULL, '2020-12-18 18:58:45', 0, 0, 0, 0, 0, 'Šilhavík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'lucie-england@hotmail.com', '9af82bd8f5', '', 'C', 5425, NULL, '2020-12-18 18:58:45', 0, 0, 0, 0, 0, 'England', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'lucie.havlova@nextreality.cz', 'ee8bd26f78', '', 'C', 5426, NULL, '2020-12-18 18:58:45', 0, 0, 0, 0, 0, 'Havlová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lucie', 'luca.divisova@seznam.cz', 'd0f56d494c', '', 'C', 5427, NULL, '2020-12-18 18:58:46', 0, 0, 0, 0, 0, 'Koťanová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Luděk', 'ludek.bastl@seznam.cz', '95ed181e1e', '', 'C', 5428, NULL, '2020-12-18 18:58:46', 0, 0, 0, 0, 0, 'Bastl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'karlovsky.l@gmail.com', '2aeb3b3537', '', 'C', 5429, NULL, '2020-12-18 18:58:46', 0, 0, 0, 0, 0, 'Karlovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'lukas.kubat@cme-net.com', '52a3cc3538', '', 'C', 5430, NULL, '2020-12-18 18:58:47', 0, 0, 0, 0, 0, 'Kubát', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Lukáš', 'lukas.abc123@seznam.cz', '1501041146', '', 'C', 5431, NULL, '2020-12-18 18:58:47', 0, 0, 0, 0, 0, 'Palovský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'jiri.lukes76@seznam.cz', '7e93b756bb', '', 'C', 5432, NULL, '2020-12-18 18:58:47', 0, 0, 0, 0, 0, 'Lukeš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marcela', 'marcela.hudeckova@seznam.cz', '60a89db712', '', 'C', 5433, NULL, '2020-12-18 18:58:48', 0, 0, 0, 0, 0, 'Hudečková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marek', 'lesaci@mac.com', 'a883d3e499', '', 'C', 5434, NULL, '2020-12-18 18:58:48', 0, 0, 0, 0, 0, 'Lešo', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Marek', 'm.slosar@seznam.cz', 'caa3715692', '', 'C', 5435, NULL, '2020-12-18 18:58:48', 0, 0, 0, 0, 0, 'Šlosar', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marek', 'stubley@jurista.cz', '399f717664', '', 'C', 5436, NULL, '2020-12-18 18:58:48', 0, 0, 0, 0, 0, 'Stubley', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marián', 'maub@ikem.cz', '2eba8583cd', '', 'C', 5437, NULL, '2020-12-18 18:58:48', 0, 0, 0, 0, 0, 'Urban', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marie', 'ok.no@seznam.cz', 'b4d5b29fc1', '', 'C', 5438, NULL, '2020-12-18 18:58:48', 0, 0, 0, 0, 0, 'Novotná', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Markéta', 'marketa.dockalova@accentur.com', '2c03b89207', '', 'C', 5439, NULL, '2020-12-18 18:58:49', 0, 0, 0, 0, 0, 'Dočkalová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Markéta', 'marketa.dyllong@mcpraha.cz', '199d0aab4e', '', 'C', 5440, NULL, '2020-12-18 18:58:49', 0, 0, 0, 0, 0, 'Dyllong', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martinoravec@ymail.com', 'b9ae225949', '', 'C', 5441, NULL, '2020-12-18 18:58:49', 0, 0, 0, 0, 0, 'Oravec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.stastny67@seznam.cz', 'b8bf98fd93', '', 'C', 5442, NULL, '2020-12-18 18:58:49', 0, 0, 0, 0, 0, 'Šťastný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.tym@email.cz', '8a49941bb1', '', 'C', 5443, NULL, '2020-12-18 18:58:49', 0, 0, 0, 0, 0, 'Tým', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martin', 'martin.vodicka@tece.cz', '72cf875410', '', 'C', 5444, NULL, '2020-12-18 18:58:49', 0, 0, 0, 0, 0, 'Vodička', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martina', 'svecova5@post.cz', '0006624694', '', 'C', 5445, NULL, '2020-12-18 18:58:49', 0, 0, 0, 0, 0, 'Puchmelterová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'tomas.matousek@pfcp.cz', '5b4db71c56', '', 'C', 5446, NULL, '2020-12-18 18:58:49', 0, 0, 0, 0, 0, 'Matoušek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Matt', 'matt.dreier@gmail.com', '075c81950a', '', 'C', 5447, NULL, '2020-12-18 18:58:50', 0, 0, 0, 0, 0, 'Dreier', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irma', 'irma.m@seznam.cz', 'cc1b3bb6e2', '', 'C', 5448, NULL, '2020-12-18 18:58:50', 0, 0, 0, 0, 0, 'Manjgaladze', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.benes@hochtief.de', '8ab52b3c3c', '', 'C', 5449, NULL, '2020-12-18 18:58:50', 0, 0, 0, 0, 0, 'Beneš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Václav', 'vaclav.sochor@rozhlas.cz', 'e0db555186', '', 'C', 5450, NULL, '2020-12-18 18:58:50', 0, 0, 0, 0, 0, 'Sochor', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Yulia', 'yulia.kushnir@amista.cz', '5b66552f65', '', 'C', 5451, NULL, '2020-12-18 18:58:50', 0, 0, 0, 0, 0, 'Kushnir', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michael', 'grimmi@seznam.cz', '15551fef12', '', 'C', 5452, NULL, '2020-12-18 18:58:50', 0, 0, 0, 0, 0, 'Grim', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michaela', 'michaela.neskerova@seznam.cz', 'a38ff4b965', '', 'C', 5453, NULL, '2020-12-18 18:58:50', 0, 0, 0, 0, 0, 'Neskerová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'michal.bucko@seznam.cz', '000fef356a', '', 'C', 5454, NULL, '2020-12-18 18:58:50', 0, 0, 0, 0, 0, 'Bucko', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michal', 'zavesky@expandia.com', 'b51c563e09', '', 'C', 5455, NULL, '2020-12-18 18:58:50', 0, 0, 0, 0, 0, 'Záveský', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'mike@gear1963.com', '5c6ae13b6e', '', 'C', 5456, NULL, '2020-12-18 18:58:51', 0, 0, 0, 0, 0, 'Mike', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'mikolas@soccerreality.cz', '33e8d9a168', '', 'C', 5457, NULL, '2020-12-18 18:58:51', 0, 0, 0, 0, 0, 'Mikoláš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Mikuláš', 'm.ordnung@tiscali.cz', '0dc0f2d2cc', '', 'C', 5458, NULL, '2020-12-18 18:58:51', 0, 0, 0, 0, 0, 'Ordnung', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'c3m@seznam.cz', 'cc7bdb749e', '', 'C', 5459, NULL, '2020-12-18 18:58:51', 0, 0, 0, 0, 0, 'Cestr', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'milan.tomek@gmail.com', '95d59739b0', '', 'C', 5460, NULL, '2020-12-18 18:58:51', 0, 0, 0, 0, 0, 'Tomek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Milan', 'mvlk@volny.cz', '5138c876f7', '', 'C', 5461, NULL, '2020-12-18 18:58:51', 0, 0, 0, 0, 0, 'Vlk', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloš', 'milos.p@seznam.cz', '1f3b6c81c8', '', 'C', 5462, NULL, '2020-12-18 18:58:52', 0, 0, 0, 0, 0, 'Pospíšil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miloš', 'wikule@email.cz', '0d4deeb371', '', 'C', 5463, NULL, '2020-12-18 18:58:52', 0, 0, 0, 0, 0, 'Procházka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'm.kopecek@email.cz', 'c43642a4df', '', 'C', 5464, NULL, '2020-12-18 18:58:52', 0, 0, 0, 0, 0, 'Kopeček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'm-smet@seznam.cz', 'c13e7a6743', '', 'C', 5465, NULL, '2020-12-18 18:58:53', 0, 0, 0, 0, 0, 'Smetana', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslav', 'mirek.wolff@gmail.com', '3a2199a6f8', '', 'C', 5466, NULL, '2020-12-18 18:58:53', 0, 0, 0, 0, 0, 'Wolf', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Miroslava', 'miroslava.voleska@gmail.com', '4bb996bfff', '', 'C', 5467, NULL, '2020-12-18 18:58:53', 0, 0, 0, 0, 0, 'Voleská', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'motycka@calfabartosik.cz', '0c435713c2', '', 'C', 5468, NULL, '2020-12-18 18:58:54', 0, 0, 0, 0, 0, 'Motyčka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'tatiana.mrvova@centrum.cz', 'b7a0dab8d4', '', 'C', 5469, NULL, '2020-12-18 18:58:54', 0, 0, 0, 0, 0, 'Mrvová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Natallia', 'makovik@makconsulting.eu', 'f0693f0767', '', 'C', 5470, NULL, '2020-12-18 18:58:54', 0, 0, 0, 0, 0, 'Makovik', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'longtrip@seznam.cz', '7ca61aa59d', '', 'C', 5471, NULL, '2020-12-18 18:58:54', 0, 0, 0, 0, 0, 'Němec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'morava@expandia.com', 'e4424736a9', '', 'C', 5472, NULL, '2020-12-18 18:58:55', 0, 0, 0, 0, 0, 'Morava', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Nikolay', 'apostolov@atlas.cz', '3ce0cd710b', '', 'C', 5473, NULL, '2020-12-18 18:58:55', 0, 0, 0, 0, 0, 'Apostolov', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'bri36@seznam.cz', '158725d364', '', 'C', 5474, NULL, '2020-12-18 18:58:56', 0, 0, 0, 0, 0, 'Novotný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'mujboks@seznam.cz', '38cdd77116', '', 'C', 5475, NULL, '2020-12-18 18:58:56', 0, 0, 0, 0, 0, 'Novotný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Otakar', 'to@otatyl.com', '5cca073451', '', 'C', 5476, NULL, '2020-12-18 18:58:57', 0, 0, 0, 0, 0, 'Tyl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavel.feigl@galerie22.cz', '35fcf77715', '', 'C', 5477, NULL, '2020-12-18 18:58:57', 0, 0, 0, 0, 0, 'Feigl', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'plangr@seznam.cz', '651431d39d', '', 'C', 5478, NULL, '2020-12-18 18:58:57', 0, 0, 0, 0, 0, 'Langr', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'lupjan@mms.cz', 'b2495ca97c', '', 'C', 5479, NULL, '2020-12-18 18:58:57', 0, 0, 0, 0, 0, 'Lupjan', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'studenypavel@seznam.cz', '739c8a89a8', '', 'C', 5480, NULL, '2020-12-18 18:58:58', 0, 0, 0, 0, 0, 'Studený', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavla', 'pavla.temrova@gmail.com', '161042d48d', '', 'C', 5481, NULL, '2020-12-18 18:58:58', 0, 0, 0, 0, 0, 'Temrova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavla', 'zdrahalova.pavla@seznam.cz', '314c77e379', '', 'C', 5482, NULL, '2020-12-18 18:58:59', 0, 0, 0, 0, 0, 'Zdráhalová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'peknik@fiducia.cz', 'c387e3cb20', '', 'C', 5483, NULL, '2020-12-18 18:58:59', 0, 0, 0, 0, 0, 'Pěkník', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'zom@pankrac-as.cz', '1e8a2bc9ba', '', 'C', 5484, NULL, '2020-12-18 18:58:59', 0, 0, 0, 0, 0, 'Pelnař', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.barak@seznam.cz', '215fb58b5f', '', 'C', 5485, NULL, '2020-12-18 18:59:00', 0, 0, 0, 0, 0, 'Barák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.kanera@gckh.cz', '0ee29a621e', '', 'C', 5486, NULL, '2020-12-18 18:59:00', 0, 0, 0, 0, 0, 'Kaněra', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'chpetr150@hotmail.com', '004831073a', '', 'C', 5487, NULL, '2020-12-18 18:59:01', 0, 0, 0, 0, 0, 'Kminjak', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'p_kostka@yahoo.com', '1d46bbd000', '', 'C', 5488, NULL, '2020-12-18 18:59:01', 0, 0, 0, 0, 0, 'Kostka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'pavelec.petr@gmail.com', '043456951d', '', 'C', 5489, NULL, '2020-12-18 18:59:01', 0, 0, 0, 0, 0, 'Pavelec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.pinkas@centrum.cz', '5845dafddf', '', 'C', 5490, NULL, '2020-12-18 18:59:02', 0, 0, 0, 0, 0, 'Pinkas', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'petr.utekal@nwaveup.com', '2337056439', '', 'C', 5491, NULL, '2020-12-18 18:59:02', 0, 0, 0, 0, 0, 'Utěkal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'vune@seznam.cz', 'b87444253f', '', 'C', 5492, NULL, '2020-12-18 18:59:02', 0, 0, 0, 0, 0, 'Bobčíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petra.jurenkova@centrum.cz', 'c45098bb83', '', 'C', 5493, NULL, '2020-12-18 18:59:02', 0, 0, 0, 0, 0, 'Jurenková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petra', 'petra_sevcikova@hotmail.com', '60bbc9b373', '', 'C', 5494, NULL, '2020-12-18 18:59:03', 0, 0, 0, 0, 0, 'Ševčíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Přemysl', 'phejda@esquare.cz', '9c262611db', '', 'C', 5495, NULL, '2020-12-18 18:59:03', 0, 0, 0, 0, 0, 'Hejda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'petr.prokop63@gmail.com', '12c248f32e', '', 'C', 5496, NULL, '2020-12-18 18:59:03', 0, 0, 0, 0, 0, 'Prokop', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radek', 'radek.exner@autoexner.cz', '7b80af1879', '', 'C', 5497, NULL, '2020-12-18 18:59:04', 0, 0, 0, 0, 0, 'Exner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Radim', 'radim.vongrej@seznam.cz', '8903a40f50', '', 'C', 5498, NULL, '2020-12-18 18:59:04', 0, 0, 0, 0, 0, 'Vongrej', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Raffaele', 'raf.savron@volny.cz', '7e3c101560', '', 'C', 5499, NULL, '2020-12-18 18:59:04', 0, 0, 0, 0, 0, 'Savron', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'rehak.dusan@gmail.com', 'efad1c6354', '', 'C', 5500, NULL, '2020-12-18 18:59:05', 0, 0, 0, 0, 0, 'Řehák', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Richard', 'richard.nelson@gleeds.co.uk', '658ad21d07', '', 'C', 5501, NULL, '2020-12-18 18:59:05', 0, 0, 0, 0, 0, 'Nelson', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'lrihova@hotmail.com', 'dd18d235f4', '', 'C', 5502, NULL, '2020-12-18 18:59:06', 0, 0, 0, 0, 0, 'Říhová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Robert', 'robert.fritz21@gmail.com', '21ca1ad8f7', '', 'C', 5503, NULL, '2020-12-18 18:59:08', 0, 0, 0, 0, 0, 'Fritz', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Robert', 'robert.nemec@prkpartners.com', 'b002f118db', '', 'C', 5504, NULL, '2020-12-18 18:59:09', 0, 0, 0, 0, 0, 'Němec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'roman.kohout@geodis.cz', '0cd8df42be', '', 'C', 5505, NULL, '2020-12-18 18:59:10', 0, 0, 0, 0, 0, 'Kohout', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'r.kuzel@seznam.cz', '4f36fff306', '', 'C', 5506, NULL, '2020-12-18 18:59:11', 0, 0, 0, 0, 0, 'Kužel', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'zavadil.roman@seznam.cz', '596eb99404', '', 'C', 5507, NULL, '2020-12-18 18:59:12', 0, 0, 0, 0, 0, 'Zavadil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Romana', 'hofi5@seznam.cz', 'f383092560', '', 'C', 5508, NULL, '2020-12-18 18:59:13', 0, 0, 0, 0, 0, 'Höfferová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Rostislav', 'travnik@tplus.cz', '65212d7d57', '', 'C', 5509, NULL, '2020-12-18 18:59:13', 0, 0, 0, 0, 0, 'Trávník', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'tr@akroubik.com', '7721bdb421', '', 'C', 5510, NULL, '2020-12-18 18:59:14', 0, 0, 0, 0, 0, 'Roubík', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Sabina', 'ssedlacikova@email.cz', 'd8332aebab', '', 'C', 5511, NULL, '2020-12-18 18:59:15', 0, 0, 0, 0, 0, 'Sedlačíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'sailerj@seznam.cz', '1063d3b259', '', 'C', 5512, NULL, '2020-12-18 18:59:15', 0, 0, 0, 0, 0, 'Sailer', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'saninka.snow@seznam.cz', 'cc97be77c9', '', 'C', 5513, NULL, '2020-12-18 18:59:17', 0, 0, 0, 0, 0, 'Sandra', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Šárka', 'sarka.liskova@respektus.cz', '8e8fd6b3b4', '', 'C', 5514, NULL, '2020-12-18 18:59:18', 0, 0, 0, 0, 0, 'Lišková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Sefgey', 'esd1965@seznam.cz', 'e06592c4d7', '', 'C', 5515, NULL, '2020-12-18 18:59:19', 0, 0, 0, 0, 0, 'Eremeev', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'davidskopal@seznam.cz', '30caa1d406', '', 'C', 5516, NULL, '2020-12-18 18:59:20', 0, 0, 0, 0, 0, 'Skopal', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Slánská', 'slanska@maxima.cz', '2792f3e91b', '', 'C', 5517, NULL, '2020-12-18 18:59:20', 0, 0, 0, 0, 0, 'Maxima', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Soňa', 'purdesova@homecredit.by', '44c94b36bc', '', 'C', 5518, NULL, '2020-12-18 18:59:22', 0, 0, 0, 0, 0, 'Purdešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'sorejs@tkc-as.cz', '22558bd881', '', 'C', 5519, NULL, '2020-12-18 18:59:23', 0, 0, 0, 0, 0, 'Sorejs', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Štěpán', 'stepan.dlouhy@gmail.com', '3770837316', '', 'C', 5520, NULL, '2020-12-18 18:59:24', 0, 0, 0, 0, 0, 'Dlouhý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'strnad01@seznam.cz', 'ec4012ff8c', '', 'C', 5521, NULL, '2020-12-18 18:59:24', 0, 0, 0, 0, 0, 'Strnad', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'honza.suchanek@gmail.com', '30b51736f4', '', 'C', 5522, NULL, '2020-12-18 18:59:26', 0, 0, 0, 0, 0, 'Suchánek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'svancarova@centrum.cz', 'a9e3b15bd1', '', 'C', 5523, NULL, '2020-12-18 18:59:27', 0, 0, 0, 0, 0, 'Švancarová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'info@prague.auctions.com', '7b4742aeab', '', 'C', 5524, NULL, '2020-12-18 18:59:28', 0, 0, 0, 0, 0, 'Sýkora', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Taťána', 'gostcz@email.cz', 'c5564309b0', '', 'C', 5525, NULL, '2020-12-18 18:59:28', 0, 0, 0, 0, 0, 'Dokučajevová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tereza', 'teryb@centrum.cz', '9db56cc2b2', '', 'C', 5526, NULL, '2020-12-18 18:59:29', 0, 0, 0, 0, 0, 'McCollum', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tina', 'lochmann@nordstern.cz', '74839248c8', '', 'C', 5527, NULL, '2020-12-18 18:59:29', 0, 0, 0, 0, 0, 'Lochmann', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tom', 'tom@kentoya.cz', 'e7ba115ec9', '', 'C', 5528, NULL, '2020-12-18 18:59:29', 0, 0, 0, 0, 0, 'Vejsada', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.chlumecky@vodafone.com', '47b805cddf', '', 'C', 5529, NULL, '2020-12-18 18:59:29', 0, 0, 0, 0, 0, 'Chlumecký', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.chvalina@centrum.cz', '871c54a59e', '', 'C', 5530, NULL, '2020-12-18 18:59:30', 0, 0, 0, 0, 0, 'Chvalina', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'jilekt@upcmail.cz', '717da096e9', '', 'C', 5531, NULL, '2020-12-18 18:59:30', 0, 0, 0, 0, 0, 'Jílek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas.krsicka@glisco.cz', 'd9a9972034', '', 'C', 5532, NULL, '2020-12-18 18:59:30', 0, 0, 0, 0, 0, 'Krsička', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'tomas@supercarservice.cz', '5f863b6761', '', 'C', 5533, NULL, '2020-12-18 18:59:30', 0, 0, 0, 0, 0, 'Viesner', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'tregler@pentainvestments.cz', '49a8cf353f', '', 'C', 5534, NULL, '2020-12-18 18:59:31', 0, 0, 0, 0, 0, 'Tregler', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'denisatrinerova@seznam.cz', '5ac59250c5', '', 'C', 5535, NULL, '2020-12-18 18:59:31', 0, 0, 0, 0, 0, 'Trinerová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Václav', 'vaclav.novotny@merck.com', 'd31d9ce822', '', 'C', 5536, NULL, '2020-12-18 18:59:31', 0, 0, 0, 0, 0, 'Novotný', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'valdauf@akvaldauf.cz', 'ecc6b89661', '', 'C', 5537, NULL, '2020-12-18 18:59:32', 0, 0, 0, 0, 0, 'Valdauf', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Victor', 'v.lekhman@lekvi.cz', '4e1d98a2a0', '', 'C', 5538, NULL, '2020-12-18 18:59:32', 0, 0, 0, 0, 0, 'Lekhman', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Viera', 'vierabrunari@gmail.com', '44c6858955', '', 'C', 5539, NULL, '2020-12-18 18:59:32', 0, 0, 0, 0, 0, 'Brunáriová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Viktor', 'vtomecka@gmail.com', 'fb08f387a4', '', 'C', 5540, NULL, '2020-12-18 18:59:33', 0, 0, 0, 0, 0, 'Tomečka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vitaliy', 'soltex10@seznam.cz', '7721bd8138', '', 'C', 5541, NULL, '2020-12-18 18:59:33', 0, 0, 0, 0, 0, 'Krykun', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'jiri2001@volny.cz', 'dd87f03158', '', 'C', 5542, NULL, '2020-12-18 18:59:34', 0, 0, 0, 0, 0, 'Vítek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimir', 'bullbutcher@gmail.com', 'c7e198c425', '', 'C', 5543, NULL, '2020-12-18 18:59:34', 0, 0, 0, 0, 0, 'Sergovec', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Vladimíra', 'vladimira.fremuthova@gmail.com', '479b047811', '', 'C', 5544, NULL, '2020-12-18 18:59:34', 0, 0, 0, 0, 0, 'Fremuthová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'zdenek@lorenc.biz', 'acd389c2ae', '', 'C', 5545, NULL, '2020-12-18 18:59:35', 0, 0, 0, 0, 0, 'Lorenc', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdenek', 'zdenek.prajs@seznam.cz', '2dcafa1d8a', '', 'C', 5546, NULL, '2020-12-18 18:59:35', 0, 0, 0, 0, 0, 'Prajs', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zdeněk', 'zdenek.suchy@volny.cz', '332b03ae19', '', 'C', 5547, NULL, '2020-12-18 18:59:35', 0, 0, 0, 0, 0, 'Suchý', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', '88bige@post.cz', 'ec7e56d567', '', 'C', 5548, NULL, '2020-12-18 18:59:36', 0, 0, 0, 0, 0, 'Zelenka', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'petr@zelnicek.cz', '87045452c8', '', 'C', 5549, NULL, '2020-12-18 18:59:36', 0, 0, 0, 0, 0, 'Zelniček', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'karel.ziegler@seznam.cz', 'e7fea14991', '', 'C', 5550, NULL, '2020-12-18 18:59:36', 0, 0, 0, 0, 0, 'Ziegler', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'znojil@jtbank.cz', '449513857e', '', 'C', 5551, NULL, '2020-12-18 18:59:37', 0, 0, 0, 0, 0, 'Znojil', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzana', 'zuzana.behalova@gmail.com', '9765b7eb68', '', 'C', 5552, NULL, '2020-12-18 18:59:37', 0, 0, 0, 0, 0, 'Běhalová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzana', 'zp21@seznam.cz', '311b01fccc', '', 'C', 5553, NULL, '2020-12-18 18:59:37', 0, 0, 0, 0, 0, 'Polakovičová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Zuzana', 'majpuzik@gmail.com', '74c83ff7bf', '', 'C', 5554, NULL, '2020-12-18 18:59:37', 0, 0, 0, 0, 0, 'Puzíková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'bazantp@yahoo.com', '57ea408d1d', '', 'C', 5555, NULL, '2020-12-18 18:59:38', 0, 0, 0, 0, 0, 'Bažant', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irena', 'irena.bazantova@seznam.cz', '1c184031ce', '', 'C', 5556, NULL, '2020-12-18 18:59:38', 0, 0, 0, 0, 0, 'Bažantová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Kateřina', 'kac.benesova@seznam.cz', '72578c494c', '', 'C', 5557, NULL, '2020-12-18 18:59:38', 0, 0, 0, 0, 0, 'Benešová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Mioslav', 'miroslav.dobias@promotime.net', 'af0576885b', '', 'C', 5558, NULL, '2020-12-18 18:59:39', 0, 0, 0, 0, 0, 'Dobiáš', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irina', 'semargl@seznam.cz', '740b9b7087', '', 'C', 5559, NULL, '2020-12-18 18:59:39', 0, 0, 0, 0, 0, 'Černousova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Tomáš', 'work@tomcupr.com', 'e9c274c2c9', '', 'C', 5560, NULL, '2020-12-18 18:59:39', 0, 0, 0, 0, 0, 'Čupr', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Marianna', 'marianna@efes.cz', '95a539e9ad', '', 'C', 5561, NULL, '2020-12-18 18:59:40', 0, 0, 0, 0, 0, 'Dávidházy', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Daniela', 'ddemlova@seznam.cz', '700e0a2c92', '', 'C', 5562, NULL, '2020-12-18 18:59:40', 0, 0, 0, 0, 0, 'Demlova', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'jitka.hradilova@satum.cz', '1b1d1b0d8c', '', 'C', 5563, NULL, '2020-12-18 18:59:41', 0, 0, 0, 0, 0, 'Hradilová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Ivanka', 'ivankakowalski@seznam.cz', '4883275bdb', '', 'C', 5564, NULL, '2020-12-18 18:59:41', 0, 0, 0, 0, 0, 'Kowalski', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
INSERT INTO `wp_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('Jerry', 'jerkowalski@gmail.com', 'ad3ad29dc1', '', 'C', 5565, NULL, '2020-12-18 18:59:41', 0, 0, 0, 0, 0, 'Kowalski', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Martina', 'martina.kraslova@seznam.cz', '9cf6949d6c', '', 'C', 5566, NULL, '2020-12-18 18:59:42', 0, 0, 0, 0, 0, 'Kraslová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jiřína', 'paserinova@email.cz', '37aad7eb6c', '', 'C', 5567, NULL, '2020-12-18 18:59:42', 0, 0, 0, 0, 0, 'Passerini', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'prokupek@prokupek.cz', '89f80e83ee', '', 'C', 5568, NULL, '2020-12-18 18:59:42', 0, 0, 0, 0, 0, 'Prokůpek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Eliška', 'eliku.p@seznam.cz', '63411bd290', '', 'C', 5569, NULL, '2020-12-18 18:59:43', 0, 0, 0, 0, 0, 'Prokůpková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Irena', 'irena@prokupek.cz', '194a55b8b3', '', 'C', 5570, NULL, '2020-12-18 18:59:44', 0, 0, 0, 0, 0, 'Prokůpková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('', 'info@studioracek.cz', '78ede352a6', '', 'C', 5571, NULL, '2020-12-18 18:59:44', 0, 0, 0, 0, 0, 'Racková, Pavla', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Bohuslav', 'sereda.b@seznam.cz', 'f014b8d049', '', 'C', 5572, NULL, '2020-12-18 18:59:44', 0, 0, 0, 0, 0, 'Šereda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jitka', 'jitkaseredova@seznam.cz', '2ab215df31', '', 'C', 5573, NULL, '2020-12-18 18:59:45', 0, 0, 0, 0, 0, 'Šeredová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Pavel', 'pavel.simek@ecgroup.cz', '02489a7d1b', '', 'C', 5574, NULL, '2020-12-18 18:59:45', 0, 0, 0, 0, 0, 'Šimek', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jana.simkova@ecgroup.cz', 'b6a1835970', '', 'C', 5575, NULL, '2020-12-18 18:59:46', 0, 0, 0, 0, 0, 'Šimková', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Petr', 'pskoda2@gmail.com', 'fca272c325', '', 'C', 5576, NULL, '2020-12-18 18:59:46', 0, 0, 0, 0, 0, 'Škoda', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Drahuše', 'dskodova@tiscali.cz', '972b0b4ac4', '', 'C', 5577, NULL, '2020-12-18 18:59:46', 0, 0, 0, 0, 0, 'Škodová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Michael', 'vachun.michal@gmail.com', 'def365b205', '', 'C', 5578, NULL, '2020-12-18 18:59:46', 0, 0, 0, 0, 0, 'Vachun', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Jana', 'jv@milagro.cz', '248f947a11', '', 'C', 5579, NULL, '2020-12-18 18:59:46', 0, 0, 0, 0, 0, 'Vachunová', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Roman', 'wenzel8888@gmail.com', '00858d9130', '', 'C', 5580, NULL, '2020-12-18 18:59:46', 0, 0, 0, 0, 0, 'Vansovič', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Yulianna', 'yulianna.z@gmail.com', 'a58c85692a', '', 'C', 5581, NULL, '2020-12-18 18:59:46', 0, 0, 0, 0, 0, 'Zadnipryana', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('Anna', 'anna.mayzus@seznam.cz', '44aecf7985', '', 'C', 5582, NULL, '2020-12-18 18:59:46', 0, 0, 0, 0, 0, 'Mayzus', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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),
('ŠÁRKA', 'sarka.vranova@operamedia.net', '328c372638', '', 'C', 5583, NULL, '2020-12-18 18:59:47', 0, 0, 0, 0, 0, 'VRÁNOVÁ', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 1, 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);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_newsletter_emails`
--
CREATE TABLE `wp_newsletter_emails` (
`id` int(11) NOT NULL,
`language` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`message` longtext COLLATE utf8mb4_unicode_ci,
`subject2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`message2` longtext COLLATE utf8mb4_unicode_ci,
`name2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`status` enum('new','sending','sent','paused') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'new',
`total` int(11) NOT NULL DEFAULT '0',
`last_id` int(11) NOT NULL DEFAULT '0',
`sent` int(11) NOT NULL DEFAULT '0',
`track` int(11) NOT NULL DEFAULT '1',
`list` int(11) NOT NULL DEFAULT '0',
`type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`query` longtext COLLATE utf8mb4_unicode_ci,
`editor` tinyint(4) NOT NULL DEFAULT '0',
`sex` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`theme` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`message_text` longtext COLLATE utf8mb4_unicode_ci,
`preferences` longtext COLLATE utf8mb4_unicode_ci,
`send_on` int(11) NOT NULL DEFAULT '0',
`token` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`options` longtext COLLATE utf8mb4_unicode_ci,
`private` tinyint(1) NOT NULL DEFAULT '0',
`click_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
`version` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`open_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
`unsub_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
`error_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
`stats_time` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_newsletter_emails`
--
INSERT INTO `wp_newsletter_emails` (`id`, `language`, `subject`, `message`, `subject2`, `message2`, `name2`, `created`, `status`, `total`, `last_id`, `sent`, `track`, `list`, `type`, `query`, `editor`, `sex`, `theme`, `message_text`, `preferences`, `send_on`, `token`, `options`, `private`, `click_count`, `version`, `open_count`, `unsub_count`, `error_count`, `stats_time`) VALUES
(1, '', 'Cestujte bezpečně a rychle privátními letadly', '<!DOCTYPE html>\n<html>\n<head>\n<title>{email_subject}</title>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<style type=\"text/css\">\n#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\n.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\nbody, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\ntable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\nimg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\n\nbody{margin:0; padding:0; height:100% !important; margin:0; padding:0; width:100% !important;}\nimg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none; max-width: 100%!important}\ntable{border-collapse:collapse !important;}\nimg.aligncenter{display:block;margin:0 auto;}\n\n@media all and (max-width: 525px) {\n\n /* ALLOWS FOR FLUID TABLES */\n table[class=\"wrapper\"]{\n width:100% !important;\n }\n\n table[class=\"mobile-full-width\"] {\n width:100% !important;\n }\n\n img[class=\"mobile-full-width\"] {\n width:100% !important;\n display: block;\n }\n\n /* ADJUSTS LAYOUT OF LOGO IMAGE */\n td[class=\"logo\"]{\n text-align: left;\n padding: 20px 0 20px 0 !important;\n }\n\n td[class=\"logo\"] img{\n margin:0 auto!important;\n }\n\n /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */\n td[class=\"mobile-hide\"]{\n display:none;}\n\n img[class=\"mobile-hide\"]{\n display: none !important;\n }\n\n img[class=\"img-max\"]{\n max-width: 100% !important;\n /*width: 100% !important;*/\n height:auto !important;\n }\n\n /* FULL-WIDTH TABLES */\n table[class=\"responsive-table\"]{\n width:100%!important;\n max-width: 100%!important;\n }\n\n /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */\n td[class=\"padding\"]{\n padding: 10px 5% 15px 5% !important;\n }\n\n td[class=\"padding-copy\"]{\n padding: 10px 5% 10px 5% !important;\n text-align: center;\n }\n\n td[class=\"padding-meta\"]{\n padding: 30px 5% 0px 5% !important;\n text-align: center;\n }\n\n td[class=\"no-pad\"]{\n padding: 0 0 20px 0 !important;\n }\n\n td[class=\"no-padding\"]{\n padding: 0 !important;\n }\n\n td[class=\"section-padding\"]{\n padding: 50px 15px 50px 15px !important;\n }\n\n td[class=\"section-padding-bottom-image\"]{\n padding: 50px 15px 0 15px !important;\n }\n\n /* ADJUST BUTTONS ON MOBILE */\n td[class=\"mobile-wrapper\"]{\n padding: 10px 5% 15px 5% !important;\n }\n\n table[class=\"mobile-button-container\"]{\n margin:0 auto;\n width:100% !important;\n }\n\n a[class=\"mobile-button\"]{\n width:80% !important;\n padding: 15px !important;\n border: 0 !important;\n font-size: 16px !important;\n }\n}\n\n/* Text */\n\n\n/* Last posts */\n@media (max-width: 525px) {\n .posts-1-column {\n width: 100%!important;\n }\n .posts-1-image {\n width: 100%!important;\n display: block;\n }\n}\n\n\n\n/* Html */\n.html-td-global p {\n font-family: Helvetica, Arial, sans-serif;\n font-size: 16px;\n}\n\n\n/* Hero */\n@media all and (max-width: 525px) {\n .hero-table {\n width: 100%!important;\n max-width: 100%!important;\n }\n\n .hero-table-right {\n margin-top: 20px;\n }\n}\n\n/* Header */\n@media all and (max-width: 640) {\n .header-table td {\n width: 100%!important;\n }\n .header-logo-global {\n text-align: center!important;\n }\n}\n\n</style>\n</head>\n<body style=\"margin: 0; padding: 0;\" dir=\"ltr\">\n\n<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'100%\'>\n<tr>\n<td bgcolor=\'#1a2b3f\' valign=\'top\'><!-- tnp --><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"image\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6NDAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjo0MCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MjAsImJsb2NrX2JhY2tncm91bmQiOiIjMWEyYjNmIiwiaW1hZ2UiOnsiaWQiOiI1NzQiLCJ1cmwiOiJodHRwczpcL1wvd2FwZWpldHMuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIwXC8wN1wvd2FwZWpldHNfbG9nb19tYWlsX3doaXRlXzEyMDAucG5nIn0sInVybCI6IiIsIndpZHRoIjoiNDAwIiwiaW5saW5lX2VkaXRzIjoiIiwicGxhY2Vob2xkZXIiOiIiLCJpbWFnZV9hbHQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIjMDAwMDAwIiwiYmxvY2tfaWQiOiJpbWFnZSJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 40px; padding-left: 20px; padding-right: 20px; padding-bottom: 40px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><img src=\"https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300.png\" border=\"0\" alt=\"\" width=\"400\" height=\"40\" style=\"max-width: 100%!important; height: auto!important; display: block; width: 400px; line-height: 0; margin: 0 auto;\"></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table>\r\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"image\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJpbWFnZSI6eyJpZCI6IjMwNyIsInVybCI6Imh0dHBzOlwvXC93YXBlamV0cy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA1XC9QaGVub21fMzAwX0ZsaWdodC0wNC5qcGcifSwidXJsIjoiIiwid2lkdGgiOiIwIiwiaW5saW5lX2VkaXRzIjoiIiwicGxhY2Vob2xkZXIiOiIiLCJpbWFnZV9hbHQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIjMDAwMDAwIiwiYmxvY2tfaWQiOiJpbWFnZSJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: #ffffff;\" bgcolor=\"#ffffff\" width=\"100%\"><img src=\"https://wapejets.com/wp-content/uploads/newsletter/thumbnails/2020/05/Phenom_300_Flight-04-600x0.jpg\" border=\"0\" alt=\"\" width=\"600\" height=\"400\" style=\"max-width: 100%!important; height: auto!important; display: block; width: 600px; line-height: 0; margin: 0 auto;\"></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"heading\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjEwLCJibG9ja19wYWRkaW5nX3JpZ2h0IjoyMCwiYmxvY2tfcGFkZGluZ19sZWZ0IjoyMCwiYmxvY2tfYmFja2dyb3VuZCI6IiMxYTJiM2YiLCJ0ZXh0IjoiQ0VTVFVKVEUgQkVaUEVcdTAxMGNOXHUwMTFhIEEgUllDSExFIFx1MDAzQ2JyXHUwMDNFUFJJVlx1MDBjMVROXHUwMGNkTUkgTEVUQURMWSIsImFsaWduIjoiY2VudGVyIiwiZm9udF9mYW1pbHkiOiJWZXJkYW5hLCBHZW5ldmEsIHNhbnMtc2VyaWYiLCJmb250X3NpemUiOiIzMCIsImZvbnRfY29sb3IiOiIjYTllM2ViIiwiZm9udF93ZWlnaHQiOiJub3JtYWwiLCJpbmxpbmVfZWRpdHMiOiIiLCJzY2hlbWEiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIjMDAwMDAwIiwiYmxvY2tfaWQiOiJoZWFkaW5nIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 20px; padding-right: 20px; padding-bottom: 10px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><div style=\"padding: 10px; text-align: center; font-size: 30px; font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #a9e3eb; line-height: normal!important; letter-spacing: normal;\">\r\n CESTUJTE BEZPEČNĚ A RYCHLE <br>PRIVÁTNÍMI LETADLY</div></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiMxYTJiM2YiLCJjb2xvciI6IiNhOWUzZWIiLCJoZWlnaHQiOiIxIiwiaW5saW5lX2VkaXRzIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIzAwMDAwMCIsImJsb2NrX2lkIjoic2VwYXJhdG9yIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjE1LCJibG9ja19wYWRkaW5nX2xlZnQiOjE1LCJibG9ja19iYWNrZ3JvdW5kIjoiIzFhMmIzZiIsImh0bWwiOiJcdTAwM0NwIHN0eWxlPVwidGV4dC1hbGlnbjogbGVmdDsgZm9udC1zaXplOiAxNnB4OyBmb250LWZhbWlseTogQXJpYWw7XCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY2FyZXQtY29sb3I6ICMwMDAwMDA7IGNvbG9yOiAjOWI5ZmE0OyBmb250LWZhbWlseTogJ29wZW4gc2FucycsICdoZWx2ZXRpY2EgbmV1ZScsIGhlbHZldGljYSwgYXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTRweDtcIlx1MDAzRVZcdTAwZTFcdTAxN2Vlblx1MDBlZCBrbGllbnRpLFx1MDAzQ2JyIFwvXHUwMDNFXHUwMDNDYnIgXC9cdTAwM0VQXHUwMTU5ZW1cdTAwZmRcdTAxNjFsXHUwMGVkdGUgbmFkIGJlenBlXHUwMTBkblx1MDBmZG0gYSByeWNobFx1MDBmZG0genBcdTAxNmZzb2JlbSBjZXN0b3ZcdTAwZTFuXHUwMGVkIHYgcHJvc3RcdTAxNTllZFx1MDBlZCwgdmUga3Rlclx1MDBlOW0gYnVkZXRlIHBvdXplIFZ5IGEgVmFcdTAxNjFpIGJsXHUwMGVkemNcdTAwZWQ/IFMgcHJpdlx1MDBlMXRuXHUwMGVkbWkgbGV0YWRseSBzIFdBUEUgSkVUUyBWXHUwMGUxbSBzcGxuXHUwMGVkbWUgdG90byBpIGRhbFx1MDE2MVx1MDBlZCBwXHUwMTU5XHUwMGUxblx1MDBlZC5cdTAwYTBcdTAwM0NiciBcL1x1MDAzRVx1MDAzQ2JyIFwvXHUwMDNFQVx1MDE2NSB1XHUwMTdlIGpkZSBvIG9iY2hvZG5cdTAwZWQgc2NoXHUwMTZmemt5IHNlIHphaHJhbmlcdTAxMGRuXHUwMGVkbWkgcGFydG5lcnkgbmVibyBkb3ZvbGVub3UsIGRcdTAwZWRreSBwcml2XHUwMGUxdG5cdTAwZWRtIGxldFx1MDE2Zm0gc2UgZG9zdGFuZXRlIGthbWtvbGkgamUgcG90XHUwMTU5ZWJhOiByeWNobGUsIHBvaG9kbG5cdTAxMWIgYSBwXHUwMTU5ZWRldlx1MDE2MVx1MDBlZG0gYmV6cGVcdTAxMGRuXHUwMTFiLlx1MDAzQ2JyIFwvXHUwMDNFXHUwMDNDYnIgXC9cdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICMyOGI4Y2U7XCJcdTAwM0VcdTAwM0NhIHN0eWxlPVwiY29sb3I6ICMyOGI4Y2U7XCIgaHJlZj1cIm1haWx0bzpzYWxlc0B3YXBlamV0cy5jb21cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiIGRhdGEtY2tlLXNhdmVkLWhyZWY9XCJtYWlsdG86c2FsZXNAd2FwZWpldHMuY29tXCJcdTAwM0VaYXJlemVydnVqdGUgc2kgc3ZcdTAxNmZqIGxldFx1MDAzQ1wvYVx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDBhMG5hIGRlbiBhIFx1MDEwZGFzLCBrdGVyXHUwMGU5IFZcdTAwZTFtIHZ5aG92dWpcdTAwZWQgYSBwXHUwMTU5aWpcdTAxMGZ0ZSBuYSBsZXRpXHUwMTYxdFx1MDExYiAxNSBtaW4gcFx1MDE1OWVkIG9kbGV0ZW0uIE9kdHVkIHphbWlcdTAxNTl0ZSBwXHUwMTU5XHUwMGVkbW8gayBWYVx1MDE2MWVtdSBsZXRhZGx1IGJleiBcdTAxMGRla1x1MDBlMW5cdTAwZWQgYSBzZFx1MDBlZGxlblx1MDBlZCBkYWxcdTAxNjFcdTAwZWRjaCBwcm9zdG9yIHMgamluXHUwMGZkbWkgb3NvYmFtaSwgbmVcdTAxN2Ugc2kgenZvbFx1MDBlZHRlIHByXHUwMGUxdlx1MDExYiBWeS5cdTAwYTBcdTAwM0NiciBcL1x1MDAzRVx1MDAzQ2JyIFwvXHUwMDNFVVx1MDE3ZWlqdGUgc2kgcG9ob2RsXHUwMGVkLCBiZXpwZVx1MDEwZG5vc3QsIGZsZXhpYmlsaXR1IGEgZGlza3JcdTAwZTl0bm9zdCBuYSBwYWx1Ylx1MDExYiBwcml2XHUwMGUxdG5cdTAwZWRobyBsZXRhZGxhLlx1MDBhMFx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvcFx1MDAzRSIsImZvbnRfZmFtaWx5IjoiSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZiIsImZvbnRfc2l6ZSI6MTYsImZvbnRfY29sb3IiOiIjMDAwMDAwIiwiaW5saW5lX2VkaXRzIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIzAwMDAwMCIsImJsb2NrX2lkIjoidGV4dCJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 15px; padding-right: 15px; padding-bottom: 0px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5rem;\">\r\n <p style=\"text-align: left; font-size: 16px; font-family: Arial;\"><span style=\"caret-color: #000000; color: #9b9fa4; font-family: \'open sans\', \'helvetica neue\', helvetica, arial, sans-serif; font-size: 14px;\">Vážení klienti,<br><br>Přemýšlíte nad bezpečným a rychlým způsobem cestování v prostředí, ve kterém budete pouze Vy a Vaši blízcí? S privátními letadly s WAPE JETS Vám splníme toto i další přání. <br><br>Ať už jde o obchodní schůzky se zahraničními partnery nebo dovolenou, díky privátním letům se dostanete kamkoli je potřeba: rychle, pohodlně a především bezpečně.<br><br><span style=\"color: #28b8ce;\"><a style=\"color: #28b8ce;\" href=\"mailto:sales@wapejets.com\" target=\"_blank\" rel=\"noopener\" data-cke-saved-href=\"mailto:sales@wapejets.com\">Zarezervujte si svůj let</a></span> na den a čas, které Vám vyhovují a přijďte na letiště 15 min před odletem. Odtud zamiřte přímo k Vašemu letadlu bez čekání a sdílení dalších prostor s jinými osobami, než si zvolíte právě Vy. <br><br>Užijte si pohodlí, bezpečnost, flexibilitu a diskrétnost na palubě privátního letadla. </span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"heading\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTUsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxNSwiYmxvY2tfcGFkZGluZ19yaWdodCI6MTUsImJsb2NrX3BhZGRpbmdfbGVmdCI6MTUsImJsb2NrX2JhY2tncm91bmQiOiIjMWEyYjNmIiwidGV4dCI6IlZBXHUwMTYwRSBMRVRBRExPIFx1MDEwY0VLXHUwMGMxIE5BIFZcdTAwYzFTLCBORVx1MDEwY0VLRUpURSBWWSBOQSBOXHUwMTFhSiEiLCJhbGlnbiI6ImNlbnRlciIsImZvbnRfZmFtaWx5IjoiVmVyZGFuYSwgR2VuZXZhLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoiMjAiLCJmb250X2NvbG9yIjoiI2E5ZTNlYiIsImZvbnRfd2VpZ2h0Ijoibm9ybWFsIiwiaW5saW5lX2VkaXRzIjoiIiwic2NoZW1hIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIzAwMDAwMCIsImJsb2NrX2lkIjoiaGVhZGluZyJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 15px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><div style=\"padding: 10px; text-align: center; font-size: 20px; font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #a9e3eb; line-height: normal!important; letter-spacing: normal;\">\r\n VAŠE LETADLO ČEKÁ NA VÁS, NEČEKEJTE VY NA NĚJ!</div></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjE1LCJibG9ja19wYWRkaW5nX2xlZnQiOjE1LCJibG9ja19iYWNrZ3JvdW5kIjoiIzFhMmIzZiIsImh0bWwiOiJcdTAwM0NwIHN0eWxlPVwidGV4dC1hbGlnbjogbGVmdDsgZm9udC1zaXplOiAxNnB4OyBmb250LWZhbWlseTogQXJpYWw7XCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICM5YjlmYTQ7IGZvbnQtZmFtaWx5OiBvcGVuIHNhbnMsIGhlbHZldGljYSBuZXVlLCBoZWx2ZXRpY2EsIGFyaWFsLCBzYW5zLXNlcmlmO1wiXHUwMDNFXHUwMDNDc3BhbiBzdHlsZT1cImNhcmV0LWNvbG9yOiAjMDAwMDAwOyBmb250LXNpemU6IDE0cHg7XCJcdTAwM0VTZSBzcmRlXHUwMTBkblx1MDBmZG0gcG96ZHJhdmVtLFx1MDAzQ2JyIFwvXHUwMDNFXHUwMDNDYnIgXC9cdTAwM0VQaERyLiBadXphbmEgUGV0XHUwMGUxa292XHUwMGUxXHUwMDNDYnIgXC9cdTAwM0VcdTAwM0NlbVx1MDAzRUZvdW5kZXJcdTAwM0NcL2VtXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNiwiZm9udF9jb2xvciI6IiMwMDAwMDAiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIjMDAwMDAwIiwiYmxvY2tfaWQiOiJ0ZXh0In0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 15px; padding-right: 15px; padding-bottom: 0px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5rem;\">\r\n <p style=\"text-align: left; font-size: 16px; font-family: Arial;\"><span style=\"color: #9b9fa4; font-family: open sans, helvetica neue, helvetica, arial, sans-serif;\"><span style=\"caret-color: #000000; font-size: 14px;\">Se srdečným pozdravem,<br><br>PhDr. Zuzana Petáková<br><em>Founder</em></span></span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"image\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJpbWFnZSI6eyJpZCI6IjYxOCIsInVybCI6Imh0dHBzOlwvXC93YXBlamV0cy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA4XC9DaXRhdGlvbl9Mb2dpdHVkZV9JbWFnZV8xMi0xLTEuanBnIn0sInVybCI6IiIsIndpZHRoIjoiMCIsImlubGluZV9lZGl0cyI6IiIsInBsYWNlaG9sZGVyIjoiIiwiaW1hZ2VfYWx0IjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIzAwMDAwMCIsImJsb2NrX2lkIjoiaW1hZ2UifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: #ffffff;\" bgcolor=\"#ffffff\" width=\"100%\"><img src=\"https://wapejets.com/wp-content/uploads/newsletter/thumbnails/2020/08/Citation_Logitude_Image_12-1-1-600x0.jpg\" border=\"0\" alt=\"\" width=\"600\" height=\"480\" style=\"max-width: 100%!important; height: auto!important; display: block; width: 600px; line-height: 0; margin: 0 auto;\"></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjowLCJibG9ja19iYWNrZ3JvdW5kIjoiIzFhMmIzZiIsImNvbG9yIjoiI2E5ZTNlYiIsImhlaWdodCI6IjEiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIjMDAwMDAwIiwiYmxvY2tfaWQiOiJzZXBhcmF0b3IifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 10px; padding-left: 0px; padding-right: 0px; padding-bottom: 10px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"heading\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiMxYTJiM2YiLCJ0ZXh0IjoiV0FQRUpFVFMiLCJhbGlnbiI6ImxlZnQiLCJmb250X2ZhbWlseSI6IlZlcmRhbmEsIEdlbmV2YSwgc2Fucy1zZXJpZiIsImZvbnRfc2l6ZSI6IjIwIiwiZm9udF9jb2xvciI6IiNhOWUzZWIiLCJmb250X3dlaWdodCI6Im5vcm1hbCIsImlubGluZV9lZGl0cyI6IiIsInNjaGVtYSI6IiIsImJsb2NrX2JhY2tncm91bmRfMiI6IiMwMDAwMDAiLCJibG9ja19pZCI6ImhlYWRpbmcifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><div style=\"padding: 10px; text-align: left; font-size: 20px; font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #a9e3eb; line-height: normal!important; letter-spacing: normal;\">\r\n WAPEJETS</div></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjE1LCJibG9ja19wYWRkaW5nX2xlZnQiOjE1LCJibG9ja19iYWNrZ3JvdW5kIjoiIzFhMmIzZiIsImh0bWwiOiJcdTAwM0NwIHN0eWxlPVwiZm9udC1zaXplOiAxNnB4OyBmb250LWZhbWlseTogQXJpYWw7IHRleHQtYWxpZ246IGp1c3RpZnk7XCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6IHZlcmRhbmEsIGdlbmV2YSwgc2Fucy1zZXJpZjsgY29sb3I6ICM5YjlmYTQ7IGZvbnQtc2l6ZTogMTRweDtcIlx1MDAzRVdBUEUgSkVUUyBqZSBzcG9sZVx1MDEwZG5vc3QgcFx1MDE2ZnNvYlx1MDBlZGNcdTAwZWQgdiBvYm9ydSBzb3Vrcm9tXHUwMGU5IGxldGVja1x1MDBlOSBkb3ByYXZ5LCBrdGVyXHUwMGUxIHBvc2t5dHVqZVx1MDBhMGtvbXBsZXhuXHUwMGVkIFx1MDE2MWtcdTAwZTFsdSBzbHVcdTAxN2VlYiBhIFx1MDE1OWVcdTAxNjFlblx1MDBlZCB2IGRhblx1MDBlOW0gb2R2XHUwMTFidHZcdTAwZWQuIFpwcm9zdFx1MDE1OWVka292XHUwMGUxblx1MDBlZCBzb3Vrcm9tXHUwMGZkY2ggbGV0XHUwMTZmLCBrb3VwXHUwMTFiIGxldGFkbGEgbmVibyBwb3JhZGVuc3R2XHUwMGVkIHYgdG9tdG8gb2JvcnUgc3BhZFx1MDBlMSBkbyBwb3J0Zm9saWEgV0FQRSBKRVRTIGppXHUwMTdlIG1ub2hvIGxldC4gWlx1MDBlMWtsYWQgc3BvbGVcdTAxMGRub3N0aSB0dm9cdTAxNTlcdTAwZWQgcHJvZmVzaW9uXHUwMGUxbG5cdTAwZWQgYSBpbmRpdmlkdVx1MDBlMWxuXHUwMGVkIHBcdTAxNTlcdTAwZWRzdHVwIGtlIGthXHUwMTdlZFx1MDBlOW11IGtsaWVudG92aSwgemFsb1x1MDE3ZWVuXHUwMGZkIG1pbW8gamluXHUwMGU5IG5hIHNwb2x1cHJcdTAwZTFjaSBzIHBcdTAxNTllZG5cdTAwZWRtaSBzdlx1MDExYnRvdlx1MDBmZG1pIHZcdTAwZmRyb2JjaSBhIHByb3Zvem92YXRlbGkgbGV0YWRlbC4gUHJpb3JpdHkgc3BvbGVcdTAxMGRub3N0aSBzdG9qXHUwMGVkIG5hIFx1MDEwZHR5XHUwMTU5ZWNoIHBldm5cdTAwZmRjaCBwaWxcdTAwZWRcdTAxNTlcdTAwZWRjaDogYmV6cGVcdTAxMGRub3N0LCBkaXNrclx1MDBlOXRub3N0LCBmbGV4aWJpbGl0YSwgaW5kaXZpZHVcdTAwZTFsblx1MDBlZCBwXHUwMTU5XHUwMGVkc3R1cC5cdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3BcdTAwM0UiLCJmb250X2ZhbWlseSI6IkhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWYiLCJmb250X3NpemUiOjE2LCJmb250X2NvbG9yIjoiIzAwMDAwMCIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2JhY2tncm91bmRfMiI6IiMwMDAwMDAiLCJibG9ja19pZCI6InRleHQifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 15px; padding-right: 15px; padding-bottom: 0px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5rem;\">\r\n <p style=\"font-size: 16px; font-family: Arial; text-align: justify;\"><span style=\"font-family: verdana, geneva, sans-serif; color: #9b9fa4; font-size: 14px;\">WAPE JETS je společnost působící v oboru soukromé letecké dopravy, která poskytuje komplexní škálu služeb a řešení v daném odvětví. Zprostředkování soukromých letů, koupě letadla nebo poradenství v tomto oboru spadá do portfolia WAPE JETS již mnoho let. Základ společnosti tvoří profesionální a individuální přístup ke každému klientovi, založený mimo jiné na spolupráci s předními světovými výrobci a provozovateli letadel. Priority společnosti stojí na čtyřech pevných pilířích: bezpečnost, diskrétnost, flexibilita, individuální přístup.</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjE1LCJibG9ja19wYWRkaW5nX2xlZnQiOjE1LCJibG9ja19iYWNrZ3JvdW5kIjoiIzFhMmIzZiIsImh0bWwiOiJcdTAwM0NwIHN0eWxlPVwiZm9udC1zaXplOiAxNnB4OyBmb250LWZhbWlseTogQXJpYWw7IHRleHQtYWxpZ246IGNlbnRlcjtcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJmb250LWZhbWlseTogdmVyZGFuYSwgZ2VuZXZhLCBzYW5zLXNlcmlmOyBjb2xvcjogIzliOWZhNDsgZm9udC1zaXplOiAxNnB4O1wiXHUwMDNFXHUwMDNDc3BhbiBzdHlsZT1cInRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1wiXHUwMDNFXHUwMDNDYSBocmVmPVwiaHR0cDpcL1wvd2FwZWpldHMuY29tXC9jc1wvc2x1emJ5XC8jYnJva2VyYWdlXCIgdGFyZ2V0PVwiX2JsYW5rXCIgcmVsPVwibm9vcGVuZXJcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogIzI4YjhjZTsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XCJcdTAwM0VQUk9OXHUwMGMxSkVNIExFVEFERUxcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL2FcdTAwM0VcdTAwM0NcL3NwYW5cdTAwM0VcdTAwYTBcdTAwYTBcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICNhOWUzZWI7XCJcdTAwM0V8XHUwMDNDXC9zcGFuXHUwMDNFXHUwMGEwXHUwMGEwXHUwMDNDc3BhbiBzdHlsZT1cInRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1wiXHUwMDNFXHUwMDNDYSBocmVmPVwiaHR0cDpcL1wvd2FwZWpldHMuY29tXC9jc1wvc2x1emJ5XC8jcHJvZGVqXCIgdGFyZ2V0PVwiX2JsYW5rXCIgcmVsPVwibm9vcGVuZXJcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogIzI4YjhjZTsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XCJcdTAwM0VQUk9ERUogTEVUQURFTFx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvYVx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDBhMFx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogI2E5ZTNlYjtcIlx1MDAzRVx1MDBhMHxcdTAwM0NcL3NwYW5cdTAwM0VcdTAwYTBcdTAwM0NzcGFuIHN0eWxlPVwidGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7XCJcdTAwM0VcdTAwYTBcdTAwM0NhIGhyZWY9XCJodHRwOlwvXC93YXBlamV0cy5jb21cL2NzXC9zbHV6YnlcIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFXHUwMDNDc3BhbiBzdHlsZT1cImNvbG9yOiAjMjhiOGNlOyB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcIlx1MDAzRVRSQVZFTCBNQU5BR0VNRU5UXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9hXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNiwiZm9udF9jb2xvciI6IiMwMDAwMDAiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIjMDAwMDAwIiwiYmxvY2tfaWQiOiJ0ZXh0In0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 15px; padding-right: 15px; padding-bottom: 0px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5rem;\">\r\n <p style=\"font-size: 16px; font-family: Arial; text-align: center;\"><span style=\"font-family: verdana, geneva, sans-serif; color: #9b9fa4; font-size: 16px;\"><span style=\"text-decoration: underline;\"><a href=\"https://wapejets.com/cs/sluzby/#brokerage\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #28b8ce; text-decoration: underline;\">PRONÁJEM LETADEL</span></a></span> <span style=\"color: #a9e3eb;\">|</span> <span style=\"text-decoration: underline;\"><a href=\"https://wapejets.com/cs/sluzby/#prodej\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #28b8ce; text-decoration: underline;\">PRODEJ LETADEL</span></a></span> <span style=\"color: #a9e3eb;\"> |</span> <span style=\"text-decoration: underline;\"> <a href=\"https://wapejets.com/cs/sluzby\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #28b8ce; text-decoration: underline;\">TRAVEL MANAGEMENT</span></a></span></span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjowLCJibG9ja19iYWNrZ3JvdW5kIjoiIzFhMmIzZiIsImNvbG9yIjoiI2E5ZTNlYiIsImhlaWdodCI6IjEiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIjMDAwMDAwIiwiYmxvY2tfaWQiOiJzZXBhcmF0b3IifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 10px; padding-left: 0px; padding-right: 0px; padding-bottom: 10px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MjAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoyMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjowLCJibG9ja19iYWNrZ3JvdW5kIjoiIzFhMmIzZiIsImh0bWwiOiJcdTAwM0NwIHN0eWxlPVwiZm9udC1mYW1pbHk6IEFyaWFsOyB0ZXh0LWFsaWduOiBjZW50ZXI7XCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICM5YjlmYTQ7IGZvbnQtc2l6ZTogMTJweDtcIlx1MDAzRVdBUEUgRUJTIFx1MDBhMCB8IFx1MDBhMCBLYXByb3ZhIDQyXC8xNCBcdTAwYTAgfCBcdTAwYTAgMTEwIDAwIFByYWhhIDFcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3BcdTAwM0VcclxuXHUwMDNDcCBzdHlsZT1cImZvbnQtZmFtaWx5OiBBcmlhbDsgdGV4dC1hbGlnbjogY2VudGVyO1wiXHUwMDNFXHUwMDNDc3BhbiBzdHlsZT1cImNvbG9yOiAjOWI5ZmE0OyBmb250LXNpemU6IDEycHg7XCJcdTAwM0VcdTAwM0NhIGhyZWY9XCJodHRwczpcL1wvd2FwZWpldHMuY29tXC9cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFXHUwMDNDc3BhbiBzdHlsZT1cImNvbG9yOiAjMjhiOGNlO1wiXHUwMDNFd2FwZWpldHMuY29tXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9hXHUwMDNFIFx1MDBhMCB8IFx1MDBhMCArNDIwIDc3NyA1OTEgNTU4IFx1MDBhMCB8IFx1MDBhMCBcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICMyOGI4Y2U7XCJcdTAwM0VcdTAwM0NhIHN0eWxlPVwiY29sb3I6ICMyOGI4Y2U7XCIgaHJlZj1cIm1haWx0bzppbmZvQHdhcGVqZXRzLmNvbVwiIHRhcmdldD1cIl9ibGFua1wiIHJlbD1cIm5vb3BlbmVyXCJcdTAwM0VpbmZvQHdhcGVqZXRzLmNvbVx1MDAzQ1wvYVx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvcFx1MDAzRVxyXG5cdTAwM0NwIHN0eWxlPVwiZm9udC1mYW1pbHk6IEFyaWFsOyB0ZXh0LWFsaWduOiBjZW50ZXI7XCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICM5YjlmYTQ7IGZvbnQtc2l6ZTogMTJweDtcIlx1MDAzRUZvdG86IERhc3NhdWx0IEF2aWF0aW9uXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3Agc3R5bGU9XCJmb250LWZhbWlseTogQXJpYWw7IHRleHQtYWxpZ246IGNlbnRlcjtcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogIzliOWZhNDsgZm9udC1zaXplOiAxMnB4O1wiXHUwMDNFXHUwMGE5ICp8Q1VSUkVOVF9ZRUFSfCogV0FQRSBKRVRTXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNiwiZm9udF9jb2xvciI6IiMwMDAwMDAiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIjMDAwMDAwIiwiYmxvY2tfaWQiOiJ0ZXh0In0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 20px; padding-left: 0px; padding-right: 0px; padding-bottom: 20px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5rem;\">\r\n <p style=\"font-family: Arial; text-align: center;\"><span style=\"color: #9b9fa4; font-size: 12px;\">WAPE EBS | Kaprova 42/14 | 110 00 Praha 1</span></p>\r\n<p style=\"font-family: Arial; text-align: center;\"><span style=\"color: #9b9fa4; font-size: 12px;\"><a href=\"httpss://wapejets.com/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #28b8ce;\">wapejets.com</span></a> | +420 777 591 558 | <span style=\"color: #28b8ce;\"><a style=\"color: #28b8ce;\" href=\"mailto:info@wapejets.com\" target=\"_blank\" rel=\"noopener\">info@wapejets.com</a></span></span></p>\r\n<p style=\"font-family: Arial; text-align: center;\"><span style=\"color: #9b9fa4; font-size: 12px;\">Foto: Dassault Aviation</span></p>\r\n<p style=\"font-family: Arial; text-align: center;\"><span style=\"color: #9b9fa4; font-size: 12px;\">© *|CURRENT_YEAR|* WAPE JETS</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiMwMDEwMmMiLCJjb2xvciI6IiNhOWUzZWIiLCJoZWlnaHQiOiIxIiwiaW5saW5lX2VkaXRzIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIzAwMDAwMCIsImJsb2NrX2lkIjoic2VwYXJhdG9yIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: #00102c;\" bgcolor=\"#00102c\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"footer\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MjAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoyMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjowLCJibG9ja19iYWNrZ3JvdW5kIjoiIzFhMmIzZiIsInZpZXciOiJab2JyYXppdCBvbmxpbmUiLCJwcm9maWxlIjoiWnJ1XHUwMTYxaXQgb2RiXHUwMTFiciIsImZvbnRfZmFtaWx5IjoiSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZiIsImZvbnRfc2l6ZSI6IjEzIiwiZm9udF9jb2xvciI6IiNhYmFmYjMiLCJmb250X3dlaWdodCI6Im5vcm1hbCIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2JhY2tncm91bmRfMiI6IiMwMDAwMDAiLCJibG9ja19pZCI6ImZvb3RlciJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 20px; padding-left: 0px; padding-right: 0px; padding-bottom: 20px; background-color: #1a2b3f;\" bgcolor=\"#1a2b3f\" width=\"100%\"><a style=\"font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #abafb3; text-decoration: none;\" href=\"{profile_url}\" target=\"_blank\">Zrušit odběr</a>\r\n\r\n<span style=\"font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #abafb3; text-decoration: none;\"> | </span>\r\n\r\n<a style=\"font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #abafb3; text-decoration: none;\" href=\"{email_url}\" target=\"_blank\">Zobrazit online</a></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\n<!-- /tnp -->\n</td>\n</tr>\n</table>\n\n</body>\n</html>', '', NULL, '', '2020-07-04 14:02:49', 'new', 0, 0, 0, 1, 0, 'message', 'select * from wp_newsletter where status=\'C\'', 2, '', '', 'This email requires a modern e-mail reader but you can view the email online here:\n{email_url}.\nThank you, WAPE JETS\nTo change your subscription follow: {profile_url}.', NULL, 1593871369, '9754eeb582', 'a:1:{s:19:\"composer_background\";s:7:\"#1a2b3f\";}', 0, 0, '', 0, 0, 0, 0);
INSERT INTO `wp_newsletter_emails` (`id`, `language`, `subject`, `message`, `subject2`, `message2`, `name2`, `created`, `status`, `total`, `last_id`, `sent`, `track`, `list`, `type`, `query`, `editor`, `sex`, `theme`, `message_text`, `preferences`, `send_on`, `token`, `options`, `private`, `click_count`, `version`, `open_count`, `unsub_count`, `error_count`, `stats_time`) VALUES
(3, '', 'Krásné Vánoce s WAPE JETS', '<!DOCTYPE html>\n<html>\n<head>\n<title>{email_subject}</title>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<style type=\"text/css\">\n#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\n.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\nbody, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\ntable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\nimg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\n\nbody{margin:0; padding:0; height:100% !important; margin:0; padding:0; width:100% !important;}\nimg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none; max-width: 100%!important}\ntable{border-collapse:collapse !important;}\nimg.aligncenter{display:block;margin:0 auto;}\n\n@media all and (max-width: 525px) {\n\n /* ALLOWS FOR FLUID TABLES */\n table[class=\"wrapper\"]{\n width:100% !important;\n }\n\n table[class=\"mobile-full-width\"] {\n width:100% !important;\n }\n\n img[class=\"mobile-full-width\"] {\n width:100% !important;\n display: block;\n }\n\n /* ADJUSTS LAYOUT OF LOGO IMAGE */\n td[class=\"logo\"]{\n text-align: left;\n padding: 20px 0 20px 0 !important;\n }\n\n td[class=\"logo\"] img{\n margin:0 auto!important;\n }\n\n /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */\n td[class=\"mobile-hide\"]{\n display:none;}\n\n img[class=\"mobile-hide\"]{\n display: none !important;\n }\n\n img[class=\"img-max\"]{\n max-width: 100% !important;\n /*width: 100% !important;*/\n height:auto !important;\n }\n\n /* FULL-WIDTH TABLES */\n table[class=\"responsive-table\"]{\n width:100%!important;\n max-width: 100%!important;\n }\n\n /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */\n td[class=\"padding\"]{\n padding: 10px 5% 15px 5% !important;\n }\n\n td[class=\"padding-copy\"]{\n padding: 10px 5% 10px 5% !important;\n text-align: center;\n }\n\n td[class=\"padding-meta\"]{\n padding: 30px 5% 0px 5% !important;\n text-align: center;\n }\n\n td[class=\"no-pad\"]{\n padding: 0 0 20px 0 !important;\n }\n\n td[class=\"no-padding\"]{\n padding: 0 !important;\n }\n\n td[class=\"section-padding\"]{\n padding: 50px 15px 50px 15px !important;\n }\n\n td[class=\"section-padding-bottom-image\"]{\n padding: 50px 15px 0 15px !important;\n }\n\n /* ADJUST BUTTONS ON MOBILE */\n td[class=\"mobile-wrapper\"]{\n padding: 10px 5% 15px 5% !important;\n }\n \n td[class=\"responsive\"]{\n display: block;\n width: 100% !important;\n }\n\n table[class=\"mobile-button-container\"]{\n margin:0 auto;\n width:100% !important;\n }\n\n a[class=\"mobile-button\"]{\n width:80% !important;\n padding: 15px !important;\n border: 0 !important;\n font-size: 16px !important;\n }\n}\n\n/* Text */\n\n\n/* Last posts */\n@media (max-width: 525px) {\n .posts-1-column {\n width: 100%!important;\n }\n .posts-1-image {\n width: 100%!important;\n display: block;\n }\n}\n\n\n\n/* Html */\n.html-td-global p {\n font-family: Helvetica, Arial, sans-serif;\n font-size: 16px;\n}\n\n\n/* Hero */\n@media all and (max-width: 525px) {\n .hero-table {\n width: 100%!important;\n max-width: 100%!important;\n }\n\n .hero-table-right {\n margin-top: 20px;\n }\n}\n\n/* Header */\n@media all and (max-width: 640) {\n .header-table td {\n width: 100%!important;\n }\n .header-logo-global {\n text-align: center!important;\n }\n}\n\n</style>\n</head>\n<body style=\"margin: 0; padding: 0;\" dir=\"ltr\">\n\n<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'100%\'>\n<tr>\n<td bgcolor=\'#000d21\' valign=\'top\'><!-- tnp --><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"image\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MzAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjozMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MzAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MzAsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJpbWFnZSI6eyJpZCI6Ijc1NiIsInVybCI6Imh0dHBzOlwvXC93YXBlamV0cy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzExXC93YXBlamV0c19sb2dvX2Z1bGxfd2ViX3doaXRlXzQwMEAyeC5wbmcifSwidXJsIjoiaHR0cHM6XC9cL3dhcGVqZXRzLmNvbVwvY3NcL3V2b2RcLyIsIndpZHRoIjoiNDAwIiwiaW5saW5lX2VkaXRzIjoiIiwicGxhY2Vob2xkZXIiOiIiLCJpbWFnZV9hbHQiOiIiLCJibG9ja19pZCI6ImltYWdlIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 30px; padding-left: 30px; padding-right: 30px; padding-bottom: 30px; background-color: ;\" bgcolor=\"\" width=\"100%\"><a href=\"https://wapejets.com/cs/uvod/\" target=\"_blank\" rel=\"noopener nofollow\" style=\"text-decoration: none;\"><img src=\"https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_white_400@2x.png\" width=\"400\" height=\"70\" alt=\"\" border=\"0\" style=\"max-width: 100% !important; height: auto !important; display: block; width: 400px; line-height: 0; margin: 0 auto;\"></a></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"image\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJpbWFnZSI6eyJpZCI6Ijc3NiIsInVybCI6Imh0dHBzOlwvXC93YXBlamV0cy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzEyXC93al9uZXdzX2ZvdG9fMS5qcGcifSwidXJsIjoiIiwid2lkdGgiOiIwIiwiaW5saW5lX2VkaXRzIjoiIiwicGxhY2Vob2xkZXIiOiIiLCJpbWFnZV9hbHQiOiIiLCJibG9ja19pZCI6ImltYWdlIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: #ffffff;\" bgcolor=\"#ffffff\" width=\"100%\"><img src=\"https://wapejets.com/wp-content/uploads/newsletter/thumbnails/2020/12/wj_news_foto_1-1200x0.jpg\" width=\"600\" height=\"437\" alt=\"\" border=\"0\" style=\"max-width: 100% !important; height: auto !important; display: block; width: 600px; line-height: 0; margin: 0 auto;\"></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MTUsImJsb2NrX3BhZGRpbmdfbGVmdCI6MTUsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJodG1sIjoiXHUwMDNDcCBzdHlsZT1cImZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWw7dGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICNhOWUzZWI7Zm9udC1mYW1pbHk6ICd0cmVidWNoZXQgbXMnLCBnZW5ldmEsIHNhbnMtc2VyaWY7Zm9udC1zaXplOiAyNHB4XCJcdTAwM0VLT1VaRUxOXHUwMGM5IFZcdTAwYzFOT0NFXHUwMDNDYnIgXC9cdTAwM0VBIFx1MDE2MFx1MDE2NEFTVE5cdTAwZGQgTk9WXHUwMGRkIFJPS1x1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvcFx1MDAzRSIsImZvbnRfZmFtaWx5IjoiSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZiIsImZvbnRfc2l6ZSI6MTYsImZvbnRfY29sb3IiOiIjMDAwMDAwIiwiaW5saW5lX2VkaXRzIjoiIiwiYmxvY2tfaWQiOiJ0ZXh0In0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 10px; padding-left: 15px; padding-right: 15px; padding-bottom: 10px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"color: #a9e3eb;font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 24px\">KOUZELNÉ VÁNOCE<br>A ŠŤASTNÝ NOVÝ ROK</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MjAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjowLCJibG9ja19iYWNrZ3JvdW5kIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIiwiY29sb3IiOiIjYTllM2ViIiwiaGVpZ2h0IjoiMSIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2lkIjoic2VwYXJhdG9yIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 20px; padding-left: 0px; padding-right: 0px; padding-bottom: 10px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MjAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoyMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjoyMCwiYmxvY2tfYmFja2dyb3VuZCI6IiIsImJsb2NrX2JhY2tncm91bmRfMiI6IiIsImh0bWwiOiJcdTAwM0NwIHN0eWxlPVwidGV4dC1hbGlnbjogbGVmdDtmb250LXNpemU6IDE2cHg7Zm9udC1mYW1pbHk6IEFyaWFsXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6ICd0cmVidWNoZXQgbXMnLCBnZW5ldmEsIHNhbnMtc2VyaWY7Zm9udC1zaXplOiAxNnB4O2NvbG9yOiAjOWI5ZmE0XCJcdTAwM0VWXHUwMGUxXHUwMTdlZW5cdTAwZWQga2xpZW50aSwgXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3Agc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O2ZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWxcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJmb250LWZhbWlseTogJ3RyZWJ1Y2hldCBtcycsIGdlbmV2YSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDE2cHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRWRcdTAxMWJrdWplbWUgdlx1MDBlMW0gemEgdmFcdTAxNjFpIHBcdTAxNTlcdTAwZWR6ZVx1MDE0OCB2IHJvY2UgMjAyMCwga3Rlclx1MDBlOSBzaSBvcHJhdmR1IHZcdTAwZTFcdTAxN2VcdTAwZWRtZS4gXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3Agc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O2ZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWxcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJmb250LWZhbWlseTogJ3RyZWJ1Y2hldCBtcycsIGdlbmV2YSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDE2cHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRURvIG5vdlx1MDBlOWhvIHJva3Ugdlx1MDBlMW0gcFx1MDE1OWVqZW1lIHpkcmF2XHUwMGVkLCBzcGxuXHUwMTFiblx1MDBlMSBwXHUwMTU5XHUwMGUxblx1MDBlZCBhIG1ub2hvIG5hbFx1MDBlOXRhblx1MDBmZGNoIGhvZGluIHYgc291a3JvbVx1MDBlOW0gbGV0YWRsZS5cdTAwM0NiciBcL1x1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvcFx1MDAzRVxyXG5cdTAwM0NwXHUwMDNFXHUwMGEwXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3Agc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O2ZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWxcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJmb250LWZhbWlseTogJ3RyZWJ1Y2hldCBtcycsIGdlbmV2YSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDE2cHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRVNlIHNyZGVcdTAxMGRuXHUwMGZkbSBwb3pkcmF2ZW0sXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3BcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6ICd0cmVidWNoZXQgbXMnLCBnZW5ldmEsIHNhbnMtc2VyaWY7Zm9udC1zaXplOiAxNnB4O2NvbG9yOiAjOWI5ZmE0XCJcdTAwM0VQaERyLiBadXphbmEgUGV0XHUwMGUxa292XHUwMGUxXHUwMDNDYnIgXC9cdTAwM0VcdTAwM0NlbVx1MDAzRUZvdW5kZXJcdTAwM0NcL2VtXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNiwiZm9udF9jb2xvciI6IiMwMDAwMDAiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19pZCI6InRleHQifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 20px; padding-left: 20px; padding-right: 0px; padding-bottom: 20px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"text-align: left;font-size: 16px;font-family: Arial\"><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">Vážení klienti, </span></p>\r\n<p style=\"text-align: left;font-size: 16px;font-family: Arial\"><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">děkujeme vám za vaši přízeň v roce 2020, které si opravdu vážíme. </span></p>\r\n<p style=\"text-align: left;font-size: 16px;font-family: Arial\"><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">Do nového roku vám přejeme zdraví, splněná přání a mnoho nalétaných hodin v soukromém letadle.<br></span></p>\r\n<p> </p>\r\n<p style=\"text-align: left;font-size: 16px;font-family: Arial\"><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">Se srdečným pozdravem,</span></p>\r\n<p><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">PhDr. Zuzana Petáková<br><em>Founder</em></span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjowLCJibG9ja19wYWRkaW5nX3JpZ2h0IjowLCJibG9ja19wYWRkaW5nX2xlZnQiOjAsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJjb2xvciI6IiNhOWUzZWIiLCJoZWlnaHQiOiIxIiwiaW5saW5lX2VkaXRzIjoiIiwiYmxvY2tfaWQiOiJzZXBhcmF0b3IifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 10px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MjAsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJodG1sIjoiXHUwMDNDcCBzdHlsZT1cImZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWw7dGV4dC1hbGlnbjoganVzdGlmeVwiXHUwMDNFXHUwMDNDc3BhbiBzdHlsZT1cImNvbG9yOiAjYTllM2ViO2ZvbnQtc2l6ZTogMThweFwiXHUwMDNFV0FQRSBKRVRTXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNiwiZm9udF9jb2xvciI6IiMwMDAwMDAiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19pZCI6InRleHQifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 20px; padding-right: 0px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: justify\"><span style=\"color: #a9e3eb;font-size: 18px\">WAPE JETS</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjIwLCJibG9ja19wYWRkaW5nX2xlZnQiOjIwLCJibG9ja19iYWNrZ3JvdW5kIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIiwiaHRtbCI6Ilx1MDAzQ3Agc3R5bGU9XCJmb250LXNpemU6IDE2cHg7Zm9udC1mYW1pbHk6IEFyaWFsO3RleHQtYWxpZ246IGp1c3RpZnlcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogIzliOWZhNDtmb250LXNpemU6IDE0cHhcIlx1MDAzRVdBUEUgSkVUUyBqZSBzcG9sZVx1MDEwZG5vc3QgcFx1MDE2ZnNvYlx1MDBlZGNcdTAwZWQgdiBvYm9ydSBzb3Vrcm9tXHUwMGU5IGxldGVja1x1MDBlOSBkb3ByYXZ5LCBrdGVyXHUwMGUxIHBvc2t5dHVqZSBrb21wbGV4blx1MDBlZCBcdTAxNjFrXHUwMGUxbHUgc2x1XHUwMTdlZWIgYSBcdTAxNTllXHUwMTYxZW5cdTAwZWQgdiBkYW5cdTAwZTltIG9kdlx1MDExYnR2XHUwMGVkLiBacHJvc3RcdTAxNTllZGtvdlx1MDBlMW5cdTAwZWQgc291a3JvbVx1MDBmZGNoIGxldFx1MDE2Ziwga291cFx1MDExYiBsZXRhZGxhIG5lYm8gcG9yYWRlbnN0dlx1MDBlZCB2IHRvbXRvIG9ib3J1IHNwYWRcdTAwZTEgZG8gcG9ydGZvbGlhIFdBUEUgSkVUUyBqaVx1MDE3ZSBtbm9obyBsZXQuIFpcdTAwZTFrbGFkIHNwb2xlXHUwMTBkbm9zdGkgdHZvXHUwMTU5XHUwMGVkIHByb2Zlc2lvblx1MDBlMWxuXHUwMGVkIGEgaW5kaXZpZHVcdTAwZTFsblx1MDBlZCBwXHUwMTU5XHUwMGVkc3R1cCBrZSBrYVx1MDE3ZWRcdTAwZTltdSBrbGllbnRvdmksIHphbG9cdTAxN2Vlblx1MDBmZCBtaW1vIGppblx1MDBlOSBuYSBzcG9sdXByXHUwMGUxY2kgcyBwXHUwMTU5ZWRuXHUwMGVkbWkgc3ZcdTAxMWJ0b3ZcdTAwZmRtaSB2XHUwMGZkcm9iY2kgYSBwcm92b3pvdmF0ZWxpIGxldGFkZWwuIFByaW9yaXR5IHNwb2xlXHUwMTBkbm9zdGkgc3Rvalx1MDBlZCBuYSBcdTAxMGR0eVx1MDE1OWVjaCBwZXZuXHUwMGZkY2ggcGlsXHUwMGVkXHUwMTU5XHUwMGVkY2g6IFx1MDAzQ2VtXHUwMDNFYmV6cGVcdTAxMGRub3N0XHUwMDNDXC9lbVx1MDAzRSwgXHUwMDNDZW1cdTAwM0VkaXNrclx1MDBlOXRub3N0XHUwMDNDXC9lbVx1MDAzRSwgXHUwMDNDZW1cdTAwM0VmbGV4aWJpbGl0YVx1MDAzQ1wvZW1cdTAwM0UsIFx1MDAzQ2VtXHUwMDNFaW5kaXZpZHVcdTAwZTFsblx1MDBlZCBwXHUwMTU5XHUwMGVkc3R1cFx1MDAzQ1wvZW1cdTAwM0UuXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNiwiZm9udF9jb2xvciI6IiMwMDAwMDAiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19pZCI6InRleHQifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: justify\"><span style=\"color: #9b9fa4;font-size: 14px\">WAPE JETS je společnost působící v oboru soukromé letecké dopravy, která poskytuje komplexní škálu služeb a řešení v daném odvětví. Zprostředkování soukromých letů, koupě letadla nebo poradenství v tomto oboru spadá do portfolia WAPE JETS již mnoho let. Základ společnosti tvoří profesionální a individuální přístup ke každému klientovi, založený mimo jiné na spolupráci s předními světovými výrobci a provozovateli letadel. Priority společnosti stojí na čtyřech pevných pilířích: <em>bezpečnost</em>, <em>diskrétnost</em>, <em>flexibilita</em>, <em>individuální přístup</em>.</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiIsImJsb2NrX2JhY2tncm91bmRfMiI6IiIsImh0bWwiOiJcdTAwM0NwIHN0eWxlPVwiZm9udC1zaXplOiAxNnB4O2ZvbnQtZmFtaWx5OiBBcmlhbDt0ZXh0LWFsaWduOiBjZW50ZXJcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogI2E5ZTNlYjtmb250LXNpemU6IDE2cHhcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogIzI4YjhjZVwiXHUwMDNFXHUwMDNDYSBzdHlsZT1cImNvbG9yOiAjMjhiOGNlXCIgaHJlZj1cImh0dHBzOlwvXC93YXBlamV0cy5jb21cL2NzXC9wcm9uYWplbS1sZXRhZGVsXC9cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFUFJPTlx1MDBjMUpFTSBMRVRBREVMXHUwMDNDXC9hXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFIFx1MDBhMCB8IFx1MDBhMCBcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICMyOGI4Y2VcIlx1MDAzRVx1MDAzQ2Egc3R5bGU9XCJjb2xvcjogIzI4YjhjZVwiIGhyZWY9XCJodHRwczpcL1wvd2FwZWpldHMuY29tXC9jc1wvcHJvZGVqLWxldGFkZWxcL1wiIHRhcmdldD1cIl9ibGFua1wiIHJlbD1cIm5vb3BlbmVyXCJcdTAwM0VQUk9ERUogTEVUQURFTFx1MDAzQ1wvYVx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRSBcdTAwYTAgfCBcdTAwYTAgXHUwMDNDc3BhbiBzdHlsZT1cImNvbG9yOiAjMjhiOGNlXCJcdTAwM0VcdTAwM0NhIHN0eWxlPVwiY29sb3I6ICMyOGI4Y2VcIiBocmVmPVwiaHR0cHM6XC9cL3dhcGVqZXRzLmNvbVwvY3NcL3RyYXZlbC1tYW5hZ2VtZW50XC9cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFVFJBVkVMIE1BTkFHRU1FTlRcdTAwM0NcL2FcdTAwM0VcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3BcdTAwM0UiLCJmb250X2ZhbWlseSI6IkhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWYiLCJmb250X3NpemUiOjE2LCJmb250X2NvbG9yIjoiIzAwMDAwMCIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2lkIjoidGV4dCJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"color: #a9e3eb;font-size: 16px\"><span style=\"color: #28b8ce\"><a style=\"color: #28b8ce\" href=\"https://wapejets.com/cs/pronajem-letadel/\" target=\"_blank\" rel=\"noopener\">PRONÁJEM LETADEL</a></span> | <span style=\"color: #28b8ce\"><a style=\"color: #28b8ce\" href=\"https://wapejets.com/cs/prodej-letadel/\" target=\"_blank\" rel=\"noopener\">PRODEJ LETADEL</a></span> | <span style=\"color: #28b8ce\"><a style=\"color: #28b8ce\" href=\"https://wapejets.com/cs/travel-management/\" target=\"_blank\" rel=\"noopener\">TRAVEL MANAGEMENT</a></span></span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjIwLCJibG9ja19wYWRkaW5nX3JpZ2h0IjowLCJibG9ja19wYWRkaW5nX2xlZnQiOjAsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJodG1sIjoiXHUwMDNDcCBzdHlsZT1cImZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWw7dGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6IHRhaG9tYSwgYXJpYWwsIGhlbHZldGljYSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDEycHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRVdBUEUgRUJTIFx1MDBhMCB8IFx1MDBhMCBLYXByb3ZhIDQyXC8xNCBcdTAwYTAgfCBcdTAwYTAgMTEwIDAwIFByYWhhIDFcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3BcdTAwM0VcclxuXHUwMDNDcCBzdHlsZT1cImZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWw7dGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6IHRhaG9tYSwgYXJpYWwsIGhlbHZldGljYSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDEycHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiXHUwMDNFXHUwMDNDYSBzdHlsZT1cImNvbG9yOiAjYTllM2ViXCIgaHJlZj1cImh0dHBzOlwvXC93YXBlamV0cy5jb21cL2NzXC91dm9kXC9cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFd2FwZWpldHMuY29tXHUwMDNDXC9hXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFIFx1MDBhMCB8IFx1MDBhMCArNDIwIDc3NyA1OTEgNTU4IFx1MDBhMCB8IFx1MDBhMFx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiXHUwMDNFXHUwMGEwIFx1MDAzQ2Egc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiIGhyZWY9XCJtYWlsdG86c2FsZXNAd2FwZWpldHMuY29tXCIgdGFyZ2V0PVwiX2JsYW5rXCIgcmVsPVwibm9vcGVuZXJcIlx1MDAzRXNhbGVzQHdhcGVqZXRzLmNvbVx1MDAzQ1wvYVx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvcFx1MDAzRVxyXG5cdTAwM0NwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICM5YjlmYTQ7Zm9udC1mYW1pbHk6IHRhaG9tYSwgYXJpYWwsIGhlbHZldGljYSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDEycHg7dGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICNhOWUzZWJcIlx1MDAzRVx1MDAzQ2Egc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiIGhyZWY9XCJodHRwczpcL1wvd3d3LmZhY2Vib29rLmNvbVwvd2FwZWpldHNcIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFRmFjZWJvb2tcdTAwM0NcL2FcdTAwM0VcdTAwM0NcL3NwYW5cdTAwM0UgXHUwMGEwIHwgXHUwMGEwIFx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiXHUwMDNFXHUwMDNDYSBzdHlsZT1cImNvbG9yOiAjYTllM2ViXCIgaHJlZj1cImh0dHBzOlwvXC93d3cuaW5zdGFncmFtLmNvbVwvd2FwZV9qZXRzXC9cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFSW5zdGFncmFtXHUwMDNDXC9hXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3Agc3R5bGU9XCJmb250LXNpemU6IDE2cHg7Zm9udC1mYW1pbHk6IEFyaWFsO3RleHQtYWxpZ246IGNlbnRlclwiXHUwMDNFXHUwMDNDc3BhbiBzdHlsZT1cImZvbnQtZmFtaWx5OiB0YWhvbWEsIGFyaWFsLCBoZWx2ZXRpY2EsIHNhbnMtc2VyaWY7Zm9udC1zaXplOiAxMnB4O2NvbG9yOiAjOWI5ZmE0XCJcdTAwM0VcdTAwYTkgMjAyMCBXQVBFIEpFVFNcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3BcdTAwM0UiLCJmb250X2ZhbWlseSI6IkhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWYiLCJmb250X3NpemUiOjE2LCJmb250X2NvbG9yIjoiIzAwMDAwMCIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2lkIjoidGV4dCJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 20px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;color: #9b9fa4\">WAPE EBS | Kaprova 42/14 | 110 00 Praha 1</span></p>\r\n<p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;color: #9b9fa4\"><span style=\"color: #a9e3eb\"><a style=\"color: #a9e3eb\" href=\"https://wapejets.com/cs/uvod/\" target=\"_blank\" rel=\"noopener\">wapejets.com</a></span> | +420 777 591 558 | <span style=\"color: #a9e3eb\"> <a style=\"color: #a9e3eb\" href=\"mailto:sales@wapejets.com\" target=\"_blank\" rel=\"noopener\">sales@wapejets.com</a></span></span></p>\r\n<p style=\"text-align: center\"><span style=\"color: #9b9fa4;font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;text-align: center\"><span style=\"color: #a9e3eb\"><a style=\"color: #a9e3eb\" href=\"https://www.facebook.com/wapejets\" target=\"_blank\" rel=\"noopener\">Facebook</a></span> | <span style=\"color: #a9e3eb\"><a style=\"color: #a9e3eb\" href=\"https://www.instagram.com/wape_jets/\" target=\"_blank\" rel=\"noopener\">Instagram</a></span></span></p>\r\n<p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;color: #9b9fa4\">© 2020 WAPE JETS</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiIsImJsb2NrX2JhY2tncm91bmRfMiI6IiIsImNvbG9yIjoiI2E5ZTNlYiIsImhlaWdodCI6IjEiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19pZCI6InNlcGFyYXRvciJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"footer\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MzAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjozMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjowLCJibG9ja19iYWNrZ3JvdW5kIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIiwidmlldyI6IlpvYnJheml0IG9ubGluZSIsInByb2ZpbGUiOiJVcHJhdml0IG9kYlx1MDExYnIgbmV3c2xldHRlcnUiLCJmb250X2ZhbWlseSI6IlZlcmRhbmEsIEdlbmV2YSwgc2Fucy1zZXJpZiIsImZvbnRfc2l6ZSI6IjEzIiwiZm9udF9jb2xvciI6IiM5YjlmYTQiLCJmb250X3dlaWdodCI6Im5vcm1hbCIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2lkIjoiZm9vdGVyIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 30px; padding-left: 0px; padding-right: 0px; padding-bottom: 30px; background-color: ;\" bgcolor=\"\" width=\"100%\"><a style=\"font-size: 13px; font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #9b9fa4; text-decoration: none;\" href=\"{profile_url}\" target=\"_blank\">Upravit odběr newsletteru</a>\r\n\r\n<span style=\"font-size: 13px; font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #9b9fa4; text-decoration: none;\"> | </span>\r\n\r\n<a style=\"font-size: 13px; font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #9b9fa4; text-decoration: none;\" href=\"{email_url}\" target=\"_blank\">Zobrazit online</a></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\n<!-- /tnp -->\n</td>\n</tr>\n</table>\n\n</body>\n</html>', '', NULL, '', '2020-12-18 17:55:53', 'new', 5583, 0, 0, 1, 0, 'message', 'select * from wp_newsletter where status=\'C\' and (list_3=1)', 2, '', '', 'Ke správnému zobrazení této zprávy je potřeba moderní emailový klient, ale zprávu si můžete zobrazit i online:\r\n{email_url}.\r\nDěkujeme, WAPE JETS\r\nZměna odběru newsletterů: {profile_url}.', NULL, 1608455113, '', 'a:7:{s:19:\"composer_background\";s:7:\"#000d21\";s:9:\"preheader\";s:0:\"\";s:8:\"language\";s:0:\"\";s:6:\"status\";s:1:\"C\";s:8:\"wp_users\";s:1:\"0\";s:14:\"lists_operator\";s:3:\"and\";s:5:\"lists\";a:1:{i:0;s:1:\"3\";}}', 0, 0, '', 0, 0, 0, 0);
INSERT INTO `wp_newsletter_emails` (`id`, `language`, `subject`, `message`, `subject2`, `message2`, `name2`, `created`, `status`, `total`, `last_id`, `sent`, `track`, `list`, `type`, `query`, `editor`, `sex`, `theme`, `message_text`, `preferences`, `send_on`, `token`, `options`, `private`, `click_count`, `version`, `open_count`, `unsub_count`, `error_count`, `stats_time`) VALUES
(4, '', 'Krásné Vánoce s WAPE JETS', '<!DOCTYPE html>\n<html>\n<head>\n<title>{email_subject}</title>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n<style type=\"text/css\">\n#outlook a{padding:0;} /* Force Outlook to provide a \"view in browser\" message */\n.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */\nbody, table, td, a{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */\ntable, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */\nimg{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */\n\nbody{margin:0; padding:0; height:100% !important; margin:0; padding:0; width:100% !important;}\nimg{border:0; height:auto; line-height:100%; outline:none; text-decoration:none; max-width: 100%!important}\ntable{border-collapse:collapse !important;}\nimg.aligncenter{display:block;margin:0 auto;}\n\n@media all and (max-width: 525px) {\n\n /* ALLOWS FOR FLUID TABLES */\n table[class=\"wrapper\"]{\n width:100% !important;\n }\n\n table[class=\"mobile-full-width\"] {\n width:100% !important;\n }\n\n img[class=\"mobile-full-width\"] {\n width:100% !important;\n display: block;\n }\n\n /* ADJUSTS LAYOUT OF LOGO IMAGE */\n td[class=\"logo\"]{\n text-align: left;\n padding: 20px 0 20px 0 !important;\n }\n\n td[class=\"logo\"] img{\n margin:0 auto!important;\n }\n\n /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */\n td[class=\"mobile-hide\"]{\n display:none;}\n\n img[class=\"mobile-hide\"]{\n display: none !important;\n }\n\n img[class=\"img-max\"]{\n max-width: 100% !important;\n /*width: 100% !important;*/\n height:auto !important;\n }\n\n /* FULL-WIDTH TABLES */\n table[class=\"responsive-table\"]{\n width:100%!important;\n max-width: 100%!important;\n }\n\n /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */\n td[class=\"padding\"]{\n padding: 10px 5% 15px 5% !important;\n }\n\n td[class=\"padding-copy\"]{\n padding: 10px 5% 10px 5% !important;\n text-align: center;\n }\n\n td[class=\"padding-meta\"]{\n padding: 30px 5% 0px 5% !important;\n text-align: center;\n }\n\n td[class=\"no-pad\"]{\n padding: 0 0 20px 0 !important;\n }\n\n td[class=\"no-padding\"]{\n padding: 0 !important;\n }\n\n td[class=\"section-padding\"]{\n padding: 50px 15px 50px 15px !important;\n }\n\n td[class=\"section-padding-bottom-image\"]{\n padding: 50px 15px 0 15px !important;\n }\n\n /* ADJUST BUTTONS ON MOBILE */\n td[class=\"mobile-wrapper\"]{\n padding: 10px 5% 15px 5% !important;\n }\n \n td[class=\"responsive\"]{\n display: block;\n width: 100% !important;\n }\n\n table[class=\"mobile-button-container\"]{\n margin:0 auto;\n width:100% !important;\n }\n\n a[class=\"mobile-button\"]{\n width:80% !important;\n padding: 15px !important;\n border: 0 !important;\n font-size: 16px !important;\n }\n}\n\n/* Text */\n\n\n/* Last posts */\n@media (max-width: 525px) {\n .posts-1-column {\n width: 100%!important;\n }\n .posts-1-image {\n width: 100%!important;\n display: block;\n }\n}\n\n\n\n/* Html */\n.html-td-global p {\n font-family: Helvetica, Arial, sans-serif;\n font-size: 16px;\n}\n\n\n/* Hero */\n@media all and (max-width: 525px) {\n .hero-table {\n width: 100%!important;\n max-width: 100%!important;\n }\n\n .hero-table-right {\n margin-top: 20px;\n }\n}\n\n/* Header */\n@media all and (max-width: 640) {\n .header-table td {\n width: 100%!important;\n }\n .header-logo-global {\n text-align: center!important;\n }\n}\n\n</style>\n</head>\n<body style=\"margin: 0; padding: 0;\" dir=\"ltr\">\n\n<table cellpadding=\'0\' cellspacing=\'0\' border=\'0\' width=\'100%\'>\n<tr>\n<td bgcolor=\'#000d21\' valign=\'top\'><!-- tnp --><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"image\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MzAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjozMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MzAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MzAsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJpbWFnZSI6eyJpZCI6Ijc1NiIsInVybCI6Imh0dHBzOlwvXC93YXBlamV0cy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzExXC93YXBlamV0c19sb2dvX2Z1bGxfd2ViX3doaXRlXzQwMEAyeC5wbmcifSwidXJsIjoiaHR0cHM6XC9cL3dhcGVqZXRzLmNvbVwvY3NcL3V2b2RcLyIsIndpZHRoIjoiNDAwIiwiaW5saW5lX2VkaXRzIjoiIiwicGxhY2Vob2xkZXIiOiIiLCJpbWFnZV9hbHQiOiIiLCJibG9ja19pZCI6ImltYWdlIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 30px; padding-left: 30px; padding-right: 30px; padding-bottom: 30px; background-color: ;\" bgcolor=\"\" width=\"100%\"><a href=\"https://wapejets.com/cs/uvod/\" target=\"_blank\" rel=\"noopener nofollow\" style=\"text-decoration: none;\"><img src=\"https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_white_400@2x.png\" width=\"400\" height=\"70\" alt=\"\" border=\"0\" style=\"max-width: 100% !important; height: auto !important; display: block; width: 400px; line-height: 0; margin: 0 auto;\"></a></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"image\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiNmZmZmZmYiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJpbWFnZSI6eyJpZCI6Ijc3NiIsInVybCI6Imh0dHBzOlwvXC93YXBlamV0cy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzEyXC93al9uZXdzX2ZvdG9fMS5qcGcifSwidXJsIjoiIiwid2lkdGgiOiIwIiwiaW5saW5lX2VkaXRzIjoiIiwicGxhY2Vob2xkZXIiOiIiLCJpbWFnZV9hbHQiOiIiLCJibG9ja19pZCI6ImltYWdlIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: #ffffff;\" bgcolor=\"#ffffff\" width=\"100%\"><img src=\"https://wapejets.com/wp-content/uploads/newsletter/thumbnails/2020/12/wj_news_foto_1-1200x0.jpg\" width=\"600\" height=\"437\" alt=\"\" border=\"0\" style=\"max-width: 100% !important; height: auto !important; display: block; width: 600px; line-height: 0; margin: 0 auto;\"></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MTUsImJsb2NrX3BhZGRpbmdfbGVmdCI6MTUsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJodG1sIjoiXHUwMDNDcCBzdHlsZT1cImZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWw7dGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICNhOWUzZWI7Zm9udC1mYW1pbHk6ICd0cmVidWNoZXQgbXMnLCBnZW5ldmEsIHNhbnMtc2VyaWY7Zm9udC1zaXplOiAyNHB4XCJcdTAwM0VLT1VaRUxOXHUwMGM5IFZcdTAwYzFOT0NFXHUwMDNDYnIgXC9cdTAwM0VBIFx1MDE2MFx1MDE2NEFTVE5cdTAwZGQgTk9WXHUwMGRkIFJPS1x1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvcFx1MDAzRSIsImZvbnRfZmFtaWx5IjoiSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZiIsImZvbnRfc2l6ZSI6MTYsImZvbnRfY29sb3IiOiIjMDAwMDAwIiwiaW5saW5lX2VkaXRzIjoiIiwiYmxvY2tfaWQiOiJ0ZXh0In0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 10px; padding-left: 15px; padding-right: 15px; padding-bottom: 10px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"color: #a9e3eb;font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 24px\">KOUZELNÉ VÁNOCE<br>A ŠŤASTNÝ NOVÝ ROK</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MjAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoxMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjowLCJibG9ja19iYWNrZ3JvdW5kIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIiwiY29sb3IiOiIjYTllM2ViIiwiaGVpZ2h0IjoiMSIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2lkIjoic2VwYXJhdG9yIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 20px; padding-left: 0px; padding-right: 0px; padding-bottom: 10px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MjAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjoyMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjoyMCwiYmxvY2tfYmFja2dyb3VuZCI6IiIsImJsb2NrX2JhY2tncm91bmRfMiI6IiIsImh0bWwiOiJcdTAwM0NwIHN0eWxlPVwidGV4dC1hbGlnbjogbGVmdDtmb250LXNpemU6IDE2cHg7Zm9udC1mYW1pbHk6IEFyaWFsXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6ICd0cmVidWNoZXQgbXMnLCBnZW5ldmEsIHNhbnMtc2VyaWY7Zm9udC1zaXplOiAxNnB4O2NvbG9yOiAjOWI5ZmE0XCJcdTAwM0VWXHUwMGUxXHUwMTdlZW5cdTAwZWQga2xpZW50aSwgXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3Agc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O2ZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWxcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJmb250LWZhbWlseTogJ3RyZWJ1Y2hldCBtcycsIGdlbmV2YSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDE2cHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRWRcdTAxMWJrdWplbWUgdlx1MDBlMW0gemEgdmFcdTAxNjFpIHBcdTAxNTlcdTAwZWR6ZVx1MDE0OCB2IHJvY2UgMjAyMCwga3Rlclx1MDBlOSBzaSBvcHJhdmR1IHZcdTAwZTFcdTAxN2VcdTAwZWRtZS4gXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3Agc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O2ZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWxcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJmb250LWZhbWlseTogJ3RyZWJ1Y2hldCBtcycsIGdlbmV2YSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDE2cHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRURvIG5vdlx1MDBlOWhvIHJva3Ugdlx1MDBlMW0gcFx1MDE1OWVqZW1lIHpkcmF2XHUwMGVkLCBzcGxuXHUwMTFiblx1MDBlMSBwXHUwMTU5XHUwMGUxblx1MDBlZCBhIG1ub2hvIG5hbFx1MDBlOXRhblx1MDBmZGNoIGhvZGluIHYgc291a3JvbVx1MDBlOW0gbGV0YWRsZS5cdTAwM0NiciBcL1x1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvcFx1MDAzRVxyXG5cdTAwM0NwXHUwMDNFXHUwMGEwXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3Agc3R5bGU9XCJ0ZXh0LWFsaWduOiBsZWZ0O2ZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWxcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJmb250LWZhbWlseTogJ3RyZWJ1Y2hldCBtcycsIGdlbmV2YSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDE2cHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRVNlIHNyZGVcdTAxMGRuXHUwMGZkbSBwb3pkcmF2ZW0sXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3BcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6ICd0cmVidWNoZXQgbXMnLCBnZW5ldmEsIHNhbnMtc2VyaWY7Zm9udC1zaXplOiAxNnB4O2NvbG9yOiAjOWI5ZmE0XCJcdTAwM0VQaERyLiBadXphbmEgUGV0XHUwMGUxa292XHUwMGUxXHUwMDNDYnIgXC9cdTAwM0VcdTAwM0NlbVx1MDAzRUZvdW5kZXJcdTAwM0NcL2VtXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNiwiZm9udF9jb2xvciI6IiMwMDAwMDAiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19pZCI6InRleHQifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 20px; padding-left: 20px; padding-right: 0px; padding-bottom: 20px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"text-align: left;font-size: 16px;font-family: Arial\"><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">Vážení klienti, </span></p>\r\n<p style=\"text-align: left;font-size: 16px;font-family: Arial\"><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">děkujeme vám za vaši přízeň v roce 2020, které si opravdu vážíme. </span></p>\r\n<p style=\"text-align: left;font-size: 16px;font-family: Arial\"><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">Do nového roku vám přejeme zdraví, splněná přání a mnoho nalétaných hodin v soukromém letadle.<br></span></p>\r\n<p> </p>\r\n<p style=\"text-align: left;font-size: 16px;font-family: Arial\"><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">Se srdečným pozdravem,</span></p>\r\n<p><span style=\"font-family: \'trebuchet ms\', geneva, sans-serif;font-size: 16px;color: #9b9fa4\">PhDr. Zuzana Petáková<br><em>Founder</em></span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MTAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjowLCJibG9ja19wYWRkaW5nX3JpZ2h0IjowLCJibG9ja19wYWRkaW5nX2xlZnQiOjAsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJjb2xvciI6IiNhOWUzZWIiLCJoZWlnaHQiOiIxIiwiaW5saW5lX2VkaXRzIjoiIiwiYmxvY2tfaWQiOiJzZXBhcmF0b3IifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 10px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MjAsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJodG1sIjoiXHUwMDNDcCBzdHlsZT1cImZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWw7dGV4dC1hbGlnbjoganVzdGlmeVwiXHUwMDNFXHUwMDNDc3BhbiBzdHlsZT1cImNvbG9yOiAjYTllM2ViO2ZvbnQtc2l6ZTogMThweFwiXHUwMDNFV0FQRSBKRVRTXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNiwiZm9udF9jb2xvciI6IiMwMDAwMDAiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19pZCI6InRleHQifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 20px; padding-right: 0px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: justify\"><span style=\"color: #a9e3eb;font-size: 18px\">WAPE JETS</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjIwLCJibG9ja19wYWRkaW5nX2xlZnQiOjIwLCJibG9ja19iYWNrZ3JvdW5kIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIiwiaHRtbCI6Ilx1MDAzQ3Agc3R5bGU9XCJmb250LXNpemU6IDE2cHg7Zm9udC1mYW1pbHk6IEFyaWFsO3RleHQtYWxpZ246IGp1c3RpZnlcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogIzliOWZhNDtmb250LXNpemU6IDE0cHhcIlx1MDAzRVdBUEUgSkVUUyBqZSBzcG9sZVx1MDEwZG5vc3QgcFx1MDE2ZnNvYlx1MDBlZGNcdTAwZWQgdiBvYm9ydSBzb3Vrcm9tXHUwMGU5IGxldGVja1x1MDBlOSBkb3ByYXZ5LCBrdGVyXHUwMGUxIHBvc2t5dHVqZSBrb21wbGV4blx1MDBlZCBcdTAxNjFrXHUwMGUxbHUgc2x1XHUwMTdlZWIgYSBcdTAxNTllXHUwMTYxZW5cdTAwZWQgdiBkYW5cdTAwZTltIG9kdlx1MDExYnR2XHUwMGVkLiBacHJvc3RcdTAxNTllZGtvdlx1MDBlMW5cdTAwZWQgc291a3JvbVx1MDBmZGNoIGxldFx1MDE2Ziwga291cFx1MDExYiBsZXRhZGxhIG5lYm8gcG9yYWRlbnN0dlx1MDBlZCB2IHRvbXRvIG9ib3J1IHNwYWRcdTAwZTEgZG8gcG9ydGZvbGlhIFdBUEUgSkVUUyBqaVx1MDE3ZSBtbm9obyBsZXQuIFpcdTAwZTFrbGFkIHNwb2xlXHUwMTBkbm9zdGkgdHZvXHUwMTU5XHUwMGVkIHByb2Zlc2lvblx1MDBlMWxuXHUwMGVkIGEgaW5kaXZpZHVcdTAwZTFsblx1MDBlZCBwXHUwMTU5XHUwMGVkc3R1cCBrZSBrYVx1MDE3ZWRcdTAwZTltdSBrbGllbnRvdmksIHphbG9cdTAxN2Vlblx1MDBmZCBtaW1vIGppblx1MDBlOSBuYSBzcG9sdXByXHUwMGUxY2kgcyBwXHUwMTU5ZWRuXHUwMGVkbWkgc3ZcdTAxMWJ0b3ZcdTAwZmRtaSB2XHUwMGZkcm9iY2kgYSBwcm92b3pvdmF0ZWxpIGxldGFkZWwuIFByaW9yaXR5IHNwb2xlXHUwMTBkbm9zdGkgc3Rvalx1MDBlZCBuYSBcdTAxMGR0eVx1MDE1OWVjaCBwZXZuXHUwMGZkY2ggcGlsXHUwMGVkXHUwMTU5XHUwMGVkY2g6IFx1MDAzQ2VtXHUwMDNFYmV6cGVcdTAxMGRub3N0XHUwMDNDXC9lbVx1MDAzRSwgXHUwMDNDZW1cdTAwM0VkaXNrclx1MDBlOXRub3N0XHUwMDNDXC9lbVx1MDAzRSwgXHUwMDNDZW1cdTAwM0VmbGV4aWJpbGl0YVx1MDAzQ1wvZW1cdTAwM0UsIFx1MDAzQ2VtXHUwMDNFaW5kaXZpZHVcdTAwZTFsblx1MDBlZCBwXHUwMTU5XHUwMGVkc3R1cFx1MDAzQ1wvZW1cdTAwM0UuXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFIiwiZm9udF9mYW1pbHkiOiJIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmIiwiZm9udF9zaXplIjoxNiwiZm9udF9jb2xvciI6IiMwMDAwMDAiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19pZCI6InRleHQifQ==\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: justify\"><span style=\"color: #9b9fa4;font-size: 14px\">WAPE JETS je společnost působící v oboru soukromé letecké dopravy, která poskytuje komplexní škálu služeb a řešení v daném odvětví. Zprostředkování soukromých letů, koupě letadla nebo poradenství v tomto oboru spadá do portfolia WAPE JETS již mnoho let. Základ společnosti tvoří profesionální a individuální přístup ke každému klientovi, založený mimo jiné na spolupráci s předními světovými výrobci a provozovateli letadel. Priority společnosti stojí na čtyřech pevných pilířích: <em>bezpečnost</em>, <em>diskrétnost</em>, <em>flexibilita</em>, <em>individuální přístup</em>.</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiIsImJsb2NrX2JhY2tncm91bmRfMiI6IiIsImh0bWwiOiJcdTAwM0NwIHN0eWxlPVwiZm9udC1zaXplOiAxNnB4O2ZvbnQtZmFtaWx5OiBBcmlhbDt0ZXh0LWFsaWduOiBjZW50ZXJcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogI2E5ZTNlYjtmb250LXNpemU6IDE2cHhcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogIzI4YjhjZVwiXHUwMDNFXHUwMDNDYSBzdHlsZT1cImNvbG9yOiAjMjhiOGNlXCIgaHJlZj1cImh0dHBzOlwvXC93YXBlamV0cy5jb21cL2NzXC9wcm9uYWplbS1sZXRhZGVsXC9cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFUFJPTlx1MDBjMUpFTSBMRVRBREVMXHUwMDNDXC9hXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFIFx1MDBhMCB8IFx1MDBhMCBcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICMyOGI4Y2VcIlx1MDAzRVx1MDAzQ2Egc3R5bGU9XCJjb2xvcjogIzI4YjhjZVwiIGhyZWY9XCJodHRwczpcL1wvd2FwZWpldHMuY29tXC9jc1wvcHJvZGVqLWxldGFkZWxcL1wiIHRhcmdldD1cIl9ibGFua1wiIHJlbD1cIm5vb3BlbmVyXCJcdTAwM0VQUk9ERUogTEVUQURFTFx1MDAzQ1wvYVx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRSBcdTAwYTAgfCBcdTAwYTAgXHUwMDNDc3BhbiBzdHlsZT1cImNvbG9yOiAjMjhiOGNlXCJcdTAwM0VcdTAwM0NhIHN0eWxlPVwiY29sb3I6ICMyOGI4Y2VcIiBocmVmPVwiaHR0cHM6XC9cL3dhcGVqZXRzLmNvbVwvY3NcL3RyYXZlbC1tYW5hZ2VtZW50XC9cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFVFJBVkVMIE1BTkFHRU1FTlRcdTAwM0NcL2FcdTAwM0VcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3BcdTAwM0UiLCJmb250X2ZhbWlseSI6IkhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWYiLCJmb250X3NpemUiOjE2LCJmb250X2NvbG9yIjoiIzAwMDAwMCIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2lkIjoidGV4dCJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"color: #a9e3eb;font-size: 16px\"><span style=\"color: #28b8ce\"><a style=\"color: #28b8ce\" href=\"https://wapejets.com/cs/pronajem-letadel/\" target=\"_blank\" rel=\"noopener\">PRONÁJEM LETADEL</a></span> | <span style=\"color: #28b8ce\"><a style=\"color: #28b8ce\" href=\"https://wapejets.com/cs/prodej-letadel/\" target=\"_blank\" rel=\"noopener\">PRODEJ LETADEL</a></span> | <span style=\"color: #28b8ce\"><a style=\"color: #28b8ce\" href=\"https://wapejets.com/cs/travel-management/\" target=\"_blank\" rel=\"noopener\">TRAVEL MANAGEMENT</a></span></span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"text\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjIwLCJibG9ja19wYWRkaW5nX3JpZ2h0IjowLCJibG9ja19wYWRkaW5nX2xlZnQiOjAsImJsb2NrX2JhY2tncm91bmQiOiIiLCJibG9ja19iYWNrZ3JvdW5kXzIiOiIiLCJodG1sIjoiXHUwMDNDcCBzdHlsZT1cImZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWw7dGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6IHRhaG9tYSwgYXJpYWwsIGhlbHZldGljYSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDEycHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRVdBUEUgRUJTIFx1MDBhMCB8IFx1MDBhMCBLYXByb3ZhIDQyXC8xNCBcdTAwYTAgfCBcdTAwYTAgMTEwIDAwIFByYWhhIDFcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3BcdTAwM0VcclxuXHUwMDNDcCBzdHlsZT1cImZvbnQtc2l6ZTogMTZweDtmb250LWZhbWlseTogQXJpYWw7dGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiZm9udC1mYW1pbHk6IHRhaG9tYSwgYXJpYWwsIGhlbHZldGljYSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDEycHg7Y29sb3I6ICM5YjlmYTRcIlx1MDAzRVx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiXHUwMDNFXHUwMDNDYSBzdHlsZT1cImNvbG9yOiAjYTllM2ViXCIgaHJlZj1cImh0dHBzOlwvXC93YXBlamV0cy5jb21cL2NzXC91dm9kXC9cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFd2FwZWpldHMuY29tXHUwMDNDXC9hXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFIFx1MDBhMCB8IFx1MDBhMCArNDIwIDc3NyA1OTEgNTU4IFx1MDBhMCB8IFx1MDBhMFx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiXHUwMDNFXHUwMGEwIFx1MDAzQ2Egc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiIGhyZWY9XCJtYWlsdG86c2FsZXNAd2FwZWpldHMuY29tXCIgdGFyZ2V0PVwiX2JsYW5rXCIgcmVsPVwibm9vcGVuZXJcIlx1MDAzRXNhbGVzQHdhcGVqZXRzLmNvbVx1MDAzQ1wvYVx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvc3Bhblx1MDAzRVx1MDAzQ1wvcFx1MDAzRVxyXG5cdTAwM0NwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICM5YjlmYTQ7Zm9udC1mYW1pbHk6IHRhaG9tYSwgYXJpYWwsIGhlbHZldGljYSwgc2Fucy1zZXJpZjtmb250LXNpemU6IDEycHg7dGV4dC1hbGlnbjogY2VudGVyXCJcdTAwM0VcdTAwM0NzcGFuIHN0eWxlPVwiY29sb3I6ICNhOWUzZWJcIlx1MDAzRVx1MDAzQ2Egc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiIGhyZWY9XCJodHRwczpcL1wvd3d3LmZhY2Vib29rLmNvbVwvd2FwZWpldHNcIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFRmFjZWJvb2tcdTAwM0NcL2FcdTAwM0VcdTAwM0NcL3NwYW5cdTAwM0UgXHUwMGEwIHwgXHUwMGEwIFx1MDAzQ3NwYW4gc3R5bGU9XCJjb2xvcjogI2E5ZTNlYlwiXHUwMDNFXHUwMDNDYSBzdHlsZT1cImNvbG9yOiAjYTllM2ViXCIgaHJlZj1cImh0dHBzOlwvXC93d3cuaW5zdGFncmFtLmNvbVwvd2FwZV9qZXRzXC9cIiB0YXJnZXQ9XCJfYmxhbmtcIiByZWw9XCJub29wZW5lclwiXHUwMDNFSW5zdGFncmFtXHUwMDNDXC9hXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9zcGFuXHUwMDNFXHUwMDNDXC9wXHUwMDNFXHJcblx1MDAzQ3Agc3R5bGU9XCJmb250LXNpemU6IDE2cHg7Zm9udC1mYW1pbHk6IEFyaWFsO3RleHQtYWxpZ246IGNlbnRlclwiXHUwMDNFXHUwMDNDc3BhbiBzdHlsZT1cImZvbnQtZmFtaWx5OiB0YWhvbWEsIGFyaWFsLCBoZWx2ZXRpY2EsIHNhbnMtc2VyaWY7Zm9udC1zaXplOiAxMnB4O2NvbG9yOiAjOWI5ZmE0XCJcdTAwM0VcdTAwYTkgMjAyMCBXQVBFIEpFVFNcdTAwM0NcL3NwYW5cdTAwM0VcdTAwM0NcL3BcdTAwM0UiLCJmb250X2ZhbWlseSI6IkhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWYiLCJmb250X3NpemUiOjE2LCJmb250X2NvbG9yIjoiIzAwMDAwMCIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2lkIjoidGV4dCJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 20px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table width=\"100%\" style=\"width: 100%!important\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody><tr>\r\n <td width=\"100%\" valign=\"top\" align=\"left\" class=\"text-td\" style=\"font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000000; line-height: 1.5;\">\r\n <p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;color: #9b9fa4\">WAPE EBS | Kaprova 42/14 | 110 00 Praha 1</span></p>\r\n<p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;color: #9b9fa4\"><span style=\"color: #a9e3eb\"><a style=\"color: #a9e3eb\" href=\"https://wapejets.com/cs/uvod/\" target=\"_blank\" rel=\"noopener\">wapejets.com</a></span> | +420 777 591 558 | <span style=\"color: #a9e3eb\"> <a style=\"color: #a9e3eb\" href=\"mailto:sales@wapejets.com\" target=\"_blank\" rel=\"noopener\">sales@wapejets.com</a></span></span></p>\r\n<p style=\"text-align: center\"><span style=\"color: #9b9fa4;font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;text-align: center\"><span style=\"color: #a9e3eb\"><a style=\"color: #a9e3eb\" href=\"https://www.facebook.com/wapejets\" target=\"_blank\" rel=\"noopener\">Facebook</a></span> | <span style=\"color: #a9e3eb\"><a style=\"color: #a9e3eb\" href=\"https://www.instagram.com/wape_jets/\" target=\"_blank\" rel=\"noopener\">Instagram</a></span></span></p>\r\n<p style=\"font-size: 16px;font-family: Arial;text-align: center\"><span style=\"font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;color: #9b9fa4\">© 2020 WAPE JETS</span></p> </td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"separator\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MCwiYmxvY2tfcGFkZGluZ19ib3R0b20iOjAsImJsb2NrX3BhZGRpbmdfcmlnaHQiOjAsImJsb2NrX3BhZGRpbmdfbGVmdCI6MCwiYmxvY2tfYmFja2dyb3VuZCI6IiIsImJsb2NrX2JhY2tncm91bmRfMiI6IiIsImNvbG9yIjoiI2E5ZTNlYiIsImhlaWdodCI6IjEiLCJpbmxpbmVfZWRpdHMiOiIiLCJibG9ja19pZCI6InNlcGFyYXRvciJ9\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; background-color: ;\" bgcolor=\"\" width=\"100%\"><table border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\">\r\n <tbody><tr>\r\n <td style=\"border-bottom: 1px solid #a9e3eb;\"></td>\r\n </tr>\r\n</tbody></table></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"100%\" style=\"border-collapse: collapse; width: 100%; display: table;\" class=\"tnpc-row tnpc-row-block ui-sortable-handle\" data-id=\"footer\">\r\n<tbody><tr><td align=\"center\" style=\"padding: 0;\" class=\"edit-block\"><!--[if mso | IE]><table role=\"presentation\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"600\"><tr><td width=\"600\" style=\"vertical-align:top;width:600px;\"><![endif]--><table type=\"options\" data-json=\"eyJibG9ja19wYWRkaW5nX3RvcCI6MzAsImJsb2NrX3BhZGRpbmdfYm90dG9tIjozMCwiYmxvY2tfcGFkZGluZ19yaWdodCI6MCwiYmxvY2tfcGFkZGluZ19sZWZ0IjowLCJibG9ja19iYWNrZ3JvdW5kIjoiIiwiYmxvY2tfYmFja2dyb3VuZF8yIjoiIiwidmlldyI6IlpvYnJheml0IG9ubGluZSIsInByb2ZpbGUiOiJVcHJhdml0IG9kYlx1MDExYnIgbmV3c2xldHRlcnUiLCJmb250X2ZhbWlseSI6IlZlcmRhbmEsIEdlbmV2YSwgc2Fucy1zZXJpZiIsImZvbnRfc2l6ZSI6IjEzIiwiZm9udF9jb2xvciI6IiM5YjlmYTQiLCJmb250X3dlaWdodCI6Im5vcm1hbCIsImlubGluZV9lZGl0cyI6IiIsImJsb2NrX2lkIjoiZm9vdGVyIn0=\" class=\"tnpc-block-content\" border=\"0\" cellpadding=\"0\" align=\"center\" cellspacing=\"0\" width=\"100%\" style=\"width: 100%!important; max-width: 600px!important\">\r\n<tbody><tr><td align=\"center\" style=\"text-align: center; width: 100%!important; padding-top: 30px; padding-left: 0px; padding-right: 0px; padding-bottom: 30px; background-color: ;\" bgcolor=\"\" width=\"100%\"><a style=\"font-size: 13px; font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #9b9fa4; text-decoration: none;\" href=\"{profile_url}\" target=\"_blank\">Upravit odběr newsletteru</a>\r\n\r\n<span style=\"font-size: 13px; font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #9b9fa4; text-decoration: none;\"> | </span>\r\n\r\n<a style=\"font-size: 13px; font-family: Verdana, Geneva, sans-serif; font-weight: normal; color: #9b9fa4; text-decoration: none;\" href=\"{email_url}\" target=\"_blank\">Zobrazit online</a></td></tr></tbody></table><!--[if mso | IE]></td></tr></table><![endif]--></td></tr></tbody></table>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\n<!-- /tnp -->\n</td>\n</tr>\n</table>\n\n</body>\n</html>', '', NULL, '', '2020-12-19 10:07:09', 'new', 0, 0, 0, 1, 0, 'message', NULL, 2, '', '', 'This email requires a modern e-mail reader but you can view the email online here:\r\n{email_url}.\r\nThank you, WAPE JETS\r\nTo change your subscription follow: {profile_url}.', NULL, 1608372429, '', 'a:7:{s:19:\"composer_background\";s:7:\"#000d21\";s:9:\"preheader\";s:0:\"\";s:8:\"language\";s:0:\"\";s:6:\"status\";s:1:\"C\";s:8:\"wp_users\";s:1:\"0\";s:14:\"lists_operator\";s:2:\"or\";s:5:\"lists\";a:1:{i:0;s:1:\"1\";}}', 0, 0, '', 0, 0, 0, 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_newsletter_sent`
--
CREATE TABLE `wp_newsletter_sent` (
`email_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
`user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
`status` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
`open` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
`time` int(10) UNSIGNED NOT NULL DEFAULT '0',
`error` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_newsletter_sent`
--
INSERT INTO `wp_newsletter_sent` (`email_id`, `user_id`, `status`, `open`, `time`, `error`, `ip`) VALUES
(1, 1, 0, 2, 1599152008, '', '93.99.225.2'),
(1, 4, 0, 1, 1599152009, '', '212.205.232.227'),
(3, 1, 0, 0, 1608455326, '', ''),
(3, 2, 0, 0, 1608455329, '', ''),
(3, 3, 0, 0, 1608455330, '', ''),
(3, 4, 0, 2, 1608455330, '', '185.63.98.11'),
(3, 5, 0, 0, 1608455330, '', ''),
(3, 6, 0, 0, 1608455331, '', ''),
(3, 7, 0, 0, 1608455331, '', ''),
(3, 8, 0, 0, 1608455332, '', ''),
(3, 9, 0, 1, 1608455624, '', '79.170.251.221'),
(3, 10, 0, 1, 1608455625, '', '109.183.64.32'),
(3, 11, 0, 1, 1608455626, '', '66.249.89.76'),
(3, 12, 0, 1, 1608455626, '', '85.163.74.79'),
(3, 13, 0, 1, 1608455627, '', '31.30.171.150'),
(3, 14, 0, 1, 1608455627, '', '195.91.17.10'),
(3, 15, 0, 0, 1608455628, '', ''),
(3, 16, 0, 1, 1608455629, '', '194.154.246.6'),
(3, 17, 0, 1, 1608455926, '', '85.71.100.101'),
(3, 18, 0, 0, 1608455928, '', ''),
(3, 19, 0, 0, 1608455928, '', ''),
(3, 20, 0, 1, 1608455928, '', '66.249.89.76'),
(3, 21, 0, 0, 1608455928, '', ''),
(3, 22, 0, 0, 1608455929, '', ''),
(3, 23, 0, 0, 1608455929, '', ''),
(3, 24, 0, 0, 1608455929, '', ''),
(3, 25, 0, 0, 1608456286, '', ''),
(3, 26, 0, 0, 1608456287, '', ''),
(3, 27, 0, 0, 1608456287, '', ''),
(3, 28, 0, 0, 1608456288, '', ''),
(3, 29, 0, 0, 1608456288, '', ''),
(3, 30, 0, 0, 1608456289, '', ''),
(3, 31, 0, 0, 1608456289, '', ''),
(3, 32, 0, 0, 1608456289, '', ''),
(3, 33, 0, 0, 1608456526, '', ''),
(3, 34, 0, 1, 1608456528, '', '5.102.55.161'),
(3, 35, 0, 0, 1608456528, '', ''),
(3, 36, 0, 0, 1608456529, '', ''),
(3, 37, 0, 1, 1608456529, '', '66.249.89.78'),
(3, 38, 0, 0, 1608456529, '', ''),
(3, 39, 0, 2, 1608456530, '', '88.103.226.98'),
(3, 40, 0, 0, 1608456530, '', ''),
(3, 41, 0, 0, 1608456810, '', ''),
(3, 42, 0, 0, 1608456812, '', ''),
(3, 43, 0, 0, 1608456812, '', ''),
(3, 44, 0, 1, 1608456813, '', '193.86.64.54'),
(3, 45, 0, 0, 1608456813, '', ''),
(3, 46, 0, 1, 1608456813, '', '85.237.234.85'),
(3, 47, 0, 0, 1608456813, '', ''),
(3, 48, 0, 0, 1608456814, '', ''),
(3, 49, 0, 0, 1608457125, '', ''),
(3, 50, 0, 0, 1608457127, '', ''),
(3, 51, 0, 0, 1608457127, '', ''),
(3, 52, 0, 0, 1608457128, '', ''),
(3, 53, 0, 0, 1608457128, '', ''),
(3, 54, 0, 0, 1608457129, '', ''),
(3, 55, 0, 0, 1608457130, '', ''),
(3, 56, 0, 1, 1608457131, '', '66.249.89.78'),
(3, 57, 0, 0, 1608457410, '', ''),
(3, 58, 0, 0, 1608457411, '', ''),
(3, 59, 0, 0, 1608457411, '', ''),
(3, 60, 0, 1, 1608457412, '', '185.47.221.206'),
(3, 61, 0, 0, 1608457412, '', ''),
(3, 62, 0, 0, 1608457412, '', ''),
(3, 63, 0, 0, 1608457413, '', ''),
(3, 64, 0, 0, 1608457413, '', ''),
(3, 65, 0, 0, 1608457726, '', ''),
(3, 66, 0, 0, 1608457727, '', ''),
(3, 67, 0, 0, 1608457727, '', ''),
(3, 68, 0, 0, 1608457728, '', ''),
(3, 69, 0, 1, 1608457728, '', '88.103.231.212'),
(3, 70, 0, 0, 1608457728, '', ''),
(3, 71, 0, 0, 1608457729, '', ''),
(3, 72, 0, 0, 1608457729, '', ''),
(3, 73, 0, 1, 1608458089, '', '37.48.40.192'),
(3, 74, 0, 0, 1608458090, '', ''),
(3, 75, 0, 1, 1608458091, '', '178.20.142.180'),
(3, 76, 0, 1, 1608458092, '', '66.249.89.80'),
(3, 77, 0, 0, 1608458092, '', ''),
(3, 78, 0, 1, 1608458093, '', '66.249.89.76'),
(3, 79, 0, 0, 1608458094, '', ''),
(3, 80, 0, 1, 1608458094, '', '77.75.78.82'),
(3, 81, 0, 0, 1608458318, '', ''),
(3, 82, 0, 1, 1608458320, '', '89.24.46.216'),
(3, 83, 0, 0, 1608458320, '', ''),
(3, 84, 0, 0, 1608458320, '', ''),
(3, 85, 0, 0, 1608458321, '', ''),
(3, 86, 0, 0, 1608458321, '', ''),
(3, 87, 0, 0, 1608458321, '', ''),
(3, 88, 0, 0, 1608458322, '', ''),
(3, 89, 0, 0, 1608458687, '', ''),
(3, 90, 0, 0, 1608458688, '', ''),
(3, 91, 0, 0, 1608458688, '', ''),
(3, 92, 0, 0, 1608458689, '', ''),
(3, 93, 0, 0, 1608458689, '', ''),
(3, 94, 0, 1, 1608458689, '', '66.249.89.78'),
(3, 95, 0, 0, 1608458689, '', ''),
(3, 96, 0, 1, 1608458690, '', '66.249.89.78'),
(3, 97, 0, 0, 1608458926, '', ''),
(3, 98, 0, 0, 1608458928, '', ''),
(3, 99, 0, 1, 1608458928, '', '66.249.89.76'),
(3, 100, 0, 0, 1608458929, '', ''),
(3, 101, 0, 1, 1608458929, '', '80.188.34.98'),
(3, 102, 0, 0, 1608458929, '', ''),
(3, 103, 0, 0, 1608458930, '', ''),
(3, 104, 0, 0, 1608458931, '', ''),
(3, 105, 0, 2, 1608459286, '', '52.13.108.171'),
(3, 106, 0, 0, 1608459287, '', ''),
(3, 107, 0, 0, 1608459288, '', ''),
(3, 108, 0, 2, 1608459289, '', '93.99.6.152'),
(3, 109, 0, 0, 1608459290, '', ''),
(3, 110, 0, 0, 1608459290, '', ''),
(3, 111, 0, 1, 1608459291, '', '185.140.245.34'),
(3, 112, 0, 1, 1608459291, '', '66.249.89.80'),
(3, 113, 0, 0, 1608459527, '', ''),
(3, 114, 0, 1, 1608459529, '', '66.249.89.80'),
(3, 115, 0, 0, 1608459530, '', ''),
(3, 116, 0, 1, 1608459531, '', '78.80.28.139'),
(3, 117, 0, 0, 1608459533, '', ''),
(3, 118, 0, 0, 1608459534, '', ''),
(3, 119, 0, 0, 1608459535, '', ''),
(3, 120, 0, 0, 1608459535, '', ''),
(3, 121, 0, 0, 1608459890, '', ''),
(3, 122, 0, 1, 1608459892, '', '85.237.234.45'),
(3, 123, 0, 0, 1608459893, '', ''),
(3, 124, 0, 0, 1608459894, '', ''),
(3, 125, 0, 1, 1608459895, '', '94.142.234.25'),
(3, 126, 0, 1, 1608459897, '', '188.93.56.124'),
(3, 127, 0, 0, 1608459898, '', ''),
(3, 128, 0, 0, 1608459899, '', ''),
(3, 129, 0, 0, 1608460118, '', ''),
(3, 130, 0, 0, 1608460119, '', ''),
(3, 131, 0, 0, 1608460120, '', ''),
(3, 132, 0, 0, 1608460120, '', ''),
(3, 133, 0, 1, 1608460120, '', '66.249.89.78'),
(3, 134, 0, 0, 1608460121, '', ''),
(3, 135, 0, 1, 1608460121, '', '78.136.133.91'),
(3, 136, 0, 0, 1608460121, '', ''),
(3, 137, 0, 0, 1608460436, '', ''),
(3, 138, 0, 0, 1608460438, '', ''),
(3, 139, 0, 0, 1608460438, '', ''),
(3, 140, 0, 0, 1608460439, '', ''),
(3, 141, 0, 1, 1608460439, '', '37.48.11.232'),
(3, 142, 0, 0, 1608460439, '', ''),
(3, 143, 0, 0, 1608460440, '', ''),
(3, 144, 0, 0, 1608460441, '', ''),
(3, 145, 0, 1, 1608460726, '', '45.41.134.200'),
(3, 146, 0, 0, 1608460727, '', ''),
(3, 147, 0, 0, 1608460728, '', ''),
(3, 148, 0, 0, 1608460728, '', ''),
(3, 149, 0, 0, 1608460728, '', ''),
(3, 150, 0, 0, 1608460728, '', ''),
(3, 151, 0, 1, 1608460729, '', '46.135.2.161'),
(3, 152, 0, 0, 1608460729, '', ''),
(3, 153, 0, 0, 1608461061, '', ''),
(3, 154, 0, 0, 1608461063, '', ''),
(3, 155, 0, 1, 1608461064, '', '66.249.89.80'),
(3, 156, 0, 0, 1608461065, '', ''),
(3, 157, 0, 0, 1608461066, '', ''),
(3, 158, 0, 1, 1608461066, '', '88.103.232.144'),
(3, 159, 0, 0, 1608461066, '', ''),
(3, 160, 0, 0, 1608461067, '', ''),
(3, 161, 0, 0, 1608461325, '', ''),
(3, 162, 0, 1, 1608461327, '', '37.188.246.61'),
(3, 163, 0, 1, 1608461327, '', '176.222.224.240'),
(3, 164, 0, 0, 1608461327, '', ''),
(3, 165, 0, 1, 1608461328, '', '66.249.89.80'),
(3, 166, 0, 0, 1608461328, '', ''),
(3, 167, 0, 0, 1608461328, '', ''),
(3, 168, 0, 0, 1608461328, '', ''),
(3, 169, 0, 0, 1608461687, '', ''),
(3, 170, 0, 0, 1608461688, '', ''),
(3, 171, 0, 1, 1608461688, '', '193.86.20.14'),
(3, 172, 0, 0, 1608461689, '', ''),
(3, 173, 0, 0, 1608461689, '', ''),
(3, 174, 0, 0, 1608461689, '', ''),
(3, 175, 0, 0, 1608461690, '', ''),
(3, 176, 0, 0, 1608461690, '', ''),
(3, 177, 0, 0, 1608461925, '', ''),
(3, 178, 0, 0, 1608461926, '', ''),
(3, 179, 0, 0, 1608461927, '', ''),
(3, 180, 0, 0, 1608461927, '', ''),
(3, 181, 0, 1, 1608461928, '', '88.103.225.215'),
(3, 182, 0, 1, 1608461928, '', '37.188.229.89'),
(3, 183, 0, 0, 1608461928, '', ''),
(3, 184, 0, 0, 1608461929, '', ''),
(3, 185, 0, 1, 1608462285, '', '213.168.176.144'),
(3, 186, 0, 0, 1608462286, '', ''),
(3, 187, 0, 1, 1608462287, '', '66.249.89.80'),
(3, 188, 0, 0, 1608462287, '', ''),
(3, 189, 0, 0, 1608462288, '', ''),
(3, 190, 0, 0, 1608462288, '', ''),
(3, 191, 0, 0, 1608462288, '', ''),
(3, 192, 0, 0, 1608462289, '', ''),
(3, 193, 0, 0, 1608462522, '', ''),
(3, 194, 0, 0, 1608462523, '', ''),
(3, 195, 0, 1, 1608462524, '', '77.237.150.97'),
(3, 196, 0, 0, 1608462525, '', ''),
(3, 197, 0, 0, 1608462525, '', ''),
(3, 198, 0, 0, 1608462526, '', ''),
(3, 199, 0, 0, 1608462526, '', ''),
(3, 200, 0, 0, 1608462527, '', ''),
(3, 201, 0, 0, 1608462815, '', ''),
(3, 202, 0, 2, 1608462817, '', '202.1.199.194'),
(3, 203, 0, 0, 1608462817, '', ''),
(3, 204, 0, 1, 1608462818, '', '66.249.89.80'),
(3, 205, 0, 0, 1608462818, '', ''),
(3, 206, 0, 1, 1608462818, '', '188.93.56.122'),
(3, 207, 0, 0, 1608462819, '', ''),
(3, 208, 0, 0, 1608462819, '', ''),
(3, 209, 0, 0, 1608463127, '', ''),
(3, 210, 0, 0, 1608463128, '', ''),
(3, 211, 0, 1, 1608463129, '', '85.207.219.51'),
(3, 212, 0, 1, 1608463129, '', '46.23.61.110'),
(3, 213, 0, 0, 1608463129, '', ''),
(3, 214, 0, 0, 1608463130, '', ''),
(3, 215, 0, 1, 1608463131, '', '66.249.89.78'),
(3, 216, 0, 0, 1608463131, '', ''),
(3, 217, 0, 0, 1608463485, '', ''),
(3, 218, 0, 1, 1608463487, '', '83.208.43.0'),
(3, 219, 0, 0, 1608463487, '', ''),
(3, 220, 0, 0, 1608463487, '', ''),
(3, 221, 0, 0, 1608463488, '', ''),
(3, 222, 0, 0, 1608463488, '', ''),
(3, 223, 0, 1, 1608463488, '', '188.93.56.129'),
(3, 224, 0, 0, 1608463488, '', ''),
(3, 225, 0, 0, 1608463725, '', ''),
(3, 226, 0, 1, 1608463727, '', '66.249.89.78'),
(3, 227, 0, 0, 1608463727, '', ''),
(3, 228, 0, 0, 1608463727, '', ''),
(3, 229, 0, 0, 1608463728, '', ''),
(3, 230, 0, 0, 1608463728, '', ''),
(3, 231, 0, 0, 1608463729, '', ''),
(3, 232, 0, 0, 1608463729, '', ''),
(3, 233, 0, 0, 1608464088, '', ''),
(3, 234, 0, 0, 1608464090, '', ''),
(3, 235, 0, 1, 1608464091, '', '66.249.89.80'),
(3, 236, 0, 0, 1608464092, '', ''),
(3, 237, 0, 0, 1608464092, '', ''),
(3, 238, 0, 0, 1608464093, '', ''),
(3, 239, 0, 0, 1608464093, '', ''),
(3, 240, 0, 0, 1608464096, '', ''),
(3, 241, 0, 1, 1608464313, '', '37.48.16.150'),
(3, 242, 0, 0, 1608464315, '', ''),
(3, 243, 0, 0, 1608464315, '', ''),
(3, 244, 0, 0, 1608464315, '', ''),
(3, 245, 1, 0, 1608464317, 'The following From address failed: info@wapejets.com : MAIL FROM command failed,System failure occur', ''),
(3, 246, 0, 1, 1608464687, '', '213.220.239.77'),
(3, 247, 0, 1, 1608464690, '', '66.249.89.78'),
(3, 248, 0, 0, 1608464690, '', ''),
(3, 249, 0, 1, 1608464691, '', '185.176.136.69'),
(3, 250, 0, 0, 1608464691, '', ''),
(3, 251, 0, 0, 1608464692, '', ''),
(3, 252, 0, 0, 1608464693, '', ''),
(3, 253, 0, 0, 1608464693, '', ''),
(3, 254, 0, 1, 1608464925, '', '37.48.2.213'),
(3, 255, 0, 0, 1608464927, '', ''),
(3, 256, 0, 0, 1608464928, '', ''),
(3, 257, 0, 0, 1608464929, '', ''),
(3, 258, 0, 1, 1608464929, '', '109.234.47.85'),
(3, 259, 0, 0, 1608464929, '', ''),
(3, 260, 0, 0, 1608464930, '', ''),
(3, 261, 0, 0, 1608464931, '', ''),
(3, 262, 0, 0, 1608465234, '', ''),
(3, 263, 0, 0, 1608465236, '', ''),
(3, 264, 0, 0, 1608465237, '', ''),
(3, 265, 0, 0, 1608465238, '', ''),
(3, 266, 0, 0, 1608465240, '', ''),
(3, 267, 0, 0, 1608465242, '', ''),
(3, 268, 0, 0, 1608465244, '', ''),
(3, 269, 0, 1, 1608465245, '', '66.249.89.80'),
(3, 270, 0, 1, 1608465520, '', '46.135.15.87'),
(3, 271, 0, 1, 1608465522, '', '66.249.89.76'),
(3, 272, 0, 0, 1608465523, '', ''),
(3, 273, 0, 0, 1608465523, '', ''),
(3, 274, 0, 0, 1608465523, '', ''),
(3, 275, 0, 1, 1608465524, '', '178.193.118.9'),
(3, 276, 0, 0, 1608465526, '', ''),
(3, 277, 0, 0, 1608465526, '', ''),
(3, 278, 0, 0, 1608465888, '', ''),
(3, 279, 0, 0, 1608465890, '', ''),
(3, 280, 0, 0, 1608465890, '', ''),
(3, 281, 0, 0, 1608465891, '', ''),
(3, 282, 0, 0, 1608465892, '', ''),
(3, 283, 0, 0, 1608465893, '', ''),
(3, 284, 0, 0, 1608465893, '', ''),
(3, 285, 0, 0, 1608465894, '', ''),
(3, 286, 0, 0, 1608466126, '', ''),
(3, 287, 0, 0, 1608466128, '', ''),
(3, 288, 0, 1, 1608466128, '', '217.77.171.220'),
(3, 289, 0, 0, 1608466128, '', ''),
(3, 290, 0, 0, 1608466129, '', ''),
(3, 291, 0, 1, 1608466129, '', '212.82.108.34'),
(3, 292, 0, 1, 1608466129, '', '79.104.25.82'),
(3, 293, 0, 2, 1608466130, '', '213.79.89.166'),
(3, 294, 0, 0, 1608466490, '', ''),
(3, 295, 0, 1, 1608466493, '', '66.249.89.78'),
(3, 296, 0, 1, 1608466493, '', '188.93.56.130'),
(3, 297, 0, 0, 1608466494, '', ''),
(3, 298, 0, 0, 1608466495, '', ''),
(3, 299, 0, 0, 1608466496, '', ''),
(3, 300, 0, 0, 1608466497, '', ''),
(3, 301, 0, 0, 1608466497, '', ''),
(3, 302, 0, 0, 1608466730, '', ''),
(3, 303, 0, 0, 1608466732, '', ''),
(3, 304, 0, 1, 1608466732, '', '66.249.89.76'),
(3, 305, 0, 0, 1608466733, '', ''),
(3, 306, 0, 0, 1608466733, '', ''),
(3, 307, 0, 0, 1608466734, '', ''),
(3, 308, 0, 0, 1608466735, '', ''),
(3, 309, 0, 0, 1608466736, '', ''),
(3, 310, 0, 0, 1608467050, '', ''),
(3, 311, 0, 0, 1608467052, '', ''),
(3, 312, 0, 1, 1608467053, '', '213.19.104.205'),
(3, 313, 0, 1, 1608467053, '', '66.249.89.76'),
(3, 314, 0, 0, 1608467054, '', ''),
(3, 315, 0, 0, 1608467055, '', ''),
(3, 316, 0, 0, 1608467055, '', ''),
(3, 317, 0, 0, 1608467055, '', ''),
(3, 318, 0, 0, 1608467319, '', ''),
(3, 319, 0, 0, 1608467321, '', ''),
(3, 320, 0, 0, 1608467322, '', ''),
(3, 321, 0, 0, 1608467322, '', ''),
(3, 322, 0, 1, 1608467322, '', '66.249.89.78'),
(3, 323, 0, 0, 1608467323, '', ''),
(3, 324, 0, 0, 1608467325, '', ''),
(3, 325, 0, 0, 1608467326, '', ''),
(3, 326, 0, 0, 1608467688, '', ''),
(3, 327, 0, 0, 1608467689, '', ''),
(3, 328, 0, 0, 1608467690, '', ''),
(3, 329, 0, 0, 1608467690, '', ''),
(3, 330, 0, 0, 1608467690, '', ''),
(3, 331, 0, 0, 1608467691, '', ''),
(3, 332, 0, 0, 1608467691, '', ''),
(3, 333, 0, 0, 1608467692, '', ''),
(3, 334, 0, 2, 1608467929, '', '90.180.16.50'),
(3, 335, 0, 0, 1608467930, '', ''),
(3, 336, 0, 0, 1608467930, '', ''),
(3, 337, 0, 1, 1608467931, '', '213.108.160.47'),
(3, 338, 0, 0, 1608467931, '', ''),
(3, 339, 0, 2, 1608467931, '', '149.71.174.139'),
(3, 340, 0, 0, 1608467932, '', ''),
(3, 341, 0, 0, 1608467932, '', ''),
(3, 342, 0, 0, 1608468289, '', ''),
(3, 343, 0, 0, 1608468291, '', ''),
(3, 344, 0, 0, 1608468293, '', ''),
(3, 345, 0, 1, 1608468295, '', '78.108.156.245'),
(3, 346, 0, 0, 1608468297, '', ''),
(3, 347, 0, 0, 1608468297, '', ''),
(3, 348, 0, 0, 1608468298, '', ''),
(3, 349, 0, 1, 1608468298, '', '88.103.237.120'),
(3, 350, 0, 0, 1608468529, '', ''),
(3, 351, 0, 0, 1608468531, '', ''),
(3, 352, 0, 0, 1608468531, '', ''),
(3, 353, 0, 0, 1608468532, '', ''),
(3, 354, 0, 0, 1608468532, '', ''),
(3, 355, 0, 1, 1608468532, '', '46.135.18.145'),
(3, 356, 0, 0, 1608468533, '', ''),
(3, 357, 0, 0, 1608468533, '', ''),
(3, 358, 0, 0, 1608468808, '', ''),
(3, 359, 0, 0, 1608468810, '', ''),
(3, 360, 0, 0, 1608468810, '', ''),
(3, 361, 0, 0, 1608468811, '', ''),
(3, 362, 0, 0, 1608468811, '', ''),
(3, 363, 0, 0, 1608468812, '', ''),
(3, 364, 0, 0, 1608468812, '', ''),
(3, 365, 0, 0, 1608468813, '', ''),
(3, 366, 0, 0, 1608469130, '', ''),
(3, 367, 0, 0, 1608469132, '', ''),
(3, 368, 0, 0, 1608469132, '', ''),
(3, 369, 0, 1, 1608469133, '', '66.249.89.78'),
(3, 370, 0, 1, 1608469134, '', '188.175.229.121'),
(3, 371, 0, 0, 1608469134, '', ''),
(3, 372, 0, 0, 1608469135, '', ''),
(3, 373, 0, 0, 1608469135, '', ''),
(3, 374, 0, 0, 1608469491, '', ''),
(3, 375, 0, 0, 1608469492, '', ''),
(3, 376, 0, 1, 1608469493, '', '89.24.216.161'),
(3, 377, 0, 0, 1608469493, '', ''),
(3, 378, 0, 0, 1608469493, '', ''),
(3, 379, 0, 0, 1608469494, '', ''),
(3, 380, 0, 0, 1608469494, '', ''),
(3, 381, 0, 1, 1608469494, '', '94.113.218.35'),
(3, 382, 0, 1, 1608469728, '', '62.228.164.56'),
(3, 383, 0, 0, 1608469730, '', ''),
(3, 384, 0, 0, 1608469730, '', ''),
(3, 385, 0, 0, 1608469730, '', ''),
(3, 386, 0, 0, 1608469731, '', ''),
(3, 387, 0, 0, 1608469731, '', ''),
(3, 388, 0, 0, 1608469732, '', ''),
(3, 389, 0, 0, 1608469732, '', ''),
(3, 390, 0, 1, 1608470089, '', '66.249.81.112'),
(3, 391, 0, 2, 1608470091, '', '168.235.65.3'),
(3, 392, 0, 0, 1608470091, '', ''),
(3, 393, 0, 0, 1608470091, '', ''),
(3, 394, 0, 0, 1608470092, '', ''),
(3, 395, 0, 0, 1608470092, '', ''),
(3, 396, 0, 2, 1608470092, '', '178.143.33.62'),
(3, 397, 0, 1, 1608470093, '', '188.95.60.155'),
(3, 398, 0, 0, 1608470328, '', ''),
(3, 399, 0, 0, 1608470329, '', ''),
(3, 400, 0, 1, 1608470330, '', '66.249.81.116'),
(3, 401, 0, 0, 1608470330, '', ''),
(3, 402, 0, 0, 1608470330, '', ''),
(3, 403, 0, 0, 1608470331, '', ''),
(3, 404, 0, 0, 1608470331, '', ''),
(3, 405, 0, 0, 1608470331, '', ''),
(3, 406, 0, 0, 1608470688, '', ''),
(3, 407, 0, 0, 1608470690, '', ''),
(3, 408, 0, 0, 1608470691, '', ''),
(3, 409, 0, 0, 1608470691, '', ''),
(3, 410, 0, 0, 1608470691, '', ''),
(3, 411, 0, 0, 1608470692, '', ''),
(3, 412, 0, 0, 1608470692, '', ''),
(3, 413, 0, 2, 1608470693, '', '78.80.27.239'),
(3, 414, 0, 0, 1608470925, '', ''),
(3, 415, 0, 0, 1608470926, '', ''),
(3, 416, 0, 0, 1608470927, '', ''),
(3, 417, 0, 0, 1608470927, '', ''),
(3, 418, 0, 0, 1608470928, '', ''),
(3, 419, 0, 0, 1608470928, '', ''),
(3, 420, 0, 0, 1608470928, '', ''),
(3, 421, 0, 0, 1608470929, '', ''),
(3, 422, 0, 0, 1608471213, '', ''),
(3, 423, 0, 0, 1608471216, '', ''),
(3, 424, 0, 0, 1608471216, '', ''),
(3, 425, 0, 0, 1608471217, '', ''),
(3, 426, 0, 0, 1608471218, '', ''),
(3, 427, 0, 0, 1608471218, '', ''),
(3, 428, 0, 0, 1608471219, '', ''),
(3, 429, 0, 0, 1608471219, '', ''),
(3, 430, 0, 0, 1608471544, '', ''),
(3, 431, 0, 1, 1608471546, '', '80.188.228.222'),
(3, 432, 0, 0, 1608471546, '', ''),
(3, 433, 0, 0, 1608471547, '', ''),
(3, 434, 0, 0, 1608471547, '', ''),
(3, 435, 0, 0, 1608471547, '', ''),
(3, 436, 0, 0, 1608471547, '', ''),
(3, 437, 0, 0, 1608471548, '', ''),
(3, 438, 0, 0, 1608471829, '', ''),
(3, 439, 0, 0, 1608471830, '', ''),
(3, 440, 0, 0, 1608471832, '', ''),
(3, 441, 0, 0, 1608471832, '', ''),
(3, 442, 0, 0, 1608471834, '', ''),
(3, 443, 0, 0, 1608471835, '', ''),
(3, 444, 0, 0, 1608471836, '', ''),
(3, 445, 0, 0, 1608471836, '', ''),
(3, 446, 0, 0, 1608472302, '', ''),
(3, 447, 0, 0, 1608472304, '', ''),
(3, 448, 0, 0, 1608472304, '', ''),
(3, 449, 0, 1, 1608472304, '', '195.146.149.18'),
(3, 450, 0, 1, 1608472305, '', '91.139.103.243'),
(3, 451, 0, 0, 1608472305, '', ''),
(3, 452, 0, 0, 1608472305, '', ''),
(3, 453, 0, 1, 1608472306, '', '46.135.23.178'),
(3, 454, 0, 0, 1608472686, '', ''),
(3, 455, 0, 0, 1608472687, '', ''),
(3, 456, 0, 0, 1608472688, '', ''),
(3, 457, 0, 0, 1608472688, '', ''),
(3, 458, 0, 0, 1608472688, '', ''),
(3, 459, 0, 0, 1608472689, '', ''),
(3, 460, 0, 0, 1608472689, '', ''),
(3, 461, 0, 0, 1608472689, '', ''),
(3, 462, 0, 0, 1608472789, '', ''),
(3, 463, 0, 0, 1608472790, '', ''),
(3, 464, 0, 1, 1608472791, '', '37.48.19.234'),
(3, 465, 0, 0, 1608472791, '', ''),
(3, 466, 0, 1, 1608472792, '', '46.135.96.22'),
(3, 467, 0, 0, 1608472793, '', ''),
(3, 468, 0, 0, 1608472793, '', ''),
(3, 469, 0, 0, 1608472793, '', ''),
(3, 470, 0, 0, 1608473071, '', ''),
(3, 471, 0, 0, 1608473072, '', ''),
(3, 472, 0, 0, 1608473072, '', ''),
(3, 473, 0, 0, 1608473073, '', ''),
(3, 474, 0, 0, 1608473073, '', ''),
(3, 475, 0, 0, 1608473073, '', ''),
(3, 476, 0, 0, 1608473074, '', ''),
(3, 477, 0, 1, 1608473074, '', '185.45.200.209'),
(3, 478, 0, 0, 1608473657, '', ''),
(3, 479, 0, 0, 1608473658, '', ''),
(3, 480, 0, 0, 1608473659, '', ''),
(3, 481, 0, 0, 1608473659, '', ''),
(3, 482, 0, 0, 1608473659, '', ''),
(3, 483, 0, 0, 1608473660, '', ''),
(3, 484, 0, 0, 1608473660, '', ''),
(3, 485, 0, 0, 1608473661, '', ''),
(3, 486, 0, 0, 1608474050, '', ''),
(3, 487, 0, 0, 1608474052, '', ''),
(3, 488, 0, 0, 1608474052, '', ''),
(3, 489, 0, 1, 1608474053, '', '66.249.89.78'),
(3, 490, 0, 0, 1608474053, '', ''),
(3, 491, 0, 0, 1608474053, '', ''),
(3, 492, 0, 1, 1608474054, '', '66.249.89.80'),
(3, 493, 0, 0, 1608474054, '', ''),
(3, 494, 0, 0, 1608474292, '', ''),
(3, 495, 0, 0, 1608474294, '', ''),
(3, 496, 0, 0, 1608474295, '', ''),
(3, 497, 0, 1, 1608474295, '', '88.103.227.146'),
(3, 498, 0, 1, 1608474295, '', '85.160.9.55'),
(3, 499, 0, 0, 1608474295, '', ''),
(3, 500, 0, 0, 1608474296, '', ''),
(3, 501, 0, 0, 1608474296, '', ''),
(3, 502, 0, 0, 1608474741, '', ''),
(3, 503, 0, 0, 1608474743, '', ''),
(3, 504, 0, 0, 1608474743, '', ''),
(3, 505, 0, 1, 1608474744, '', '66.249.89.76'),
(3, 506, 0, 0, 1608474744, '', ''),
(3, 507, 0, 1, 1608474744, '', '37.48.35.232'),
(3, 508, 0, 0, 1608474745, '', ''),
(3, 509, 0, 0, 1608474745, '', ''),
(3, 510, 0, 0, 1608474838, '', ''),
(3, 511, 0, 0, 1608474839, '', ''),
(3, 512, 0, 0, 1608474840, '', ''),
(3, 513, 0, 0, 1608474840, '', ''),
(3, 514, 0, 0, 1608474841, '', ''),
(3, 515, 0, 0, 1608474841, '', ''),
(3, 516, 0, 0, 1608474841, '', ''),
(3, 517, 0, 1, 1608474842, '', '66.249.89.78'),
(3, 518, 0, 0, 1608475132, '', ''),
(3, 519, 0, 0, 1608475135, '', ''),
(3, 520, 0, 0, 1608475135, '', ''),
(3, 521, 0, 0, 1608475135, '', ''),
(3, 522, 0, 0, 1608475136, '', ''),
(3, 523, 0, 1, 1608475136, '', '90.176.41.78'),
(3, 524, 0, 0, 1608475137, '', ''),
(3, 525, 0, 0, 1608475137, '', ''),
(3, 526, 0, 0, 1608475487, '', ''),
(3, 527, 0, 0, 1608475489, '', ''),
(3, 528, 0, 0, 1608475489, '', ''),
(3, 529, 0, 0, 1608475489, '', ''),
(3, 530, 0, 0, 1608475490, '', ''),
(3, 531, 0, 0, 1608475490, '', ''),
(3, 532, 0, 0, 1608475490, '', ''),
(3, 533, 0, 0, 1608475490, '', ''),
(3, 534, 0, 0, 1608475843, '', ''),
(3, 535, 0, 0, 1608475844, '', ''),
(3, 536, 0, 0, 1608475845, '', ''),
(3, 537, 0, 0, 1608475845, '', ''),
(3, 538, 0, 0, 1608475845, '', ''),
(3, 539, 0, 0, 1608475846, '', ''),
(3, 540, 0, 0, 1608475846, '', ''),
(3, 541, 0, 0, 1608475847, '', ''),
(3, 542, 0, 0, 1608476017, '', ''),
(3, 543, 0, 1, 1608476018, '', '66.249.89.78'),
(3, 544, 0, 0, 1608476019, '', ''),
(3, 545, 0, 0, 1608476019, '', ''),
(3, 546, 0, 0, 1608476019, '', ''),
(3, 547, 0, 0, 1608476020, '', ''),
(3, 548, 0, 0, 1608476020, '', ''),
(3, 549, 0, 0, 1608476020, '', ''),
(3, 550, 0, 0, 1608476396, '', ''),
(3, 551, 0, 0, 1608476398, '', ''),
(3, 552, 0, 0, 1608476398, '', ''),
(3, 553, 0, 0, 1608476398, '', ''),
(3, 554, 0, 0, 1608476399, '', ''),
(3, 555, 0, 1, 1608476399, '', '66.249.89.78'),
(3, 556, 0, 0, 1608476399, '', ''),
(3, 557, 0, 0, 1608476399, '', ''),
(3, 558, 0, 0, 1608476932, '', ''),
(3, 559, 0, 1, 1608476934, '', '66.249.89.80'),
(3, 560, 0, 1, 1608476935, '', '37.48.28.54'),
(3, 561, 0, 0, 1608476935, '', ''),
(3, 562, 0, 0, 1608476936, '', ''),
(3, 563, 0, 0, 1608476937, '', ''),
(3, 564, 0, 0, 1608476938, '', ''),
(3, 565, 0, 0, 1608476940, '', ''),
(3, 566, 0, 0, 1608477229, '', ''),
(3, 567, 0, 0, 1608477231, '', ''),
(3, 568, 0, 0, 1608477231, '', ''),
(3, 569, 0, 0, 1608477232, '', ''),
(3, 570, 0, 1, 1608477232, '', '37.188.156.178'),
(3, 571, 0, 1, 1608477233, '', '89.176.240.15'),
(3, 572, 0, 0, 1608477233, '', ''),
(3, 573, 0, 0, 1608477234, '', ''),
(3, 574, 0, 0, 1608477771, '', ''),
(3, 575, 0, 0, 1608477773, '', ''),
(3, 576, 0, 1, 1608477774, '', '88.103.238.97'),
(3, 577, 0, 1, 1608477775, '', '109.183.22.6'),
(3, 578, 0, 0, 1608477775, '', ''),
(3, 579, 0, 0, 1608477776, '', ''),
(3, 580, 0, 0, 1608477777, '', ''),
(3, 581, 0, 0, 1608477778, '', ''),
(3, 582, 0, 0, 1608477883, '', ''),
(3, 583, 0, 1, 1608477884, '', '212.82.108.33'),
(3, 584, 0, 0, 1608477884, '', ''),
(3, 585, 0, 0, 1608477885, '', ''),
(3, 586, 0, 0, 1608477885, '', ''),
(3, 587, 0, 2, 1608477886, '', '185.200.108.254'),
(3, 588, 0, 0, 1608477886, '', ''),
(3, 589, 0, 1, 1608477886, '', '77.240.180.2'),
(3, 590, 0, 1, 1608478269, '', '213.160.189.250'),
(3, 591, 0, 0, 1608478271, '', ''),
(3, 592, 0, 0, 1608478271, '', ''),
(3, 593, 0, 0, 1608478272, '', ''),
(3, 594, 0, 0, 1608478272, '', ''),
(3, 595, 0, 0, 1608478273, '', ''),
(3, 596, 0, 0, 1608478274, '', ''),
(3, 597, 0, 1, 1608478274, '', '66.249.89.76'),
(3, 598, 0, 0, 1608478517, '', ''),
(3, 599, 0, 0, 1608478518, '', ''),
(3, 600, 0, 0, 1608478519, '', ''),
(3, 601, 0, 0, 1608478519, '', ''),
(3, 602, 0, 1, 1608478520, '', '88.101.174.149'),
(3, 603, 0, 0, 1608478520, '', ''),
(3, 604, 0, 0, 1608478521, '', ''),
(3, 605, 0, 0, 1608478521, '', ''),
(3, 606, 0, 0, 1608478928, '', ''),
(3, 607, 0, 2, 1608478931, '', '205.185.118.129'),
(3, 608, 0, 0, 1608478931, '', ''),
(3, 609, 0, 0, 1608478932, '', ''),
(3, 610, 0, 1, 1608478932, '', '66.249.89.78'),
(3, 611, 0, 1, 1608478932, '', '89.103.101.86'),
(3, 612, 0, 0, 1608478933, '', ''),
(3, 613, 0, 0, 1608478933, '', ''),
(3, 614, 0, 0, 1608479502, '', ''),
(3, 615, 0, 0, 1608479504, '', ''),
(3, 616, 0, 0, 1608479504, '', ''),
(3, 617, 0, 1, 1608479505, '', '46.135.22.201'),
(3, 618, 0, 1, 1608479505, '', '85.160.39.201'),
(3, 619, 0, 0, 1608479505, '', ''),
(3, 620, 0, 0, 1608479505, '', ''),
(3, 621, 0, 0, 1608479505, '', ''),
(3, 622, 0, 0, 1608479757, '', ''),
(3, 623, 0, 0, 1608479758, '', ''),
(3, 624, 0, 0, 1608479758, '', ''),
(3, 625, 0, 1, 1608479758, '', '212.71.179.83'),
(3, 626, 0, 0, 1608479758, '', ''),
(3, 627, 0, 0, 1608479759, '', ''),
(3, 628, 0, 1, 1608479759, '', '89.203.205.252'),
(3, 629, 0, 0, 1608479759, '', ''),
(3, 630, 0, 0, 1608481555, '', ''),
(3, 631, 0, 1, 1608481556, '', '89.187.189.196'),
(3, 632, 0, 0, 1608481556, '', ''),
(3, 633, 0, 0, 1608481557, '', ''),
(3, 634, 0, 1, 1608481557, '', '66.249.89.80'),
(3, 635, 0, 0, 1608481557, '', ''),
(3, 636, 0, 0, 1608481557, '', ''),
(3, 637, 0, 0, 1608481558, '', ''),
(3, 638, 0, 0, 1608482869, '', ''),
(3, 639, 0, 1, 1608482870, '', '77.92.202.184'),
(3, 640, 0, 0, 1608482870, '', ''),
(3, 641, 0, 0, 1608482871, '', ''),
(3, 642, 0, 0, 1608482871, '', ''),
(3, 643, 0, 0, 1608482871, '', ''),
(3, 644, 0, 0, 1608482871, '', ''),
(3, 645, 0, 0, 1608482872, '', ''),
(3, 646, 0, 0, 1608483135, '', ''),
(3, 647, 0, 0, 1608483137, '', ''),
(3, 648, 0, 0, 1608483137, '', ''),
(3, 649, 0, 0, 1608483137, '', ''),
(3, 650, 0, 0, 1608483137, '', ''),
(3, 651, 0, 0, 1608483138, '', ''),
(3, 652, 0, 0, 1608483138, '', ''),
(3, 653, 0, 1, 1608483138, '', '66.249.81.112'),
(3, 654, 0, 1, 1608483289, '', '86.49.249.8'),
(3, 655, 0, 0, 1608483290, '', ''),
(3, 656, 0, 1, 1608483291, '', '109.81.213.197'),
(3, 657, 0, 0, 1608483291, '', ''),
(3, 658, 0, 0, 1608483291, '', ''),
(3, 659, 0, 0, 1608483292, '', ''),
(3, 660, 0, 0, 1608483292, '', ''),
(3, 661, 0, 0, 1608483293, '', ''),
(3, 662, 1, 0, 1608483594, 'The following From address failed: info@wapejets.com : MAIL FROM command failed,System failure occur', ''),
(3, 663, 0, 0, 1608483989, '', ''),
(3, 664, 0, 0, 1608483990, '', ''),
(3, 665, 0, 0, 1608483991, '', ''),
(3, 666, 0, 0, 1608483991, '', ''),
(3, 667, 0, 0, 1608483992, '', ''),
(3, 668, 0, 0, 1608483992, '', ''),
(3, 669, 0, 0, 1608483993, '', ''),
(3, 670, 0, 0, 1608483993, '', ''),
(3, 671, 0, 0, 1608484108, '', ''),
(3, 672, 0, 0, 1608484109, '', ''),
(3, 673, 0, 0, 1608484110, '', ''),
(3, 674, 0, 0, 1608484110, '', ''),
(3, 675, 0, 0, 1608484110, '', ''),
(3, 676, 0, 0, 1608484110, '', ''),
(3, 677, 0, 0, 1608484111, '', ''),
(3, 678, 0, 0, 1608484111, '', ''),
(3, 679, 0, 0, 1608484424, '', ''),
(3, 680, 0, 0, 1608484425, '', ''),
(3, 681, 0, 0, 1608484426, '', ''),
(3, 682, 0, 0, 1608484426, '', ''),
(3, 683, 0, 1, 1608484426, '', '66.249.81.114'),
(3, 684, 0, 0, 1608484427, '', ''),
(3, 685, 0, 1, 1608484427, '', '66.249.89.80'),
(3, 686, 0, 0, 1608484427, '', ''),
(3, 687, 0, 0, 1608484708, '', ''),
(3, 688, 0, 0, 1608484710, '', ''),
(3, 689, 0, 0, 1608484710, '', ''),
(3, 690, 0, 0, 1608484710, '', ''),
(3, 691, 0, 0, 1608484711, '', ''),
(3, 692, 0, 0, 1608484711, '', ''),
(3, 693, 0, 1, 1608484711, '', '66.249.89.80'),
(3, 694, 0, 0, 1608484712, '', ''),
(3, 695, 0, 1, 1608485106, '', '37.48.10.178'),
(3, 696, 0, 0, 1608485107, '', ''),
(3, 697, 0, 0, 1608485107, '', ''),
(3, 698, 0, 0, 1608485107, '', ''),
(3, 699, 0, 0, 1608485108, '', ''),
(3, 700, 0, 0, 1608485108, '', ''),
(3, 701, 0, 0, 1608485109, '', ''),
(3, 702, 0, 0, 1608485109, '', ''),
(3, 703, 0, 0, 1608485363, '', ''),
(3, 704, 0, 0, 1608485365, '', ''),
(3, 705, 0, 1, 1608485365, '', '66.249.89.76'),
(3, 706, 0, 1, 1608485365, '', '89.203.191.123'),
(3, 707, 0, 0, 1608485365, '', ''),
(3, 708, 0, 0, 1608485366, '', ''),
(3, 709, 0, 0, 1608485366, '', ''),
(3, 710, 0, 1, 1608485366, '', '37.188.174.101'),
(3, 711, 0, 0, 1608485726, '', ''),
(3, 712, 0, 1, 1608485729, '', '109.81.212.130'),
(3, 713, 0, 0, 1608485729, '', ''),
(3, 714, 0, 0, 1608485730, '', ''),
(3, 715, 0, 0, 1608485730, '', ''),
(3, 716, 0, 0, 1608485731, '', ''),
(3, 717, 0, 0, 1608485731, '', ''),
(3, 718, 0, 0, 1608485732, '', ''),
(3, 719, 0, 0, 1608485965, '', ''),
(3, 720, 0, 2, 1608485967, '', '54.214.199.138'),
(3, 721, 0, 0, 1608485967, '', ''),
(3, 722, 0, 0, 1608485968, '', ''),
(3, 723, 0, 0, 1608485968, '', ''),
(3, 724, 0, 0, 1608485968, '', ''),
(3, 725, 0, 1, 1608485968, '', '66.249.89.76'),
(3, 726, 0, 0, 1608485969, '', ''),
(3, 727, 0, 0, 1608486217, '', ''),
(3, 728, 0, 1, 1608486219, '', '66.249.89.80'),
(3, 729, 0, 0, 1608486219, '', ''),
(3, 730, 0, 0, 1608486219, '', ''),
(3, 731, 0, 1, 1608486220, '', '86.49.249.44'),
(3, 732, 0, 0, 1608486220, '', ''),
(3, 733, 0, 0, 1608486220, '', ''),
(3, 734, 0, 1, 1608486221, '', '88.103.229.224'),
(3, 735, 0, 1, 1608486565, '', '90.181.185.162'),
(3, 736, 0, 0, 1608486566, '', ''),
(3, 737, 0, 0, 1608486566, '', ''),
(3, 738, 0, 0, 1608486567, '', ''),
(3, 739, 0, 1, 1608486567, '', '77.75.78.82'),
(3, 740, 0, 0, 1608486568, '', ''),
(3, 741, 0, 0, 1608486568, '', ''),
(3, 742, 0, 0, 1608486568, '', ''),
(3, 743, 0, 0, 1608486924, '', ''),
(3, 744, 0, 1, 1608486929, '', '66.249.89.80'),
(3, 745, 0, 0, 1608486930, '', ''),
(3, 746, 0, 0, 1608486930, '', ''),
(3, 747, 0, 0, 1608486930, '', ''),
(3, 748, 0, 1, 1608486931, '', '188.123.111.45'),
(3, 749, 0, 0, 1608486931, '', ''),
(3, 750, 0, 0, 1608486931, '', ''),
(3, 751, 0, 0, 1608487166, '', ''),
(3, 752, 0, 0, 1608487167, '', ''),
(3, 753, 0, 0, 1608487167, '', ''),
(3, 754, 0, 0, 1608487168, '', ''),
(3, 755, 0, 1, 1608487168, '', '66.249.89.76'),
(3, 756, 0, 0, 1608487168, '', ''),
(3, 757, 0, 0, 1608487168, '', ''),
(3, 758, 0, 1, 1608487169, '', '66.249.81.112'),
(3, 759, 0, 0, 1608487423, '', ''),
(3, 760, 0, 1, 1608487424, '', '66.249.89.78'),
(3, 761, 0, 1, 1608487424, '', '90.183.130.210'),
(3, 762, 0, 0, 1608487424, '', ''),
(3, 763, 0, 0, 1608487425, '', ''),
(3, 764, 0, 0, 1608487425, '', ''),
(3, 765, 0, 0, 1608487426, '', ''),
(3, 766, 0, 0, 1608487426, '', ''),
(3, 767, 0, 0, 1608487767, '', ''),
(3, 768, 0, 1, 1608487769, '', '66.249.89.76'),
(3, 769, 0, 0, 1608487769, '', ''),
(3, 770, 0, 0, 1608487770, '', ''),
(3, 771, 0, 0, 1608487770, '', ''),
(3, 772, 0, 0, 1608487770, '', ''),
(3, 773, 0, 0, 1608487771, '', ''),
(3, 774, 0, 1, 1608487772, '', '46.135.70.216'),
(3, 775, 0, 0, 1608488045, '', ''),
(3, 776, 0, 0, 1608488047, '', ''),
(3, 777, 0, 0, 1608488047, '', ''),
(3, 778, 0, 0, 1608488047, '', ''),
(3, 779, 0, 0, 1608488047, '', ''),
(3, 780, 0, 0, 1608488048, '', ''),
(3, 781, 0, 0, 1608488048, '', ''),
(3, 782, 0, 0, 1608488048, '', ''),
(3, 783, 0, 0, 1608488365, '', ''),
(3, 784, 0, 0, 1608488367, '', ''),
(3, 785, 0, 0, 1608488367, '', ''),
(3, 786, 0, 0, 1608488367, '', ''),
(3, 787, 0, 0, 1608488368, '', ''),
(3, 788, 0, 0, 1608488368, '', ''),
(3, 789, 0, 0, 1608488368, '', ''),
(3, 790, 0, 0, 1608488368, '', ''),
(3, 791, 0, 0, 1608488725, '', ''),
(3, 792, 0, 0, 1608488726, '', ''),
(3, 793, 0, 0, 1608488726, '', ''),
(3, 794, 0, 2, 1608488727, '', '82.202.90.3'),
(3, 795, 0, 0, 1608488727, '', ''),
(3, 796, 0, 0, 1608488727, '', ''),
(3, 797, 0, 0, 1608488728, '', ''),
(3, 798, 0, 0, 1608488728, '', ''),
(3, 799, 0, 1, 1608488922, '', '66.249.89.76'),
(3, 800, 0, 0, 1608488924, '', ''),
(3, 801, 0, 1, 1608488925, '', '212.79.106.150'),
(3, 802, 0, 0, 1608488925, '', ''),
(3, 803, 0, 0, 1608488926, '', ''),
(3, 804, 0, 0, 1608488926, '', ''),
(3, 805, 0, 1, 1608488927, '', '45.92.239.24'),
(3, 806, 0, 0, 1608488927, '', ''),
(3, 807, 0, 0, 1608489231, '', ''),
(3, 808, 0, 0, 1608489233, '', ''),
(3, 809, 0, 0, 1608489233, '', ''),
(3, 810, 0, 0, 1608489233, '', ''),
(3, 811, 0, 0, 1608489234, '', ''),
(3, 812, 0, 1, 1608489234, '', '185.63.98.11'),
(3, 813, 0, 2, 1608489234, '', '76.8.60.242'),
(3, 814, 0, 0, 1608489234, '', ''),
(3, 815, 0, 0, 1608489611, '', ''),
(3, 816, 0, 0, 1608489612, '', ''),
(3, 817, 0, 0, 1608489612, '', ''),
(3, 818, 0, 1, 1608489613, '', '66.249.89.80'),
(3, 819, 0, 0, 1608489613, '', ''),
(3, 820, 0, 0, 1608489613, '', ''),
(3, 821, 0, 0, 1608489613, '', ''),
(3, 822, 0, 1, 1608489614, '', '77.240.99.54'),
(3, 823, 0, 0, 1608489883, '', ''),
(3, 824, 0, 1, 1608489885, '', '79.98.74.197'),
(3, 825, 0, 0, 1608489885, '', ''),
(3, 826, 0, 1, 1608489885, '', '176.114.240.9'),
(3, 827, 0, 0, 1608489886, '', ''),
(3, 828, 0, 0, 1608489886, '', ''),
(3, 829, 0, 0, 1608489886, '', ''),
(3, 830, 0, 0, 1608489887, '', ''),
(3, 831, 0, 0, 1608490123, '', ''),
(3, 832, 0, 0, 1608490124, '', ''),
(3, 833, 0, 0, 1608490124, '', ''),
(3, 834, 0, 1, 1608490124, '', '89.103.167.184'),
(3, 835, 0, 0, 1608490125, '', ''),
(3, 836, 0, 0, 1608490125, '', ''),
(3, 837, 0, 0, 1608490125, '', ''),
(3, 838, 0, 0, 1608490126, '', ''),
(3, 839, 0, 0, 1608490521, '', ''),
(3, 840, 0, 1, 1608490523, '', '66.249.89.80'),
(3, 841, 0, 0, 1608490523, '', ''),
(3, 842, 0, 0, 1608490524, '', ''),
(3, 843, 0, 0, 1608490524, '', ''),
(3, 844, 0, 0, 1608490524, '', ''),
(3, 845, 0, 0, 1608490524, '', ''),
(3, 846, 0, 0, 1608490525, '', ''),
(3, 847, 0, 0, 1608490985, '', ''),
(3, 848, 0, 0, 1608490986, '', ''),
(3, 849, 0, 2, 1608490987, '', '185.136.110.1'),
(3, 850, 0, 0, 1608490988, '', ''),
(3, 851, 0, 0, 1608490988, '', ''),
(3, 852, 0, 0, 1608490989, '', ''),
(3, 853, 0, 0, 1608490990, '', ''),
(3, 854, 0, 1, 1608490990, '', '66.249.81.114'),
(3, 855, 0, 0, 1608491491, '', ''),
(3, 856, 0, 0, 1608491495, '', ''),
(3, 857, 0, 0, 1608491497, '', ''),
(3, 858, 0, 0, 1608491499, '', ''),
(3, 859, 0, 0, 1608491502, '', ''),
(3, 860, 0, 1, 1608491502, '', '66.249.89.78'),
(3, 861, 0, 1, 1608491503, '', '66.249.89.78'),
(3, 862, 0, 0, 1608491503, '', ''),
(3, 863, 0, 0, 1608491676, '', ''),
(3, 864, 0, 0, 1608491681, '', ''),
(3, 865, 0, 1, 1608491686, '', '85.163.75.44'),
(3, 866, 0, 1, 1608491694, '', '85.160.1.12'),
(3, 867, 0, 0, 1608491698, '', ''),
(3, 868, 0, 0, 1608491700, '', ''),
(3, 869, 0, 0, 1608491702, '', ''),
(3, 870, 0, 0, 1608491703, '', ''),
(3, 871, 0, 0, 1608491938, '', ''),
(3, 872, 0, 1, 1608491940, '', '66.249.89.80'),
(3, 873, 0, 1, 1608491940, '', '94.74.199.97'),
(3, 874, 0, 0, 1608491941, '', ''),
(3, 875, 0, 1, 1608491941, '', '79.98.75.245'),
(3, 876, 0, 0, 1608491941, '', ''),
(3, 877, 0, 0, 1608491942, '', ''),
(3, 878, 0, 2, 1608491943, '', '37.48.24.127'),
(3, 879, 0, 0, 1608492272, '', ''),
(3, 880, 0, 0, 1608492274, '', ''),
(3, 881, 0, 0, 1608492274, '', ''),
(3, 882, 0, 0, 1608492275, '', ''),
(3, 883, 0, 0, 1608492275, '', ''),
(3, 884, 0, 0, 1608492275, '', ''),
(3, 885, 0, 0, 1608492275, '', ''),
(3, 886, 0, 0, 1608492276, '', ''),
(3, 887, 0, 0, 1608492547, '', ''),
(3, 888, 0, 0, 1608492548, '', ''),
(3, 889, 0, 0, 1608492549, '', ''),
(3, 890, 0, 0, 1608492549, '', ''),
(3, 891, 0, 0, 1608492549, '', ''),
(3, 892, 0, 0, 1608492550, '', ''),
(3, 893, 0, 1, 1608492550, '', '66.249.89.76'),
(3, 894, 0, 0, 1608492551, '', ''),
(3, 895, 0, 0, 1608492921, '', ''),
(3, 896, 0, 0, 1608492922, '', ''),
(3, 897, 0, 0, 1608492923, '', ''),
(3, 898, 0, 0, 1608492923, '', ''),
(3, 899, 0, 0, 1608492923, '', ''),
(3, 900, 0, 0, 1608492923, '', ''),
(3, 901, 0, 0, 1608492924, '', ''),
(3, 902, 0, 0, 1608492924, '', ''),
(3, 903, 0, 0, 1608493372, '', ''),
(3, 904, 0, 0, 1608493374, '', ''),
(3, 905, 0, 0, 1608493374, '', ''),
(3, 906, 0, 0, 1608493375, '', ''),
(3, 907, 1, 0, 1608493376, 'The following From address failed: info@wapejets.com : MAIL FROM command failed,System failure occur', ''),
(3, 908, 0, 0, 1608493558, '', ''),
(3, 909, 0, 1, 1608493559, '', '66.249.92.140'),
(3, 910, 0, 2, 1608493560, '', '94.112.252.202'),
(3, 911, 0, 0, 1608493560, '', ''),
(3, 912, 0, 0, 1608493560, '', ''),
(3, 913, 0, 0, 1608493560, '', ''),
(3, 914, 0, 0, 1608493561, '', ''),
(3, 915, 0, 0, 1608493561, '', ''),
(3, 916, 0, 0, 1608493959, '', ''),
(3, 917, 0, 0, 1608493961, '', ''),
(3, 918, 0, 0, 1608493961, '', ''),
(3, 919, 0, 0, 1608493961, '', ''),
(3, 920, 0, 1, 1608493961, '', '66.249.92.139'),
(3, 921, 0, 0, 1608493962, '', ''),
(3, 922, 0, 0, 1608493962, '', ''),
(3, 923, 0, 1, 1608493962, '', '66.249.92.138'),
(3, 924, 0, 0, 1608494256, '', ''),
(3, 925, 0, 0, 1608494257, '', ''),
(3, 926, 0, 0, 1608494257, '', ''),
(3, 927, 0, 0, 1608494258, '', ''),
(3, 928, 0, 0, 1608494258, '', ''),
(3, 929, 0, 0, 1608494258, '', ''),
(3, 930, 0, 0, 1608494259, '', ''),
(3, 931, 0, 0, 1608494259, '', ''),
(3, 932, 0, 0, 1608494325, '', ''),
(3, 933, 0, 1, 1608494326, '', '66.249.92.139'),
(3, 934, 0, 0, 1608494326, '', ''),
(3, 935, 0, 0, 1608494327, '', ''),
(3, 936, 0, 0, 1608494327, '', ''),
(3, 937, 0, 0, 1608494327, '', ''),
(3, 938, 0, 0, 1608494327, '', ''),
(3, 939, 0, 1, 1608494328, '', '66.249.92.139'),
(3, 940, 0, 0, 1608494798, '', ''),
(3, 941, 0, 0, 1608494800, '', ''),
(3, 942, 0, 0, 1608494800, '', ''),
(3, 943, 0, 0, 1608494800, '', ''),
(3, 944, 0, 0, 1608494801, '', ''),
(3, 945, 0, 0, 1608494801, '', ''),
(3, 946, 0, 1, 1608494802, '', '83.55.190.128'),
(3, 947, 0, 1, 1608494802, '', '66.249.92.140'),
(3, 948, 0, 1, 1608494918, '', '66.249.81.112'),
(3, 949, 0, 0, 1608494919, '', ''),
(3, 950, 0, 0, 1608494919, '', ''),
(3, 951, 0, 0, 1608494920, '', ''),
(3, 952, 0, 0, 1608494920, '', ''),
(3, 953, 0, 0, 1608494920, '', ''),
(3, 954, 0, 0, 1608494921, '', ''),
(3, 955, 0, 0, 1608494921, '', ''),
(3, 956, 0, 0, 1608495278, '', ''),
(3, 957, 0, 0, 1608495280, '', ''),
(3, 958, 0, 0, 1608495280, '', ''),
(3, 959, 0, 1, 1608495280, '', '88.103.235.35'),
(3, 960, 0, 0, 1608495280, '', ''),
(3, 961, 0, 1, 1608495281, '', '178.17.2.78'),
(3, 962, 0, 1, 1608495281, '', '195.91.17.116'),
(3, 963, 0, 1, 1608495281, '', '66.249.92.138'),
(3, 964, 0, 0, 1608495804, '', ''),
(3, 965, 0, 1, 1608495806, '', '66.249.92.140'),
(3, 966, 0, 0, 1608495806, '', ''),
(3, 967, 0, 0, 1608495807, '', ''),
(3, 968, 0, 0, 1608495807, '', ''),
(3, 969, 0, 0, 1608495807, '', ''),
(3, 970, 0, 0, 1608495807, '', ''),
(3, 971, 0, 0, 1608495808, '', ''),
(3, 972, 0, 0, 1608495819, '', ''),
(3, 973, 0, 0, 1608495820, '', ''),
(3, 974, 0, 0, 1608495820, '', ''),
(3, 975, 0, 0, 1608495821, '', ''),
(3, 976, 0, 0, 1608495821, '', ''),
(3, 977, 0, 0, 1608495821, '', ''),
(3, 978, 0, 0, 1608495822, '', ''),
(3, 979, 0, 0, 1608495822, '', ''),
(3, 980, 0, 0, 1608496180, '', ''),
(3, 981, 0, 0, 1608496181, '', ''),
(3, 982, 0, 0, 1608496182, '', ''),
(3, 983, 0, 0, 1608496182, '', ''),
(3, 984, 0, 0, 1608496182, '', ''),
(3, 985, 0, 0, 1608496182, '', ''),
(3, 986, 0, 0, 1608496183, '', ''),
(3, 987, 0, 0, 1608496183, '', ''),
(3, 988, 0, 0, 1608497649, '', ''),
(3, 989, 0, 0, 1608497650, '', ''),
(3, 990, 0, 0, 1608497650, '', ''),
(3, 991, 0, 0, 1608497651, '', ''),
(3, 992, 0, 0, 1608497651, '', ''),
(3, 993, 0, 0, 1608497651, '', ''),
(3, 994, 0, 0, 1608497652, '', ''),
(3, 995, 0, 1, 1608497652, '', '88.103.228.247'),
(3, 996, 0, 0, 1608498147, '', ''),
(3, 997, 0, 1, 1608498149, '', '178.197.231.39'),
(3, 998, 0, 0, 1608498149, '', ''),
(3, 999, 0, 0, 1608498149, '', ''),
(3, 1000, 0, 0, 1608498149, '', ''),
(3, 1001, 0, 1, 1608498150, '', '109.183.175.42'),
(3, 1002, 0, 0, 1608498150, '', ''),
(3, 1003, 0, 0, 1608498150, '', ''),
(3, 1004, 0, 0, 1608498702, '', ''),
(3, 1005, 0, 0, 1608498703, '', ''),
(3, 1006, 0, 0, 1608498703, '', ''),
(3, 1007, 0, 0, 1608498704, '', ''),
(3, 1008, 0, 0, 1608498704, '', ''),
(3, 1009, 0, 0, 1608498704, '', ''),
(3, 1010, 0, 0, 1608498704, '', ''),
(3, 1011, 0, 1, 1608498705, '', '88.103.231.232'),
(3, 1012, 0, 0, 1608498841, '', ''),
(3, 1013, 0, 0, 1608498842, '', ''),
(3, 1014, 0, 0, 1608498843, '', ''),
(3, 1015, 0, 1, 1608498843, '', '90.177.86.23'),
(3, 1016, 0, 0, 1608498844, '', ''),
(3, 1017, 0, 0, 1608498844, '', ''),
(3, 1018, 0, 0, 1608498845, '', ''),
(3, 1019, 0, 0, 1608498845, '', ''),
(3, 1020, 0, 0, 1608499267, '', ''),
(3, 1021, 0, 0, 1608499268, '', ''),
(3, 1022, 0, 0, 1608499269, '', ''),
(3, 1023, 0, 0, 1608499269, '', ''),
(3, 1024, 0, 1, 1608499269, '', '66.249.92.140'),
(3, 1025, 0, 0, 1608499270, '', ''),
(3, 1026, 0, 1, 1608499270, '', '176.114.240.18'),
(3, 1027, 0, 0, 1608499270, '', ''),
(3, 1028, 0, 0, 1608499745, '', ''),
(3, 1029, 0, 0, 1608499747, '', ''),
(3, 1030, 0, 0, 1608499747, '', ''),
(3, 1031, 0, 1, 1608499747, '', '88.101.208.92'),
(3, 1032, 0, 0, 1608499747, '', ''),
(3, 1033, 0, 1, 1608499748, '', '88.101.65.151'),
(3, 1034, 0, 0, 1608499748, '', ''),
(3, 1035, 0, 0, 1608499748, '', ''),
(3, 1036, 0, 1, 1608500141, '', '66.249.92.140'),
(3, 1037, 0, 0, 1608500142, '', ''),
(3, 1038, 0, 0, 1608500143, '', ''),
(3, 1039, 0, 0, 1608500143, '', ''),
(3, 1040, 0, 0, 1608500143, '', ''),
(3, 1041, 0, 1, 1608500144, '', '89.102.139.202'),
(3, 1042, 0, 0, 1608500144, '', ''),
(3, 1043, 0, 0, 1608500144, '', ''),
(3, 1044, 0, 0, 1608500382, '', ''),
(3, 1045, 0, 0, 1608500383, '', ''),
(3, 1046, 0, 1, 1608500384, '', '37.188.173.179'),
(3, 1047, 0, 1, 1608500384, '', '88.101.34.178'),
(3, 1048, 0, 0, 1608500384, '', ''),
(3, 1049, 0, 0, 1608500384, '', ''),
(3, 1050, 0, 0, 1608500385, '', ''),
(3, 1051, 0, 0, 1608500385, '', ''),
(3, 1052, 0, 0, 1608500627, '', ''),
(3, 1053, 0, 0, 1608500628, '', ''),
(3, 1054, 0, 1, 1608500629, '', '66.249.92.139'),
(3, 1055, 0, 1, 1608500629, '', '37.188.154.184'),
(3, 1056, 0, 1, 1608500630, '', '77.240.98.251'),
(3, 1057, 0, 0, 1608500630, '', ''),
(3, 1058, 0, 0, 1608500631, '', ''),
(3, 1059, 0, 0, 1608500631, '', ''),
(3, 1060, 0, 0, 1608501362, '', ''),
(3, 1061, 0, 1, 1608501363, '', '66.249.92.140'),
(3, 1062, 0, 0, 1608501364, '', ''),
(3, 1063, 0, 0, 1608501364, '', ''),
(3, 1064, 0, 0, 1608501365, '', ''),
(3, 1065, 0, 0, 1608501365, '', ''),
(3, 1066, 0, 0, 1608501365, '', ''),
(3, 1067, 0, 0, 1608501366, '', ''),
(3, 1068, 0, 0, 1608501620, '', ''),
(3, 1069, 0, 0, 1608501622, '', ''),
(3, 1070, 0, 0, 1608501622, '', ''),
(3, 1071, 0, 0, 1608501622, '', ''),
(3, 1072, 0, 1, 1608501623, '', '88.103.31.115'),
(3, 1073, 0, 0, 1608501623, '', ''),
(3, 1074, 0, 0, 1608501623, '', ''),
(3, 1075, 0, 0, 1608501624, '', ''),
(3, 1076, 0, 0, 1608501929, '', ''),
(3, 1077, 0, 0, 1608501930, '', ''),
(3, 1078, 0, 0, 1608501931, '', ''),
(3, 1079, 0, 0, 1608501931, '', ''),
(3, 1080, 0, 0, 1608501931, '', ''),
(3, 1081, 0, 0, 1608501931, '', ''),
(3, 1082, 1, 0, 1608501932, 'You must provide at least one recipient email address.', ''),
(3, 1083, 0, 0, 1608502869, '', ''),
(3, 1084, 0, 0, 1608502870, '', ''),
(3, 1085, 0, 0, 1608502871, '', ''),
(3, 1086, 0, 1, 1608502871, '', '188.167.68.223'),
(3, 1087, 0, 0, 1608502871, '', ''),
(3, 1088, 0, 0, 1608502872, '', ''),
(3, 1089, 0, 0, 1608502872, '', ''),
(3, 1090, 0, 0, 1608502873, '', ''),
(3, 1091, 0, 0, 1608503079, '', ''),
(3, 1092, 0, 0, 1608503080, '', ''),
(3, 1093, 0, 0, 1608503080, '', ''),
(3, 1094, 0, 0, 1608503081, '', ''),
(3, 1095, 0, 0, 1608503081, '', ''),
(3, 1096, 0, 0, 1608503081, '', ''),
(3, 1097, 0, 0, 1608503081, '', ''),
(3, 1098, 0, 0, 1608503082, '', ''),
(3, 1099, 0, 0, 1608503512, '', ''),
(3, 1100, 0, 0, 1608503514, '', ''),
(3, 1101, 0, 0, 1608503514, '', ''),
(3, 1102, 0, 0, 1608503514, '', ''),
(3, 1103, 0, 1, 1608503515, '', '62.24.91.116'),
(3, 1104, 0, 0, 1608503515, '', ''),
(3, 1105, 0, 0, 1608503515, '', ''),
(3, 1106, 0, 0, 1608503516, '', ''),
(3, 1107, 0, 0, 1608503609, '', ''),
(3, 1108, 0, 0, 1608503611, '', ''),
(3, 1109, 0, 1, 1608503611, '', '46.135.70.138'),
(3, 1110, 0, 0, 1608503611, '', ''),
(3, 1111, 0, 0, 1608503612, '', ''),
(3, 1112, 0, 0, 1608503612, '', ''),
(3, 1113, 0, 1, 1608503612, '', '90.179.201.196'),
(3, 1114, 0, 0, 1608503612, '', ''),
(3, 1115, 0, 1, 1608503964, '', '178.143.33.62'),
(3, 1116, 0, 0, 1608503965, '', ''),
(3, 1117, 0, 0, 1608503966, '', ''),
(3, 1118, 0, 0, 1608503967, '', ''),
(3, 1119, 0, 0, 1608503967, '', ''),
(3, 1120, 0, 0, 1608503967, '', ''),
(3, 1121, 0, 0, 1608503968, '', ''),
(3, 1122, 0, 0, 1608503968, '', ''),
(3, 1123, 0, 0, 1608504766, '', ''),
(3, 1124, 0, 0, 1608504768, '', ''),
(3, 1125, 0, 0, 1608504769, '', ''),
(3, 1126, 0, 0, 1608504769, '', ''),
(3, 1127, 0, 0, 1608504769, '', ''),
(3, 1128, 0, 0, 1608504770, '', ''),
(3, 1129, 0, 1, 1608504770, '', '78.80.26.113'),
(3, 1130, 0, 0, 1608504770, '', ''),
(3, 1131, 0, 0, 1608505101, '', ''),
(3, 1132, 0, 0, 1608505102, '', ''),
(3, 1133, 0, 0, 1608505103, '', ''),
(3, 1134, 0, 0, 1608505103, '', ''),
(3, 1135, 0, 1, 1608505104, '', '77.240.99.209'),
(3, 1136, 0, 1, 1608505104, '', '90.179.28.78'),
(3, 1137, 0, 0, 1608505104, '', ''),
(3, 1138, 0, 0, 1608505105, '', ''),
(3, 1139, 0, 0, 1608505123, '', ''),
(3, 1140, 0, 0, 1608505124, '', ''),
(3, 1141, 0, 0, 1608505125, '', ''),
(3, 1142, 0, 0, 1608505125, '', ''),
(3, 1143, 0, 0, 1608505126, '', ''),
(3, 1144, 0, 0, 1608505127, '', ''),
(3, 1145, 0, 0, 1608505127, '', ''),
(3, 1146, 0, 0, 1608505127, '', ''),
(3, 1147, 0, 0, 1608506658, '', ''),
(3, 1148, 0, 1, 1608506659, '', '78.141.94.159'),
(3, 1149, 0, 0, 1608506659, '', ''),
(3, 1150, 0, 0, 1608506660, '', ''),
(3, 1151, 0, 0, 1608506660, '', ''),
(3, 1152, 0, 0, 1608506660, '', ''),
(3, 1153, 0, 0, 1608506661, '', ''),
(3, 1154, 0, 0, 1608506661, '', ''),
(3, 1155, 0, 0, 1608508578, '', ''),
(3, 1156, 0, 0, 1608508580, '', ''),
(3, 1157, 0, 0, 1608508580, '', ''),
(3, 1158, 0, 0, 1608508580, '', ''),
(3, 1159, 0, 0, 1608508581, '', ''),
(3, 1160, 0, 0, 1608508581, '', ''),
(3, 1161, 0, 0, 1608508581, '', ''),
(3, 1162, 0, 0, 1608508582, '', ''),
(3, 1163, 0, 0, 1608510596, '', ''),
(3, 1164, 0, 0, 1608510598, '', ''),
(3, 1165, 0, 1, 1608510598, '', '77.75.76.82'),
(3, 1166, 0, 0, 1608510599, '', ''),
(3, 1167, 0, 0, 1608510599, '', ''),
(3, 1168, 0, 0, 1608510599, '', ''),
(3, 1169, 0, 0, 1608510599, '', ''),
(3, 1170, 0, 0, 1608510600, '', ''),
(3, 1171, 0, 0, 1608511127, '', ''),
(3, 1172, 0, 0, 1608511128, '', ''),
(3, 1173, 0, 0, 1608511128, '', ''),
(3, 1174, 0, 0, 1608511129, '', ''),
(3, 1175, 0, 0, 1608511129, '', ''),
(3, 1176, 0, 0, 1608511129, '', ''),
(3, 1177, 0, 0, 1608511129, '', ''),
(3, 1178, 0, 0, 1608511130, '', ''),
(3, 1179, 0, 0, 1608511681, '', ''),
(3, 1180, 0, 0, 1608511682, '', ''),
(3, 1181, 0, 0, 1608511683, '', ''),
(3, 1182, 0, 0, 1608511684, '', ''),
(3, 1183, 0, 0, 1608511685, '', ''),
(3, 1184, 0, 0, 1608511686, '', ''),
(3, 1185, 0, 0, 1608511687, '', ''),
(3, 1186, 0, 0, 1608511687, '', ''),
(3, 1187, 0, 0, 1608511798, '', ''),
(3, 1188, 0, 0, 1608511799, '', ''),
(3, 1189, 0, 0, 1608511800, '', ''),
(3, 1190, 0, 0, 1608511800, '', ''),
(3, 1191, 0, 1, 1608511801, '', '213.168.181.15'),
(3, 1192, 0, 0, 1608511801, '', ''),
(3, 1193, 0, 0, 1608511801, '', ''),
(3, 1194, 0, 0, 1608511802, '', ''),
(3, 1195, 0, 0, 1608512061, '', ''),
(3, 1196, 0, 0, 1608512062, '', ''),
(3, 1197, 0, 0, 1608512063, '', ''),
(3, 1198, 0, 0, 1608512063, '', ''),
(3, 1199, 0, 0, 1608512064, '', ''),
(3, 1200, 0, 0, 1608512064, '', ''),
(3, 1201, 0, 0, 1608512065, '', ''),
(3, 1202, 0, 0, 1608512065, '', ''),
(3, 1203, 0, 0, 1608512548, '', ''),
(3, 1204, 0, 1, 1608512550, '', '188.116.92.146'),
(3, 1205, 0, 1, 1608512551, '', '37.48.61.159'),
(3, 1206, 0, 0, 1608512552, '', ''),
(3, 1207, 0, 0, 1608512554, '', ''),
(3, 1208, 0, 0, 1608512555, '', ''),
(3, 1209, 0, 0, 1608512556, '', ''),
(3, 1210, 0, 0, 1608512557, '', ''),
(3, 1211, 0, 0, 1608512912, '', ''),
(3, 1212, 0, 0, 1608512914, '', ''),
(3, 1213, 0, 1, 1608512915, '', '37.188.160.169'),
(3, 1214, 0, 0, 1608512916, '', ''),
(3, 1215, 0, 0, 1608512917, '', ''),
(3, 1216, 0, 0, 1608512918, '', ''),
(3, 1217, 0, 0, 1608512919, '', ''),
(3, 1218, 0, 0, 1608512920, '', ''),
(3, 1219, 0, 0, 1608513466, '', ''),
(3, 1220, 0, 0, 1608513468, '', ''),
(3, 1221, 0, 0, 1608513469, '', ''),
(3, 1222, 0, 0, 1608513470, '', ''),
(3, 1223, 0, 0, 1608513471, '', ''),
(3, 1224, 0, 1, 1608513472, '', '66.249.92.139'),
(3, 1225, 0, 0, 1608513473, '', ''),
(3, 1226, 0, 0, 1608513473, '', ''),
(3, 1227, 0, 0, 1608513508, '', ''),
(3, 1228, 0, 0, 1608513509, '', ''),
(3, 1229, 0, 0, 1608513510, '', ''),
(3, 1230, 0, 1, 1608513510, '', '185.14.233.243'),
(3, 1231, 0, 1, 1608513511, '', '212.79.110.143'),
(3, 1232, 0, 1, 1608513511, '', '95.80.213.74'),
(3, 1233, 0, 1, 1608513512, '', '78.45.62.144'),
(3, 1234, 0, 0, 1608513512, '', ''),
(3, 1235, 0, 0, 1608513884, '', ''),
(3, 1236, 0, 0, 1608513886, '', ''),
(3, 1237, 0, 0, 1608513886, '', ''),
(3, 1238, 0, 0, 1608513886, '', ''),
(3, 1239, 0, 0, 1608513886, '', ''),
(3, 1240, 0, 0, 1608513887, '', ''),
(3, 1241, 0, 0, 1608513887, '', ''),
(3, 1242, 0, 0, 1608513887, '', ''),
(3, 1243, 0, 1, 1608514560, '', '90.178.111.71'),
(3, 1244, 0, 0, 1608514563, '', ''),
(3, 1245, 0, 0, 1608514563, '', ''),
(3, 1246, 0, 0, 1608514564, '', ''),
(3, 1247, 0, 0, 1608514564, '', ''),
(3, 1248, 0, 0, 1608514564, '', ''),
(3, 1249, 0, 0, 1608514565, '', ''),
(3, 1250, 0, 0, 1608514565, '', ''),
(3, 1251, 0, 0, 1608516497, '', ''),
(3, 1252, 0, 0, 1608516499, '', ''),
(3, 1253, 0, 1, 1608516500, '', '46.135.22.78'),
(3, 1254, 0, 0, 1608516500, '', ''),
(3, 1255, 0, 0, 1608516501, '', ''),
(3, 1256, 0, 1, 1608516501, '', '78.102.67.209'),
(3, 1257, 0, 0, 1608516502, '', ''),
(3, 1258, 0, 0, 1608516502, '', ''),
(3, 1259, 0, 0, 1608516516, '', ''),
(3, 1260, 0, 0, 1608516517, '', ''),
(3, 1261, 0, 0, 1608516518, '', ''),
(3, 1262, 0, 0, 1608516518, '', ''),
(3, 1263, 0, 0, 1608516519, '', ''),
(3, 1264, 0, 1, 1608516519, '', '80.250.30.139'),
(3, 1265, 0, 0, 1608516520, '', ''),
(3, 1266, 0, 0, 1608516520, '', ''),
(3, 1267, 0, 0, 1608516885, '', ''),
(3, 1268, 0, 0, 1608516886, '', ''),
(3, 1269, 0, 0, 1608516887, '', ''),
(3, 1270, 0, 0, 1608516888, '', ''),
(3, 1271, 0, 0, 1608516888, '', ''),
(3, 1272, 0, 0, 1608516888, '', ''),
(3, 1273, 0, 0, 1608516888, '', ''),
(3, 1274, 0, 0, 1608516889, '', ''),
(3, 1275, 0, 0, 1608517428, '', ''),
(3, 1276, 0, 0, 1608517430, '', ''),
(3, 1277, 0, 0, 1608517430, '', ''),
(3, 1278, 0, 0, 1608517430, '', ''),
(3, 1279, 0, 0, 1608517431, '', ''),
(3, 1280, 0, 0, 1608517431, '', ''),
(3, 1281, 0, 0, 1608517431, '', ''),
(3, 1282, 0, 0, 1608517431, '', ''),
(3, 1283, 0, 0, 1608518371, '', ''),
(3, 1284, 0, 1, 1608518372, '', '37.221.246.240'),
(3, 1285, 0, 0, 1608518372, '', ''),
(3, 1286, 0, 0, 1608518373, '', ''),
(3, 1287, 0, 0, 1608518373, '', ''),
(3, 1288, 0, 0, 1608518373, '', ''),
(3, 1289, 0, 0, 1608518374, '', ''),
(3, 1290, 0, 0, 1608518374, '', ''),
(3, 1291, 0, 0, 1608518685, '', ''),
(3, 1292, 0, 0, 1608518687, '', ''),
(3, 1293, 0, 0, 1608518687, '', ''),
(3, 1294, 0, 0, 1608518687, '', ''),
(3, 1295, 0, 0, 1608518688, '', ''),
(3, 1296, 0, 1, 1608518688, '', '88.103.89.190'),
(3, 1297, 0, 0, 1608518688, '', ''),
(3, 1298, 0, 1, 1608518688, '', '217.29.2.139'),
(3, 1299, 0, 0, 1608519806, '', ''),
(3, 1300, 0, 0, 1608519807, '', ''),
(3, 1301, 0, 0, 1608519807, '', ''),
(3, 1302, 0, 0, 1608519807, '', ''),
(3, 1303, 0, 0, 1608519808, '', ''),
(3, 1304, 0, 0, 1608519808, '', ''),
(3, 1305, 0, 0, 1608519808, '', ''),
(3, 1306, 0, 0, 1608519808, '', ''),
(3, 1307, 0, 0, 1608519871, '', ''),
(3, 1308, 0, 0, 1608519873, '', ''),
(3, 1309, 0, 0, 1608519873, '', ''),
(3, 1310, 0, 0, 1608519873, '', ''),
(3, 1311, 0, 0, 1608519874, '', ''),
(3, 1312, 0, 0, 1608519874, '', ''),
(3, 1313, 0, 0, 1608519874, '', ''),
(3, 1314, 0, 1, 1608519875, '', '88.100.33.113'),
(3, 1315, 0, 0, 1608520789, '', ''),
(3, 1316, 0, 0, 1608520791, '', ''),
(3, 1317, 0, 0, 1608520792, '', ''),
(3, 1318, 0, 0, 1608520792, '', ''),
(3, 1319, 0, 0, 1608520793, '', ''),
(3, 1320, 0, 0, 1608520793, '', ''),
(3, 1321, 0, 0, 1608520794, '', ''),
(3, 1322, 0, 0, 1608520794, '', ''),
(3, 1323, 0, 0, 1608522029, '', ''),
(3, 1324, 0, 1, 1608522030, '', '94.112.43.104'),
(3, 1325, 0, 0, 1608522031, '', ''),
(3, 1326, 0, 0, 1608522031, '', ''),
(3, 1327, 0, 0, 1608522031, '', ''),
(3, 1328, 0, 0, 1608522032, '', ''),
(3, 1329, 0, 0, 1608522032, '', ''),
(3, 1330, 0, 0, 1608522032, '', ''),
(3, 1331, 0, 1, 1608522880, '', '37.48.11.172'),
(3, 1332, 0, 0, 1608522883, '', ''),
(3, 1333, 0, 0, 1608522884, '', ''),
(3, 1334, 0, 0, 1608522884, '', ''),
(3, 1335, 0, 0, 1608522885, '', ''),
(3, 1336, 0, 0, 1608522886, '', ''),
(3, 1337, 0, 0, 1608522887, '', ''),
(3, 1338, 0, 0, 1608522888, '', ''),
(3, 1339, 0, 1, 1608523208, '', '213.195.223.242'),
(3, 1340, 0, 0, 1608523209, '', ''),
(3, 1341, 0, 0, 1608523209, '', ''),
(3, 1342, 0, 0, 1608523210, '', ''),
(3, 1343, 0, 0, 1608523210, '', ''),
(3, 1344, 0, 0, 1608523210, '', ''),
(3, 1345, 0, 0, 1608523211, '', ''),
(3, 1346, 0, 0, 1608523211, '', ''),
(3, 1347, 0, 0, 1608523410, '', ''),
(3, 1348, 0, 1, 1608523411, '', '37.48.26.22'),
(3, 1349, 0, 0, 1608523412, '', ''),
(3, 1350, 0, 0, 1608523412, '', ''),
(3, 1351, 0, 0, 1608523413, '', ''),
(3, 1352, 0, 0, 1608523413, '', ''),
(3, 1353, 0, 0, 1608523414, '', '');
INSERT INTO `wp_newsletter_sent` (`email_id`, `user_id`, `status`, `open`, `time`, `error`, `ip`) VALUES
(3, 1354, 0, 0, 1608523414, '', ''),
(3, 1355, 0, 0, 1608524028, '', ''),
(3, 1356, 0, 0, 1608524030, '', ''),
(3, 1357, 0, 1, 1608524030, '', '66.249.92.139'),
(3, 1358, 0, 0, 1608524031, '', ''),
(3, 1359, 0, 0, 1608524031, '', ''),
(3, 1360, 0, 0, 1608524031, '', ''),
(3, 1361, 0, 0, 1608524032, '', ''),
(3, 1362, 0, 0, 1608524032, '', ''),
(3, 1363, 0, 0, 1608525053, '', ''),
(3, 1364, 0, 0, 1608525055, '', ''),
(3, 1365, 0, 0, 1608525055, '', ''),
(3, 1366, 0, 0, 1608525055, '', ''),
(3, 1367, 0, 0, 1608525056, '', ''),
(3, 1368, 0, 0, 1608525056, '', ''),
(3, 1369, 0, 0, 1608525056, '', ''),
(3, 1370, 0, 0, 1608525057, '', ''),
(3, 1371, 0, 0, 1608526556, '', ''),
(3, 1372, 0, 0, 1608526560, '', ''),
(3, 1373, 0, 0, 1608526561, '', ''),
(3, 1374, 0, 0, 1608526561, '', ''),
(3, 1375, 0, 0, 1608526562, '', ''),
(3, 1376, 0, 0, 1608526563, '', ''),
(3, 1377, 0, 0, 1608526564, '', ''),
(3, 1378, 0, 0, 1608526564, '', ''),
(3, 1379, 0, 0, 1608526714, '', ''),
(3, 1380, 0, 0, 1608526716, '', ''),
(3, 1381, 0, 0, 1608526716, '', ''),
(3, 1382, 0, 0, 1608526716, '', ''),
(3, 1383, 0, 0, 1608526716, '', ''),
(3, 1384, 0, 0, 1608526717, '', ''),
(3, 1385, 0, 1, 1608526717, '', '66.249.92.138'),
(3, 1386, 0, 0, 1608526718, '', ''),
(3, 1387, 0, 0, 1608527008, '', ''),
(3, 1388, 0, 0, 1608527010, '', ''),
(3, 1389, 0, 0, 1608527010, '', ''),
(3, 1390, 0, 0, 1608527011, '', ''),
(3, 1391, 0, 0, 1608527011, '', ''),
(3, 1392, 0, 0, 1608527011, '', ''),
(3, 1393, 0, 1, 1608527012, '', '66.249.92.139'),
(3, 1394, 0, 0, 1608527012, '', ''),
(3, 1395, 0, 0, 1608527973, '', ''),
(3, 1396, 0, 1, 1608527976, '', '131.117.209.124'),
(3, 1397, 0, 0, 1608527976, '', ''),
(3, 1398, 0, 0, 1608527976, '', ''),
(3, 1399, 0, 0, 1608527977, '', ''),
(3, 1400, 0, 0, 1608527977, '', ''),
(3, 1401, 0, 0, 1608527977, '', ''),
(3, 1402, 0, 1, 1608527978, '', '5.102.48.3'),
(3, 1403, 0, 0, 1608528448, '', ''),
(3, 1404, 0, 1, 1608528450, '', '91.139.11.138'),
(3, 1405, 0, 0, 1608528450, '', ''),
(3, 1406, 0, 0, 1608528451, '', ''),
(3, 1407, 0, 0, 1608528451, '', ''),
(3, 1408, 0, 0, 1608528451, '', ''),
(3, 1409, 0, 0, 1608528451, '', ''),
(3, 1410, 0, 1, 1608528452, '', '78.80.24.90'),
(3, 1411, 0, 0, 1608528570, '', ''),
(3, 1412, 0, 0, 1608528572, '', ''),
(3, 1413, 0, 0, 1608528572, '', ''),
(3, 1414, 0, 1, 1608528572, '', '90.176.97.104'),
(3, 1415, 0, 0, 1608528573, '', ''),
(3, 1416, 0, 0, 1608528573, '', ''),
(3, 1417, 0, 0, 1608528573, '', ''),
(3, 1418, 0, 0, 1608528574, '', ''),
(3, 1419, 0, 0, 1608529334, '', ''),
(3, 1420, 0, 1, 1608529335, '', '109.81.214.80'),
(3, 1421, 0, 0, 1608529336, '', ''),
(3, 1422, 0, 0, 1608529336, '', ''),
(3, 1423, 0, 0, 1608529337, '', ''),
(3, 1424, 0, 0, 1608529337, '', ''),
(3, 1425, 0, 0, 1608529338, '', ''),
(3, 1426, 0, 0, 1608529338, '', ''),
(3, 1427, 0, 0, 1608529416, '', ''),
(3, 1428, 0, 0, 1608529417, '', ''),
(3, 1429, 0, 0, 1608529417, '', ''),
(3, 1430, 0, 0, 1608529418, '', ''),
(3, 1431, 0, 0, 1608529418, '', ''),
(3, 1432, 0, 0, 1608529419, '', ''),
(3, 1433, 0, 0, 1608529419, '', ''),
(3, 1434, 0, 1, 1608529419, '', '46.135.31.172'),
(3, 1435, 0, 0, 1608529790, '', ''),
(3, 1436, 0, 0, 1608529792, '', ''),
(3, 1437, 0, 0, 1608529793, '', ''),
(3, 1438, 0, 0, 1608529794, '', ''),
(3, 1439, 0, 0, 1608529795, '', ''),
(3, 1440, 0, 0, 1608529795, '', ''),
(3, 1441, 0, 0, 1608529795, '', ''),
(3, 1442, 0, 1, 1608529796, '', '37.188.131.90'),
(3, 1443, 0, 0, 1608530016, '', ''),
(3, 1444, 0, 0, 1608530017, '', ''),
(3, 1445, 0, 1, 1608530018, '', '88.103.237.99'),
(3, 1446, 0, 0, 1608530018, '', ''),
(3, 1447, 0, 0, 1608530019, '', ''),
(3, 1448, 0, 0, 1608530020, '', ''),
(3, 1449, 0, 0, 1608530020, '', ''),
(3, 1450, 0, 0, 1608530020, '', ''),
(3, 1451, 0, 1, 1608530682, '', '37.188.255.183'),
(3, 1452, 0, 0, 1608530684, '', ''),
(3, 1453, 0, 0, 1608530685, '', ''),
(3, 1454, 0, 1, 1608530685, '', '78.45.199.16'),
(3, 1455, 0, 0, 1608530686, '', ''),
(3, 1456, 0, 0, 1608530686, '', ''),
(3, 1457, 0, 0, 1608530687, '', ''),
(3, 1458, 0, 0, 1608530687, '', ''),
(3, 1459, 0, 0, 1608531086, '', ''),
(3, 1460, 0, 0, 1608531087, '', ''),
(3, 1461, 0, 0, 1608531087, '', ''),
(3, 1462, 0, 0, 1608531088, '', ''),
(3, 1463, 0, 0, 1608531088, '', ''),
(3, 1464, 0, 0, 1608531089, '', ''),
(3, 1465, 0, 0, 1608531089, '', ''),
(3, 1466, 0, 0, 1608531089, '', ''),
(3, 1467, 0, 0, 1608531289, '', ''),
(3, 1468, 0, 0, 1608531290, '', ''),
(3, 1469, 0, 0, 1608531290, '', ''),
(3, 1470, 0, 0, 1608531291, '', ''),
(3, 1471, 0, 0, 1608531291, '', ''),
(3, 1472, 0, 1, 1608531291, '', '90.181.211.181'),
(3, 1473, 0, 0, 1608531291, '', ''),
(3, 1474, 0, 0, 1608531292, '', ''),
(3, 1475, 0, 0, 1608531542, '', ''),
(3, 1476, 0, 0, 1608531544, '', ''),
(3, 1477, 0, 0, 1608531544, '', ''),
(3, 1478, 0, 0, 1608531544, '', ''),
(3, 1479, 0, 0, 1608531545, '', ''),
(3, 1480, 0, 1, 1608531545, '', '66.249.92.139'),
(3, 1481, 0, 0, 1608531545, '', ''),
(3, 1482, 0, 0, 1608531545, '', ''),
(3, 1483, 0, 0, 1608531892, '', ''),
(3, 1484, 0, 1, 1608531893, '', '109.183.167.210'),
(3, 1485, 0, 0, 1608531894, '', ''),
(3, 1486, 0, 1, 1608531894, '', '94.241.112.187'),
(3, 1487, 0, 0, 1608531894, '', ''),
(3, 1488, 0, 1, 1608531895, '', '66.249.92.139'),
(3, 1489, 0, 0, 1608531895, '', ''),
(3, 1490, 0, 0, 1608531895, '', ''),
(3, 1491, 0, 0, 1608532252, '', ''),
(3, 1492, 0, 0, 1608532253, '', ''),
(3, 1493, 0, 0, 1608532254, '', ''),
(3, 1494, 0, 0, 1608532255, '', ''),
(3, 1495, 0, 0, 1608532256, '', ''),
(3, 1496, 0, 0, 1608532256, '', ''),
(3, 1497, 0, 0, 1608532257, '', ''),
(3, 1498, 0, 0, 1608532257, '', ''),
(3, 1499, 0, 0, 1608532408, '', ''),
(3, 1500, 0, 0, 1608532409, '', ''),
(3, 1501, 0, 1, 1608532410, '', '37.188.134.190'),
(3, 1502, 0, 0, 1608532410, '', ''),
(3, 1503, 0, 0, 1608532410, '', ''),
(3, 1504, 0, 1, 1608532410, '', '85.71.53.99'),
(3, 1505, 0, 0, 1608532411, '', ''),
(3, 1506, 0, 0, 1608532411, '', ''),
(3, 1507, 0, 0, 1608532767, '', ''),
(3, 1508, 0, 0, 1608532769, '', ''),
(3, 1509, 0, 0, 1608532770, '', ''),
(3, 1510, 0, 0, 1608532771, '', ''),
(3, 1511, 0, 0, 1608532772, '', ''),
(3, 1512, 0, 0, 1608532772, '', ''),
(3, 1513, 0, 0, 1608532773, '', ''),
(3, 1514, 0, 0, 1608532773, '', ''),
(3, 1515, 0, 0, 1608533435, '', ''),
(3, 1516, 0, 0, 1608533437, '', ''),
(3, 1517, 0, 0, 1608533438, '', ''),
(3, 1518, 0, 0, 1608533439, '', ''),
(3, 1519, 0, 0, 1608533441, '', ''),
(3, 1520, 0, 0, 1608533443, '', ''),
(3, 1521, 0, 0, 1608533445, '', ''),
(3, 1522, 0, 0, 1608533447, '', ''),
(3, 1523, 0, 0, 1608533611, '', ''),
(3, 1524, 0, 0, 1608533613, '', ''),
(3, 1525, 0, 0, 1608533613, '', ''),
(3, 1526, 0, 0, 1608533614, '', ''),
(3, 1527, 0, 0, 1608533614, '', ''),
(3, 1528, 0, 0, 1608533615, '', ''),
(3, 1529, 0, 0, 1608533615, '', ''),
(3, 1530, 0, 0, 1608533615, '', ''),
(3, 1531, 0, 0, 1608533970, '', ''),
(3, 1532, 0, 0, 1608533972, '', ''),
(3, 1533, 0, 0, 1608533972, '', ''),
(3, 1534, 0, 0, 1608533973, '', ''),
(3, 1535, 0, 0, 1608533973, '', ''),
(3, 1536, 0, 0, 1608533974, '', ''),
(3, 1537, 0, 0, 1608533974, '', ''),
(3, 1538, 0, 0, 1608533975, '', ''),
(3, 1539, 0, 0, 1608534268, '', ''),
(3, 1540, 0, 0, 1608534270, '', ''),
(3, 1541, 0, 0, 1608534271, '', ''),
(3, 1542, 0, 0, 1608534271, '', ''),
(3, 1543, 0, 0, 1608534271, '', ''),
(3, 1544, 0, 0, 1608534272, '', ''),
(3, 1545, 0, 0, 1608534272, '', ''),
(3, 1546, 0, 0, 1608534272, '', ''),
(3, 1547, 0, 0, 1608534806, '', ''),
(3, 1548, 0, 0, 1608534807, '', ''),
(3, 1549, 0, 0, 1608534807, '', ''),
(3, 1550, 0, 0, 1608534808, '', ''),
(3, 1551, 0, 1, 1608534808, '', '66.249.92.139'),
(3, 1552, 0, 0, 1608534808, '', ''),
(3, 1553, 0, 0, 1608534809, '', ''),
(3, 1554, 0, 0, 1608534809, '', ''),
(3, 1555, 0, 0, 1608534819, '', ''),
(3, 1556, 0, 0, 1608534820, '', ''),
(3, 1557, 0, 0, 1608534821, '', ''),
(3, 1558, 0, 0, 1608534821, '', ''),
(3, 1559, 0, 0, 1608534821, '', ''),
(3, 1560, 0, 2, 1608534821, '', '85.160.34.47'),
(3, 1561, 0, 0, 1608534822, '', ''),
(3, 1562, 0, 0, 1608534822, '', ''),
(3, 1563, 0, 0, 1608535564, '', ''),
(3, 1564, 0, 0, 1608535566, '', ''),
(3, 1565, 0, 0, 1608535566, '', ''),
(3, 1566, 0, 0, 1608535567, '', ''),
(3, 1567, 0, 0, 1608535567, '', ''),
(3, 1568, 0, 0, 1608535568, '', ''),
(3, 1569, 0, 0, 1608535568, '', ''),
(3, 1570, 0, 2, 1608535568, '', '88.101.172.130'),
(3, 1571, 0, 0, 1608535778, '', ''),
(3, 1572, 0, 1, 1608535780, '', '37.188.239.176'),
(3, 1573, 0, 0, 1608535780, '', ''),
(3, 1574, 0, 0, 1608535780, '', ''),
(3, 1575, 0, 0, 1608535781, '', ''),
(3, 1576, 0, 0, 1608535781, '', ''),
(3, 1577, 0, 0, 1608535781, '', ''),
(3, 1578, 0, 0, 1608535782, '', ''),
(3, 1579, 0, 0, 1608536402, '', ''),
(3, 1580, 0, 0, 1608536403, '', ''),
(3, 1581, 0, 0, 1608536404, '', ''),
(3, 1582, 0, 0, 1608536404, '', ''),
(3, 1583, 0, 0, 1608536404, '', ''),
(3, 1584, 0, 0, 1608536405, '', ''),
(3, 1585, 0, 1, 1608536405, '', '91.139.13.2'),
(3, 1586, 0, 0, 1608536405, '', ''),
(3, 1587, 0, 0, 1608536799, '', ''),
(3, 1588, 0, 0, 1608536801, '', ''),
(3, 1589, 0, 0, 1608536801, '', ''),
(3, 1590, 0, 0, 1608536801, '', ''),
(3, 1591, 0, 0, 1608536802, '', ''),
(3, 1592, 0, 0, 1608536802, '', ''),
(3, 1593, 0, 0, 1608536802, '', ''),
(3, 1594, 0, 0, 1608536803, '', ''),
(3, 1595, 0, 0, 1608537261, '', ''),
(3, 1596, 0, 0, 1608537263, '', ''),
(3, 1597, 0, 1, 1608537263, '', '89.177.116.214'),
(3, 1598, 0, 0, 1608537263, '', ''),
(3, 1599, 0, 0, 1608537264, '', ''),
(3, 1600, 0, 1, 1608537264, '', '66.249.92.139'),
(3, 1601, 0, 0, 1608537264, '', ''),
(3, 1602, 0, 0, 1608537264, '', ''),
(3, 1603, 0, 0, 1608537548, '', ''),
(3, 1604, 0, 0, 1608537550, '', ''),
(3, 1605, 0, 1, 1608537550, '', '94.142.238.108'),
(3, 1606, 0, 0, 1608537550, '', ''),
(3, 1607, 0, 0, 1608537551, '', ''),
(3, 1608, 0, 0, 1608537551, '', ''),
(3, 1609, 0, 1, 1608537551, '', '37.48.18.136'),
(3, 1610, 0, 0, 1608537552, '', ''),
(3, 1611, 0, 0, 1608538021, '', ''),
(3, 1612, 0, 1, 1608538023, '', '66.249.92.140'),
(3, 1613, 0, 0, 1608538023, '', ''),
(3, 1614, 0, 0, 1608538023, '', ''),
(3, 1615, 0, 1, 1608538024, '', '84.242.72.228'),
(3, 1616, 0, 0, 1608538024, '', ''),
(3, 1617, 0, 1, 1608538024, '', '66.249.92.138'),
(3, 1618, 0, 0, 1608538025, '', ''),
(3, 1619, 0, 0, 1608538190, '', ''),
(3, 1620, 0, 0, 1608538191, '', ''),
(3, 1621, 0, 0, 1608538191, '', ''),
(3, 1622, 0, 1, 1608538192, '', '89.176.176.219'),
(3, 1623, 0, 0, 1608538192, '', ''),
(3, 1624, 0, 0, 1608538192, '', ''),
(3, 1625, 0, 0, 1608538193, '', ''),
(3, 1626, 0, 1, 1608538193, '', '37.188.255.138'),
(3, 1627, 0, 0, 1608538483, '', ''),
(3, 1628, 0, 2, 1608538485, '', '107.189.11.153'),
(3, 1629, 0, 1, 1608538485, '', '89.239.30.54'),
(3, 1630, 0, 0, 1608538485, '', ''),
(3, 1631, 0, 0, 1608538486, '', ''),
(3, 1632, 0, 0, 1608538486, '', ''),
(3, 1633, 0, 0, 1608538486, '', ''),
(3, 1634, 0, 0, 1608538487, '', ''),
(3, 1635, 0, 0, 1608538732, '', ''),
(3, 1636, 0, 0, 1608538733, '', ''),
(3, 1637, 0, 0, 1608538734, '', ''),
(3, 1638, 0, 0, 1608538734, '', ''),
(3, 1639, 0, 0, 1608538734, '', ''),
(3, 1640, 0, 0, 1608538735, '', ''),
(3, 1641, 0, 0, 1608538735, '', ''),
(3, 1642, 0, 1, 1608538735, '', '66.249.92.138'),
(3, 1643, 0, 0, 1608539021, '', ''),
(3, 1644, 0, 0, 1608539023, '', ''),
(3, 1645, 0, 0, 1608539023, '', ''),
(3, 1646, 0, 1, 1608539024, '', '88.103.235.159'),
(3, 1647, 0, 0, 1608539024, '', ''),
(3, 1648, 0, 0, 1608539025, '', ''),
(3, 1649, 0, 0, 1608539025, '', ''),
(3, 1650, 0, 0, 1608539025, '', ''),
(3, 1651, 0, 1, 1608539334, '', '66.249.92.138'),
(3, 1652, 0, 0, 1608539336, '', ''),
(3, 1653, 0, 0, 1608539337, '', ''),
(3, 1654, 0, 0, 1608539337, '', ''),
(3, 1655, 0, 0, 1608539338, '', ''),
(3, 1656, 0, 1, 1608539338, '', '66.249.92.138'),
(3, 1657, 0, 0, 1608539338, '', ''),
(3, 1658, 0, 1, 1608539339, '', '77.75.78.82'),
(3, 1659, 0, 1, 1608539721, '', '82.144.140.135'),
(3, 1660, 0, 0, 1608539722, '', ''),
(3, 1661, 0, 1, 1608539723, '', '66.249.92.140'),
(3, 1662, 0, 0, 1608539723, '', ''),
(3, 1663, 0, 0, 1608539723, '', ''),
(3, 1664, 0, 1, 1608539724, '', '66.249.81.112'),
(3, 1665, 0, 0, 1608539724, '', ''),
(3, 1666, 0, 0, 1608539725, '', ''),
(3, 1667, 0, 1, 1608539911, '', '99.93.64.86'),
(3, 1668, 0, 0, 1608539913, '', ''),
(3, 1669, 0, 0, 1608539913, '', ''),
(3, 1670, 0, 0, 1608539913, '', ''),
(3, 1671, 0, 0, 1608539914, '', ''),
(3, 1672, 0, 0, 1608539914, '', ''),
(3, 1673, 0, 0, 1608539915, '', ''),
(3, 1674, 0, 0, 1608539915, '', ''),
(3, 1675, 0, 1, 1608540282, '', '80.188.40.138'),
(3, 1676, 0, 0, 1608540285, '', ''),
(3, 1677, 0, 0, 1608540285, '', ''),
(3, 1678, 0, 0, 1608540285, '', ''),
(3, 1679, 0, 0, 1608540285, '', ''),
(3, 1680, 0, 0, 1608540286, '', ''),
(3, 1681, 0, 0, 1608540286, '', ''),
(3, 1682, 0, 0, 1608540286, '', ''),
(3, 1683, 0, 0, 1608540539, '', ''),
(3, 1684, 0, 0, 1608540540, '', ''),
(3, 1685, 0, 0, 1608540541, '', ''),
(3, 1686, 0, 0, 1608540541, '', ''),
(3, 1687, 0, 0, 1608540541, '', ''),
(3, 1688, 0, 0, 1608540541, '', ''),
(3, 1689, 0, 1, 1608540542, '', '66.249.92.138'),
(3, 1690, 0, 0, 1608540542, '', ''),
(3, 1691, 0, 0, 1608541107, '', ''),
(3, 1692, 0, 0, 1608541108, '', ''),
(3, 1693, 0, 0, 1608541109, '', ''),
(3, 1694, 0, 0, 1608541109, '', ''),
(3, 1695, 0, 0, 1608541110, '', ''),
(3, 1696, 0, 0, 1608541110, '', ''),
(3, 1697, 0, 1, 1608541111, '', '89.177.26.38'),
(3, 1698, 0, 0, 1608541111, '', ''),
(3, 1699, 0, 0, 1608541519, '', ''),
(3, 1700, 0, 0, 1608541520, '', ''),
(3, 1701, 0, 0, 1608541521, '', ''),
(3, 1702, 0, 0, 1608541521, '', ''),
(3, 1703, 0, 0, 1608541522, '', ''),
(3, 1704, 0, 0, 1608541522, '', ''),
(3, 1705, 0, 1, 1608541523, '', '66.249.92.138'),
(3, 1706, 0, 0, 1608541523, '', ''),
(3, 1707, 0, 0, 1608541712, '', ''),
(3, 1708, 0, 0, 1608541714, '', ''),
(3, 1709, 0, 0, 1608541714, '', ''),
(3, 1710, 0, 0, 1608541715, '', ''),
(3, 1711, 0, 0, 1608541715, '', ''),
(3, 1712, 0, 0, 1608541716, '', ''),
(3, 1713, 0, 1, 1608541716, '', '92.62.229.238'),
(3, 1714, 0, 1, 1608541717, '', '90.176.165.238'),
(3, 1715, 0, 0, 1608542100, '', ''),
(3, 1716, 0, 0, 1608542101, '', ''),
(3, 1717, 0, 0, 1608542102, '', ''),
(3, 1718, 0, 0, 1608542102, '', ''),
(3, 1719, 0, 0, 1608542102, '', ''),
(3, 1720, 0, 0, 1608542102, '', ''),
(3, 1721, 0, 0, 1608542103, '', ''),
(3, 1722, 0, 0, 1608542103, '', ''),
(3, 1723, 0, 0, 1608542379, '', ''),
(3, 1724, 0, 0, 1608542381, '', ''),
(3, 1725, 0, 1, 1608542381, '', '78.108.108.137'),
(3, 1726, 0, 1, 1608542381, '', '88.146.207.18'),
(3, 1727, 0, 0, 1608542382, '', ''),
(3, 1728, 0, 1, 1608542382, '', '46.135.25.171'),
(3, 1729, 0, 1, 1608542382, '', '90.177.0.250'),
(3, 1730, 0, 0, 1608542383, '', ''),
(3, 1731, 0, 0, 1608542618, '', ''),
(3, 1732, 0, 0, 1608542619, '', ''),
(3, 1733, 0, 1, 1608542620, '', '46.135.88.228'),
(3, 1734, 0, 0, 1608542620, '', ''),
(3, 1735, 0, 0, 1608542620, '', ''),
(3, 1736, 0, 0, 1608542621, '', ''),
(3, 1737, 0, 0, 1608542621, '', ''),
(3, 1738, 0, 0, 1608542621, '', ''),
(3, 1739, 0, 0, 1608543034, '', ''),
(3, 1740, 0, 0, 1608543036, '', ''),
(3, 1741, 0, 0, 1608543036, '', ''),
(3, 1742, 0, 0, 1608543037, '', ''),
(3, 1743, 0, 0, 1608543037, '', ''),
(3, 1744, 0, 0, 1608543037, '', ''),
(3, 1745, 0, 0, 1608543037, '', ''),
(3, 1746, 0, 0, 1608543038, '', ''),
(3, 1747, 0, 0, 1608543464, '', ''),
(3, 1748, 0, 0, 1608543465, '', ''),
(3, 1749, 0, 0, 1608543466, '', ''),
(3, 1750, 0, 0, 1608543466, '', ''),
(3, 1751, 0, 0, 1608543466, '', ''),
(3, 1752, 0, 0, 1608543467, '', ''),
(3, 1753, 0, 0, 1608543467, '', ''),
(3, 1754, 0, 0, 1608543467, '', ''),
(3, 1755, 0, 0, 1608543777, '', ''),
(3, 1756, 0, 0, 1608543779, '', ''),
(3, 1757, 0, 0, 1608543779, '', ''),
(3, 1758, 0, 0, 1608543780, '', ''),
(3, 1759, 0, 0, 1608543780, '', ''),
(3, 1760, 0, 0, 1608543781, '', ''),
(3, 1761, 0, 0, 1608543781, '', ''),
(3, 1762, 0, 0, 1608543782, '', ''),
(3, 1763, 0, 0, 1608544028, '', ''),
(3, 1764, 0, 0, 1608544030, '', ''),
(3, 1765, 0, 0, 1608544030, '', ''),
(3, 1766, 0, 0, 1608544030, '', ''),
(3, 1767, 0, 0, 1608544031, '', ''),
(3, 1768, 0, 0, 1608544031, '', ''),
(3, 1769, 0, 0, 1608544031, '', ''),
(3, 1770, 0, 0, 1608544032, '', ''),
(3, 1771, 0, 0, 1608544530, '', ''),
(3, 1772, 0, 1, 1608544532, '', '66.249.81.114'),
(3, 1773, 0, 0, 1608544532, '', ''),
(3, 1774, 0, 0, 1608544532, '', ''),
(3, 1775, 0, 0, 1608544533, '', ''),
(3, 1776, 0, 0, 1608544533, '', ''),
(3, 1777, 0, 0, 1608544534, '', ''),
(3, 1778, 0, 0, 1608544534, '', ''),
(3, 1779, 0, 0, 1608544780, '', ''),
(3, 1780, 0, 0, 1608544782, '', ''),
(3, 1781, 0, 0, 1608544782, '', ''),
(3, 1782, 0, 0, 1608544783, '', ''),
(3, 1783, 0, 0, 1608544783, '', ''),
(3, 1784, 0, 0, 1608544783, '', ''),
(3, 1785, 0, 0, 1608544783, '', ''),
(3, 1786, 0, 0, 1608544784, '', ''),
(3, 1787, 0, 0, 1608545019, '', ''),
(3, 1788, 0, 0, 1608545021, '', ''),
(3, 1789, 0, 0, 1608545021, '', ''),
(3, 1790, 0, 0, 1608545022, '', ''),
(3, 1791, 0, 0, 1608545022, '', ''),
(3, 1792, 0, 0, 1608545022, '', ''),
(3, 1793, 0, 0, 1608545023, '', ''),
(3, 1794, 0, 0, 1608545023, '', ''),
(3, 1795, 0, 0, 1608545911, '', ''),
(3, 1796, 0, 0, 1608545913, '', ''),
(3, 1797, 0, 0, 1608545913, '', ''),
(3, 1798, 0, 0, 1608545914, '', ''),
(3, 1799, 0, 0, 1608545914, '', ''),
(3, 1800, 0, 0, 1608545915, '', ''),
(3, 1801, 0, 0, 1608545915, '', ''),
(3, 1802, 0, 0, 1608545915, '', ''),
(3, 1803, 0, 0, 1608546265, '', ''),
(3, 1804, 0, 0, 1608546267, '', ''),
(3, 1805, 0, 0, 1608546267, '', ''),
(3, 1806, 0, 0, 1608546267, '', ''),
(3, 1807, 0, 0, 1608546268, '', ''),
(3, 1808, 0, 0, 1608546268, '', ''),
(3, 1809, 0, 0, 1608546268, '', ''),
(3, 1810, 0, 0, 1608546269, '', ''),
(3, 1811, 0, 0, 1608546636, '', ''),
(3, 1812, 0, 0, 1608546638, '', ''),
(3, 1813, 0, 0, 1608546639, '', ''),
(3, 1814, 0, 0, 1608546640, '', ''),
(3, 1815, 0, 0, 1608546641, '', ''),
(3, 1816, 0, 1, 1608546641, '', '66.249.92.140'),
(3, 1817, 0, 0, 1608546643, '', ''),
(3, 1818, 0, 0, 1608546643, '', ''),
(3, 1819, 0, 0, 1608546973, '', ''),
(3, 1820, 0, 0, 1608546974, '', ''),
(3, 1821, 0, 1, 1608546975, '', '66.249.92.140'),
(3, 1822, 0, 0, 1608546975, '', ''),
(3, 1823, 0, 0, 1608546975, '', ''),
(3, 1824, 0, 0, 1608546976, '', ''),
(3, 1825, 0, 0, 1608546976, '', ''),
(3, 1826, 0, 0, 1608546976, '', ''),
(3, 1827, 0, 0, 1608547416, '', ''),
(3, 1828, 0, 0, 1608547417, '', ''),
(3, 1829, 0, 0, 1608547418, '', ''),
(3, 1830, 0, 1, 1608547418, '', '78.45.213.145'),
(3, 1831, 0, 0, 1608547418, '', ''),
(3, 1832, 0, 0, 1608547419, '', ''),
(3, 1833, 0, 1, 1608547419, '', '66.249.92.138'),
(3, 1834, 0, 0, 1608547420, '', ''),
(3, 1835, 0, 0, 1608547793, '', ''),
(3, 1836, 0, 0, 1608547794, '', ''),
(3, 1837, 0, 0, 1608547795, '', ''),
(3, 1838, 0, 0, 1608547795, '', ''),
(3, 1839, 0, 0, 1608547795, '', ''),
(3, 1840, 0, 0, 1608547796, '', ''),
(3, 1841, 0, 0, 1608547796, '', ''),
(3, 1842, 0, 0, 1608547796, '', ''),
(3, 1843, 0, 0, 1608548027, '', ''),
(3, 1844, 0, 0, 1608548029, '', ''),
(3, 1845, 0, 0, 1608548030, '', ''),
(3, 1846, 0, 0, 1608548031, '', ''),
(3, 1847, 0, 0, 1608548032, '', ''),
(3, 1848, 0, 0, 1608548034, '', ''),
(3, 1849, 0, 0, 1608548036, '', ''),
(3, 1850, 0, 0, 1608548038, '', ''),
(3, 1851, 0, 0, 1608548356, '', ''),
(3, 1852, 0, 0, 1608548358, '', ''),
(3, 1853, 0, 1, 1608548358, '', '46.135.29.91'),
(3, 1854, 0, 0, 1608548358, '', ''),
(3, 1855, 0, 1, 1608548359, '', '66.249.92.140'),
(3, 1856, 0, 0, 1608548359, '', ''),
(3, 1857, 0, 0, 1608548359, '', ''),
(3, 1858, 0, 0, 1608548359, '', ''),
(3, 1859, 0, 0, 1608548609, '', ''),
(3, 1860, 0, 1, 1608548611, '', '66.249.92.140'),
(3, 1861, 0, 0, 1608548611, '', ''),
(3, 1862, 0, 0, 1608548612, '', ''),
(3, 1863, 0, 0, 1608548612, '', ''),
(3, 1864, 0, 0, 1608548613, '', ''),
(3, 1865, 0, 0, 1608548614, '', ''),
(3, 1866, 0, 0, 1608548615, '', ''),
(3, 1867, 0, 0, 1608549169, '', ''),
(3, 1868, 0, 0, 1608549173, '', ''),
(3, 1869, 0, 0, 1608549173, '', ''),
(3, 1870, 0, 0, 1608549173, '', ''),
(3, 1871, 0, 0, 1608549174, '', ''),
(3, 1872, 0, 0, 1608549174, '', ''),
(3, 1873, 0, 0, 1608549175, '', ''),
(3, 1874, 0, 0, 1608549175, '', ''),
(3, 1875, 0, 0, 1608549222, '', ''),
(3, 1876, 0, 0, 1608549224, '', ''),
(3, 1877, 0, 0, 1608549224, '', ''),
(3, 1878, 0, 0, 1608549224, '', ''),
(3, 1879, 0, 0, 1608549225, '', ''),
(3, 1880, 0, 0, 1608549225, '', ''),
(3, 1881, 0, 0, 1608549225, '', ''),
(3, 1882, 0, 0, 1608549226, '', ''),
(3, 1883, 0, 1, 1608549667, '', '37.188.163.84'),
(3, 1884, 0, 0, 1608549668, '', ''),
(3, 1885, 0, 0, 1608549669, '', ''),
(3, 1886, 0, 0, 1608549669, '', ''),
(3, 1887, 0, 0, 1608549669, '', ''),
(3, 1888, 0, 0, 1608549670, '', ''),
(3, 1889, 0, 0, 1608549670, '', ''),
(3, 1890, 0, 0, 1608549670, '', ''),
(3, 1891, 0, 0, 1608549897, '', ''),
(3, 1892, 0, 0, 1608549903, '', ''),
(3, 1893, 0, 0, 1608549904, '', ''),
(3, 1894, 0, 0, 1608549904, '', ''),
(3, 1895, 0, 0, 1608549904, '', ''),
(3, 1896, 0, 0, 1608549905, '', ''),
(3, 1897, 0, 0, 1608549905, '', ''),
(3, 1898, 0, 0, 1608549905, '', ''),
(3, 1899, 0, 0, 1608550316, '', ''),
(3, 1900, 0, 0, 1608550318, '', ''),
(3, 1901, 0, 0, 1608550318, '', ''),
(3, 1902, 0, 0, 1608550318, '', ''),
(3, 1903, 0, 0, 1608550319, '', ''),
(3, 1904, 0, 0, 1608550319, '', ''),
(3, 1905, 0, 0, 1608550319, '', ''),
(3, 1906, 0, 0, 1608550319, '', ''),
(3, 1907, 0, 0, 1608550512, '', ''),
(3, 1908, 0, 0, 1608550514, '', ''),
(3, 1909, 0, 0, 1608550514, '', ''),
(3, 1910, 0, 0, 1608550515, '', ''),
(3, 1911, 0, 0, 1608550516, '', ''),
(3, 1912, 0, 0, 1608550518, '', ''),
(3, 1913, 0, 0, 1608550518, '', ''),
(3, 1914, 0, 0, 1608550519, '', ''),
(3, 1915, 0, 1, 1608550892, '', '91.139.9.206'),
(3, 1916, 0, 0, 1608550893, '', ''),
(3, 1917, 0, 0, 1608550893, '', ''),
(3, 1918, 0, 0, 1608550893, '', ''),
(3, 1919, 0, 0, 1608550894, '', ''),
(3, 1920, 0, 0, 1608550894, '', ''),
(3, 1921, 0, 1, 1608550894, '', '216.183.210.154'),
(3, 1922, 0, 0, 1608550895, '', ''),
(3, 1923, 0, 0, 1608551260, '', ''),
(3, 1924, 0, 0, 1608551261, '', ''),
(3, 1925, 0, 0, 1608551262, '', ''),
(3, 1926, 0, 0, 1608551262, '', ''),
(3, 1927, 0, 0, 1608551263, '', ''),
(3, 1928, 0, 0, 1608551263, '', ''),
(3, 1929, 0, 0, 1608551264, '', ''),
(3, 1930, 0, 0, 1608551264, '', ''),
(3, 1931, 0, 0, 1608551407, '', ''),
(3, 1932, 0, 0, 1608551409, '', ''),
(3, 1933, 0, 0, 1608551409, '', ''),
(3, 1934, 0, 0, 1608551409, '', ''),
(3, 1935, 0, 1, 1608551410, '', '89.24.38.235'),
(3, 1936, 0, 0, 1608551410, '', ''),
(3, 1937, 0, 0, 1608551410, '', ''),
(3, 1938, 0, 0, 1608551410, '', ''),
(3, 1939, 0, 0, 1608551770, '', ''),
(3, 1940, 0, 0, 1608551772, '', ''),
(3, 1941, 0, 0, 1608551773, '', ''),
(3, 1942, 0, 0, 1608551773, '', ''),
(3, 1943, 0, 0, 1608551773, '', ''),
(3, 1944, 0, 0, 1608551774, '', ''),
(3, 1945, 0, 0, 1608551774, '', ''),
(3, 1946, 0, 0, 1608551775, '', ''),
(3, 1947, 0, 0, 1608552074, '', ''),
(3, 1948, 0, 0, 1608552076, '', ''),
(3, 1949, 0, 0, 1608552076, '', ''),
(3, 1950, 0, 0, 1608552076, '', ''),
(3, 1951, 0, 1, 1608552077, '', '89.177.142.15'),
(3, 1952, 0, 0, 1608552077, '', ''),
(3, 1953, 0, 0, 1608552077, '', ''),
(3, 1954, 0, 1, 1608552077, '', '78.45.212.81'),
(3, 1955, 0, 1, 1608552515, '', '37.188.155.181'),
(3, 1956, 0, 0, 1608552517, '', ''),
(3, 1957, 0, 0, 1608552517, '', ''),
(3, 1958, 0, 0, 1608552518, '', ''),
(3, 1959, 0, 0, 1608552519, '', ''),
(3, 1960, 0, 0, 1608552519, '', ''),
(3, 1961, 0, 1, 1608552520, '', '102.223.104.242'),
(3, 1962, 0, 0, 1608552520, '', ''),
(3, 1963, 0, 0, 1608552904, '', ''),
(3, 1964, 0, 0, 1608552905, '', ''),
(3, 1965, 0, 0, 1608552906, '', ''),
(3, 1966, 0, 0, 1608552906, '', ''),
(3, 1967, 0, 2, 1608552907, '', '80.188.255.188'),
(3, 1968, 0, 0, 1608552907, '', ''),
(3, 1969, 0, 0, 1608552908, '', ''),
(3, 1970, 0, 0, 1608552908, '', ''),
(3, 1971, 0, 0, 1608553186, '', ''),
(3, 1972, 0, 0, 1608553188, '', ''),
(3, 1973, 0, 0, 1608553188, '', ''),
(3, 1974, 0, 0, 1608553189, '', ''),
(3, 1975, 0, 0, 1608553189, '', ''),
(3, 1976, 0, 0, 1608553190, '', ''),
(3, 1977, 0, 0, 1608553190, '', ''),
(3, 1978, 0, 1, 1608553191, '', '66.249.92.139'),
(3, 1979, 0, 0, 1608553431, '', ''),
(3, 1980, 0, 0, 1608553433, '', ''),
(3, 1981, 0, 0, 1608553434, '', ''),
(3, 1982, 0, 0, 1608553434, '', ''),
(3, 1983, 0, 0, 1608553434, '', ''),
(3, 1984, 0, 0, 1608553435, '', ''),
(3, 1985, 0, 0, 1608553435, '', ''),
(3, 1986, 0, 0, 1608553435, '', ''),
(3, 1987, 0, 0, 1608554224, '', ''),
(3, 1988, 0, 0, 1608554225, '', ''),
(3, 1989, 0, 0, 1608554225, '', ''),
(3, 1990, 0, 0, 1608554226, '', ''),
(3, 1991, 0, 0, 1608554226, '', ''),
(3, 1992, 0, 0, 1608554227, '', ''),
(3, 1993, 0, 0, 1608554228, '', ''),
(3, 1994, 0, 0, 1608554228, '', ''),
(3, 1995, 0, 0, 1608554444, '', ''),
(3, 1996, 0, 0, 1608554446, '', ''),
(3, 1997, 0, 0, 1608554446, '', ''),
(3, 1998, 0, 0, 1608554446, '', ''),
(3, 1999, 0, 0, 1608554447, '', ''),
(3, 2000, 0, 0, 1608554447, '', ''),
(3, 2001, 0, 0, 1608554448, '', ''),
(3, 2002, 0, 0, 1608554448, '', ''),
(3, 2003, 0, 0, 1608554724, '', ''),
(3, 2004, 0, 0, 1608554725, '', ''),
(3, 2005, 0, 1, 1608554726, '', '31.30.173.236'),
(3, 2006, 0, 0, 1608554726, '', ''),
(3, 2007, 0, 0, 1608554727, '', ''),
(3, 2008, 0, 0, 1608554728, '', ''),
(3, 2009, 0, 0, 1608554728, '', ''),
(3, 2010, 0, 0, 1608554728, '', ''),
(3, 2011, 0, 1, 1608555530, '', '93.90.162.50'),
(3, 2012, 0, 0, 1608555532, '', ''),
(3, 2013, 0, 0, 1608555532, '', ''),
(3, 2014, 0, 0, 1608555533, '', ''),
(3, 2015, 0, 0, 1608555533, '', ''),
(3, 2016, 0, 1, 1608555534, '', '66.249.92.138'),
(3, 2017, 0, 0, 1608555534, '', ''),
(3, 2018, 0, 0, 1608555534, '', ''),
(3, 2019, 0, 1, 1608555931, '', '66.249.92.139'),
(3, 2020, 0, 2, 1608555932, '', '109.80.87.5'),
(3, 2021, 0, 0, 1608555933, '', ''),
(3, 2022, 0, 0, 1608555934, '', ''),
(3, 2023, 0, 0, 1608555934, '', ''),
(3, 2024, 0, 0, 1608555935, '', ''),
(3, 2025, 0, 0, 1608555936, '', ''),
(3, 2026, 1, 0, 1608555938, 'The following From address failed: info@wapejets.com : MAIL FROM command failed,System failure occur', ''),
(3, 2027, 0, 1, 1608556283, '', '85.237.234.108'),
(3, 2028, 0, 0, 1608556287, '', ''),
(3, 2029, 0, 0, 1608556288, '', ''),
(3, 2030, 0, 0, 1608556289, '', ''),
(3, 2031, 0, 1, 1608556290, '', '88.100.234.251'),
(3, 2032, 0, 0, 1608556292, '', ''),
(3, 2033, 0, 0, 1608556292, '', ''),
(3, 2034, 0, 0, 1608556293, '', ''),
(3, 2035, 0, 0, 1608556840, '', ''),
(3, 2036, 0, 0, 1608556842, '', ''),
(3, 2037, 0, 0, 1608556843, '', ''),
(3, 2038, 0, 0, 1608556843, '', ''),
(3, 2039, 0, 0, 1608556843, '', ''),
(3, 2040, 0, 0, 1608556844, '', ''),
(3, 2041, 0, 0, 1608556844, '', ''),
(3, 2042, 0, 0, 1608556845, '', ''),
(3, 2043, 0, 0, 1608557058, '', ''),
(3, 2044, 0, 0, 1608557060, '', ''),
(3, 2045, 0, 0, 1608557060, '', ''),
(3, 2046, 0, 0, 1608557061, '', ''),
(3, 2047, 0, 0, 1608557061, '', ''),
(3, 2048, 0, 0, 1608557062, '', ''),
(3, 2049, 0, 1, 1608557063, '', '37.188.172.188'),
(3, 2050, 0, 0, 1608557063, '', ''),
(3, 2051, 0, 0, 1608557404, '', ''),
(3, 2052, 0, 0, 1608557406, '', ''),
(3, 2053, 0, 0, 1608557407, '', ''),
(3, 2054, 0, 0, 1608557407, '', ''),
(3, 2055, 0, 0, 1608557408, '', ''),
(3, 2056, 0, 0, 1608557408, '', ''),
(3, 2057, 0, 0, 1608557409, '', ''),
(3, 2058, 0, 0, 1608557409, '', ''),
(3, 2059, 0, 0, 1608558002, '', ''),
(3, 2060, 0, 0, 1608558003, '', ''),
(3, 2061, 0, 0, 1608558004, '', ''),
(3, 2062, 0, 0, 1608558004, '', ''),
(3, 2063, 0, 0, 1608558005, '', ''),
(3, 2064, 0, 1, 1608558005, '', '85.160.4.138'),
(3, 2065, 0, 0, 1608558005, '', ''),
(3, 2066, 0, 0, 1608558006, '', ''),
(3, 2067, 0, 0, 1608558346, '', ''),
(3, 2068, 0, 0, 1608558347, '', ''),
(3, 2069, 0, 0, 1608558347, '', ''),
(3, 2070, 0, 1, 1608558348, '', '88.103.228.34'),
(3, 2071, 0, 0, 1608558348, '', ''),
(3, 2072, 0, 0, 1608558348, '', ''),
(3, 2073, 0, 0, 1608558349, '', ''),
(3, 2074, 0, 0, 1608558349, '', ''),
(3, 2075, 0, 0, 1608558576, '', ''),
(3, 2076, 0, 1, 1608558577, '', '91.245.11.186'),
(3, 2077, 0, 0, 1608558578, '', ''),
(3, 2078, 0, 0, 1608558578, '', ''),
(3, 2079, 0, 0, 1608558580, '', ''),
(3, 2080, 0, 0, 1608558580, '', ''),
(3, 2081, 0, 0, 1608558580, '', ''),
(3, 2082, 0, 1, 1608558581, '', '88.101.44.146'),
(3, 2083, 0, 0, 1608559123, '', ''),
(3, 2084, 0, 0, 1608559125, '', ''),
(3, 2085, 0, 1, 1608559125, '', '37.188.133.206'),
(3, 2086, 0, 0, 1608559126, '', ''),
(3, 2087, 0, 0, 1608559126, '', ''),
(3, 2088, 0, 0, 1608559126, '', ''),
(3, 2089, 0, 0, 1608559127, '', ''),
(3, 2090, 0, 0, 1608559127, '', ''),
(3, 2091, 0, 0, 1608559673, '', ''),
(3, 2092, 0, 0, 1608559674, '', ''),
(3, 2093, 0, 0, 1608559675, '', ''),
(3, 2094, 0, 0, 1608559675, '', ''),
(3, 2095, 0, 2, 1608559675, '', '85.237.234.36'),
(3, 2096, 0, 0, 1608559676, '', ''),
(3, 2097, 0, 0, 1608559676, '', ''),
(3, 2098, 0, 0, 1608559676, '', ''),
(3, 2099, 0, 0, 1608561423, '', ''),
(3, 2100, 0, 0, 1608561424, '', ''),
(3, 2101, 0, 0, 1608561425, '', ''),
(3, 2102, 0, 0, 1608561425, '', ''),
(3, 2103, 0, 0, 1608561425, '', ''),
(3, 2104, 0, 1, 1608561426, '', '185.112.167.16'),
(3, 2105, 0, 0, 1608561426, '', ''),
(3, 2106, 0, 0, 1608561426, '', ''),
(3, 2107, 0, 0, 1608561627, '', ''),
(3, 2108, 0, 0, 1608561629, '', ''),
(3, 2109, 0, 0, 1608561630, '', ''),
(3, 2110, 0, 0, 1608561630, '', ''),
(3, 2111, 0, 0, 1608561631, '', ''),
(3, 2112, 0, 0, 1608561633, '', ''),
(3, 2113, 0, 0, 1608561633, '', ''),
(3, 2114, 0, 0, 1608561634, '', ''),
(3, 2115, 0, 0, 1608561851, '', ''),
(3, 2116, 0, 0, 1608561853, '', ''),
(3, 2117, 0, 0, 1608561853, '', ''),
(3, 2118, 0, 0, 1608561854, '', ''),
(3, 2119, 0, 1, 1608561854, '', '185.63.98.55'),
(3, 2120, 0, 0, 1608561856, '', ''),
(3, 2121, 0, 0, 1608561856, '', ''),
(3, 2122, 0, 0, 1608561857, '', ''),
(3, 2123, 0, 0, 1608562128, '', ''),
(3, 2124, 0, 0, 1608562130, '', ''),
(3, 2125, 0, 1, 1608562130, '', '193.179.139.44'),
(3, 2126, 0, 0, 1608562131, '', ''),
(3, 2127, 0, 0, 1608562131, '', ''),
(3, 2128, 0, 0, 1608562132, '', ''),
(3, 2129, 0, 0, 1608562132, '', ''),
(3, 2130, 0, 0, 1608562132, '', ''),
(3, 2131, 1, 0, 1608562480, 'SMTP Error: The following recipients failed: matakohutova@zoznam.sk: System failure occured. Please ', ''),
(3, 2132, 0, 0, 1608562844, '', ''),
(3, 2133, 0, 0, 1608562848, '', ''),
(3, 2134, 0, 0, 1608562849, '', ''),
(3, 2135, 0, 0, 1608562849, '', ''),
(3, 2136, 0, 0, 1608562849, '', ''),
(3, 2137, 0, 0, 1608562850, '', ''),
(3, 2138, 0, 0, 1608562850, '', ''),
(3, 2139, 0, 0, 1608562851, '', ''),
(3, 2140, 1, 0, 1608563558, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 2141, 0, 0, 1608563989, '', ''),
(3, 2142, 0, 0, 1608563991, '', ''),
(3, 2143, 0, 0, 1608563991, '', ''),
(3, 2144, 0, 1, 1608563991, '', '88.100.158.139'),
(3, 2145, 0, 0, 1608563992, '', ''),
(3, 2146, 0, 0, 1608563992, '', ''),
(3, 2147, 0, 0, 1608563992, '', ''),
(3, 2148, 0, 1, 1608563993, '', '66.249.92.140'),
(3, 2149, 0, 0, 1608564450, '', ''),
(3, 2150, 0, 0, 1608564452, '', ''),
(3, 2151, 0, 0, 1608564452, '', ''),
(3, 2152, 0, 0, 1608564453, '', ''),
(3, 2153, 0, 0, 1608564453, '', ''),
(3, 2154, 0, 0, 1608564454, '', ''),
(3, 2155, 0, 1, 1608564454, '', '66.249.92.138'),
(3, 2156, 0, 0, 1608564454, '', ''),
(3, 2157, 0, 1, 1608564621, '', '46.135.2.213'),
(3, 2158, 0, 0, 1608564622, '', ''),
(3, 2159, 0, 0, 1608564623, '', ''),
(3, 2160, 0, 0, 1608564623, '', ''),
(3, 2161, 0, 0, 1608564624, '', ''),
(3, 2162, 0, 1, 1608564624, '', '90.180.229.159'),
(3, 2163, 0, 1, 1608564625, '', '66.249.92.139'),
(3, 2164, 0, 0, 1608564625, '', ''),
(3, 2165, 0, 1, 1608565091, '', '37.188.241.203'),
(3, 2166, 0, 0, 1608565093, '', ''),
(3, 2167, 0, 0, 1608565093, '', ''),
(3, 2168, 0, 0, 1608565093, '', ''),
(3, 2169, 0, 0, 1608565093, '', ''),
(3, 2170, 0, 0, 1608565094, '', ''),
(3, 2171, 0, 0, 1608565094, '', ''),
(3, 2172, 0, 0, 1608565094, '', ''),
(3, 2173, 0, 0, 1608565126, '', ''),
(3, 2174, 0, 0, 1608565128, '', ''),
(3, 2175, 0, 0, 1608565129, '', ''),
(3, 2176, 0, 0, 1608565129, '', ''),
(3, 2177, 0, 0, 1608565129, '', ''),
(3, 2178, 0, 0, 1608565130, '', ''),
(3, 2179, 0, 0, 1608565130, '', ''),
(3, 2180, 1, 0, 1608565132, 'The following From address failed: info@wapejets.com : MAIL FROM command failed,System failure occur', ''),
(3, 2181, 0, 0, 1608565615, '', ''),
(3, 2182, 0, 0, 1608565617, '', ''),
(3, 2183, 0, 0, 1608565617, '', ''),
(3, 2184, 0, 0, 1608565617, '', ''),
(3, 2185, 0, 0, 1608565618, '', ''),
(3, 2186, 0, 0, 1608565618, '', ''),
(3, 2187, 0, 0, 1608565618, '', ''),
(3, 2188, 0, 0, 1608565619, '', ''),
(3, 2189, 0, 0, 1608566352, '', ''),
(3, 2190, 0, 1, 1608566353, '', '85.71.100.132'),
(3, 2191, 0, 0, 1608566354, '', ''),
(3, 2192, 0, 0, 1608566354, '', ''),
(3, 2193, 0, 0, 1608566355, '', ''),
(3, 2194, 0, 0, 1608566355, '', ''),
(3, 2195, 0, 0, 1608566356, '', ''),
(3, 2196, 0, 0, 1608566356, '', ''),
(3, 2197, 0, 1, 1608566609, '', '94.200.48.234'),
(3, 2198, 0, 0, 1608566610, '', ''),
(3, 2199, 0, 0, 1608566610, '', ''),
(3, 2200, 0, 0, 1608566611, '', ''),
(3, 2201, 0, 0, 1608566611, '', ''),
(3, 2202, 0, 0, 1608566611, '', ''),
(3, 2203, 0, 0, 1608566612, '', ''),
(3, 2204, 0, 0, 1608566612, '', ''),
(3, 2205, 0, 0, 1608567117, '', ''),
(3, 2206, 0, 1, 1608567123, '', '66.249.92.138'),
(3, 2207, 0, 1, 1608567123, '', '88.103.239.170'),
(3, 2208, 0, 0, 1608567123, '', ''),
(3, 2209, 0, 0, 1608567124, '', ''),
(3, 2210, 0, 0, 1608567124, '', ''),
(3, 2211, 0, 0, 1608567124, '', ''),
(3, 2212, 0, 1, 1608567125, '', '66.249.92.140'),
(3, 2213, 0, 0, 1608567369, '', ''),
(3, 2214, 0, 0, 1608567370, '', ''),
(3, 2215, 0, 1, 1608567371, '', '66.249.81.116'),
(3, 2216, 0, 0, 1608567371, '', ''),
(3, 2217, 0, 0, 1608567372, '', ''),
(3, 2218, 0, 0, 1608567372, '', ''),
(3, 2219, 0, 0, 1608567372, '', ''),
(3, 2220, 0, 0, 1608567373, '', ''),
(3, 2221, 0, 0, 1608567869, '', ''),
(3, 2222, 0, 0, 1608567870, '', ''),
(3, 2223, 0, 0, 1608567870, '', ''),
(3, 2224, 0, 0, 1608567871, '', ''),
(3, 2225, 0, 0, 1608567871, '', ''),
(3, 2226, 0, 0, 1608567871, '', ''),
(3, 2227, 0, 0, 1608567872, '', ''),
(3, 2228, 0, 0, 1608567872, '', ''),
(3, 2229, 0, 0, 1608568686, '', ''),
(3, 2230, 0, 0, 1608568688, '', ''),
(3, 2231, 0, 0, 1608568688, '', ''),
(3, 2232, 0, 0, 1608568688, '', ''),
(3, 2233, 0, 0, 1608568689, '', ''),
(3, 2234, 0, 0, 1608568689, '', ''),
(3, 2235, 0, 0, 1608568690, '', ''),
(3, 2236, 0, 0, 1608568690, '', ''),
(3, 2237, 0, 0, 1608568771, '', ''),
(3, 2238, 0, 1, 1608568773, '', '66.249.92.138'),
(3, 2239, 0, 0, 1608568773, '', ''),
(3, 2240, 0, 0, 1608568774, '', ''),
(3, 2241, 0, 0, 1608568774, '', ''),
(3, 2242, 0, 1, 1608568775, '', '46.13.147.197'),
(3, 2243, 0, 0, 1608568775, '', ''),
(3, 2244, 0, 0, 1608568775, '', ''),
(3, 2245, 0, 0, 1608569159, '', ''),
(3, 2246, 0, 0, 1608569160, '', ''),
(3, 2247, 0, 0, 1608569160, '', ''),
(3, 2248, 0, 0, 1608569161, '', ''),
(3, 2249, 0, 0, 1608569161, '', ''),
(3, 2250, 0, 0, 1608569161, '', ''),
(3, 2251, 0, 0, 1608569162, '', ''),
(3, 2252, 0, 0, 1608569162, '', ''),
(3, 2253, 0, 1, 1608569857, '', '66.249.92.139'),
(3, 2254, 0, 0, 1608569858, '', ''),
(3, 2255, 0, 0, 1608569858, '', ''),
(3, 2256, 0, 0, 1608569859, '', ''),
(3, 2257, 0, 0, 1608569859, '', ''),
(3, 2258, 0, 1, 1608569859, '', '37.48.19.31'),
(3, 2259, 0, 0, 1608569860, '', ''),
(3, 2260, 0, 0, 1608569860, '', ''),
(3, 2261, 0, 1, 1608570135, '', '178.17.11.98'),
(3, 2262, 0, 0, 1608570137, '', ''),
(3, 2263, 0, 0, 1608570137, '', ''),
(3, 2264, 0, 0, 1608570138, '', ''),
(3, 2265, 0, 0, 1608570138, '', ''),
(3, 2266, 0, 0, 1608570139, '', ''),
(3, 2267, 0, 1, 1608570140, '', '46.135.15.7'),
(3, 2268, 0, 0, 1608570140, '', ''),
(3, 2269, 0, 0, 1608570803, '', ''),
(3, 2270, 0, 0, 1608570808, '', ''),
(3, 2271, 0, 0, 1608570808, '', ''),
(3, 2272, 0, 0, 1608570809, '', ''),
(3, 2273, 0, 0, 1608570809, '', ''),
(3, 2274, 0, 0, 1608570809, '', ''),
(3, 2275, 0, 0, 1608570810, '', ''),
(3, 2276, 0, 1, 1608570811, '', '78.136.133.119'),
(3, 2277, 0, 0, 1608570910, '', ''),
(3, 2278, 0, 0, 1608570912, '', ''),
(3, 2279, 0, 0, 1608570912, '', ''),
(3, 2280, 0, 0, 1608570912, '', ''),
(3, 2281, 0, 0, 1608570913, '', ''),
(3, 2282, 0, 0, 1608570913, '', ''),
(3, 2283, 0, 0, 1608570913, '', ''),
(3, 2284, 0, 0, 1608570914, '', ''),
(3, 2285, 0, 0, 1608571134, '', ''),
(3, 2286, 0, 0, 1608571135, '', ''),
(3, 2287, 0, 0, 1608571136, '', ''),
(3, 2288, 0, 0, 1608571137, '', ''),
(3, 2289, 0, 0, 1608571138, '', ''),
(3, 2290, 0, 0, 1608571138, '', ''),
(3, 2291, 1, 0, 1608571141, 'SMTP Error: The following recipients failed: ivakreslova@seznam.cz: System failure occured. Please r', ''),
(3, 2292, 0, 0, 1608571699, '', ''),
(3, 2293, 0, 0, 1608571701, '', ''),
(3, 2294, 0, 0, 1608571701, '', ''),
(3, 2295, 0, 0, 1608571701, '', ''),
(3, 2296, 0, 0, 1608571702, '', ''),
(3, 2297, 0, 0, 1608571702, '', ''),
(3, 2298, 0, 1, 1608571702, '', '94.230.159.18'),
(3, 2299, 0, 0, 1608571702, '', ''),
(3, 2300, 0, 0, 1608572354, '', ''),
(3, 2301, 0, 0, 1608572356, '', ''),
(3, 2302, 0, 0, 1608572356, '', ''),
(3, 2303, 0, 0, 1608572356, '', ''),
(3, 2304, 0, 0, 1608572357, '', ''),
(3, 2305, 0, 0, 1608572357, '', ''),
(3, 2306, 0, 1, 1608572357, '', '109.183.190.175'),
(3, 2307, 0, 0, 1608572357, '', ''),
(3, 2308, 0, 0, 1608573047, '', ''),
(3, 2309, 0, 0, 1608573049, '', ''),
(3, 2310, 0, 0, 1608573049, '', ''),
(3, 2311, 0, 0, 1608573049, '', ''),
(3, 2312, 0, 0, 1608573050, '', ''),
(3, 2313, 0, 0, 1608573050, '', ''),
(3, 2314, 0, 0, 1608573050, '', ''),
(3, 2315, 0, 0, 1608573050, '', ''),
(3, 2316, 0, 0, 1608573220, '', ''),
(3, 2317, 0, 0, 1608573222, '', ''),
(3, 2318, 0, 0, 1608573222, '', ''),
(3, 2319, 0, 0, 1608573222, '', ''),
(3, 2320, 0, 0, 1608573223, '', ''),
(3, 2321, 0, 1, 1608573223, '', '88.101.71.55'),
(3, 2322, 0, 0, 1608573223, '', ''),
(3, 2323, 0, 0, 1608573224, '', ''),
(3, 2324, 0, 0, 1608573587, '', ''),
(3, 2325, 0, 0, 1608573588, '', ''),
(3, 2326, 0, 0, 1608573589, '', ''),
(3, 2327, 0, 0, 1608573589, '', ''),
(3, 2328, 0, 0, 1608573590, '', ''),
(3, 2329, 0, 0, 1608573591, '', ''),
(3, 2330, 0, 0, 1608573591, '', ''),
(3, 2331, 0, 0, 1608573591, '', ''),
(3, 2332, 0, 0, 1608573866, '', ''),
(3, 2333, 0, 0, 1608573867, '', ''),
(3, 2334, 0, 0, 1608573868, '', ''),
(3, 2335, 0, 0, 1608573868, '', ''),
(3, 2336, 0, 0, 1608573869, '', ''),
(3, 2337, 0, 0, 1608573869, '', ''),
(3, 2338, 0, 0, 1608573869, '', ''),
(3, 2339, 0, 1, 1608573870, '', '46.135.65.5'),
(3, 2340, 0, 0, 1608574202, '', ''),
(3, 2341, 0, 2, 1608574204, '', '213.192.56.185'),
(3, 2342, 0, 0, 1608574204, '', ''),
(3, 2343, 0, 0, 1608574204, '', ''),
(3, 2344, 0, 0, 1608574205, '', ''),
(3, 2345, 0, 0, 1608574205, '', ''),
(3, 2346, 0, 0, 1608574205, '', ''),
(3, 2347, 0, 0, 1608574206, '', ''),
(3, 2348, 0, 0, 1608574474, '', ''),
(3, 2349, 0, 0, 1608574478, '', ''),
(3, 2350, 0, 0, 1608574478, '', ''),
(3, 2351, 0, 0, 1608574478, '', ''),
(3, 2352, 0, 0, 1608574479, '', ''),
(3, 2353, 0, 0, 1608574479, '', ''),
(3, 2354, 0, 0, 1608574479, '', ''),
(3, 2355, 0, 0, 1608574480, '', ''),
(3, 2356, 0, 0, 1608575659, '', ''),
(3, 2357, 0, 0, 1608575661, '', ''),
(3, 2358, 0, 0, 1608575661, '', ''),
(3, 2359, 0, 0, 1608575661, '', ''),
(3, 2360, 0, 0, 1608575662, '', ''),
(3, 2361, 0, 0, 1608575663, '', ''),
(3, 2362, 0, 0, 1608575665, '', ''),
(3, 2363, 0, 0, 1608575665, '', ''),
(3, 2364, 0, 0, 1608576048, '', ''),
(3, 2365, 0, 1, 1608576049, '', '37.188.189.240'),
(3, 2366, 0, 0, 1608576050, '', ''),
(3, 2367, 0, 0, 1608576050, '', ''),
(3, 2368, 0, 0, 1608576050, '', ''),
(3, 2369, 0, 0, 1608576051, '', ''),
(3, 2370, 0, 1, 1608576051, '', '31.30.169.171'),
(3, 2371, 0, 0, 1608576051, '', ''),
(3, 2372, 0, 0, 1608576535, '', ''),
(3, 2373, 0, 0, 1608576537, '', ''),
(3, 2374, 0, 0, 1608576538, '', ''),
(3, 2375, 0, 0, 1608576538, '', ''),
(3, 2376, 0, 0, 1608576538, '', ''),
(3, 2377, 0, 0, 1608576539, '', ''),
(3, 2378, 0, 0, 1608576539, '', ''),
(3, 2379, 0, 0, 1608576539, '', ''),
(3, 2380, 0, 0, 1608576818, '', ''),
(3, 2381, 0, 0, 1608576819, '', ''),
(3, 2382, 0, 0, 1608576819, '', ''),
(3, 2383, 0, 0, 1608576820, '', ''),
(3, 2384, 0, 0, 1608576820, '', ''),
(3, 2385, 0, 0, 1608576820, '', ''),
(3, 2386, 0, 0, 1608576821, '', ''),
(3, 2387, 0, 0, 1608576821, '', ''),
(3, 2388, 0, 0, 1608577294, '', ''),
(3, 2389, 0, 0, 1608577296, '', ''),
(3, 2390, 0, 0, 1608577301, '', ''),
(3, 2391, 0, 0, 1608577302, '', ''),
(3, 2392, 0, 0, 1608577303, '', ''),
(3, 2393, 0, 0, 1608577305, '', ''),
(3, 2394, 0, 0, 1608577306, '', ''),
(3, 2395, 0, 0, 1608577307, '', ''),
(3, 2396, 0, 0, 1608577416, '', ''),
(3, 2397, 0, 0, 1608577418, '', ''),
(3, 2398, 0, 0, 1608577418, '', ''),
(3, 2399, 0, 0, 1608577419, '', ''),
(3, 2400, 0, 0, 1608577419, '', ''),
(3, 2401, 0, 0, 1608577419, '', ''),
(3, 2402, 0, 0, 1608577421, '', ''),
(3, 2403, 0, 1, 1608577421, '', '195.250.139.214'),
(3, 2404, 0, 1, 1608578526, '', '37.188.244.138'),
(3, 2405, 0, 0, 1608578527, '', ''),
(3, 2406, 0, 0, 1608578528, '', ''),
(3, 2407, 0, 1, 1608578528, '', '185.78.13.73'),
(3, 2408, 0, 0, 1608578528, '', ''),
(3, 2409, 0, 0, 1608578529, '', ''),
(3, 2410, 0, 0, 1608578529, '', ''),
(3, 2411, 0, 0, 1608578530, '', ''),
(3, 2412, 0, 0, 1608578791, '', ''),
(3, 2413, 0, 0, 1608578792, '', ''),
(3, 2414, 0, 0, 1608578793, '', ''),
(3, 2415, 0, 0, 1608578794, '', ''),
(3, 2416, 0, 0, 1608578794, '', ''),
(3, 2417, 0, 0, 1608578795, '', ''),
(3, 2418, 0, 0, 1608578795, '', ''),
(3, 2419, 0, 0, 1608578795, '', ''),
(3, 2420, 0, 0, 1608579473, '', ''),
(3, 2421, 0, 2, 1608579475, '', '37.48.37.131'),
(3, 2422, 0, 0, 1608579477, '', ''),
(3, 2423, 0, 0, 1608579478, '', ''),
(3, 2424, 0, 0, 1608579478, '', ''),
(3, 2425, 0, 0, 1608579479, '', ''),
(3, 2426, 0, 0, 1608579480, '', ''),
(3, 2427, 0, 0, 1608579480, '', ''),
(3, 2428, 0, 0, 1608579769, '', ''),
(3, 2429, 0, 0, 1608579771, '', ''),
(3, 2430, 0, 0, 1608579771, '', ''),
(3, 2431, 0, 0, 1608579772, '', ''),
(3, 2432, 0, 0, 1608579772, '', ''),
(3, 2433, 0, 0, 1608579772, '', ''),
(3, 2434, 0, 0, 1608579773, '', ''),
(3, 2435, 0, 0, 1608579773, '', ''),
(3, 2436, 0, 0, 1608580892, '', ''),
(3, 2437, 0, 0, 1608580896, '', ''),
(3, 2438, 0, 0, 1608580897, '', ''),
(3, 2439, 0, 0, 1608580898, '', ''),
(3, 2440, 0, 0, 1608580898, '', ''),
(3, 2441, 0, 0, 1608580898, '', ''),
(3, 2442, 0, 0, 1608580899, '', ''),
(3, 2443, 0, 0, 1608580899, '', ''),
(3, 2444, 0, 0, 1608581028, '', ''),
(3, 2445, 0, 0, 1608581030, '', ''),
(3, 2446, 0, 0, 1608581030, '', ''),
(3, 2447, 0, 0, 1608581031, '', ''),
(3, 2448, 0, 0, 1608581031, '', ''),
(3, 2449, 0, 0, 1608581031, '', ''),
(3, 2450, 0, 0, 1608581032, '', ''),
(3, 2451, 0, 0, 1608581032, '', ''),
(3, 2452, 0, 0, 1608581621, '', ''),
(3, 2453, 0, 0, 1608581623, '', ''),
(3, 2454, 0, 0, 1608581624, '', ''),
(3, 2455, 0, 0, 1608581625, '', ''),
(3, 2456, 0, 0, 1608581625, '', ''),
(3, 2457, 0, 0, 1608581626, '', ''),
(3, 2458, 0, 0, 1608581627, '', ''),
(3, 2459, 0, 0, 1608581627, '', ''),
(3, 2460, 0, 0, 1608581981, '', ''),
(3, 2461, 0, 0, 1608581983, '', ''),
(3, 2462, 0, 0, 1608581983, '', ''),
(3, 2463, 0, 0, 1608581984, '', ''),
(3, 2464, 0, 0, 1608581984, '', ''),
(3, 2465, 0, 0, 1608581985, '', ''),
(3, 2466, 0, 0, 1608581985, '', ''),
(3, 2467, 0, 0, 1608581986, '', ''),
(3, 2468, 0, 0, 1608582581, '', ''),
(3, 2469, 0, 0, 1608582583, '', ''),
(3, 2470, 0, 0, 1608582584, '', ''),
(3, 2471, 0, 0, 1608582584, '', ''),
(3, 2472, 0, 0, 1608582584, '', ''),
(3, 2473, 0, 0, 1608582585, '', ''),
(3, 2474, 0, 0, 1608582585, '', ''),
(3, 2475, 0, 1, 1608582585, '', '94.142.238.29'),
(3, 2476, 0, 0, 1608583523, '', ''),
(3, 2477, 0, 0, 1608583525, '', ''),
(3, 2478, 0, 0, 1608583525, '', ''),
(3, 2479, 0, 0, 1608583526, '', ''),
(3, 2480, 0, 0, 1608583527, '', ''),
(3, 2481, 0, 0, 1608583528, '', ''),
(3, 2482, 0, 0, 1608583528, '', ''),
(3, 2483, 0, 0, 1608583529, '', ''),
(3, 2484, 0, 0, 1608583728, '', ''),
(3, 2485, 0, 0, 1608583730, '', ''),
(3, 2486, 0, 0, 1608583730, '', ''),
(3, 2487, 0, 0, 1608583730, '', ''),
(3, 2488, 0, 0, 1608583731, '', ''),
(3, 2489, 0, 0, 1608583731, '', ''),
(3, 2490, 0, 1, 1608583732, '', '78.99.213.94'),
(3, 2491, 0, 2, 1608583733, '', '94.198.41.134'),
(3, 2492, 0, 0, 1608584213, '', ''),
(3, 2493, 0, 0, 1608584214, '', ''),
(3, 2494, 0, 0, 1608584215, '', ''),
(3, 2495, 0, 0, 1608584215, '', ''),
(3, 2496, 0, 0, 1608584215, '', ''),
(3, 2497, 0, 0, 1608584216, '', ''),
(3, 2498, 0, 0, 1608584216, '', ''),
(3, 2499, 0, 1, 1608584216, '', '194.228.79.110'),
(3, 2500, 0, 0, 1608584397, '', ''),
(3, 2501, 0, 0, 1608584398, '', ''),
(3, 2502, 0, 0, 1608584399, '', ''),
(3, 2503, 0, 0, 1608584399, '', ''),
(3, 2504, 0, 0, 1608584400, '', ''),
(3, 2505, 0, 0, 1608584400, '', ''),
(3, 2506, 0, 0, 1608584400, '', ''),
(3, 2507, 0, 0, 1608584401, '', ''),
(3, 2508, 0, 0, 1608584694, '', ''),
(3, 2509, 0, 0, 1608584695, '', ''),
(3, 2510, 0, 0, 1608584696, '', ''),
(3, 2511, 0, 0, 1608584696, '', ''),
(3, 2512, 0, 0, 1608584697, '', ''),
(3, 2513, 0, 0, 1608584697, '', ''),
(3, 2514, 0, 0, 1608584697, '', ''),
(3, 2515, 0, 0, 1608584697, '', ''),
(3, 2516, 0, 0, 1608585473, '', ''),
(3, 2517, 0, 0, 1608585475, '', ''),
(3, 2518, 0, 0, 1608585475, '', ''),
(3, 2519, 0, 0, 1608585475, '', ''),
(3, 2520, 0, 1, 1608585476, '', '37.188.229.222'),
(3, 2521, 0, 0, 1608585476, '', ''),
(3, 2522, 0, 0, 1608585477, '', ''),
(3, 2523, 0, 0, 1608585477, '', ''),
(3, 2524, 0, 0, 1608585688, '', ''),
(3, 2525, 0, 0, 1608585691, '', ''),
(3, 2526, 0, 0, 1608585692, '', ''),
(3, 2527, 0, 0, 1608585693, '', ''),
(3, 2528, 0, 0, 1608585693, '', ''),
(3, 2529, 0, 0, 1608585693, '', ''),
(3, 2530, 0, 0, 1608585694, '', ''),
(3, 2531, 0, 0, 1608585694, '', ''),
(3, 2532, 0, 0, 1608585849, '', ''),
(3, 2533, 0, 0, 1608585850, '', ''),
(3, 2534, 0, 0, 1608585850, '', ''),
(3, 2535, 0, 0, 1608585851, '', ''),
(3, 2536, 0, 0, 1608585851, '', ''),
(3, 2537, 0, 0, 1608585851, '', ''),
(3, 2538, 0, 0, 1608585852, '', ''),
(3, 2539, 0, 1, 1608585852, '', '66.249.92.140'),
(3, 2540, 0, 0, 1608586369, '', ''),
(3, 2541, 0, 0, 1608586370, '', ''),
(3, 2542, 0, 1, 1608586371, '', '66.249.92.139'),
(3, 2543, 0, 0, 1608586371, '', ''),
(3, 2544, 0, 0, 1608586372, '', ''),
(3, 2545, 0, 0, 1608586374, '', ''),
(3, 2546, 0, 1, 1608586376, '', '46.135.76.107'),
(3, 2547, 0, 0, 1608586376, '', ''),
(3, 2548, 0, 0, 1608586411, '', ''),
(3, 2549, 0, 0, 1608586412, '', ''),
(3, 2550, 0, 0, 1608586413, '', ''),
(3, 2551, 0, 0, 1608586413, '', ''),
(3, 2552, 0, 0, 1608586414, '', ''),
(3, 2553, 0, 0, 1608586414, '', ''),
(3, 2554, 0, 1, 1608586415, '', '77.48.13.7'),
(3, 2555, 0, 0, 1608586415, '', ''),
(3, 2556, 0, 0, 1608586835, '', ''),
(3, 2557, 0, 0, 1608586836, '', ''),
(3, 2558, 0, 0, 1608586836, '', ''),
(3, 2559, 0, 0, 1608586838, '', ''),
(3, 2560, 0, 0, 1608586840, '', ''),
(3, 2561, 0, 0, 1608586840, '', ''),
(3, 2562, 0, 0, 1608586841, '', ''),
(3, 2563, 0, 0, 1608586842, '', ''),
(3, 2564, 0, 0, 1608587011, '', ''),
(3, 2565, 0, 0, 1608587012, '', ''),
(3, 2566, 0, 0, 1608587012, '', ''),
(3, 2567, 0, 0, 1608587012, '', ''),
(3, 2568, 0, 0, 1608587013, '', ''),
(3, 2569, 0, 0, 1608587013, '', ''),
(3, 2570, 0, 0, 1608587013, '', ''),
(3, 2571, 0, 1, 1608587013, '', '66.249.81.114'),
(3, 2572, 0, 0, 1608587309, '', ''),
(3, 2573, 0, 0, 1608587311, '', ''),
(3, 2574, 0, 0, 1608587312, '', ''),
(3, 2575, 0, 0, 1608587313, '', ''),
(3, 2576, 0, 0, 1608587313, '', ''),
(3, 2577, 0, 0, 1608587314, '', ''),
(3, 2578, 0, 1, 1608587314, '', '193.86.129.26'),
(3, 2579, 0, 1, 1608587315, '', '91.144.21.140'),
(3, 2580, 0, 0, 1608587738, '', ''),
(3, 2581, 0, 0, 1608587739, '', ''),
(3, 2582, 0, 0, 1608587740, '', ''),
(3, 2583, 0, 0, 1608587740, '', ''),
(3, 2584, 0, 0, 1608587740, '', ''),
(3, 2585, 0, 0, 1608587740, '', ''),
(3, 2586, 0, 0, 1608587741, '', ''),
(3, 2587, 0, 0, 1608587741, '', ''),
(3, 2588, 0, 0, 1608588538, '', ''),
(3, 2589, 0, 0, 1608588540, '', ''),
(3, 2590, 0, 0, 1608588540, '', ''),
(3, 2591, 0, 0, 1608588541, '', ''),
(3, 2592, 0, 0, 1608588541, '', ''),
(3, 2593, 0, 0, 1608588542, '', ''),
(3, 2594, 0, 0, 1608588542, '', ''),
(3, 2595, 0, 1, 1608588543, '', '185.14.233.243'),
(3, 2596, 0, 0, 1608589428, '', ''),
(3, 2597, 0, 0, 1608589431, '', ''),
(3, 2598, 0, 0, 1608589431, '', ''),
(3, 2599, 0, 0, 1608589432, '', ''),
(3, 2600, 0, 0, 1608589432, '', ''),
(3, 2601, 0, 0, 1608589432, '', ''),
(3, 2602, 0, 0, 1608589433, '', ''),
(3, 2603, 0, 0, 1608589433, '', ''),
(3, 2604, 0, 0, 1608590085, '', ''),
(3, 2605, 0, 0, 1608590087, '', ''),
(3, 2606, 0, 1, 1608590087, '', '81.0.216.65'),
(3, 2607, 0, 0, 1608590087, '', ''),
(3, 2608, 1, 0, 1608590089, 'The following From address failed: info@wapejets.com : MAIL FROM command failed,System failure occur', ''),
(3, 2609, 0, 0, 1608590384, '', ''),
(3, 2610, 0, 0, 1608590386, '', ''),
(3, 2611, 0, 0, 1608590386, '', ''),
(3, 2612, 0, 0, 1608590387, '', ''),
(3, 2613, 0, 0, 1608590387, '', ''),
(3, 2614, 0, 0, 1608590389, '', ''),
(3, 2615, 0, 0, 1608590389, '', ''),
(3, 2616, 0, 0, 1608590391, '', ''),
(3, 2617, 0, 0, 1608591066, '', ''),
(3, 2618, 0, 0, 1608591068, '', ''),
(3, 2619, 0, 0, 1608591070, '', ''),
(3, 2620, 0, 0, 1608591071, '', ''),
(3, 2621, 0, 0, 1608591072, '', ''),
(3, 2622, 0, 0, 1608591072, '', ''),
(3, 2623, 0, 0, 1608591073, '', ''),
(3, 2624, 0, 0, 1608591073, '', ''),
(3, 2625, 0, 0, 1608591286, '', ''),
(3, 2626, 0, 0, 1608591288, '', ''),
(3, 2627, 0, 0, 1608591288, '', ''),
(3, 2628, 0, 0, 1608591288, '', ''),
(3, 2629, 0, 0, 1608591288, '', ''),
(3, 2630, 0, 1, 1608591288, '', '109.107.211.250'),
(3, 2631, 0, 0, 1608591289, '', ''),
(3, 2632, 0, 1, 1608591289, '', '185.112.167.39'),
(3, 2633, 0, 0, 1608591905, '', ''),
(3, 2634, 0, 0, 1608591906, '', ''),
(3, 2635, 0, 0, 1608591907, '', ''),
(3, 2636, 0, 0, 1608591907, '', ''),
(3, 2637, 0, 0, 1608591907, '', ''),
(3, 2638, 0, 0, 1608591907, '', ''),
(3, 2639, 0, 0, 1608591908, '', ''),
(3, 2640, 0, 0, 1608591908, '', ''),
(3, 2641, 0, 0, 1608592534, '', ''),
(3, 2642, 0, 0, 1608592536, '', ''),
(3, 2643, 0, 0, 1608592536, '', ''),
(3, 2644, 0, 0, 1608592537, '', ''),
(3, 2645, 0, 0, 1608592537, '', ''),
(3, 2646, 0, 0, 1608592538, '', ''),
(3, 2647, 0, 0, 1608592538, '', ''),
(3, 2648, 0, 0, 1608592538, '', ''),
(3, 2649, 0, 0, 1608593644, '', ''),
(3, 2650, 0, 0, 1608593645, '', ''),
(3, 2651, 0, 0, 1608593645, '', ''),
(3, 2652, 0, 0, 1608593646, '', ''),
(3, 2653, 0, 0, 1608593646, '', ''),
(3, 2654, 0, 0, 1608593646, '', ''),
(3, 2655, 0, 0, 1608593647, '', ''),
(3, 2656, 0, 1, 1608593647, '', '77.75.78.82'),
(3, 2657, 0, 0, 1608593973, '', ''),
(3, 2658, 0, 0, 1608593974, '', ''),
(3, 2659, 0, 0, 1608593974, '', ''),
(3, 2660, 0, 0, 1608593975, '', ''),
(3, 2661, 0, 0, 1608593975, '', ''),
(3, 2662, 0, 0, 1608593976, '', ''),
(3, 2663, 0, 0, 1608593976, '', ''),
(3, 2664, 0, 0, 1608593977, '', ''),
(3, 2665, 0, 0, 1608594566, '', ''),
(3, 2666, 0, 1, 1608594570, '', '80.188.37.250'),
(3, 2667, 0, 0, 1608594570, '', ''),
(3, 2668, 0, 0, 1608594571, '', ''),
(3, 2669, 0, 0, 1608594571, '', ''),
(3, 2670, 0, 0, 1608594571, '', ''),
(3, 2671, 0, 0, 1608594572, '', ''),
(3, 2672, 0, 0, 1608594573, '', ''),
(3, 2673, 0, 0, 1608594863, '', ''),
(3, 2674, 0, 0, 1608594864, '', ''),
(3, 2675, 0, 0, 1608594865, '', ''),
(3, 2676, 0, 1, 1608594865, '', '212.47.19.18'),
(3, 2677, 0, 0, 1608594865, '', ''),
(3, 2678, 0, 0, 1608594866, '', ''),
(3, 2679, 0, 0, 1608594866, '', ''),
(3, 2680, 0, 0, 1608594867, '', ''),
(3, 2681, 0, 0, 1608595796, '', ''),
(3, 2682, 0, 0, 1608595798, '', ''),
(3, 2683, 0, 1, 1608595798, '', '178.209.136.177'),
(3, 2684, 0, 0, 1608595799, '', ''),
(3, 2685, 0, 0, 1608595799, '', ''),
(3, 2686, 0, 1, 1608595799, '', '66.249.92.139'),
(3, 2687, 0, 0, 1608595800, '', ''),
(3, 2688, 0, 0, 1608595800, '', ''),
(3, 2689, 0, 0, 1608596182, '', ''),
(3, 2690, 0, 0, 1608596184, '', ''),
(3, 2691, 0, 0, 1608596184, '', ''),
(3, 2692, 0, 0, 1608596184, '', ''),
(3, 2693, 0, 0, 1608596185, '', ''),
(3, 2694, 0, 0, 1608596185, '', ''),
(3, 2695, 0, 0, 1608596185, '', ''),
(3, 2696, 0, 0, 1608596185, '', ''),
(3, 2697, 0, 0, 1608596343, '', ''),
(3, 2698, 0, 0, 1608596345, '', ''),
(3, 2699, 0, 0, 1608596345, '', ''),
(3, 2700, 0, 0, 1608596345, '', ''),
(3, 2701, 0, 0, 1608596346, '', ''),
(3, 2702, 0, 0, 1608596346, '', ''),
(3, 2703, 0, 0, 1608596347, '', ''),
(3, 2704, 0, 1, 1608596347, '', '37.188.247.236'),
(3, 2705, 0, 0, 1608597421, '', ''),
(3, 2706, 0, 0, 1608597422, '', ''),
(3, 2707, 0, 0, 1608597423, '', '');
INSERT INTO `wp_newsletter_sent` (`email_id`, `user_id`, `status`, `open`, `time`, `error`, `ip`) VALUES
(3, 2708, 0, 0, 1608597423, '', ''),
(3, 2709, 0, 0, 1608597424, '', ''),
(3, 2710, 0, 0, 1608597424, '', ''),
(3, 2711, 0, 0, 1608597424, '', ''),
(3, 2712, 0, 0, 1608597425, '', ''),
(3, 2713, 0, 0, 1608597622, '', ''),
(3, 2714, 0, 0, 1608597623, '', ''),
(3, 2715, 0, 0, 1608597624, '', ''),
(3, 2716, 0, 0, 1608597624, '', ''),
(3, 2717, 0, 0, 1608597625, '', ''),
(3, 2718, 0, 0, 1608597625, '', ''),
(3, 2719, 0, 0, 1608597626, '', ''),
(3, 2720, 0, 0, 1608597626, '', ''),
(3, 2721, 0, 0, 1608598182, '', ''),
(3, 2722, 1, 0, 1608598184, 'You must provide at least one recipient email address.', ''),
(3, 2723, 0, 0, 1608598474, '', ''),
(3, 2724, 0, 0, 1608598475, '', ''),
(3, 2725, 0, 0, 1608598476, '', ''),
(3, 2726, 0, 0, 1608598476, '', ''),
(3, 2727, 0, 0, 1608598476, '', ''),
(3, 2728, 0, 1, 1608598477, '', '89.233.144.101'),
(3, 2729, 0, 0, 1608598477, '', ''),
(3, 2730, 0, 0, 1608598478, '', ''),
(3, 2731, 0, 0, 1608598764, '', ''),
(3, 2732, 0, 0, 1608598767, '', ''),
(3, 2733, 0, 0, 1608598767, '', ''),
(3, 2734, 0, 0, 1608598768, '', ''),
(3, 2735, 0, 0, 1608598768, '', ''),
(3, 2736, 0, 0, 1608598769, '', ''),
(3, 2737, 0, 0, 1608598771, '', ''),
(3, 2738, 0, 1, 1608598772, '', '90.178.175.192'),
(3, 2739, 0, 0, 1608599040, '', ''),
(3, 2740, 0, 0, 1608599042, '', ''),
(3, 2741, 0, 1, 1608599044, '', '178.255.168.134'),
(3, 2742, 1, 0, 1608599050, 'The following From address failed: info@wapejets.com : MAIL FROM command failed,System failure occur', ''),
(3, 2743, 0, 0, 1608599510, '', ''),
(3, 2744, 0, 1, 1608599512, '', '94.113.156.132'),
(3, 2745, 0, 0, 1608599512, '', ''),
(3, 2746, 0, 0, 1608599512, '', ''),
(3, 2747, 0, 0, 1608599512, '', ''),
(3, 2748, 0, 0, 1608599513, '', ''),
(3, 2749, 0, 1, 1608599513, '', '90.177.171.32'),
(3, 2750, 0, 0, 1608599513, '', ''),
(3, 2751, 0, 0, 1608599618, '', ''),
(3, 2752, 0, 0, 1608599619, '', ''),
(3, 2753, 0, 0, 1608599620, '', ''),
(3, 2754, 0, 0, 1608599621, '', ''),
(3, 2755, 0, 0, 1608599622, '', ''),
(3, 2756, 0, 0, 1608599622, '', ''),
(3, 2757, 0, 0, 1608599623, '', ''),
(3, 2758, 0, 0, 1608599623, '', ''),
(3, 2759, 0, 0, 1608599991, '', ''),
(3, 2760, 0, 0, 1608599992, '', ''),
(3, 2761, 0, 0, 1608599993, '', ''),
(3, 2762, 0, 0, 1608599994, '', ''),
(3, 2763, 0, 0, 1608599994, '', ''),
(3, 2764, 0, 0, 1608599995, '', ''),
(3, 2765, 0, 0, 1608599996, '', ''),
(3, 2766, 0, 0, 1608599998, '', ''),
(3, 2767, 0, 0, 1608600379, '', ''),
(3, 2768, 0, 0, 1608600381, '', ''),
(3, 2769, 0, 1, 1608600381, '', '194.228.20.196'),
(3, 2770, 0, 1, 1608600381, '', '46.135.18.214'),
(3, 2771, 0, 1, 1608600382, '', '109.183.21.42'),
(3, 2772, 0, 0, 1608600382, '', ''),
(3, 2773, 0, 0, 1608600382, '', ''),
(3, 2774, 0, 0, 1608600382, '', ''),
(3, 2775, 0, 0, 1608601634, '', ''),
(3, 2776, 0, 0, 1608601635, '', ''),
(3, 2777, 0, 0, 1608601636, '', ''),
(3, 2778, 0, 1, 1608601637, '', '90.180.95.222'),
(3, 2779, 0, 0, 1608601638, '', ''),
(3, 2780, 0, 0, 1608601639, '', ''),
(3, 2781, 0, 0, 1608601639, '', ''),
(3, 2782, 0, 0, 1608601640, '', ''),
(3, 2783, 0, 0, 1608602421, '', ''),
(3, 2784, 0, 0, 1608602425, '', ''),
(3, 2785, 0, 0, 1608602426, '', ''),
(3, 2786, 0, 0, 1608602427, '', ''),
(3, 2787, 0, 0, 1608602427, '', ''),
(3, 2788, 0, 0, 1608602428, '', ''),
(3, 2789, 0, 0, 1608602428, '', ''),
(3, 2790, 0, 0, 1608602429, '', ''),
(3, 2791, 0, 0, 1608603071, '', ''),
(3, 2792, 0, 0, 1608603073, '', ''),
(3, 2793, 0, 0, 1608603073, '', ''),
(3, 2794, 0, 0, 1608603073, '', ''),
(3, 2795, 0, 0, 1608603073, '', ''),
(3, 2796, 0, 0, 1608603074, '', ''),
(3, 2797, 0, 0, 1608603074, '', ''),
(3, 2798, 0, 0, 1608603074, '', ''),
(3, 2799, 1, 0, 1608603541, 'SMTP Error: The following recipients failed: alenanordin@seznam.cz: System failure occured. Please r', ''),
(3, 2800, 0, 0, 1608605355, '', ''),
(3, 2801, 0, 0, 1608605358, '', ''),
(3, 2802, 0, 0, 1608605359, '', ''),
(3, 2803, 0, 0, 1608605359, '', ''),
(3, 2804, 0, 0, 1608605359, '', ''),
(3, 2805, 0, 0, 1608605360, '', ''),
(3, 2806, 0, 0, 1608605360, '', ''),
(3, 2807, 0, 0, 1608605360, '', ''),
(3, 2808, 0, 0, 1608605715, '', ''),
(3, 2809, 0, 0, 1608605716, '', ''),
(3, 2810, 0, 0, 1608605717, '', ''),
(3, 2811, 0, 0, 1608605717, '', ''),
(3, 2812, 0, 0, 1608605718, '', ''),
(3, 2813, 0, 0, 1608605718, '', ''),
(3, 2814, 0, 0, 1608605718, '', ''),
(3, 2815, 0, 0, 1608605718, '', ''),
(3, 2816, 0, 0, 1608606522, '', ''),
(3, 2817, 0, 0, 1608606524, '', ''),
(3, 2818, 0, 0, 1608606525, '', ''),
(3, 2819, 0, 0, 1608606525, '', ''),
(3, 2820, 0, 0, 1608606525, '', ''),
(3, 2821, 0, 0, 1608606526, '', ''),
(3, 2822, 0, 0, 1608606526, '', ''),
(3, 2823, 0, 0, 1608606526, '', ''),
(3, 2824, 0, 0, 1608607533, '', ''),
(3, 2825, 0, 0, 1608607535, '', ''),
(3, 2826, 0, 0, 1608607535, '', ''),
(3, 2827, 0, 0, 1608607535, '', ''),
(3, 2828, 0, 0, 1608607536, '', ''),
(3, 2829, 0, 0, 1608607536, '', ''),
(3, 2830, 0, 0, 1608607536, '', ''),
(3, 2831, 0, 0, 1608607536, '', ''),
(3, 2832, 0, 0, 1608607720, '', ''),
(3, 2833, 0, 0, 1608607721, '', ''),
(3, 2834, 0, 0, 1608607722, '', ''),
(3, 2835, 0, 0, 1608607722, '', ''),
(3, 2836, 0, 1, 1608607723, '', '46.135.106.18'),
(3, 2837, 0, 0, 1608607723, '', ''),
(3, 2838, 0, 0, 1608607724, '', ''),
(3, 2839, 0, 0, 1608607725, '', ''),
(3, 2840, 0, 0, 1608608276, '', ''),
(3, 2841, 0, 0, 1608608277, '', ''),
(3, 2842, 0, 0, 1608608277, '', ''),
(3, 2843, 0, 0, 1608608278, '', ''),
(3, 2844, 0, 0, 1608608278, '', ''),
(3, 2845, 0, 0, 1608608278, '', ''),
(3, 2846, 0, 0, 1608608279, '', ''),
(3, 2847, 0, 0, 1608608279, '', ''),
(3, 2848, 0, 0, 1608609269, '', ''),
(3, 2849, 0, 0, 1608609270, '', ''),
(3, 2850, 0, 0, 1608609271, '', ''),
(3, 2851, 0, 0, 1608609271, '', ''),
(3, 2852, 0, 1, 1608609271, '', '66.249.92.140'),
(3, 2853, 0, 0, 1608609272, '', ''),
(3, 2854, 0, 0, 1608609272, '', ''),
(3, 2855, 0, 0, 1608609272, '', ''),
(3, 2856, 0, 0, 1608610004, '', ''),
(3, 2857, 0, 0, 1608610005, '', ''),
(3, 2858, 0, 0, 1608610006, '', ''),
(3, 2859, 0, 0, 1608610006, '', ''),
(3, 2860, 0, 0, 1608610006, '', ''),
(3, 2861, 0, 0, 1608610006, '', ''),
(3, 2862, 0, 0, 1608610007, '', ''),
(3, 2863, 0, 1, 1608610007, '', '78.156.49.76'),
(3, 2864, 0, 0, 1608611031, '', ''),
(3, 2865, 0, 1, 1608611032, '', '90.179.159.42'),
(3, 2866, 0, 0, 1608611033, '', ''),
(3, 2867, 0, 0, 1608611033, '', ''),
(3, 2868, 0, 0, 1608611033, '', ''),
(3, 2869, 0, 0, 1608611033, '', ''),
(3, 2870, 0, 0, 1608611034, '', ''),
(3, 2871, 0, 0, 1608611034, '', ''),
(3, 2872, 0, 0, 1608612116, '', ''),
(3, 2873, 0, 0, 1608612117, '', ''),
(3, 2874, 0, 0, 1608612118, '', ''),
(3, 2875, 0, 0, 1608612118, '', ''),
(3, 2876, 0, 1, 1608612118, '', '84.42.233.163'),
(3, 2877, 0, 0, 1608612118, '', ''),
(3, 2878, 0, 0, 1608612119, '', ''),
(3, 2879, 0, 0, 1608612119, '', ''),
(3, 2880, 0, 0, 1608612963, '', ''),
(3, 2881, 0, 0, 1608612964, '', ''),
(3, 2882, 0, 0, 1608612965, '', ''),
(3, 2883, 0, 0, 1608612965, '', ''),
(3, 2884, 0, 0, 1608612965, '', ''),
(3, 2885, 0, 0, 1608612965, '', ''),
(3, 2886, 0, 0, 1608612965, '', ''),
(3, 2887, 0, 0, 1608612966, '', ''),
(3, 2888, 0, 0, 1608613265, '', ''),
(3, 2889, 0, 0, 1608613266, '', ''),
(3, 2890, 0, 0, 1608613266, '', ''),
(3, 2891, 0, 0, 1608613266, '', ''),
(3, 2892, 0, 0, 1608613267, '', ''),
(3, 2893, 0, 0, 1608613267, '', ''),
(3, 2894, 0, 0, 1608613267, '', ''),
(3, 2895, 0, 0, 1608613267, '', ''),
(3, 2896, 0, 0, 1608613710, '', ''),
(3, 2897, 0, 0, 1608613713, '', ''),
(3, 2898, 0, 0, 1608613714, '', ''),
(3, 2899, 0, 0, 1608613714, '', ''),
(3, 2900, 0, 0, 1608613714, '', ''),
(3, 2901, 0, 0, 1608613715, '', ''),
(3, 2902, 0, 0, 1608613715, '', ''),
(3, 2903, 0, 0, 1608613715, '', ''),
(3, 2904, 0, 0, 1608614128, '', ''),
(3, 2905, 0, 0, 1608614129, '', ''),
(3, 2906, 0, 0, 1608614130, '', ''),
(3, 2907, 0, 0, 1608614130, '', ''),
(3, 2908, 0, 0, 1608614130, '', ''),
(3, 2909, 0, 0, 1608614130, '', ''),
(3, 2910, 0, 0, 1608614131, '', ''),
(3, 2911, 0, 1, 1608614131, '', '193.165.126.162'),
(3, 2912, 0, 0, 1608614348, '', ''),
(3, 2913, 0, 0, 1608614349, '', ''),
(3, 2914, 0, 1, 1608614349, '', '37.188.226.22'),
(3, 2915, 0, 0, 1608614350, '', ''),
(3, 2916, 0, 0, 1608614350, '', ''),
(3, 2917, 0, 0, 1608614350, '', ''),
(3, 2918, 0, 0, 1608614350, '', ''),
(3, 2919, 0, 0, 1608614351, '', ''),
(3, 2920, 0, 0, 1608614797, '', ''),
(3, 2921, 0, 0, 1608614799, '', ''),
(3, 2922, 0, 0, 1608614799, '', ''),
(3, 2923, 0, 0, 1608614800, '', ''),
(3, 2924, 0, 0, 1608614800, '', ''),
(3, 2925, 0, 0, 1608614801, '', ''),
(3, 2926, 0, 0, 1608614801, '', ''),
(3, 2927, 0, 0, 1608614802, '', ''),
(3, 2928, 0, 0, 1608614915, '', ''),
(3, 2929, 0, 1, 1608614916, '', '88.103.230.58'),
(3, 2930, 0, 0, 1608614916, '', ''),
(3, 2931, 0, 0, 1608614916, '', ''),
(3, 2932, 0, 1, 1608614917, '', '66.249.81.116'),
(3, 2933, 0, 0, 1608614917, '', ''),
(3, 2934, 0, 0, 1608614917, '', ''),
(3, 2935, 0, 0, 1608614918, '', ''),
(3, 2936, 0, 0, 1608615549, '', ''),
(3, 2937, 0, 0, 1608615550, '', ''),
(3, 2938, 0, 0, 1608615551, '', ''),
(3, 2939, 0, 0, 1608615551, '', ''),
(3, 2940, 0, 1, 1608615551, '', '94.142.236.14'),
(3, 2941, 0, 0, 1608615551, '', ''),
(3, 2942, 0, 0, 1608615552, '', ''),
(3, 2943, 0, 0, 1608615552, '', ''),
(3, 2944, 0, 1, 1608615904, '', '178.255.174.137'),
(3, 2945, 0, 0, 1608615906, '', ''),
(3, 2946, 0, 0, 1608615906, '', ''),
(3, 2947, 0, 0, 1608615906, '', ''),
(3, 2948, 0, 0, 1608615907, '', ''),
(3, 2949, 0, 2, 1608615907, '', '88.103.226.86'),
(3, 2950, 0, 0, 1608615907, '', ''),
(3, 2951, 0, 0, 1608615908, '', ''),
(3, 2952, 0, 0, 1608616302, '', ''),
(3, 2953, 0, 0, 1608616303, '', ''),
(3, 2954, 0, 0, 1608616304, '', ''),
(3, 2955, 0, 0, 1608616304, '', ''),
(3, 2956, 0, 0, 1608616304, '', ''),
(3, 2957, 0, 0, 1608616304, '', ''),
(3, 2958, 0, 0, 1608616305, '', ''),
(3, 2959, 0, 0, 1608616305, '', ''),
(3, 2960, 0, 0, 1608616505, '', ''),
(3, 2961, 0, 0, 1608616506, '', ''),
(3, 2962, 0, 0, 1608616507, '', ''),
(3, 2963, 0, 0, 1608616508, '', ''),
(3, 2964, 0, 0, 1608616508, '', ''),
(3, 2965, 0, 0, 1608616509, '', ''),
(3, 2966, 0, 0, 1608616509, '', ''),
(3, 2967, 0, 0, 1608616510, '', ''),
(3, 2968, 0, 0, 1608617364, '', ''),
(3, 2969, 0, 0, 1608617366, '', ''),
(3, 2970, 0, 0, 1608617366, '', ''),
(3, 2971, 0, 0, 1608617366, '', ''),
(3, 2972, 0, 0, 1608617367, '', ''),
(3, 2973, 0, 0, 1608617367, '', ''),
(3, 2974, 0, 0, 1608617367, '', ''),
(3, 2975, 0, 0, 1608617367, '', ''),
(3, 2976, 0, 0, 1608617628, '', ''),
(3, 2977, 0, 0, 1608617630, '', ''),
(3, 2978, 0, 0, 1608617630, '', ''),
(3, 2979, 0, 1, 1608617631, '', '178.20.142.180'),
(3, 2980, 0, 0, 1608617631, '', ''),
(3, 2981, 0, 0, 1608617631, '', ''),
(3, 2982, 0, 0, 1608617632, '', ''),
(3, 2983, 0, 0, 1608617632, '', ''),
(3, 2984, 0, 0, 1608618257, '', ''),
(3, 2985, 0, 0, 1608618258, '', ''),
(3, 2986, 0, 0, 1608618258, '', ''),
(3, 2987, 0, 0, 1608618258, '', ''),
(3, 2988, 0, 1, 1608618259, '', '93.153.65.34'),
(3, 2989, 0, 0, 1608618259, '', ''),
(3, 2990, 0, 0, 1608618259, '', ''),
(3, 2991, 0, 0, 1608618260, '', ''),
(3, 2992, 0, 0, 1608618719, '', ''),
(3, 2993, 0, 0, 1608618721, '', ''),
(3, 2994, 0, 0, 1608618721, '', ''),
(3, 2995, 0, 0, 1608618721, '', ''),
(3, 2996, 0, 0, 1608618722, '', ''),
(3, 2997, 0, 1, 1608618722, '', '45.132.227.131'),
(3, 2998, 0, 0, 1608618722, '', ''),
(3, 2999, 0, 0, 1608618722, '', ''),
(3, 3000, 0, 0, 1608619069, '', ''),
(3, 3001, 0, 2, 1608619070, '', '85.70.194.113'),
(3, 3002, 0, 0, 1608619070, '', ''),
(3, 3003, 0, 0, 1608619071, '', ''),
(3, 3004, 0, 0, 1608619071, '', ''),
(3, 3005, 0, 0, 1608619071, '', ''),
(3, 3006, 0, 0, 1608619071, '', ''),
(3, 3007, 0, 0, 1608619072, '', ''),
(3, 3008, 0, 0, 1608619291, '', ''),
(3, 3009, 0, 0, 1608619292, '', ''),
(3, 3010, 0, 1, 1608619292, '', '194.154.241.75'),
(3, 3011, 0, 0, 1608619293, '', ''),
(3, 3012, 0, 0, 1608619293, '', ''),
(3, 3013, 0, 0, 1608619293, '', ''),
(3, 3014, 0, 1, 1608619294, '', '37.188.182.12'),
(3, 3015, 0, 0, 1608619294, '', ''),
(3, 3016, 0, 0, 1608619470, '', ''),
(3, 3017, 0, 0, 1608619472, '', ''),
(3, 3018, 0, 0, 1608619472, '', ''),
(3, 3019, 0, 0, 1608619472, '', ''),
(3, 3020, 0, 0, 1608619473, '', ''),
(3, 3021, 0, 2, 1608619473, '', '184.72.73.166'),
(3, 3022, 0, 0, 1608619473, '', ''),
(3, 3023, 0, 0, 1608619474, '', ''),
(3, 3024, 0, 0, 1608619877, '', ''),
(3, 3025, 0, 0, 1608619878, '', ''),
(3, 3026, 0, 0, 1608619879, '', ''),
(3, 3027, 0, 0, 1608619879, '', ''),
(3, 3028, 0, 0, 1608619879, '', ''),
(3, 3029, 0, 0, 1608619880, '', ''),
(3, 3030, 0, 0, 1608619880, '', ''),
(3, 3031, 0, 0, 1608619880, '', ''),
(3, 3032, 0, 0, 1608620171, '', ''),
(3, 3033, 0, 0, 1608620172, '', ''),
(3, 3034, 0, 0, 1608620173, '', ''),
(3, 3035, 0, 0, 1608620173, '', ''),
(3, 3036, 0, 0, 1608620173, '', ''),
(3, 3037, 0, 1, 1608620173, '', '66.249.81.112'),
(3, 3038, 0, 1, 1608620174, '', '88.103.235.35'),
(3, 3039, 0, 0, 1608620174, '', ''),
(3, 3040, 0, 0, 1608620413, '', ''),
(3, 3041, 0, 0, 1608620414, '', ''),
(3, 3042, 0, 0, 1608620415, '', ''),
(3, 3043, 0, 0, 1608620415, '', ''),
(3, 3044, 0, 0, 1608620415, '', ''),
(3, 3045, 0, 0, 1608620415, '', ''),
(3, 3046, 0, 0, 1608620415, '', ''),
(3, 3047, 0, 0, 1608620416, '', ''),
(3, 3048, 0, 1, 1608620917, '', '37.48.58.196'),
(3, 3049, 0, 0, 1608620918, '', ''),
(3, 3050, 0, 0, 1608620919, '', ''),
(3, 3051, 0, 0, 1608620919, '', ''),
(3, 3052, 0, 0, 1608620919, '', ''),
(3, 3053, 0, 0, 1608620920, '', ''),
(3, 3054, 0, 0, 1608620920, '', ''),
(3, 3055, 0, 0, 1608620920, '', ''),
(3, 3056, 0, 0, 1608621278, '', ''),
(3, 3057, 0, 0, 1608621280, '', ''),
(3, 3058, 0, 0, 1608621280, '', ''),
(3, 3059, 0, 1, 1608621280, '', '185.15.109.18'),
(3, 3060, 0, 1, 1608621281, '', '66.249.92.139'),
(3, 3061, 0, 0, 1608621281, '', ''),
(3, 3062, 0, 0, 1608621281, '', ''),
(3, 3063, 0, 1, 1608621281, '', '46.135.88.41'),
(3, 3064, 0, 0, 1608621735, '', ''),
(3, 3065, 0, 0, 1608621736, '', ''),
(3, 3066, 0, 0, 1608621736, '', ''),
(3, 3067, 0, 1, 1608621737, '', '37.188.235.120'),
(3, 3068, 0, 0, 1608621737, '', ''),
(3, 3069, 0, 0, 1608621737, '', ''),
(3, 3070, 0, 0, 1608621738, '', ''),
(3, 3071, 0, 0, 1608621738, '', ''),
(3, 3072, 0, 0, 1608621919, '', ''),
(3, 3073, 0, 0, 1608621921, '', ''),
(3, 3074, 0, 0, 1608621921, '', ''),
(3, 3075, 0, 0, 1608621922, '', ''),
(3, 3076, 0, 0, 1608621923, '', ''),
(3, 3077, 0, 0, 1608621924, '', ''),
(3, 3078, 0, 1, 1608621925, '', '37.188.157.139'),
(3, 3079, 0, 0, 1608621926, '', ''),
(3, 3080, 0, 1, 1608622364, '', '66.249.92.140'),
(3, 3081, 0, 0, 1608622365, '', ''),
(3, 3082, 0, 0, 1608622365, '', ''),
(3, 3083, 0, 1, 1608622365, '', '188.121.176.100'),
(3, 3084, 0, 0, 1608622366, '', ''),
(3, 3085, 0, 0, 1608622366, '', ''),
(3, 3086, 0, 0, 1608622366, '', ''),
(3, 3087, 0, 0, 1608622366, '', ''),
(3, 3088, 0, 0, 1608622966, '', ''),
(3, 3089, 0, 0, 1608622967, '', ''),
(3, 3090, 0, 0, 1608622968, '', ''),
(3, 3091, 0, 0, 1608622968, '', ''),
(3, 3092, 0, 0, 1608622968, '', ''),
(3, 3093, 0, 0, 1608622969, '', ''),
(3, 3094, 0, 0, 1608622969, '', ''),
(3, 3095, 0, 0, 1608622969, '', ''),
(3, 3096, 0, 0, 1608623234, '', ''),
(3, 3097, 0, 0, 1608623236, '', ''),
(3, 3098, 0, 0, 1608623236, '', ''),
(3, 3099, 0, 0, 1608623237, '', ''),
(3, 3100, 0, 0, 1608623237, '', ''),
(3, 3101, 0, 0, 1608623237, '', ''),
(3, 3102, 0, 0, 1608623237, '', ''),
(3, 3103, 0, 0, 1608623238, '', ''),
(3, 3104, 0, 0, 1608623313, '', ''),
(3, 3105, 0, 0, 1608623315, '', ''),
(3, 3106, 0, 0, 1608623315, '', ''),
(3, 3107, 0, 0, 1608623315, '', ''),
(3, 3108, 0, 0, 1608623316, '', ''),
(3, 3109, 0, 0, 1608623316, '', ''),
(3, 3110, 0, 0, 1608623316, '', ''),
(3, 3111, 0, 0, 1608623317, '', ''),
(3, 3112, 0, 1, 1608623614, '', '46.135.13.134'),
(3, 3113, 0, 0, 1608623615, '', ''),
(3, 3114, 0, 0, 1608623615, '', ''),
(3, 3115, 0, 0, 1608623616, '', ''),
(3, 3116, 0, 0, 1608623616, '', ''),
(3, 3117, 0, 0, 1608623616, '', ''),
(3, 3118, 0, 0, 1608623616, '', ''),
(3, 3119, 0, 0, 1608623617, '', ''),
(3, 3120, 0, 0, 1608623952, '', ''),
(3, 3121, 0, 0, 1608623953, '', ''),
(3, 3122, 0, 0, 1608623954, '', ''),
(3, 3123, 0, 0, 1608623954, '', ''),
(3, 3124, 0, 0, 1608623954, '', ''),
(3, 3125, 0, 0, 1608623955, '', ''),
(3, 3126, 0, 0, 1608623955, '', ''),
(3, 3127, 0, 0, 1608623955, '', ''),
(3, 3128, 0, 0, 1608624848, '', ''),
(3, 3129, 0, 1, 1608624849, '', '90.182.65.47'),
(3, 3130, 0, 0, 1608624850, '', ''),
(3, 3131, 0, 1, 1608624850, '', '66.249.81.112'),
(3, 3132, 0, 0, 1608624850, '', ''),
(3, 3133, 0, 0, 1608624850, '', ''),
(3, 3134, 0, 0, 1608624851, '', ''),
(3, 3135, 0, 0, 1608624851, '', ''),
(3, 3136, 0, 0, 1608625531, '', ''),
(3, 3137, 0, 1, 1608625533, '', '185.21.222.14'),
(3, 3138, 0, 0, 1608625533, '', ''),
(3, 3139, 0, 0, 1608625533, '', ''),
(3, 3140, 0, 0, 1608625534, '', ''),
(3, 3141, 0, 0, 1608625534, '', ''),
(3, 3142, 0, 0, 1608625534, '', ''),
(3, 3143, 0, 0, 1608625535, '', ''),
(3, 3144, 0, 0, 1608625799, '', ''),
(3, 3145, 0, 0, 1608625800, '', ''),
(3, 3146, 0, 0, 1608625801, '', ''),
(3, 3147, 0, 0, 1608625801, '', ''),
(3, 3148, 0, 0, 1608625801, '', ''),
(3, 3149, 0, 0, 1608625801, '', ''),
(3, 3150, 0, 0, 1608625802, '', ''),
(3, 3151, 0, 0, 1608625802, '', ''),
(3, 3152, 0, 1, 1608626027, '', '178.255.168.37'),
(3, 3153, 0, 0, 1608626031, '', ''),
(3, 3154, 0, 0, 1608626032, '', ''),
(3, 3155, 0, 0, 1608626032, '', ''),
(3, 3156, 0, 0, 1608626033, '', ''),
(3, 3157, 0, 1, 1608626033, '', '66.249.92.140'),
(3, 3158, 0, 1, 1608626034, '', '91.139.94.77'),
(3, 3159, 0, 0, 1608626034, '', ''),
(3, 3160, 0, 0, 1608626316, '', ''),
(3, 3161, 0, 0, 1608626318, '', ''),
(3, 3162, 0, 0, 1608626318, '', ''),
(3, 3163, 0, 1, 1608626318, '', '176.97.14.155'),
(3, 3164, 0, 0, 1608626318, '', ''),
(3, 3165, 0, 0, 1608626319, '', ''),
(3, 3166, 0, 0, 1608626319, '', ''),
(3, 3167, 0, 0, 1608626319, '', ''),
(3, 3168, 0, 0, 1608627236, '', ''),
(3, 3169, 0, 0, 1608627237, '', ''),
(3, 3170, 0, 0, 1608627238, '', ''),
(3, 3171, 0, 0, 1608627238, '', ''),
(3, 3172, 0, 0, 1608627238, '', ''),
(3, 3173, 0, 0, 1608627238, '', ''),
(3, 3174, 0, 0, 1608627239, '', ''),
(3, 3175, 0, 0, 1608627239, '', ''),
(3, 3176, 0, 0, 1608627613, '', ''),
(3, 3177, 0, 0, 1608627614, '', ''),
(3, 3178, 0, 0, 1608627614, '', ''),
(3, 3179, 0, 0, 1608627615, '', ''),
(3, 3180, 0, 0, 1608627615, '', ''),
(3, 3181, 0, 0, 1608627616, '', ''),
(3, 3182, 0, 0, 1608627616, '', ''),
(3, 3183, 0, 0, 1608627616, '', ''),
(3, 3184, 0, 0, 1608627889, '', ''),
(3, 3185, 0, 0, 1608627891, '', ''),
(3, 3186, 0, 0, 1608627891, '', ''),
(3, 3187, 0, 0, 1608627891, '', ''),
(3, 3188, 0, 0, 1608627892, '', ''),
(3, 3189, 0, 0, 1608627892, '', ''),
(3, 3190, 0, 0, 1608627892, '', ''),
(3, 3191, 0, 1, 1608627892, '', '46.135.29.0'),
(3, 3192, 0, 0, 1608628519, '', ''),
(3, 3193, 0, 0, 1608628520, '', ''),
(3, 3194, 0, 0, 1608628520, '', ''),
(3, 3195, 0, 0, 1608628520, '', ''),
(3, 3196, 0, 0, 1608628521, '', ''),
(3, 3197, 0, 0, 1608628521, '', ''),
(3, 3198, 0, 0, 1608628521, '', ''),
(3, 3199, 0, 0, 1608628521, '', ''),
(3, 3200, 0, 0, 1608628948, '', ''),
(3, 3201, 0, 1, 1608628949, '', '195.91.17.15'),
(3, 3202, 0, 0, 1608628950, '', ''),
(3, 3203, 0, 0, 1608628950, '', ''),
(3, 3204, 0, 0, 1608628951, '', ''),
(3, 3205, 0, 0, 1608628951, '', ''),
(3, 3206, 0, 0, 1608628951, '', ''),
(3, 3207, 0, 0, 1608628951, '', ''),
(3, 3208, 0, 0, 1608629115, '', ''),
(3, 3209, 0, 0, 1608629116, '', ''),
(3, 3210, 0, 0, 1608629117, '', ''),
(3, 3211, 0, 0, 1608629118, '', ''),
(3, 3212, 0, 0, 1608629118, '', ''),
(3, 3213, 0, 0, 1608629118, '', ''),
(3, 3214, 0, 0, 1608629119, '', ''),
(3, 3215, 0, 1, 1608629119, '', '37.188.233.6'),
(3, 3216, 0, 0, 1608629539, '', ''),
(3, 3217, 0, 0, 1608629541, '', ''),
(3, 3218, 0, 0, 1608629541, '', ''),
(3, 3219, 0, 0, 1608629541, '', ''),
(3, 3220, 0, 0, 1608629542, '', ''),
(3, 3221, 0, 0, 1608629542, '', ''),
(3, 3222, 0, 0, 1608629542, '', ''),
(3, 3223, 0, 0, 1608629542, '', ''),
(3, 3224, 0, 0, 1608629614, '', ''),
(3, 3225, 0, 0, 1608629616, '', ''),
(3, 3226, 0, 0, 1608629616, '', ''),
(3, 3227, 0, 0, 1608629616, '', ''),
(3, 3228, 0, 0, 1608629617, '', ''),
(3, 3229, 0, 0, 1608629617, '', ''),
(3, 3230, 0, 0, 1608629617, '', ''),
(3, 3231, 0, 0, 1608629617, '', ''),
(3, 3232, 0, 0, 1608630081, '', ''),
(3, 3233, 0, 1, 1608630083, '', '90.115.17.33'),
(3, 3234, 0, 0, 1608630083, '', ''),
(3, 3235, 0, 0, 1608630083, '', ''),
(3, 3236, 0, 0, 1608630083, '', ''),
(3, 3237, 0, 1, 1608630084, '', '89.24.35.21'),
(3, 3238, 0, 1, 1608630084, '', '66.249.92.140'),
(3, 3239, 0, 0, 1608630084, '', ''),
(3, 3240, 0, 0, 1608630214, '', ''),
(3, 3241, 0, 0, 1608630215, '', ''),
(3, 3242, 0, 0, 1608630216, '', ''),
(3, 3243, 0, 0, 1608630216, '', ''),
(3, 3244, 0, 0, 1608630216, '', ''),
(3, 3245, 0, 0, 1608630217, '', ''),
(3, 3246, 0, 0, 1608630217, '', ''),
(3, 3247, 0, 0, 1608630218, '', ''),
(3, 3248, 0, 0, 1608630512, '', ''),
(3, 3249, 0, 0, 1608630513, '', ''),
(3, 3250, 0, 0, 1608630514, '', ''),
(3, 3251, 0, 0, 1608630514, '', ''),
(3, 3252, 0, 0, 1608630515, '', ''),
(3, 3253, 0, 1, 1608630515, '', '88.103.227.237'),
(3, 3254, 0, 0, 1608630515, '', ''),
(3, 3255, 0, 0, 1608630516, '', ''),
(3, 3256, 0, 0, 1608630850, '', ''),
(3, 3257, 0, 0, 1608630852, '', ''),
(3, 3258, 0, 0, 1608630852, '', ''),
(3, 3259, 0, 0, 1608630852, '', ''),
(3, 3260, 0, 0, 1608630853, '', ''),
(3, 3261, 0, 0, 1608630853, '', ''),
(3, 3262, 0, 0, 1608630853, '', ''),
(3, 3263, 0, 0, 1608630854, '', ''),
(3, 3264, 0, 0, 1608631413, '', ''),
(3, 3265, 0, 0, 1608631415, '', ''),
(3, 3266, 0, 0, 1608631415, '', ''),
(3, 3267, 0, 0, 1608631416, '', ''),
(3, 3268, 0, 0, 1608631416, '', ''),
(3, 3269, 0, 0, 1608631417, '', ''),
(3, 3270, 0, 0, 1608631417, '', ''),
(3, 3271, 0, 0, 1608631417, '', ''),
(3, 3272, 0, 0, 1608631909, '', ''),
(3, 3273, 0, 0, 1608631910, '', ''),
(3, 3274, 0, 0, 1608631911, '', ''),
(3, 3275, 0, 0, 1608631911, '', ''),
(3, 3276, 0, 0, 1608631911, '', ''),
(3, 3277, 0, 0, 1608631911, '', ''),
(3, 3278, 0, 0, 1608631911, '', ''),
(3, 3279, 0, 0, 1608631912, '', ''),
(3, 3280, 0, 0, 1608632655, '', ''),
(3, 3281, 0, 0, 1608632657, '', ''),
(3, 3282, 0, 0, 1608632657, '', ''),
(3, 3283, 0, 0, 1608632658, '', ''),
(3, 3284, 0, 0, 1608632658, '', ''),
(3, 3285, 0, 0, 1608632658, '', ''),
(3, 3286, 0, 0, 1608632658, '', ''),
(3, 3287, 0, 0, 1608632659, '', ''),
(3, 3288, 0, 0, 1608632961, '', ''),
(3, 3289, 0, 0, 1608632963, '', ''),
(3, 3290, 0, 0, 1608632963, '', ''),
(3, 3291, 0, 0, 1608632964, '', ''),
(3, 3292, 0, 0, 1608632964, '', ''),
(3, 3293, 0, 0, 1608632964, '', ''),
(3, 3294, 0, 0, 1608632965, '', ''),
(3, 3295, 0, 0, 1608632965, '', ''),
(3, 3296, 0, 0, 1608633217, '', ''),
(3, 3297, 0, 1, 1608633218, '', '90.176.234.150'),
(3, 3298, 0, 0, 1608633218, '', ''),
(3, 3299, 0, 0, 1608633219, '', ''),
(3, 3300, 0, 1, 1608633219, '', '46.30.88.14'),
(3, 3301, 0, 0, 1608633220, '', ''),
(3, 3302, 0, 0, 1608633220, '', ''),
(3, 3303, 0, 0, 1608633220, '', ''),
(3, 3304, 0, 0, 1608633526, '', ''),
(3, 3305, 0, 0, 1608633528, '', ''),
(3, 3306, 0, 0, 1608633528, '', ''),
(3, 3307, 0, 0, 1608633528, '', ''),
(3, 3308, 0, 0, 1608633529, '', ''),
(3, 3309, 0, 0, 1608633529, '', ''),
(3, 3310, 0, 0, 1608633529, '', ''),
(3, 3311, 0, 1, 1608633530, '', '194.228.76.188'),
(3, 3312, 0, 0, 1608633913, '', ''),
(3, 3313, 0, 0, 1608633915, '', ''),
(3, 3314, 0, 0, 1608633916, '', ''),
(3, 3315, 0, 0, 1608633916, '', ''),
(3, 3316, 0, 0, 1608633917, '', ''),
(3, 3317, 0, 0, 1608633917, '', ''),
(3, 3318, 0, 0, 1608633918, '', ''),
(3, 3319, 0, 0, 1608633918, '', ''),
(3, 3320, 0, 0, 1608634181, '', ''),
(3, 3321, 0, 0, 1608634183, '', ''),
(3, 3322, 0, 1, 1608634183, '', '80.188.255.188'),
(3, 3323, 0, 0, 1608634183, '', ''),
(3, 3324, 0, 0, 1608634184, '', ''),
(3, 3325, 0, 1, 1608634184, '', '85.207.218.122'),
(3, 3326, 0, 0, 1608634184, '', ''),
(3, 3327, 0, 0, 1608634185, '', ''),
(3, 3328, 0, 0, 1608634678, '', ''),
(3, 3329, 0, 0, 1608634680, '', ''),
(3, 3330, 0, 0, 1608634680, '', ''),
(3, 3331, 0, 0, 1608634680, '', ''),
(3, 3332, 0, 0, 1608634681, '', ''),
(3, 3333, 0, 0, 1608634681, '', ''),
(3, 3334, 0, 0, 1608634681, '', ''),
(3, 3335, 0, 1, 1608634681, '', '82.113.63.234'),
(3, 3336, 0, 0, 1608635011, '', ''),
(3, 3337, 0, 0, 1608635012, '', ''),
(3, 3338, 0, 0, 1608635012, '', ''),
(3, 3339, 0, 0, 1608635012, '', ''),
(3, 3340, 0, 0, 1608635013, '', ''),
(3, 3341, 0, 0, 1608635013, '', ''),
(3, 3342, 0, 0, 1608635013, '', ''),
(3, 3343, 0, 0, 1608635014, '', ''),
(3, 3344, 0, 0, 1608635362, '', ''),
(3, 3345, 0, 0, 1608635365, '', ''),
(3, 3346, 0, 0, 1608635365, '', ''),
(3, 3347, 0, 0, 1608635365, '', ''),
(3, 3348, 0, 0, 1608635365, '', ''),
(3, 3349, 0, 1, 1608635366, '', '66.249.81.116'),
(3, 3350, 0, 0, 1608635366, '', ''),
(3, 3351, 0, 1, 1608635366, '', '37.188.145.4'),
(3, 3352, 0, 0, 1608635647, '', ''),
(3, 3353, 0, 0, 1608635652, '', ''),
(3, 3354, 0, 0, 1608635653, '', ''),
(3, 3355, 0, 0, 1608635653, '', ''),
(3, 3356, 0, 0, 1608635653, '', ''),
(3, 3357, 0, 0, 1608635653, '', ''),
(3, 3358, 0, 0, 1608635654, '', ''),
(3, 3359, 0, 0, 1608635654, '', ''),
(3, 3360, 0, 1, 1608636018, '', '83.43.203.74'),
(3, 3361, 0, 0, 1608636019, '', ''),
(3, 3362, 0, 0, 1608636020, '', ''),
(3, 3363, 0, 0, 1608636020, '', ''),
(3, 3364, 0, 0, 1608636020, '', ''),
(3, 3365, 0, 1, 1608636020, '', '85.160.3.240'),
(3, 3366, 0, 0, 1608636021, '', ''),
(3, 3367, 0, 0, 1608636021, '', ''),
(3, 3368, 0, 0, 1608636332, '', ''),
(3, 3369, 0, 0, 1608636334, '', ''),
(3, 3370, 0, 0, 1608636334, '', ''),
(3, 3371, 0, 0, 1608636335, '', ''),
(3, 3372, 0, 0, 1608636335, '', ''),
(3, 3373, 0, 0, 1608636335, '', ''),
(3, 3374, 0, 0, 1608636335, '', ''),
(3, 3375, 0, 1, 1608636336, '', '213.235.176.150'),
(3, 3376, 0, 0, 1608636894, '', ''),
(3, 3377, 0, 1, 1608636895, '', '66.249.92.139'),
(3, 3378, 0, 1, 1608636895, '', '213.195.205.197'),
(3, 3379, 0, 0, 1608636896, '', ''),
(3, 3380, 0, 0, 1608636896, '', ''),
(3, 3381, 0, 0, 1608636897, '', ''),
(3, 3382, 0, 0, 1608636897, '', ''),
(3, 3383, 0, 0, 1608636898, '', ''),
(3, 3384, 0, 0, 1608637447, '', ''),
(3, 3385, 0, 0, 1608637450, '', ''),
(3, 3386, 0, 1, 1608637450, '', '83.208.155.254'),
(3, 3387, 0, 1, 1608637451, '', '66.249.92.140'),
(3, 3388, 0, 0, 1608637451, '', ''),
(3, 3389, 0, 0, 1608637452, '', ''),
(3, 3390, 0, 0, 1608637452, '', ''),
(3, 3391, 0, 0, 1608637453, '', ''),
(3, 3392, 0, 0, 1608637838, '', ''),
(3, 3393, 0, 0, 1608637840, '', ''),
(3, 3394, 0, 0, 1608637840, '', ''),
(3, 3395, 0, 0, 1608637840, '', ''),
(3, 3396, 0, 0, 1608637840, '', ''),
(3, 3397, 0, 0, 1608637841, '', ''),
(3, 3398, 0, 0, 1608637841, '', ''),
(3, 3399, 0, 0, 1608637841, '', ''),
(3, 3400, 0, 1, 1608638200, '', '84.242.89.82'),
(3, 3401, 0, 0, 1608638201, '', ''),
(3, 3402, 0, 0, 1608638202, '', ''),
(3, 3403, 0, 0, 1608638202, '', ''),
(3, 3404, 0, 0, 1608638202, '', ''),
(3, 3405, 0, 0, 1608638202, '', ''),
(3, 3406, 0, 0, 1608638202, '', ''),
(3, 3407, 0, 0, 1608638203, '', ''),
(3, 3408, 0, 0, 1608638545, '', ''),
(3, 3409, 0, 0, 1608638546, '', ''),
(3, 3410, 0, 0, 1608638547, '', ''),
(3, 3411, 0, 0, 1608638547, '', ''),
(3, 3412, 0, 1, 1608638547, '', '86.49.18.115'),
(3, 3413, 0, 0, 1608638547, '', ''),
(3, 3414, 0, 0, 1608638548, '', ''),
(3, 3415, 0, 0, 1608638548, '', ''),
(3, 3416, 0, 1, 1608638909, '', '195.91.19.98'),
(3, 3417, 0, 0, 1608638911, '', ''),
(3, 3418, 0, 0, 1608638911, '', ''),
(3, 3419, 0, 0, 1608638912, '', ''),
(3, 3420, 0, 0, 1608638912, '', ''),
(3, 3421, 0, 0, 1608638912, '', ''),
(3, 3422, 0, 0, 1608638912, '', ''),
(3, 3423, 0, 0, 1608638913, '', ''),
(3, 3424, 0, 0, 1608639404, '', ''),
(3, 3425, 0, 0, 1608639406, '', ''),
(3, 3426, 0, 0, 1608639406, '', ''),
(3, 3427, 0, 0, 1608639406, '', ''),
(3, 3428, 0, 0, 1608639406, '', ''),
(3, 3429, 0, 0, 1608639407, '', ''),
(3, 3430, 0, 0, 1608639407, '', ''),
(3, 3431, 0, 1, 1608639407, '', '37.48.28.120'),
(3, 3432, 0, 1, 1608639590, '', '89.203.220.206'),
(3, 3433, 0, 0, 1608639592, '', ''),
(3, 3434, 0, 0, 1608639592, '', ''),
(3, 3435, 0, 0, 1608639593, '', ''),
(3, 3436, 0, 0, 1608639595, '', ''),
(3, 3437, 0, 0, 1608639595, '', ''),
(3, 3438, 0, 0, 1608639596, '', ''),
(3, 3439, 0, 0, 1608639596, '', ''),
(3, 3440, 0, 0, 1608640360, '', ''),
(3, 3441, 0, 0, 1608640362, '', ''),
(3, 3442, 0, 0, 1608640362, '', ''),
(3, 3443, 0, 0, 1608640363, '', ''),
(3, 3444, 0, 1, 1608640363, '', '85.160.4.73'),
(3, 3445, 0, 0, 1608640363, '', ''),
(3, 3446, 1, 0, 1608640365, 'SMTP Error: The following recipients failed: husiro@seznam.cz: System failure occured. Please report', ''),
(3, 3447, 0, 0, 1608640610, '', ''),
(3, 3448, 0, 0, 1608640611, '', ''),
(3, 3449, 0, 0, 1608640612, '', ''),
(3, 3450, 0, 0, 1608640613, '', ''),
(3, 3451, 0, 0, 1608640613, '', ''),
(3, 3452, 0, 0, 1608640613, '', ''),
(3, 3453, 0, 1, 1608640614, '', '46.135.109.62'),
(3, 3454, 0, 0, 1608640614, '', ''),
(3, 3455, 0, 1, 1608640887, '', '88.103.238.38'),
(3, 3456, 0, 0, 1608640889, '', ''),
(3, 3457, 0, 0, 1608640889, '', ''),
(3, 3458, 0, 0, 1608640889, '', ''),
(3, 3459, 0, 0, 1608640890, '', ''),
(3, 3460, 0, 0, 1608640890, '', ''),
(3, 3461, 0, 0, 1608640890, '', ''),
(3, 3462, 0, 0, 1608640890, '', ''),
(3, 3463, 0, 0, 1608641201, '', ''),
(3, 3464, 0, 0, 1608641203, '', ''),
(3, 3465, 0, 0, 1608641204, '', ''),
(3, 3466, 0, 0, 1608641204, '', ''),
(3, 3467, 0, 1, 1608641204, '', '85.70.211.194'),
(3, 3468, 0, 0, 1608641205, '', ''),
(3, 3469, 0, 0, 1608641206, '', ''),
(3, 3470, 0, 0, 1608641206, '', ''),
(3, 3471, 0, 1, 1608641318, '', '37.188.139.129'),
(3, 3472, 0, 0, 1608641319, '', ''),
(3, 3473, 0, 0, 1608641320, '', ''),
(3, 3474, 0, 0, 1608641320, '', ''),
(3, 3475, 0, 0, 1608641321, '', ''),
(3, 3476, 0, 0, 1608641321, '', ''),
(3, 3477, 0, 0, 1608641322, '', ''),
(3, 3478, 0, 0, 1608641322, '', ''),
(3, 3479, 0, 0, 1608641610, '', ''),
(3, 3480, 0, 0, 1608641611, '', ''),
(3, 3481, 0, 0, 1608641612, '', ''),
(3, 3482, 0, 0, 1608641612, '', ''),
(3, 3483, 0, 0, 1608641612, '', ''),
(3, 3484, 0, 0, 1608641613, '', ''),
(3, 3485, 0, 0, 1608641613, '', ''),
(3, 3486, 0, 0, 1608641613, '', ''),
(3, 3487, 0, 0, 1608642108, '', ''),
(3, 3488, 0, 0, 1608642109, '', ''),
(3, 3489, 0, 0, 1608642109, '', ''),
(3, 3490, 0, 0, 1608642110, '', ''),
(3, 3491, 0, 0, 1608642110, '', ''),
(3, 3492, 0, 0, 1608642110, '', ''),
(3, 3493, 0, 0, 1608642111, '', ''),
(3, 3494, 0, 0, 1608642111, '', ''),
(3, 3495, 0, 0, 1608642294, '', ''),
(3, 3496, 0, 0, 1608642296, '', ''),
(3, 3497, 0, 0, 1608642296, '', ''),
(3, 3498, 0, 0, 1608642296, '', ''),
(3, 3499, 0, 0, 1608642297, '', ''),
(3, 3500, 0, 0, 1608642298, '', ''),
(3, 3501, 0, 0, 1608642298, '', ''),
(3, 3502, 0, 0, 1608642298, '', ''),
(3, 3503, 0, 0, 1608643415, '', ''),
(3, 3504, 0, 0, 1608643416, '', ''),
(3, 3505, 0, 0, 1608643417, '', ''),
(3, 3506, 0, 0, 1608643417, '', ''),
(3, 3507, 0, 0, 1608643418, '', ''),
(3, 3508, 0, 0, 1608643418, '', ''),
(3, 3509, 0, 0, 1608643418, '', ''),
(3, 3510, 0, 0, 1608643418, '', ''),
(3, 3511, 0, 0, 1608644212, '', ''),
(3, 3512, 0, 1, 1608644213, '', '93.185.10.87'),
(3, 3513, 0, 0, 1608644214, '', ''),
(3, 3514, 0, 0, 1608644214, '', ''),
(3, 3515, 0, 1, 1608644215, '', '37.188.158.152'),
(3, 3516, 0, 0, 1608644215, '', ''),
(3, 3517, 0, 0, 1608644215, '', ''),
(3, 3518, 0, 0, 1608644216, '', ''),
(3, 3519, 0, 0, 1608644408, '', ''),
(3, 3520, 0, 0, 1608644409, '', ''),
(3, 3521, 0, 0, 1608644409, '', ''),
(3, 3522, 0, 0, 1608644409, '', ''),
(3, 3523, 0, 0, 1608644410, '', ''),
(3, 3524, 0, 0, 1608644410, '', ''),
(3, 3525, 0, 0, 1608644410, '', ''),
(3, 3526, 0, 1, 1608644410, '', '151.230.203.183'),
(3, 3527, 0, 0, 1608644772, '', ''),
(3, 3528, 0, 0, 1608644773, '', ''),
(3, 3529, 0, 1, 1608644773, '', '66.249.92.139'),
(3, 3530, 0, 0, 1608644774, '', ''),
(3, 3531, 0, 0, 1608644774, '', ''),
(3, 3532, 0, 0, 1608644774, '', ''),
(3, 3533, 0, 0, 1608644774, '', ''),
(3, 3534, 0, 0, 1608644775, '', ''),
(3, 3535, 0, 1, 1608645088, '', '66.249.81.112'),
(3, 3536, 0, 0, 1608645089, '', ''),
(3, 3537, 0, 0, 1608645090, '', ''),
(3, 3538, 0, 0, 1608645090, '', ''),
(3, 3539, 0, 0, 1608645091, '', ''),
(3, 3540, 0, 0, 1608645091, '', ''),
(3, 3541, 0, 0, 1608645091, '', ''),
(3, 3542, 0, 0, 1608645092, '', ''),
(3, 3543, 1, 0, 1608648769, 'SMTP Error: data not accepted.SMTP server error: DATA END command failed Detail: User was blocked!\r\n', ''),
(3, 3544, 1, 0, 1608648886, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3545, 1, 0, 1608650242, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3546, 1, 0, 1608650423, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3547, 1, 0, 1608650635, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3548, 1, 0, 1608650940, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3549, 1, 0, 1608651905, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3550, 1, 0, 1608652131, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3551, 1, 0, 1608652514, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3552, 1, 0, 1608652927, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3553, 1, 0, 1608653164, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3554, 1, 0, 1608653707, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3555, 1, 0, 1608653932, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3556, 1, 0, 1608654814, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3557, 1, 0, 1608655232, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3558, 1, 0, 1608655427, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3559, 1, 0, 1608655750, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3560, 1, 0, 1608656862, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3561, 1, 0, 1608657697, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3562, 1, 0, 1608658674, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3563, 1, 0, 1608658749, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3564, 1, 0, 1608659394, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3565, 1, 0, 1608659711, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3566, 1, 0, 1608659992, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3567, 1, 0, 1608660751, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3568, 1, 0, 1608661088, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3569, 1, 0, 1608661414, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3570, 1, 0, 1608661749, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3571, 1, 0, 1608662167, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3572, 1, 0, 1608662594, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3573, 1, 0, 1608662932, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3574, 1, 0, 1608663278, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3575, 1, 0, 1608663701, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3576, 1, 0, 1608664294, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3577, 1, 0, 1608664690, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3578, 1, 0, 1608664732, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3579, 1, 0, 1608665133, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3580, 1, 0, 1608665441, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3581, 1, 0, 1608665679, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3582, 1, 0, 1608666423, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3583, 1, 0, 1608666510, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3584, 1, 0, 1608667673, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3585, 1, 0, 1608668090, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3586, 1, 0, 1608668320, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3587, 1, 0, 1608668825, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3588, 1, 0, 1608669395, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3589, 1, 0, 1608669610, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3590, 1, 0, 1608669938, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3591, 1, 0, 1608670303, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3592, 1, 0, 1608670467, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3593, 1, 0, 1608670995, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3594, 1, 0, 1608671481, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3595, 1, 0, 1608671772, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3596, 1, 0, 1608671989, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3597, 1, 0, 1608672383, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3598, 1, 0, 1608672655, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3599, 1, 0, 1608672923, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3600, 1, 0, 1608673374, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3601, 1, 0, 1608673463, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3602, 1, 0, 1608673856, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3603, 1, 0, 1608674249, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3604, 1, 0, 1608674861, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3605, 1, 0, 1608675323, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3606, 1, 0, 1608675742, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3607, 1, 0, 1608676256, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3608, 1, 0, 1608676548, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3609, 1, 0, 1608676793, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3610, 1, 0, 1608677203, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3611, 1, 0, 1608678107, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3612, 1, 0, 1608678582, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3613, 1, 0, 1608678925, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3614, 1, 0, 1608679314, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3615, 1, 0, 1608679596, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3616, 1, 0, 1608680015, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3617, 1, 0, 1608680449, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3618, 1, 0, 1608681116, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3619, 1, 0, 1608681405, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3620, 1, 0, 1608681667, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3621, 1, 0, 1608682118, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3622, 1, 0, 1608682539, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3623, 1, 0, 1608682876, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3624, 1, 0, 1608683249, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3625, 1, 0, 1608683764, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3626, 1, 0, 1608684340, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3627, 1, 0, 1608684814, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3628, 1, 0, 1608685420, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3629, 1, 0, 1608685816, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3630, 1, 0, 1608686502, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3631, 1, 0, 1608687040, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3632, 1, 0, 1608687623, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3633, 1, 0, 1608688308, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3634, 1, 0, 1608688741, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3635, 1, 0, 1608689346, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3636, 1, 0, 1608689831, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3637, 1, 0, 1608690439, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3638, 1, 0, 1608690877, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3639, 1, 0, 1608691552, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3640, 1, 0, 1608692153, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3641, 1, 0, 1608692736, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3642, 1, 0, 1608692926, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3643, 1, 0, 1608693350, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3644, 1, 0, 1608693951, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3645, 1, 0, 1608694524, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3646, 1, 0, 1608694845, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3647, 1, 0, 1608695149, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3648, 1, 0, 1608695823, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3649, 1, 0, 1608695925, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3650, 1, 0, 1608696330, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3651, 1, 0, 1608696888, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3652, 1, 0, 1608697291, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3653, 1, 0, 1608697572, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3654, 1, 0, 1608697865, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3655, 1, 0, 1608698160, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3656, 1, 0, 1608698492, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3657, 1, 0, 1608698618, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3658, 1, 0, 1608698941, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3659, 1, 0, 1608699386, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3660, 1, 0, 1608699763, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3661, 1, 0, 1608699848, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3662, 1, 0, 1608700271, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3663, 1, 0, 1608700448, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3664, 1, 0, 1608700714, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3665, 1, 0, 1608701341, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3666, 1, 0, 1608701958, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3667, 1, 0, 1608702571, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3668, 1, 0, 1608702890, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3669, 1, 0, 1608703228, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3670, 1, 0, 1608703864, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3671, 1, 0, 1608704460, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3672, 1, 0, 1608705120, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3673, 1, 0, 1608705619, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3674, 1, 0, 1608706187, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3675, 1, 0, 1608706429, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3676, 1, 0, 1608707042, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3677, 1, 0, 1608707588, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3678, 1, 0, 1608707831, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3679, 1, 0, 1608708362, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3680, 1, 0, 1608708866, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3681, 1, 0, 1608709972, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3682, 1, 0, 1608710128, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3683, 1, 0, 1608710896, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3684, 1, 0, 1608711305, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3685, 1, 0, 1608711868, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3686, 1, 0, 1608712561, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3687, 1, 0, 1608713032, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3688, 1, 0, 1608713403, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3689, 1, 0, 1608713698, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3690, 1, 0, 1608714197, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3691, 1, 0, 1608714272, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3692, 1, 0, 1608714982, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3693, 1, 0, 1608715581, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3694, 1, 0, 1608715905, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3695, 1, 0, 1608716417, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3696, 1, 0, 1608717022, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3697, 1, 0, 1608717570, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3698, 1, 0, 1608718118, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3699, 1, 0, 1608718413, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3700, 1, 0, 1608719171, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3701, 1, 0, 1608719554, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3702, 1, 0, 1608719719, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3703, 1, 0, 1608720180, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3704, 1, 0, 1608720765, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3705, 1, 0, 1608721307, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3706, 1, 0, 1608721757, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', '');
INSERT INTO `wp_newsletter_sent` (`email_id`, `user_id`, `status`, `open`, `time`, `error`, `ip`) VALUES
(3, 3707, 1, 0, 1608722298, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3708, 1, 0, 1608722308, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3709, 1, 0, 1608722651, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3710, 1, 0, 1608723139, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3711, 1, 0, 1608723633, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3712, 1, 0, 1608724167, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3713, 1, 0, 1608724719, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3714, 1, 0, 1608725357, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3715, 1, 0, 1608726052, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3716, 1, 0, 1608726372, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3717, 1, 0, 1608727068, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3718, 1, 0, 1608727696, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3719, 1, 0, 1608728194, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3720, 1, 0, 1608728790, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3721, 1, 0, 1608729243, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3722, 1, 0, 1608729565, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3723, 1, 0, 1608729826, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3724, 1, 0, 1608730390, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3725, 1, 0, 1608730810, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3726, 1, 0, 1608731184, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3727, 1, 0, 1608731492, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3728, 1, 0, 1608731761, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3729, 1, 0, 1608731963, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3730, 1, 0, 1608732213, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3731, 1, 0, 1608732639, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3732, 1, 0, 1608733262, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3733, 1, 0, 1608733447, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3734, 1, 0, 1608733912, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3735, 1, 0, 1608734133, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3736, 1, 0, 1608734650, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3737, 1, 0, 1608735095, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3738, 1, 0, 1608735418, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3739, 1, 0, 1608735688, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3740, 1, 0, 1608736330, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3741, 1, 0, 1608736876, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3742, 1, 0, 1608737105, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3743, 1, 0, 1608737838, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3744, 1, 0, 1608738470, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3745, 1, 0, 1608738560, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3746, 1, 0, 1608739259, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3747, 1, 0, 1608739972, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3748, 1, 0, 1608740075, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3749, 1, 0, 1608740716, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3750, 1, 0, 1608741465, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3751, 1, 0, 1608741759, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3752, 1, 0, 1608742179, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3753, 1, 0, 1608742685, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3754, 1, 0, 1608742781, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3755, 1, 0, 1608743029, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3756, 1, 0, 1608743339, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3757, 1, 0, 1608743792, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3758, 1, 0, 1608743962, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3759, 1, 0, 1608744250, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3760, 1, 0, 1608744650, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3761, 1, 0, 1608744953, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3762, 1, 0, 1608745644, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3763, 1, 0, 1608745968, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3764, 1, 0, 1608746254, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3765, 1, 0, 1608746660, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3766, 1, 0, 1608747104, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3767, 1, 0, 1608747686, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3768, 1, 0, 1608747927, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3769, 1, 0, 1608748196, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3770, 1, 0, 1608748518, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3771, 1, 0, 1608748745, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3772, 1, 0, 1608749400, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3773, 1, 0, 1608749627, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3774, 1, 0, 1608750005, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3775, 1, 0, 1608750504, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3776, 1, 0, 1608750596, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3777, 1, 0, 1608750850, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3778, 1, 0, 1608751162, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3779, 1, 0, 1608751832, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3780, 1, 0, 1608752348, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3781, 1, 0, 1608753271, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3782, 1, 0, 1608753998, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3783, 1, 0, 1608754115, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3784, 1, 0, 1608754562, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3785, 1, 0, 1608754764, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3786, 1, 0, 1608755131, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3787, 1, 0, 1608755478, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3788, 1, 0, 1608755695, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3789, 1, 0, 1608756214, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3790, 1, 0, 1608756765, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3791, 1, 0, 1608757353, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3792, 1, 0, 1608757619, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3793, 1, 0, 1608757904, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3794, 1, 0, 1608758217, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3795, 1, 0, 1608758443, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3796, 1, 0, 1608758951, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3797, 1, 0, 1608759645, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3798, 1, 0, 1608760127, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3799, 1, 0, 1608760526, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3800, 1, 0, 1608761264, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3801, 1, 0, 1608761341, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3802, 1, 0, 1608761745, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3803, 1, 0, 1608762473, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3804, 1, 0, 1608762555, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3805, 1, 0, 1608763089, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3806, 1, 0, 1608763165, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3807, 1, 0, 1608763468, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3808, 1, 0, 1608763915, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3809, 1, 0, 1608764282, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3810, 1, 0, 1608764554, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3811, 1, 0, 1608764949, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3812, 1, 0, 1608765514, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3813, 1, 0, 1608766139, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3814, 1, 0, 1608766792, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3815, 1, 0, 1608767420, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3816, 1, 0, 1608768049, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3817, 1, 0, 1608768725, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3818, 1, 0, 1608769005, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3819, 1, 0, 1608769379, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3820, 1, 0, 1608769793, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3821, 1, 0, 1608770070, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3822, 1, 0, 1608770699, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3823, 1, 0, 1608771879, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3824, 1, 0, 1608772637, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3825, 1, 0, 1608772848, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3826, 1, 0, 1608773314, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3827, 1, 0, 1608774035, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3828, 1, 0, 1608774675, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3829, 1, 0, 1608775336, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3830, 1, 0, 1608776004, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3831, 1, 0, 1608776661, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3832, 1, 0, 1608777353, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3833, 1, 0, 1608777629, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3834, 1, 0, 1608778034, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3835, 1, 0, 1608778731, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3836, 1, 0, 1608779381, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3837, 1, 0, 1608780074, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3838, 1, 0, 1608780528, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3839, 1, 0, 1608781240, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3840, 1, 0, 1608781444, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3841, 1, 0, 1608782098, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3842, 1, 0, 1608782793, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3843, 1, 0, 1608783443, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3844, 1, 0, 1608783540, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3845, 1, 0, 1608784187, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3846, 1, 0, 1608784912, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3847, 1, 0, 1608785131, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3848, 1, 0, 1608785745, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3849, 1, 0, 1608786025, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3850, 1, 0, 1608786342, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3851, 1, 0, 1608786641, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3852, 1, 0, 1608786967, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3853, 1, 0, 1608787597, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3854, 1, 0, 1608787762, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3855, 1, 0, 1608788320, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3856, 1, 0, 1608789230, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3857, 1, 0, 1608789886, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3858, 1, 0, 1608790610, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3859, 1, 0, 1608791827, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3860, 1, 0, 1608792558, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3861, 1, 0, 1608792975, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3862, 1, 0, 1608793555, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3863, 1, 0, 1608793968, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3864, 1, 0, 1608794043, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3865, 1, 0, 1608795232, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3866, 1, 0, 1608795666, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3867, 1, 0, 1608796164, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3868, 1, 0, 1608796976, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3869, 1, 0, 1608797127, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3870, 1, 0, 1608797767, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3871, 1, 0, 1608798298, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3872, 1, 0, 1608799238, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3873, 1, 0, 1608799421, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3874, 1, 0, 1608800245, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3875, 1, 0, 1608800675, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3876, 1, 0, 1608801084, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3877, 1, 0, 1608801299, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3878, 1, 0, 1608801935, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3879, 1, 0, 1608802774, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3880, 1, 0, 1608804270, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3881, 1, 0, 1608804523, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3882, 1, 0, 1608804967, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3883, 1, 0, 1608805549, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3884, 1, 0, 1608805720, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3885, 1, 0, 1608806275, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3886, 1, 0, 1608806439, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3887, 1, 0, 1608807546, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3888, 1, 0, 1608807841, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3889, 1, 0, 1608808703, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3890, 1, 0, 1608809307, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3891, 1, 0, 1608809478, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3892, 1, 0, 1608811051, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3893, 1, 0, 1608812215, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3894, 1, 0, 1608813533, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3895, 1, 0, 1608814597, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3896, 1, 0, 1608814730, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3897, 1, 0, 1608815595, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3898, 1, 0, 1608816586, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3899, 1, 0, 1608817081, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3900, 1, 0, 1608817386, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3901, 1, 0, 1608818421, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3902, 1, 0, 1608818629, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3903, 1, 0, 1608820175, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3904, 1, 0, 1608820648, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3905, 1, 0, 1608821045, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3906, 1, 0, 1608821384, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3907, 1, 0, 1608821702, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3908, 1, 0, 1608822024, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3909, 1, 0, 1608822541, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3910, 1, 0, 1608822818, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3911, 1, 0, 1608823227, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3912, 1, 0, 1608823569, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3913, 1, 0, 1608823915, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3914, 1, 0, 1608824171, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3915, 1, 0, 1608824460, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3916, 1, 0, 1608825516, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3917, 1, 0, 1608826859, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3918, 1, 0, 1608827516, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3919, 1, 0, 1608827831, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3920, 1, 0, 1608828356, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3921, 1, 0, 1608828544, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3922, 1, 0, 1608828827, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3923, 1, 0, 1608829224, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3924, 1, 0, 1608829826, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3925, 1, 0, 1608830162, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3926, 1, 0, 1608830925, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3927, 1, 0, 1608831729, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3928, 1, 0, 1608831880, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3929, 1, 0, 1608832559, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3930, 1, 0, 1608835070, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3931, 1, 0, 1608835553, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3932, 1, 0, 1608835794, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3933, 1, 0, 1608836012, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3934, 1, 0, 1608836738, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3935, 1, 0, 1608837360, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3936, 1, 0, 1608837819, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3937, 1, 0, 1608838379, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3938, 1, 0, 1608839228, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3939, 1, 0, 1608839782, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3940, 1, 0, 1608840118, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3941, 1, 0, 1608840213, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3942, 1, 0, 1608841076, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3943, 1, 0, 1608841960, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3944, 1, 0, 1608842150, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3945, 1, 0, 1608842361, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3946, 1, 0, 1608842850, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3947, 1, 0, 1608843785, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3948, 1, 0, 1608843929, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3949, 1, 0, 1608844127, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3950, 1, 0, 1608844611, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3951, 1, 0, 1608845508, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3952, 1, 0, 1608846273, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3953, 1, 0, 1608847376, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3954, 1, 0, 1608848381, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3955, 1, 0, 1608848622, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3956, 1, 0, 1608849285, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3957, 1, 0, 1608849890, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3958, 1, 0, 1608850151, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3959, 1, 0, 1608850721, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3960, 1, 0, 1608851033, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3961, 1, 0, 1608851749, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3962, 1, 0, 1608852620, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3963, 1, 0, 1608853169, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3964, 1, 0, 1608854183, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3965, 1, 0, 1608854806, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3966, 1, 0, 1608855264, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3967, 1, 0, 1608855547, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3968, 1, 0, 1608856287, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3969, 1, 0, 1608856907, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3970, 1, 0, 1608857108, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3971, 1, 0, 1608857404, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3972, 1, 0, 1608857760, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3973, 1, 0, 1608858055, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3974, 1, 0, 1608858346, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3975, 1, 0, 1608858546, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3976, 1, 0, 1608858967, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3977, 1, 0, 1608859166, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3978, 1, 0, 1608859642, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3979, 1, 0, 1608860102, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3980, 1, 0, 1608861028, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3981, 1, 0, 1608861805, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3982, 1, 0, 1608862632, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3983, 1, 0, 1608862710, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3984, 1, 0, 1608863049, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3985, 1, 0, 1608863340, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3986, 1, 0, 1608863644, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3987, 1, 0, 1608863910, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3988, 1, 0, 1608864209, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3989, 1, 0, 1608864546, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3990, 1, 0, 1608864846, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3991, 1, 0, 1608865149, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3992, 1, 0, 1608865473, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3993, 1, 0, 1608865720, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3994, 1, 0, 1608866009, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3995, 1, 0, 1608866313, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3996, 1, 0, 1608867080, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3997, 1, 0, 1608868053, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3998, 1, 0, 1608868971, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 3999, 1, 0, 1608869182, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4000, 1, 0, 1608869991, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4001, 1, 0, 1608870901, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4002, 1, 0, 1608871785, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4003, 1, 0, 1608872619, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4004, 1, 0, 1608873294, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4005, 1, 0, 1608873513, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4006, 1, 0, 1608874193, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4007, 1, 0, 1608874919, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4008, 1, 0, 1608875113, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4009, 1, 0, 1608875715, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4010, 1, 0, 1608876683, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4011, 1, 0, 1608877290, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4012, 1, 0, 1608878226, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4013, 1, 0, 1608878326, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4014, 1, 0, 1608878904, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4015, 1, 0, 1608878913, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4016, 1, 0, 1608879444, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4017, 1, 0, 1608879661, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4018, 1, 0, 1608879931, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4019, 1, 0, 1608881358, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4020, 1, 0, 1608881692, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4021, 1, 0, 1608881958, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4022, 1, 0, 1608882251, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4023, 1, 0, 1608882692, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4024, 1, 0, 1608882969, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4025, 1, 0, 1608883525, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4026, 1, 0, 1608884148, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4027, 1, 0, 1608884335, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4028, 1, 0, 1608884724, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4029, 1, 0, 1608885283, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4030, 1, 0, 1608886077, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4031, 1, 0, 1608886372, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4032, 1, 0, 1608886603, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4033, 1, 0, 1608886785, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4034, 1, 0, 1608887027, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4035, 1, 0, 1608887609, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4036, 1, 0, 1608888184, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4037, 1, 0, 1608888298, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4038, 1, 0, 1608889086, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4039, 1, 0, 1608889360, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4040, 1, 0, 1608889507, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4041, 1, 0, 1608889737, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4042, 1, 0, 1608890627, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4043, 1, 0, 1608891281, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4044, 1, 0, 1608891698, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4045, 1, 0, 1608892589, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4046, 1, 0, 1608893099, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4047, 1, 0, 1608893332, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4048, 1, 0, 1608893928, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4049, 1, 0, 1608894647, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4050, 1, 0, 1608895006, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4051, 1, 0, 1608895563, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4052, 1, 0, 1608895882, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4053, 1, 0, 1608896020, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4054, 1, 0, 1608896755, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4055, 1, 0, 1608897023, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4056, 1, 0, 1608897916, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4057, 1, 0, 1608898395, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4058, 1, 0, 1608898721, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4059, 1, 0, 1608899039, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4060, 1, 0, 1608899419, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4061, 1, 0, 1608900319, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4062, 1, 0, 1608900771, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4063, 1, 0, 1608901075, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4064, 1, 0, 1608901796, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4065, 1, 0, 1608902227, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4066, 1, 0, 1608902868, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4067, 1, 0, 1608902931, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4068, 1, 0, 1608903286, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4069, 1, 0, 1608903794, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4070, 1, 0, 1608904117, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4071, 1, 0, 1608904821, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4072, 1, 0, 1608905523, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4073, 1, 0, 1608905630, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4074, 1, 0, 1608906351, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4075, 1, 0, 1608906540, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4076, 1, 0, 1608907198, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4077, 1, 0, 1608907536, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4078, 1, 0, 1608907921, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4079, 1, 0, 1608908660, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4080, 1, 0, 1608908953, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4081, 1, 0, 1608910013, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4082, 1, 0, 1608910834, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4083, 1, 0, 1608911665, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4084, 1, 0, 1608912333, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4085, 1, 0, 1608912876, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4086, 1, 0, 1608913610, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4087, 1, 0, 1608914278, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4088, 1, 0, 1608914314, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4089, 1, 0, 1608914707, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4090, 1, 0, 1608915195, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4091, 1, 0, 1608915798, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4092, 1, 0, 1608916089, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4093, 1, 0, 1608916930, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4094, 1, 0, 1608917081, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4095, 1, 0, 1608917805, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4096, 1, 0, 1608918065, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4097, 1, 0, 1608918534, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4098, 1, 0, 1608919084, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4099, 1, 0, 1608919294, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4100, 1, 0, 1608920471, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4101, 1, 0, 1608920688, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4102, 1, 0, 1608921744, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4103, 1, 0, 1608922327, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4104, 1, 0, 1608922537, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4105, 1, 0, 1608923217, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4106, 1, 0, 1608923410, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4107, 1, 0, 1608924218, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4108, 1, 0, 1608924612, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4109, 1, 0, 1608925122, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4110, 1, 0, 1608925940, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4111, 1, 0, 1608926764, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4112, 1, 0, 1608927147, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4113, 1, 0, 1608927593, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4114, 1, 0, 1608928360, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4115, 1, 0, 1608928918, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4116, 1, 0, 1608929460, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4117, 1, 0, 1608930075, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4118, 1, 0, 1608930713, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4119, 1, 0, 1608931492, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4120, 1, 0, 1608931739, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4121, 1, 0, 1608932248, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4122, 1, 0, 1608932558, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4123, 1, 0, 1608932638, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4124, 1, 0, 1608932928, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4125, 1, 0, 1608933448, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4126, 1, 0, 1608933843, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4127, 1, 0, 1608935081, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4128, 1, 0, 1608935510, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4129, 1, 0, 1608936116, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4130, 1, 0, 1608936590, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4131, 1, 0, 1608937139, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4132, 1, 0, 1608937614, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', '');
INSERT INTO `wp_newsletter_sent` (`email_id`, `user_id`, `status`, `open`, `time`, `error`, `ip`) VALUES
(3, 4133, 1, 0, 1608938357, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4134, 1, 0, 1608939406, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4135, 1, 0, 1608940335, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4136, 1, 0, 1608940572, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4137, 1, 0, 1608940882, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4138, 1, 0, 1608941107, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4139, 1, 0, 1608941827, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4140, 1, 0, 1608942113, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4141, 1, 0, 1608942425, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4142, 1, 0, 1608943575, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4143, 1, 0, 1608943810, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4144, 1, 0, 1608944682, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4145, 1, 0, 1608945334, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4146, 1, 0, 1608945518, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4147, 1, 0, 1608947146, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4148, 1, 0, 1608947330, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4149, 1, 0, 1608947718, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4150, 1, 0, 1608947910, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4151, 1, 0, 1608948209, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4152, 1, 0, 1608948512, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4153, 1, 0, 1608948957, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4154, 1, 0, 1608949195, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4155, 1, 0, 1608949588, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4156, 1, 0, 1608950341, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4157, 1, 0, 1608951289, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4158, 1, 0, 1608951700, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4159, 1, 0, 1608952374, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4160, 1, 0, 1608952439, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4161, 1, 0, 1608952801, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4162, 1, 0, 1608953761, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4163, 1, 0, 1608954070, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4164, 1, 0, 1608954212, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4165, 1, 0, 1608954797, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4166, 1, 0, 1608955047, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4167, 1, 0, 1608955575, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4168, 1, 0, 1608955784, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4169, 1, 0, 1608956410, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4170, 1, 0, 1608957055, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4171, 1, 0, 1608957612, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4172, 1, 0, 1608959006, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4173, 1, 0, 1608959014, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4174, 1, 0, 1608959357, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4175, 1, 0, 1608960207, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4176, 1, 0, 1608960467, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4177, 1, 0, 1608960998, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4178, 1, 0, 1608963343, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4179, 1, 0, 1608964798, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4180, 1, 0, 1608965152, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4181, 1, 0, 1608965571, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4182, 1, 0, 1608966791, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4183, 1, 0, 1608966934, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4184, 1, 0, 1608967370, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4185, 1, 0, 1608967889, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4186, 1, 0, 1608970673, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4187, 1, 0, 1608972017, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4188, 1, 0, 1608972424, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4189, 1, 0, 1608973877, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4190, 1, 0, 1608974764, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4191, 1, 0, 1608978048, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4192, 1, 0, 1608979707, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4193, 1, 0, 1608979727, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4194, 1, 0, 1608980124, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4195, 1, 0, 1608982816, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4196, 1, 0, 1608984684, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4197, 1, 0, 1608984837, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4198, 1, 0, 1608986465, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4199, 1, 0, 1608987675, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4200, 1, 0, 1608989873, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4201, 1, 0, 1608990000, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4202, 1, 0, 1608990701, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4203, 1, 0, 1608990941, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4204, 1, 0, 1608991509, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4205, 1, 0, 1608993030, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4206, 1, 0, 1608995294, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4207, 1, 0, 1608997733, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4208, 1, 0, 1608999194, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4209, 1, 0, 1609001156, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4210, 1, 0, 1609002066, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4211, 1, 0, 1609002566, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4212, 1, 0, 1609003028, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4213, 1, 0, 1609003247, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4214, 1, 0, 1609006979, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4215, 1, 0, 1609007299, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4216, 1, 0, 1609007461, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4217, 1, 0, 1609008432, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4218, 1, 0, 1609008775, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4219, 1, 0, 1609009254, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4220, 1, 0, 1609010830, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4221, 1, 0, 1609011717, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4222, 1, 0, 1609013544, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4223, 1, 0, 1609015577, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4224, 1, 0, 1609016208, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4225, 1, 0, 1609016434, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4226, 1, 0, 1609016897, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4227, 1, 0, 1609017079, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4228, 1, 0, 1609018084, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4229, 1, 0, 1609018572, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4230, 1, 0, 1609021976, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4231, 1, 0, 1609022074, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4232, 1, 0, 1609022495, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4233, 1, 0, 1609023081, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4234, 1, 0, 1609023227, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4235, 1, 0, 1609023919, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4236, 1, 0, 1609024239, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4237, 1, 0, 1609024600, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4238, 1, 0, 1609024777, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4239, 1, 0, 1609025039, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4240, 1, 0, 1609025526, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4241, 1, 0, 1609025715, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4242, 1, 0, 1609025986, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4243, 1, 0, 1609026372, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4244, 1, 0, 1609027795, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4245, 1, 0, 1609029371, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4246, 1, 0, 1609030622, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4247, 1, 0, 1609031787, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4248, 1, 0, 1609032400, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4249, 1, 0, 1609033918, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4250, 1, 0, 1609034452, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4251, 1, 0, 1609037377, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4252, 1, 0, 1609037792, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4253, 1, 0, 1609038097, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4254, 1, 0, 1609039570, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4255, 1, 0, 1609039742, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4256, 1, 0, 1609043976, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4257, 1, 0, 1609044320, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4258, 1, 0, 1609044713, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4259, 1, 0, 1609046719, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4260, 1, 0, 1609047927, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4261, 1, 0, 1609048316, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4262, 1, 0, 1609050640, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4263, 1, 0, 1609051522, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4264, 1, 0, 1609052059, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4265, 1, 0, 1609053287, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4266, 1, 0, 1609055477, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4267, 1, 0, 1609055913, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4268, 1, 0, 1609057030, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4269, 1, 0, 1609057249, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4270, 1, 0, 1609058624, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4271, 1, 0, 1609059936, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4272, 1, 0, 1609060857, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4273, 1, 0, 1609061211, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4274, 1, 0, 1609062595, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4275, 1, 0, 1609064902, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4276, 1, 0, 1609066151, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4277, 1, 0, 1609066665, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4278, 1, 0, 1609069600, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4279, 1, 0, 1609071010, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4280, 1, 0, 1609073112, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4281, 1, 0, 1609073737, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4282, 1, 0, 1609074195, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4283, 1, 0, 1609074304, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4284, 1, 0, 1609074747, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4285, 1, 0, 1609075264, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4286, 1, 0, 1609075757, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4287, 1, 0, 1609076151, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4288, 1, 0, 1609077444, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4289, 1, 0, 1609077611, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4290, 1, 0, 1609081098, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4291, 1, 0, 1609083897, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4292, 1, 0, 1609084986, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4293, 1, 0, 1609085105, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4294, 1, 0, 1609085317, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4295, 1, 0, 1609085795, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4296, 1, 0, 1609085925, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4297, 1, 0, 1609086364, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4298, 1, 0, 1609086513, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4299, 1, 0, 1609087362, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4300, 1, 0, 1609088450, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4301, 1, 0, 1609088646, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4302, 1, 0, 1609089784, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4303, 1, 0, 1609090878, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4304, 1, 0, 1609091021, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4305, 1, 0, 1609093907, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4306, 1, 0, 1609094633, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4307, 1, 0, 1609096755, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4308, 1, 0, 1609097172, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4309, 1, 0, 1609097397, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4310, 1, 0, 1609098545, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4311, 1, 0, 1609100926, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4312, 1, 0, 1609101558, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4313, 1, 0, 1609102950, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4314, 1, 0, 1609104733, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4315, 1, 0, 1609105203, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4316, 1, 0, 1609105457, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4317, 1, 0, 1609106103, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4318, 1, 0, 1609107122, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4319, 1, 0, 1609109296, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4320, 1, 0, 1609109627, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4321, 1, 0, 1609111821, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4322, 1, 0, 1609112641, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4323, 1, 0, 1609113691, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4324, 1, 0, 1609114607, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4325, 1, 0, 1609114742, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4326, 1, 0, 1609118164, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4327, 1, 0, 1609120037, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4328, 1, 0, 1609120123, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4329, 1, 0, 1609120585, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4330, 1, 0, 1609121197, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4331, 1, 0, 1609121823, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4332, 1, 0, 1609122767, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4333, 1, 0, 1609123542, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4334, 1, 0, 1609126455, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4335, 1, 0, 1609129464, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4336, 1, 0, 1609131470, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4337, 1, 0, 1609132478, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4338, 1, 0, 1609132727, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4339, 1, 0, 1609135175, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4340, 1, 0, 1609136900, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4341, 1, 0, 1609137139, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4342, 1, 0, 1609137542, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4343, 1, 0, 1609137932, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4344, 1, 0, 1609139246, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4345, 1, 0, 1609140544, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4346, 1, 0, 1609141178, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4347, 1, 0, 1609141881, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4348, 1, 0, 1609142530, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4349, 1, 0, 1609146129, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4350, 1, 0, 1609148068, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4351, 1, 0, 1609149321, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4352, 1, 0, 1609150496, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4353, 1, 0, 1609151965, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4354, 1, 0, 1609153045, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4355, 1, 0, 1609153221, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4356, 1, 0, 1609154208, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4357, 1, 0, 1609154565, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4358, 1, 0, 1609154657, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4359, 1, 0, 1609154961, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4360, 1, 0, 1609155452, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4361, 1, 0, 1609155701, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4362, 1, 0, 1609156248, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4363, 1, 0, 1609157010, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4364, 1, 0, 1609157666, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4365, 1, 0, 1609159301, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4366, 1, 0, 1609159426, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4367, 1, 0, 1609159730, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4368, 1, 0, 1609160012, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4369, 1, 0, 1609161195, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4370, 1, 0, 1609163618, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4371, 1, 0, 1609164299, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4372, 1, 0, 1609164588, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4373, 1, 0, 1609164856, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4374, 1, 0, 1609165987, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4375, 1, 0, 1609166808, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4376, 1, 0, 1609169411, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4377, 1, 0, 1609170828, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4378, 1, 0, 1609171520, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4379, 1, 0, 1609172772, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4380, 1, 0, 1609174462, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4381, 1, 0, 1609175227, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4382, 1, 0, 1609177085, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4383, 1, 0, 1609177144, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4384, 1, 0, 1609178094, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4385, 1, 0, 1609178508, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4386, 1, 0, 1609178635, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4387, 1, 0, 1609179320, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4388, 1, 0, 1609179535, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4389, 1, 0, 1609181242, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4390, 1, 0, 1609181500, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4391, 1, 0, 1609183612, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4392, 1, 0, 1609184612, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4393, 1, 0, 1609185118, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4394, 1, 0, 1609185665, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4395, 1, 0, 1609186092, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4396, 1, 0, 1609186850, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4397, 1, 0, 1609187090, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4398, 1, 0, 1609187740, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4399, 1, 0, 1609187956, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4400, 1, 0, 1609188548, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4401, 1, 0, 1609188995, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4402, 1, 0, 1609189146, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4403, 1, 0, 1609189802, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4404, 1, 0, 1609190443, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4405, 1, 0, 1609190748, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4406, 1, 0, 1609190991, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4407, 1, 0, 1609191859, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4408, 1, 0, 1609192416, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4409, 1, 0, 1609193186, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4410, 1, 0, 1609193548, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4411, 1, 0, 1609193872, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4412, 1, 0, 1609193913, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4413, 1, 0, 1609194267, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4414, 1, 0, 1609194536, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4415, 1, 0, 1609195062, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4416, 1, 0, 1609195145, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4417, 1, 0, 1609195469, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4418, 1, 0, 1609195719, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4419, 1, 0, 1609196071, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4420, 1, 0, 1609196847, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4421, 1, 0, 1609196965, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4422, 1, 0, 1609197851, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4423, 1, 0, 1609198135, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4424, 1, 0, 1609198844, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4425, 1, 0, 1609199517, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4426, 1, 0, 1609200031, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4427, 1, 0, 1609200871, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4428, 1, 0, 1609201543, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4429, 1, 0, 1609202233, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4430, 1, 0, 1609202898, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4431, 1, 0, 1609202916, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4432, 1, 0, 1609203581, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4433, 1, 0, 1609204249, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4434, 1, 0, 1609204825, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4435, 1, 0, 1609205239, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4436, 1, 0, 1609205692, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4437, 1, 0, 1609206325, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4438, 1, 0, 1609206986, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4439, 1, 0, 1609207744, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4440, 1, 0, 1609208340, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4441, 1, 0, 1609209187, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4442, 1, 0, 1609209948, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4443, 1, 0, 1609210238, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4444, 1, 0, 1609210470, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4445, 1, 0, 1609211088, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4446, 1, 0, 1609211310, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4447, 1, 0, 1609212132, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4448, 1, 0, 1609212876, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4449, 1, 0, 1609213113, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4450, 1, 0, 1609213573, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4451, 1, 0, 1609213830, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4452, 1, 0, 1609214066, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4453, 1, 0, 1609214664, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4454, 1, 0, 1609215181, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4455, 1, 0, 1609215673, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4456, 1, 0, 1609216057, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4457, 1, 0, 1609216489, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4458, 1, 0, 1609216839, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4459, 1, 0, 1609217214, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4460, 1, 0, 1609217606, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4461, 1, 0, 1609217612, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4462, 1, 0, 1609217990, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4463, 1, 0, 1609218413, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4464, 1, 0, 1609218742, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4465, 1, 0, 1609219167, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4466, 1, 0, 1609219555, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4467, 1, 0, 1609219955, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4468, 1, 0, 1609220412, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4469, 1, 0, 1609220622, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4470, 1, 0, 1609221185, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4471, 1, 0, 1609221871, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4472, 1, 0, 1609222161, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4473, 1, 0, 1609222688, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4474, 1, 0, 1609222712, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4475, 1, 0, 1609223133, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4476, 1, 0, 1609223473, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4477, 1, 0, 1609223904, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4478, 1, 0, 1609223934, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4479, 1, 0, 1609224409, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4480, 1, 0, 1609224800, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4481, 1, 0, 1609225231, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4482, 1, 0, 1609225627, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4483, 1, 0, 1609226131, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4484, 1, 0, 1609226532, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4485, 1, 0, 1609227008, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4486, 1, 0, 1609227268, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4487, 1, 0, 1609227806, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4488, 1, 0, 1609227902, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4489, 1, 0, 1609228297, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4490, 1, 0, 1609228701, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4491, 1, 0, 1609229074, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4492, 1, 0, 1609229486, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4493, 1, 0, 1609229749, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4494, 1, 0, 1609230008, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4495, 1, 0, 1609230503, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4496, 1, 0, 1609230657, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4497, 1, 0, 1609230938, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4498, 1, 0, 1609231455, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4499, 1, 0, 1609231927, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4500, 1, 0, 1609232397, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4501, 1, 0, 1609232863, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4502, 1, 0, 1609233216, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4503, 1, 0, 1609233736, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4504, 1, 0, 1609234213, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4505, 1, 0, 1609234450, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4506, 1, 0, 1609234721, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4507, 1, 0, 1609235199, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4508, 1, 0, 1609235667, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4509, 1, 0, 1609236135, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4510, 1, 0, 1609236619, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4511, 1, 0, 1609237089, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4512, 1, 0, 1609237520, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4513, 1, 0, 1609237868, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4514, 1, 0, 1609238016, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4515, 1, 0, 1609238540, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4516, 1, 0, 1609239025, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4517, 1, 0, 1609239510, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4518, 1, 0, 1609240102, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4519, 1, 0, 1609240109, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4520, 1, 0, 1609240498, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4521, 1, 0, 1609241018, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4522, 1, 0, 1609241407, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4523, 1, 0, 1609242017, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4524, 1, 0, 1609242554, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4525, 1, 0, 1609243087, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4526, 1, 0, 1609243501, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4527, 1, 0, 1609243862, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4528, 1, 0, 1609244069, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4529, 1, 0, 1609244434, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4530, 1, 0, 1609244647, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4531, 1, 0, 1609245135, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4532, 1, 0, 1609245327, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4533, 1, 0, 1609245657, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4534, 1, 0, 1609246183, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4535, 1, 0, 1609246773, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4536, 1, 0, 1609247227, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4537, 1, 0, 1609247742, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4538, 1, 0, 1609248259, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4539, 1, 0, 1609248549, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4540, 1, 0, 1609248849, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4541, 1, 0, 1609249367, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4542, 1, 0, 1609249814, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4543, 1, 0, 1609250345, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4544, 1, 0, 1609250960, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4545, 1, 0, 1609251434, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4546, 1, 0, 1609252052, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4547, 1, 0, 1609252574, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4548, 1, 0, 1609252901, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4549, 1, 0, 1609253148, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4550, 1, 0, 1609253529, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4551, 1, 0, 1609253661, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4552, 1, 0, 1609254227, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4553, 1, 0, 1609254822, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4554, 1, 0, 1609255249, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4555, 1, 0, 1609256063, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4556, 1, 0, 1609256713, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4557, 1, 0, 1609258842, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4558, 1, 0, 1609260209, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', '');
INSERT INTO `wp_newsletter_sent` (`email_id`, `user_id`, `status`, `open`, `time`, `error`, `ip`) VALUES
(3, 4559, 1, 0, 1609260525, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4560, 1, 0, 1609263953, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4561, 1, 0, 1609264122, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4562, 1, 0, 1609264444, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4563, 1, 0, 1609264772, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4564, 1, 0, 1609265908, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4565, 1, 0, 1609266151, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4566, 1, 0, 1609266441, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4567, 1, 0, 1609266541, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4568, 1, 0, 1609267470, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4569, 1, 0, 1609267988, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4570, 1, 0, 1609270192, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4571, 1, 0, 1609270934, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4572, 1, 0, 1609272317, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4573, 1, 0, 1609273055, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4574, 1, 0, 1609274000, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4575, 1, 0, 1609274219, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4576, 1, 0, 1609274623, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4577, 1, 0, 1609275803, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4578, 1, 0, 1609276895, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4579, 1, 0, 1609278102, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4580, 1, 0, 1609279423, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4581, 1, 0, 1609280207, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4582, 1, 0, 1609280873, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4583, 1, 0, 1609283302, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4584, 1, 0, 1609285089, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4585, 1, 0, 1609285850, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4586, 1, 0, 1609286277, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4587, 1, 0, 1609287296, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4588, 1, 0, 1609287683, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4589, 1, 0, 1609288691, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4590, 1, 0, 1609289089, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4591, 1, 0, 1609290646, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4592, 1, 0, 1609292012, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4593, 1, 0, 1609295633, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4594, 1, 0, 1609296380, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4595, 1, 0, 1609296635, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4596, 1, 0, 1609299242, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4597, 1, 0, 1609301095, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4598, 1, 0, 1609302223, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4599, 1, 0, 1609303738, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4600, 1, 0, 1609305607, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4601, 1, 0, 1609308478, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4602, 1, 0, 1609308887, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4603, 1, 0, 1609310448, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4604, 1, 0, 1609310696, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4605, 1, 0, 1609312332, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4606, 1, 0, 1609312665, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4607, 1, 0, 1609313022, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4608, 1, 0, 1609313412, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4609, 1, 0, 1609313675, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4610, 1, 0, 1609314746, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4611, 1, 0, 1609315212, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4612, 1, 0, 1609319109, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4613, 1, 0, 1609320741, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4614, 1, 0, 1609321796, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4615, 1, 0, 1609322076, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4616, 1, 0, 1609322700, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4617, 1, 0, 1609323125, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4618, 1, 0, 1609324750, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4619, 1, 0, 1609325601, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4620, 1, 0, 1609325641, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4621, 1, 0, 1609326006, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4622, 1, 0, 1609328463, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4623, 1, 0, 1609330413, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4624, 1, 0, 1609332500, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4625, 1, 0, 1609333623, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4626, 1, 0, 1609334057, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4627, 1, 0, 1609334902, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4628, 1, 0, 1609336712, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4629, 1, 0, 1609337018, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4630, 1, 0, 1609337594, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4631, 1, 0, 1609339347, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4632, 1, 0, 1609340032, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4633, 1, 0, 1609341527, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4634, 1, 0, 1609343004, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4635, 1, 0, 1609343011, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4636, 1, 0, 1609343963, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4637, 1, 0, 1609345662, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4638, 1, 0, 1609345848, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4639, 1, 0, 1609346242, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4640, 1, 0, 1609346766, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4641, 1, 0, 1609347220, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4642, 1, 0, 1609350534, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4643, 1, 0, 1609351515, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4644, 1, 0, 1609352073, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4645, 1, 0, 1609352399, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4646, 1, 0, 1609354584, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4647, 1, 0, 1609355099, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4648, 1, 0, 1609355959, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4649, 1, 0, 1609357626, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4650, 1, 0, 1609358019, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4651, 1, 0, 1609359066, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4652, 1, 0, 1609360030, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4653, 1, 0, 1609362685, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4654, 1, 0, 1609363698, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4655, 1, 0, 1609364009, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4656, 1, 0, 1609364658, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4657, 1, 0, 1609364983, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4658, 1, 0, 1609365537, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4659, 1, 0, 1609365971, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4660, 1, 0, 1609366287, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4661, 1, 0, 1609366465, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4662, 1, 0, 1609366748, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4663, 1, 0, 1609371399, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4664, 1, 0, 1609371724, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4665, 1, 0, 1609375459, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4666, 1, 0, 1609377948, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4667, 1, 0, 1609379785, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4668, 1, 0, 1609382413, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4669, 1, 0, 1609382628, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4670, 1, 0, 1609385259, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4671, 1, 0, 1609388001, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4672, 1, 0, 1609388328, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4673, 1, 0, 1609389045, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4674, 1, 0, 1609389224, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4675, 1, 0, 1609391873, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4676, 1, 0, 1609392517, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4677, 1, 0, 1609393428, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4678, 1, 0, 1609393812, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4679, 1, 0, 1609395008, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4680, 1, 0, 1609396226, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4681, 1, 0, 1609396666, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4682, 1, 0, 1609396824, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4683, 1, 0, 1609397761, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4684, 1, 0, 1609398214, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4685, 1, 0, 1609401080, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4686, 1, 0, 1609401331, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4687, 1, 0, 1609401607, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4688, 1, 0, 1609402557, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4689, 1, 0, 1609402894, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4690, 1, 0, 1609404357, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4691, 1, 0, 1609404636, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4692, 1, 0, 1609405931, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4693, 1, 0, 1609406086, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4694, 1, 0, 1609407215, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4695, 1, 0, 1609409773, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4696, 1, 0, 1609409919, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4697, 1, 0, 1609411496, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4698, 1, 0, 1609411920, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4699, 1, 0, 1609412531, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4700, 1, 0, 1609413764, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4701, 1, 0, 1609414263, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4702, 1, 0, 1609414900, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4703, 1, 0, 1609416943, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4704, 1, 0, 1609418546, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4705, 1, 0, 1609418695, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4706, 1, 0, 1609419646, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4707, 1, 0, 1609421432, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4708, 1, 0, 1609421645, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4709, 1, 0, 1609422125, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4710, 1, 0, 1609422286, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4711, 1, 0, 1609423348, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4712, 1, 0, 1609424028, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4713, 1, 0, 1609425584, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4714, 1, 0, 1609426276, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4715, 1, 0, 1609426409, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4716, 1, 0, 1609426841, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4717, 1, 0, 1609427139, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4718, 1, 0, 1609427442, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4719, 1, 0, 1609427747, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4720, 1, 0, 1609428237, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4721, 1, 0, 1609428700, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4722, 1, 0, 1609430566, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4723, 1, 0, 1609431421, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4724, 1, 0, 1609432662, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4725, 1, 0, 1609433610, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4726, 1, 0, 1609434592, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4727, 1, 0, 1609434836, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4728, 1, 0, 1609435417, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4729, 1, 0, 1609438340, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4730, 1, 0, 1609438577, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4731, 1, 0, 1609439208, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4732, 1, 0, 1609440985, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4733, 1, 0, 1609441264, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4734, 1, 0, 1609441432, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4735, 1, 0, 1609441720, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4736, 1, 0, 1609442038, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4737, 1, 0, 1609442623, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4738, 1, 0, 1609443095, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4739, 1, 0, 1609443259, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4740, 1, 0, 1609443523, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4741, 1, 0, 1609445519, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4742, 1, 0, 1609447021, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4743, 1, 0, 1609447233, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4744, 1, 0, 1609447917, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4745, 1, 0, 1609448014, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4746, 1, 0, 1609448857, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4747, 1, 0, 1609451178, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4748, 1, 0, 1609451866, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4749, 1, 0, 1609454093, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4750, 1, 0, 1609454857, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4751, 1, 0, 1609455113, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4752, 1, 0, 1609457924, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4753, 1, 0, 1609461117, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4754, 1, 0, 1609461517, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4755, 1, 0, 1609461813, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4756, 1, 0, 1609462312, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4757, 1, 0, 1609462737, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4758, 1, 0, 1609463167, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4759, 1, 0, 1609463640, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4760, 1, 0, 1609464280, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4761, 1, 0, 1609464791, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4762, 1, 0, 1609466301, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4763, 1, 0, 1609466497, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4764, 1, 0, 1609469212, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4765, 1, 0, 1609472298, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4766, 1, 0, 1609472899, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4767, 1, 0, 1609474702, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4768, 1, 0, 1609476042, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4769, 1, 0, 1609476339, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4770, 1, 0, 1609476883, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4771, 1, 0, 1609477890, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4772, 1, 0, 1609478224, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4773, 1, 0, 1609482290, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4774, 1, 0, 1609483603, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4775, 1, 0, 1609484228, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4776, 1, 0, 1609485170, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4777, 1, 0, 1609488666, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4778, 1, 0, 1609489001, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4779, 1, 0, 1609489199, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4780, 1, 0, 1609490948, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4781, 1, 0, 1609491305, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4782, 1, 0, 1609491727, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4783, 1, 0, 1609492294, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4784, 1, 0, 1609492701, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4785, 1, 0, 1609492786, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4786, 1, 0, 1609493226, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4787, 1, 0, 1609493385, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4788, 1, 0, 1609493790, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4789, 1, 0, 1609494495, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4790, 1, 0, 1609494691, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4791, 1, 0, 1609495328, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4792, 1, 0, 1609495949, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4793, 1, 0, 1609496212, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4794, 1, 0, 1609496926, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4795, 1, 0, 1609497259, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4796, 1, 0, 1609497519, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4797, 1, 0, 1609498367, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4798, 1, 0, 1609498531, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4799, 1, 0, 1609498768, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4800, 1, 0, 1609499345, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4801, 1, 0, 1609500157, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4802, 1, 0, 1609500497, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4803, 1, 0, 1609500706, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4804, 1, 0, 1609501157, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4805, 1, 0, 1609501728, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4806, 1, 0, 1609502086, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4807, 1, 0, 1609502320, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4808, 1, 0, 1609503302, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4809, 1, 0, 1609504168, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4810, 1, 0, 1609504489, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4811, 1, 0, 1609505017, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4812, 1, 0, 1609505565, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4813, 1, 0, 1609505795, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4814, 1, 0, 1609506295, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4815, 1, 0, 1609506629, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4816, 1, 0, 1609507278, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4817, 1, 0, 1609507415, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4818, 1, 0, 1609508318, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4819, 1, 0, 1609508953, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4820, 1, 0, 1609509986, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4821, 1, 0, 1609510912, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4822, 1, 0, 1609511667, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4823, 1, 0, 1609512675, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4824, 1, 0, 1609512821, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4825, 1, 0, 1609513331, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4826, 1, 0, 1609513642, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4827, 1, 0, 1609513849, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4828, 1, 0, 1609514185, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4829, 1, 0, 1609514421, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4830, 1, 0, 1609515981, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4831, 1, 0, 1609516289, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4832, 1, 0, 1609516881, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4833, 1, 0, 1609517109, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4834, 1, 0, 1609517640, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4835, 1, 0, 1609517985, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4836, 1, 0, 1609518486, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4837, 1, 0, 1609518572, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4838, 1, 0, 1609519103, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4839, 1, 0, 1609519274, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4840, 1, 0, 1609519450, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4841, 1, 0, 1609520118, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4842, 1, 0, 1609520716, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4843, 1, 0, 1609520948, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4844, 1, 0, 1609521719, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4845, 1, 0, 1609522005, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4846, 1, 0, 1609522271, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4847, 1, 0, 1609522491, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4848, 1, 0, 1609522849, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4849, 1, 0, 1609523224, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4850, 1, 0, 1609523809, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4851, 1, 0, 1609524031, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4852, 1, 0, 1609524323, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4853, 1, 0, 1609524778, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4854, 1, 0, 1609525593, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4855, 1, 0, 1609525961, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4856, 1, 0, 1609526214, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4857, 1, 0, 1609526315, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4858, 1, 0, 1609526977, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4859, 1, 0, 1609528018, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4860, 1, 0, 1609528672, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4861, 1, 0, 1609528869, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4862, 1, 0, 1609529659, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4863, 1, 0, 1609530307, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4864, 1, 0, 1609530524, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4865, 1, 0, 1609531047, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4866, 1, 0, 1609531317, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4867, 1, 0, 1609532201, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4868, 1, 0, 1609532610, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4869, 1, 0, 1609533095, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4870, 1, 0, 1609533862, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4871, 1, 0, 1609534398, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4872, 1, 0, 1609534518, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4873, 1, 0, 1609534742, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4874, 1, 0, 1609535569, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4875, 1, 0, 1609535951, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4876, 1, 0, 1609536482, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4877, 1, 0, 1609536938, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4878, 1, 0, 1609537157, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4879, 1, 0, 1609537891, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4880, 1, 0, 1609538218, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4881, 1, 0, 1609538996, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4882, 1, 0, 1609539847, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4883, 1, 0, 1609540980, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4884, 1, 0, 1609541235, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4885, 1, 0, 1609541488, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4886, 1, 0, 1609541705, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4887, 1, 0, 1609541937, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4888, 1, 0, 1609542831, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4889, 1, 0, 1609543794, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4890, 1, 0, 1609544468, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4891, 1, 0, 1609544714, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4892, 1, 0, 1609545641, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4893, 1, 0, 1609546023, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4894, 1, 0, 1609546357, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4895, 1, 0, 1609546617, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4896, 1, 0, 1609546920, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4897, 1, 0, 1609547509, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4898, 1, 0, 1609548332, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4899, 1, 0, 1609548530, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4900, 1, 0, 1609549048, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4901, 1, 0, 1609549242, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4902, 1, 0, 1609549489, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4903, 1, 0, 1609549887, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4904, 1, 0, 1609550461, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4905, 1, 0, 1609550714, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4906, 1, 0, 1609550926, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4907, 1, 0, 1609551389, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4908, 1, 0, 1609552209, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4909, 1, 0, 1609552476, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4910, 1, 0, 1609552894, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4911, 1, 0, 1609553324, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4912, 1, 0, 1609553993, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4913, 1, 0, 1609554219, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4914, 1, 0, 1609555479, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4915, 1, 0, 1609556356, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4916, 1, 0, 1609556704, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4917, 1, 0, 1609557288, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4918, 1, 0, 1609557565, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4919, 1, 0, 1609557907, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4920, 1, 0, 1609558508, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4921, 1, 0, 1609559376, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4922, 1, 0, 1609559677, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4923, 1, 0, 1609560690, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4924, 1, 0, 1609560943, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4925, 1, 0, 1609561407, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4926, 1, 0, 1609561701, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4927, 1, 0, 1609562040, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4928, 1, 0, 1609562341, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4929, 1, 0, 1609562652, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4930, 1, 0, 1609563248, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4931, 1, 0, 1609564206, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4932, 1, 0, 1609564481, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4933, 1, 0, 1609564744, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4934, 1, 0, 1609565712, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4935, 1, 0, 1609566485, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4936, 1, 0, 1609567094, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4937, 1, 0, 1609567310, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4938, 1, 0, 1609568066, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4939, 1, 0, 1609568904, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4940, 1, 0, 1609568910, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4941, 1, 0, 1609569516, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4942, 1, 0, 1609570509, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4943, 1, 0, 1609571133, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4944, 1, 0, 1609571383, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4945, 1, 0, 1609571929, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4946, 1, 0, 1609572543, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4947, 1, 0, 1609573003, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4948, 1, 0, 1609573471, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4949, 1, 0, 1609573842, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4950, 1, 0, 1609574473, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4951, 1, 0, 1609575341, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4952, 1, 0, 1609575830, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4953, 1, 0, 1609576157, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4954, 1, 0, 1609576811, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4955, 1, 0, 1609577185, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4956, 1, 0, 1609577562, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4957, 1, 0, 1609578000, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4958, 1, 0, 1609578890, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4959, 1, 0, 1609579111, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4960, 1, 0, 1609579585, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4961, 1, 0, 1609579767, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4962, 1, 0, 1609580691, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4963, 1, 0, 1609581256, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4964, 1, 0, 1609581669, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4965, 1, 0, 1609582056, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4966, 1, 0, 1609582361, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4967, 1, 0, 1609583380, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4968, 1, 0, 1609584073, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4969, 1, 0, 1609584312, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4970, 1, 0, 1609585232, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4971, 1, 0, 1609586154, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4972, 1, 0, 1609586355, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4973, 1, 0, 1609586851, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4974, 1, 0, 1609587213, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4975, 1, 0, 1609588045, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4976, 1, 0, 1609588194, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4977, 1, 0, 1609588759, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4978, 1, 0, 1609589761, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4979, 1, 0, 1609589938, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4980, 1, 0, 1609590845, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4981, 1, 0, 1609591680, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4982, 1, 0, 1609591927, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4983, 1, 0, 1609592859, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4984, 1, 0, 1609593639, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', '');
INSERT INTO `wp_newsletter_sent` (`email_id`, `user_id`, `status`, `open`, `time`, `error`, `ip`) VALUES
(3, 4985, 1, 0, 1609593812, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4986, 1, 0, 1609594621, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4987, 1, 0, 1609594814, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4988, 1, 0, 1609595873, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4989, 1, 0, 1609596191, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4990, 1, 0, 1609596313, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4991, 1, 0, 1609596630, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4992, 1, 0, 1609596867, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4993, 1, 0, 1609597430, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4994, 1, 0, 1609597861, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4995, 1, 0, 1609598900, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4996, 1, 0, 1609598914, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4997, 1, 0, 1609601777, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4998, 1, 0, 1609604150, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 4999, 1, 0, 1609605152, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5000, 1, 0, 1609605933, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5001, 1, 0, 1609606318, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5002, 1, 0, 1609606446, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5003, 1, 0, 1609607059, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5004, 1, 0, 1609607315, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5005, 1, 0, 1609607768, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5006, 1, 0, 1609608804, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5007, 1, 0, 1609608987, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5008, 1, 0, 1609609166, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5009, 1, 0, 1609609944, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5010, 1, 0, 1609610080, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5011, 1, 0, 1609611298, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5012, 1, 0, 1609611997, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5013, 1, 0, 1609613005, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5014, 1, 0, 1609613011, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5015, 1, 0, 1609613568, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5016, 1, 0, 1609613879, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5017, 1, 0, 1609614156, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5018, 1, 0, 1609615156, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5019, 1, 0, 1609615865, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5020, 1, 0, 1609616232, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5021, 1, 0, 1609617351, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5022, 1, 0, 1609618402, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5023, 1, 0, 1609619598, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5024, 1, 0, 1609620017, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5025, 1, 0, 1609620703, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5026, 1, 0, 1609621446, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5027, 1, 0, 1609621729, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5028, 1, 0, 1609622427, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5029, 1, 0, 1609622729, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5030, 1, 0, 1609623077, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5031, 1, 0, 1609624126, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5032, 1, 0, 1609624595, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5033, 1, 0, 1609624714, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5034, 1, 0, 1609625063, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5035, 1, 0, 1609625380, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5036, 1, 0, 1609625710, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5037, 1, 0, 1609626186, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5038, 1, 0, 1609626254, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5039, 1, 0, 1609626509, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5040, 1, 0, 1609626858, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5041, 1, 0, 1609627208, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5042, 1, 0, 1609627947, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5043, 1, 0, 1609628895, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5044, 1, 0, 1609629765, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5045, 1, 0, 1609630020, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5046, 1, 0, 1609630113, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5047, 1, 0, 1609631339, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5048, 1, 0, 1609632603, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5049, 1, 0, 1609632948, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5050, 1, 0, 1609633390, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5051, 1, 0, 1609633772, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5052, 1, 0, 1609635036, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5053, 1, 0, 1609636217, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5054, 1, 0, 1609636875, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5055, 1, 0, 1609637437, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5056, 1, 0, 1609637754, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5057, 1, 0, 1609638020, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5058, 1, 0, 1609638393, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5059, 1, 0, 1609638510, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5060, 1, 0, 1609639254, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5061, 1, 0, 1609639573, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5062, 1, 0, 1609639877, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5063, 1, 0, 1609640287, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5064, 1, 0, 1609640611, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5065, 1, 0, 1609641084, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5066, 1, 0, 1609641367, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5067, 1, 0, 1609641757, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5068, 1, 0, 1609642314, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5069, 1, 0, 1609642459, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5070, 1, 0, 1609642946, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5071, 1, 0, 1609643300, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5072, 1, 0, 1609643309, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5073, 1, 0, 1609643679, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5074, 1, 0, 1609644112, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5075, 1, 0, 1609644526, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5076, 1, 0, 1609644815, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5077, 1, 0, 1609645223, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5078, 1, 0, 1609645675, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5079, 1, 0, 1609646041, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5080, 1, 0, 1609646531, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5081, 1, 0, 1609646959, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5082, 1, 0, 1609647293, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5083, 1, 0, 1609647673, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5084, 1, 0, 1609648041, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5085, 1, 0, 1609648514, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5086, 1, 0, 1609648846, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5087, 1, 0, 1609649298, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5088, 1, 0, 1609649642, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5089, 1, 0, 1609650149, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5090, 1, 0, 1609650593, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5091, 1, 0, 1609650974, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5092, 1, 0, 1609651346, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5093, 1, 0, 1609651831, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5094, 1, 0, 1609652218, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5095, 1, 0, 1609652595, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5096, 1, 0, 1609653055, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5097, 1, 0, 1609653427, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5098, 1, 0, 1609653871, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5099, 1, 0, 1609654291, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5100, 1, 0, 1609654439, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5101, 1, 0, 1609654729, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5102, 1, 0, 1609655196, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5103, 1, 0, 1609655560, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5104, 1, 0, 1609656077, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5105, 1, 0, 1609656562, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5106, 1, 0, 1609656949, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5107, 1, 0, 1609657187, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5108, 1, 0, 1609657414, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5109, 1, 0, 1609657918, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5110, 1, 0, 1609658289, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5111, 1, 0, 1609658686, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5112, 1, 0, 1609659243, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5113, 1, 0, 1609659694, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5114, 1, 0, 1609660160, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5115, 1, 0, 1609660615, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5116, 1, 0, 1609661028, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5117, 1, 0, 1609661344, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5118, 1, 0, 1609662018, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5119, 1, 0, 1609662459, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5120, 1, 0, 1609663026, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5121, 1, 0, 1609663376, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5122, 1, 0, 1609663944, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5123, 1, 0, 1609664395, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5124, 1, 0, 1609664723, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5125, 1, 0, 1609664932, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5126, 1, 0, 1609665358, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5127, 1, 0, 1609665891, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5128, 1, 0, 1609666395, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5129, 1, 0, 1609666858, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5130, 1, 0, 1609667348, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5131, 1, 0, 1609667946, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5132, 1, 0, 1609668370, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5133, 1, 0, 1609668926, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5134, 1, 0, 1609669436, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5135, 1, 0, 1609669944, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5136, 1, 0, 1609670211, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5137, 1, 0, 1609670451, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5138, 1, 0, 1609670744, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5139, 1, 0, 1609670972, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5140, 1, 0, 1609671450, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5141, 1, 0, 1609672011, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5142, 1, 0, 1609672557, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5143, 1, 0, 1609673060, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5144, 1, 0, 1609673712, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5145, 1, 0, 1609674068, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5146, 1, 0, 1609674511, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5147, 1, 0, 1609675051, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5148, 1, 0, 1609675643, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5149, 1, 0, 1609676003, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5150, 1, 0, 1609676094, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5151, 1, 0, 1609676629, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5152, 1, 0, 1609677151, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5153, 1, 0, 1609677642, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5154, 1, 0, 1609678221, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5155, 1, 0, 1609678848, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5156, 1, 0, 1609679404, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5157, 1, 0, 1609680070, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5158, 1, 0, 1609680512, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5159, 1, 0, 1609680924, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5160, 1, 0, 1609681444, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5161, 1, 0, 1609681735, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5162, 1, 0, 1609682224, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5163, 1, 0, 1609682768, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5164, 1, 0, 1609683409, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5165, 1, 0, 1609683887, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5166, 1, 0, 1609684236, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5167, 1, 0, 1609684564, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5168, 1, 0, 1609684937, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5169, 1, 0, 1609685118, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5170, 1, 0, 1609685404, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5171, 1, 0, 1609685648, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5172, 1, 0, 1609686400, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5173, 1, 0, 1609686515, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5174, 1, 0, 1609686941, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5175, 1, 0, 1609687155, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5176, 1, 0, 1609687535, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5177, 1, 0, 1609687806, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5178, 1, 0, 1609688051, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5179, 1, 0, 1609688788, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5180, 1, 0, 1609689087, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5181, 1, 0, 1609689427, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5182, 1, 0, 1609689982, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5183, 1, 0, 1609690153, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5184, 1, 0, 1609690782, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5185, 1, 0, 1609691746, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5186, 1, 0, 1609693288, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5187, 1, 0, 1609694178, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5188, 1, 0, 1609695860, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5189, 1, 0, 1609697525, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5190, 1, 0, 1609698039, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5191, 1, 0, 1609699276, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5192, 1, 0, 1609699760, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5193, 1, 0, 1609701656, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5194, 1, 0, 1609702295, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5195, 1, 0, 1609702663, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5196, 1, 0, 1609705014, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5197, 1, 0, 1609706785, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5198, 1, 0, 1609708578, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5199, 1, 0, 1609708893, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5200, 1, 0, 1609709555, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5201, 1, 0, 1609709682, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5202, 1, 0, 1609711456, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5203, 1, 0, 1609712869, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5204, 1, 0, 1609713298, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5205, 1, 0, 1609713603, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5206, 1, 0, 1609716232, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5207, 1, 0, 1609717007, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5208, 1, 0, 1609718228, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5209, 1, 0, 1609721949, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5210, 1, 0, 1609722266, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5211, 1, 0, 1609724390, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5212, 1, 0, 1609724610, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5213, 1, 0, 1609725777, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5214, 1, 0, 1609726905, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5215, 1, 0, 1609727531, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5216, 1, 0, 1609728461, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5217, 1, 0, 1609730139, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5218, 1, 0, 1609731545, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5219, 1, 0, 1609732559, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5220, 1, 0, 1609733264, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5221, 1, 0, 1609735651, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5222, 1, 0, 1609738339, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5223, 1, 0, 1609739001, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5224, 1, 0, 1609739031, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5225, 1, 0, 1609739471, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5226, 1, 0, 1609740327, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5227, 1, 0, 1609741072, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5228, 1, 0, 1609741570, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5229, 1, 0, 1609741873, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5230, 1, 0, 1609742505, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5231, 1, 0, 1609743383, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5232, 1, 0, 1609743762, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5233, 1, 0, 1609744092, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5234, 1, 0, 1609744978, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5235, 1, 0, 1609745490, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5236, 1, 0, 1609745634, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5237, 1, 0, 1609746220, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5238, 1, 0, 1609746523, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5239, 1, 0, 1609746850, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5240, 1, 0, 1609747430, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5241, 1, 0, 1609748120, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5242, 1, 0, 1609748464, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5243, 1, 0, 1609748959, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5244, 1, 0, 1609749392, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5245, 1, 0, 1609750073, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5246, 1, 0, 1609750704, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5247, 1, 0, 1609751298, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5248, 1, 0, 1609752067, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5249, 1, 0, 1609752387, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5250, 1, 0, 1609752718, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5251, 1, 0, 1609752865, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5252, 1, 0, 1609753526, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5253, 1, 0, 1609753971, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5254, 1, 0, 1609754017, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5255, 1, 0, 1609754647, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5256, 1, 0, 1609755059, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5257, 1, 0, 1609755329, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5258, 1, 0, 1609755827, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5259, 1, 0, 1609756552, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5260, 1, 0, 1609756763, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5261, 1, 0, 1609757277, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5262, 1, 0, 1609757944, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5263, 1, 0, 1609758448, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', ''),
(3, 5264, 1, 0, 1609758510, 'SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting', '');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_newsletter_stats`
--
CREATE TABLE `wp_newsletter_stats` (
`id` int(11) NOT NULL,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_id` int(11) NOT NULL DEFAULT '0',
`email_id` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
`ip` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_newsletter_stats`
--
INSERT INTO `wp_newsletter_stats` (`id`, `created`, `url`, `user_id`, `email_id`, `ip`) VALUES
(1, '2020-07-04 15:43:22', 'httpss://wapejets.com/', 1, '1', '93.99.225.2'),
(2, '2020-07-04 16:16:55', '', 4, '1', '212.205.232.227'),
(3, '2020-07-04 16:20:47', '', 4, '1', '212.205.232.227'),
(4, '2020-07-05 10:02:06', '', 4, '1', '212.205.232.227'),
(5, '2020-09-03 16:57:51', '', 4, '1', '185.63.98.11'),
(6, '2020-09-04 05:16:57', '', 4, '1', '185.63.98.11'),
(7, '2020-09-04 05:16:57', '', 4, '1', '185.63.98.11'),
(8, '2020-09-04 07:12:08', '', 4, '1', '185.63.98.11'),
(9, '2020-09-04 09:07:32', '', 4, '1', '185.63.98.11'),
(10, '2020-09-08 14:58:24', '', 4, '1', '185.63.98.11'),
(11, '2020-09-08 15:08:26', '', 4, '1', '185.63.98.11'),
(119, '2020-12-20 09:11:51', '', 4, '3', '185.63.98.11'),
(120, '2020-12-20 09:13:54', '', 11, '3', '66.249.89.76'),
(121, '2020-12-20 09:18:58', '', 20, '3', '66.249.89.76'),
(122, '2020-12-20 09:28:57', '', 37, '3', '66.249.89.78'),
(123, '2020-12-20 09:30:42', '', 39, '3', '46.135.8.42'),
(124, '2020-12-20 09:31:58', '', 39, '3', '46.135.8.42'),
(125, '2020-12-20 09:34:54', '', 4, '3', '185.63.98.11'),
(126, '2020-12-20 09:35:24', '', 34, '3', '5.102.55.161'),
(127, '2020-12-20 09:38:59', '', 56, '3', '66.249.89.78'),
(128, '2020-12-20 09:43:28', '', 13, '3', '31.30.171.150'),
(129, '2020-12-20 09:55:01', '', 76, '3', '66.249.89.80'),
(130, '2020-12-20 09:55:01', '', 78, '3', '66.249.89.76'),
(131, '2020-12-20 09:58:36', '', 76, '3', '37.188.173.127'),
(132, '2020-12-20 09:58:36', '', 76, '3', '37.188.173.127'),
(133, '2020-12-20 09:59:59', '', 17, '3', '85.71.100.101'),
(134, '2020-12-20 10:01:04', '', 60, '3', '185.47.221.206'),
(135, '2020-12-20 10:04:57', '', 96, '3', '66.249.89.78'),
(136, '2020-12-20 10:04:59', '', 94, '3', '66.249.89.78'),
(137, '2020-12-20 10:06:11', '', 82, '3', '89.24.46.216'),
(138, '2020-12-20 10:08:55', '', 99, '3', '66.249.89.76'),
(139, '2020-12-20 10:14:58', '', 112, '3', '66.249.89.80'),
(140, '2020-12-20 10:15:10', 'https://wapejets.com/cs/uvod/', 105, '3', '52.13.108.171'),
(141, '2020-12-20 10:15:10', 'https://wapejets.com/cs/pronajem-letadel/', 105, '3', '54.245.12.47'),
(142, '2020-12-20 10:15:10', 'https://wapejets.com/cs/prodej-letadel/', 105, '3', '52.13.108.171'),
(143, '2020-12-20 10:15:15', 'https://wapejets.com/cs/uvod/', 105, '3', '52.13.108.171'),
(144, '2020-12-20 10:15:16', 'https://www.facebook.com/wapejets', 105, '3', '54.214.199.138'),
(145, '2020-12-20 10:15:16', 'https://www.instagram.com/wape_jets/', 105, '3', '54.244.63.235'),
(146, '2020-12-20 10:15:17', 'https://wapejets.com/cs/prodej-letadel/', 105, '3', '54.187.79.39'),
(147, '2020-12-20 10:15:17', 'https://wapejets.com/cs/pronajem-letadel/', 105, '3', '18.236.241.234'),
(148, '2020-12-20 10:15:20', '', 105, '3', '54.190.1.12'),
(149, '2020-12-20 10:15:20', 'https://wapejets.com/cs/travel-management/', 105, '3', '35.164.7.4'),
(150, '2020-12-20 10:15:22', '', 105, '3', '54.245.205.125'),
(151, '2020-12-20 10:15:22', 'https://wapejets.com/cs/travel-management/', 105, '3', '34.222.26.119'),
(152, '2020-12-20 10:15:22', 'https://www.instagram.com/wape_jets/', 105, '3', '34.222.236.5'),
(153, '2020-12-20 10:15:22', 'https://www.facebook.com/wapejets', 105, '3', '54.245.205.125'),
(154, '2020-12-20 10:15:32', 'https://wapejets.com/cs/prodej-letadel/', 105, '3', '111.101.7.153'),
(155, '2020-12-20 10:15:32', 'https://wapejets.com/cs/uvod/', 105, '3', '111.101.7.153'),
(156, '2020-12-20 10:15:32', 'https://wapejets.com/cs/pronajem-letadel/', 105, '3', '111.101.7.153'),
(157, '2020-12-20 10:18:58', '', 114, '3', '66.249.89.80'),
(158, '2020-12-20 10:28:48', '', 133, '3', '66.249.89.78'),
(159, '2020-12-20 10:28:53', '', 133, '3', '66.249.81.114'),
(160, '2020-12-20 10:32:56', '', 44, '3', '193.86.64.54'),
(161, '2020-12-20 10:34:02', '', 12, '3', '85.163.74.79'),
(162, '2020-12-20 10:37:00', '', 116, '3', '78.80.28.139'),
(163, '2020-12-20 10:42:42', '', 4, '3', '185.63.98.11'),
(164, '2020-12-20 10:44:16', '', 114, '3', '66.249.81.112'),
(165, '2020-12-20 10:44:33', '', 155, '3', '66.249.89.80'),
(166, '2020-12-20 10:46:21', '', 151, '3', '46.135.2.161'),
(167, '2020-12-20 10:46:37', '', 151, '3', '46.135.2.161'),
(168, '2020-12-20 10:47:25', '', 101, '3', '80.188.34.98'),
(169, '2020-12-20 10:47:25', '', 101, '3', '80.188.34.98'),
(170, '2020-12-20 10:48:56', '', 165, '3', '66.249.89.80'),
(171, '2020-12-20 10:49:02', '', 163, '3', '176.222.224.240'),
(172, '2020-12-20 10:52:36', '', 145, '3', '45.41.134.200'),
(173, '2020-12-20 11:04:54', '', 187, '3', '66.249.89.80'),
(174, '2020-12-20 11:06:52', '', 4, '3', '185.63.98.11'),
(175, '2020-12-20 11:07:48', '', 16, '3', '194.154.246.6'),
(176, '2020-12-20 11:12:21', '', 69, '3', '88.103.231.212'),
(177, '2020-12-20 11:12:37', '', 185, '3', '213.168.176.144'),
(178, '2020-12-20 11:13:48', '', 204, '3', '66.249.89.80'),
(179, '2020-12-20 11:18:47', '', 133, '3', '85.71.198.162'),
(180, '2020-12-20 11:18:57', '', 215, '3', '66.249.89.78'),
(181, '2020-12-20 11:28:53', '', 226, '3', '66.249.89.78'),
(182, '2020-12-20 11:34:58', '', 235, '3', '66.249.89.80'),
(183, '2020-12-20 11:34:59', '', 215, '3', '66.249.81.114'),
(184, '2020-12-20 11:36:04', '', 46, '3', '85.237.234.85'),
(185, '2020-12-20 11:36:04', '', 46, '3', '85.237.234.85'),
(186, '2020-12-20 11:37:16', '', 235, '3', '66.249.81.114'),
(187, '2020-12-20 11:38:30', '', 105, '3', '18.207.211.7'),
(188, '2020-12-20 11:39:30', '', 215, '3', '66.249.81.116'),
(189, '2020-12-20 11:39:56', '', 155, '3', '66.249.81.114'),
(190, '2020-12-20 11:44:59', '', 247, '3', '66.249.89.78'),
(191, '2020-12-20 11:45:21', '', 162, '3', '37.188.246.61'),
(192, '2020-12-20 11:47:05', '', 46, '3', '85.237.234.85'),
(193, '2020-12-20 11:47:06', '', 46, '3', '85.237.234.85'),
(194, '2020-12-20 11:50:25', '', 254, '3', '37.48.2.213'),
(195, '2020-12-20 11:53:51', '', 73, '3', '37.48.40.192'),
(196, '2020-12-20 11:54:13', '', 269, '3', '66.249.89.80'),
(197, '2020-12-20 11:54:20', '', 269, '3', '66.249.89.76'),
(198, '2020-12-20 11:58:37', '', 247, '3', '46.167.231.130'),
(199, '2020-12-20 11:58:49', '', 271, '3', '66.249.89.76'),
(200, '2020-12-20 12:02:38', '', 206, '3', '188.93.56.122'),
(201, '2020-12-20 12:08:53', '', 4, '3', '185.63.98.11'),
(202, '2020-12-20 12:08:56', '', 293, '3', '66.249.89.76'),
(203, '2020-12-20 12:09:01', 'https://wapejets.com/cs/pronajem-letadel/', 4, '3', '185.63.98.11'),
(204, '2020-12-20 12:09:15', 'https://wapejets.com/cs/uvod/', 4, '3', '185.63.98.11'),
(205, '2020-12-20 12:09:27', 'https://wapejets.com/cs/travel-management/', 4, '3', '185.63.98.11'),
(206, '2020-12-20 12:09:35', 'https://wapejets.com/cs/uvod/', 4, '3', '185.63.98.11'),
(207, '2020-12-20 12:09:47', 'https://www.instagram.com/wape_jets/', 4, '3', '185.63.98.11'),
(208, '2020-12-20 12:09:58', '', 291, '3', '212.82.108.34'),
(209, '2020-12-20 12:10:09', '', 291, '3', '195.189.218.78'),
(210, '2020-12-20 12:11:34', '', 182, '3', '37.188.229.89'),
(211, '2020-12-20 12:12:17', '', 4, '3', '185.63.98.11'),
(212, '2020-12-20 12:12:22', '', 4, '3', '185.63.98.11'),
(213, '2020-12-20 12:12:27', '', 4, '3', '185.63.98.11'),
(214, '2020-12-20 12:15:03', '', 295, '3', '66.249.89.78'),
(215, '2020-12-20 12:16:18', '', 241, '3', '37.48.16.150'),
(216, '2020-12-20 12:17:22', '', 125, '3', '94.142.234.25'),
(217, '2020-12-20 12:18:59', '', 304, '3', '66.249.89.76'),
(218, '2020-12-20 12:19:12', '', 10, '3', '109.183.64.32'),
(219, '2020-12-20 12:24:20', '', 313, '3', '66.249.89.76'),
(220, '2020-12-20 12:24:36', '', 249, '3', '185.176.136.69'),
(221, '2020-12-20 12:26:13', '', 211, '3', '85.207.219.51'),
(222, '2020-12-20 12:27:09', '', 304, '3', '37.143.113.47'),
(223, '2020-12-20 12:28:53', '', 322, '3', '66.249.89.78'),
(224, '2020-12-20 12:35:32', '', 218, '3', '83.208.43.0'),
(225, '2020-12-20 12:39:00', '', 339, '3', '66.249.89.76'),
(226, '2020-12-20 12:42:22', '', 163, '3', '176.222.224.240'),
(227, '2020-12-20 12:53:25', '', 4, '3', '185.63.98.11'),
(228, '2020-12-20 12:59:02', '', 369, '3', '66.249.89.78'),
(229, '2020-12-20 13:00:06', '', 345, '3', '78.108.156.245'),
(230, '2020-12-20 13:07:14', '', 258, '3', '109.234.47.85'),
(231, '2020-12-20 13:10:46', '', 382, '3', '62.228.164.56'),
(232, '2020-12-20 13:13:10', '', 133, '3', '85.71.198.162'),
(233, '2020-12-20 13:16:48', '', 376, '3', '89.24.216.161'),
(234, '2020-12-20 13:18:03', '', 391, '3', '69.25.58.60'),
(235, '2020-12-20 13:18:12', '', 391, '3', '23.254.79.150'),
(236, '2020-12-20 13:18:23', '', 391, '3', '69.25.58.60'),
(237, '2020-12-20 13:19:44', '', 370, '3', '188.175.229.121'),
(238, '2020-12-20 13:25:18', '', 413, '3', '66.249.89.78'),
(239, '2020-12-20 13:26:44', '', 181, '3', '88.103.225.215'),
(240, '2020-12-20 13:28:42', '', 396, '3', '178.143.33.62'),
(241, '2020-12-20 13:28:57', 'https://wapejets.com/cs/pronajem-letadel/', 396, '3', '178.143.33.62'),
(242, '2020-12-20 13:32:48', '', 339, '3', '149.71.174.139'),
(243, '2020-12-20 13:33:01', 'https://wapejets.com/cs/travel-management/', 339, '3', '149.71.174.139'),
(244, '2020-12-20 13:33:15', '', 17, '3', '85.71.100.101'),
(245, '2020-12-20 13:39:02', '', 400, '3', '66.249.81.116'),
(246, '2020-12-20 13:42:04', '', 270, '3', '46.135.15.87'),
(247, '2020-12-20 13:44:14', '', 397, '3', '188.95.60.155'),
(248, '2020-12-20 13:46:17', '', 312, '3', '213.19.104.205'),
(249, '2020-12-20 13:51:40', '', 126, '3', '188.93.56.124'),
(250, '2020-12-20 13:58:03', '', 453, '3', '46.135.23.178'),
(251, '2020-12-20 14:07:16', '', 291, '3', '212.82.108.33'),
(252, '2020-12-20 14:08:21', '', 477, '3', '185.45.200.209'),
(253, '2020-12-20 14:16:22', '', 449, '3', '195.146.149.18'),
(254, '2020-12-20 14:21:00', '', 489, '3', '66.249.89.78'),
(255, '2020-12-20 14:21:03', '', 492, '3', '66.249.89.80'),
(256, '2020-12-20 14:24:50', '', 111, '3', '185.140.245.34'),
(257, '2020-12-20 14:26:11', 'https://wapejets.com/cs/prodej-letadel/', 391, '3', '168.235.65.3'),
(258, '2020-12-20 14:26:11', 'https://wapejets.com/cs/uvod/', 391, '3', '23.226.237.250'),
(259, '2020-12-20 14:26:12', 'https://wapejets.com/cs/pronajem-letadel/', 391, '3', '192.252.223.13'),
(260, '2020-12-20 14:26:12', 'https://wapejets.com/cs/travel-management/', 391, '3', '38.64.102.14'),
(261, '2020-12-20 14:26:14', 'https://www.facebook.com/wapejets', 391, '3', '75.127.10.62'),
(262, '2020-12-20 14:26:16', 'https://www.instagram.com/wape_jets/', 391, '3', '162.253.177.240'),
(263, '2020-12-20 14:32:19', '', 413, '3', '66.249.81.116'),
(264, '2020-12-20 14:32:31', '', 505, '3', '66.249.89.76'),
(265, '2020-12-20 14:32:45', '', 413, '3', '66.249.81.116'),
(266, '2020-12-20 14:32:50', '', 413, '3', '66.249.81.114'),
(267, '2020-12-20 14:32:54', '', 413, '3', '66.249.81.114'),
(268, '2020-12-20 14:33:08', 'https://www.instagram.com/wape_jets/', 413, '3', '78.80.27.239'),
(269, '2020-12-20 14:33:10', 'https://www.instagram.com/wape_jets/', 413, '3', '90.182.119.199'),
(270, '2020-12-20 14:33:56', 'https://wapejets.com/cs/uvod/', 413, '3', '78.80.27.239'),
(271, '2020-12-20 14:34:00', 'https://wapejets.com/cs/uvod/', 413, '3', '147.229.255.7'),
(272, '2020-12-20 14:34:14', '', 517, '3', '66.249.89.78'),
(273, '2020-12-20 14:34:55', '', 413, '3', '66.249.81.114'),
(274, '2020-12-20 14:44:44', '', 450, '3', '91.139.103.243'),
(275, '2020-12-20 14:50:43', '', 293, '3', '213.79.89.166'),
(276, '2020-12-20 14:51:42', '', 293, '3', '213.79.89.166'),
(277, '2020-12-20 14:52:13', 'https://wapejets.com/cs/pronajem-letadel/', 293, '3', '213.79.89.166'),
(278, '2020-12-20 14:52:19', '', 212, '3', '46.23.61.110'),
(279, '2020-12-20 14:52:23', '', 212, '3', '46.23.61.110'),
(280, '2020-12-20 14:53:34', 'https://wapejets.com/cs/prodej-letadel/', 293, '3', '213.79.89.166'),
(281, '2020-12-20 14:53:47', '', 543, '3', '66.249.89.78'),
(282, '2020-12-20 14:54:37', 'https://wapejets.com/cs/travel-management/', 293, '3', '213.79.89.166'),
(283, '2020-12-20 14:56:07', '', 464, '3', '37.48.19.234'),
(284, '2020-12-20 14:56:36', '', 293, '3', '213.79.89.166'),
(285, '2020-12-20 14:59:54', '', 39, '3', '88.103.226.98'),
(286, '2020-12-20 14:59:54', '', 39, '3', '88.103.226.98'),
(287, '2020-12-20 15:00:10', '', 555, '3', '66.249.89.78'),
(288, '2020-12-20 15:00:16', 'https://wapejets.com/cs/prodej-letadel/', 39, '3', '88.103.226.98'),
(289, '2020-12-20 15:01:34', '', 4, '3', '185.63.98.11'),
(290, '2020-12-20 15:08:48', '', 249, '3', '37.188.145.224'),
(291, '2020-12-20 15:09:30', '', 559, '3', '66.249.89.80'),
(292, '2020-12-20 15:13:45', '', 80, '3', '77.75.78.82'),
(293, '2020-12-20 15:17:28', '', 498, '3', '85.160.9.55'),
(294, '2020-12-20 15:24:40', '', 517, '3', '37.188.149.73'),
(295, '2020-12-20 15:31:07', '', 577, '3', '109.183.22.6'),
(296, '2020-12-20 15:31:23', '', 597, '3', '66.249.89.76'),
(297, '2020-12-20 15:32:42', '', 590, '3', '213.160.189.250'),
(298, '2020-12-20 15:35:14', '', 571, '3', '89.176.240.15'),
(299, '2020-12-20 15:42:02', '', 397, '3', '188.95.60.155'),
(300, '2020-12-20 15:42:18', '', 610, '3', '66.249.89.78'),
(301, '2020-12-20 15:42:24', '', 397, '3', '188.95.60.155'),
(302, '2020-12-20 15:43:19', '', 559, '3', '66.249.81.116'),
(303, '2020-12-20 15:43:22', '', 559, '3', '66.249.81.114'),
(304, '2020-12-20 15:52:09', '', 397, '3', '188.95.60.155'),
(305, '2020-12-20 16:25:52', '', 571, '3', '89.176.240.15'),
(306, '2020-12-20 16:26:04', '', 634, '3', '66.249.89.80'),
(307, '2020-12-20 16:26:37', '', 293, '3', '213.79.89.166'),
(308, '2020-12-20 16:26:53', 'https://www.facebook.com/wapejets', 607, '3', '45.32.223.213'),
(309, '2020-12-20 16:26:53', 'https://wapejets.com/cs/uvod/', 607, '3', '205.185.118.129'),
(310, '2020-12-20 16:26:55', 'https://wapejets.com/cs/prodej-letadel/', 607, '3', '198.23.148.177'),
(311, '2020-12-20 16:26:55', 'https://wapejets.com/cs/pronajem-letadel/', 607, '3', '66.23.192.120'),
(312, '2020-12-20 16:26:55', 'https://wapejets.com/cs/travel-management/', 607, '3', '104.223.93.199'),
(313, '2020-12-20 16:26:56', 'https://www.instagram.com/wape_jets/', 607, '3', '45.63.109.34'),
(314, '2020-12-20 16:47:47', '', 349, '3', '88.103.237.120'),
(315, '2020-12-20 16:52:43', '', 631, '3', '89.187.189.196'),
(316, '2020-12-20 16:54:47', '', 241, '3', '94.230.147.44'),
(317, '2020-12-20 16:54:47', '', 241, '3', '94.230.147.44'),
(318, '2020-12-20 16:55:05', '', 431, '3', '80.188.228.222'),
(319, '2020-12-20 16:56:22', '', 111, '3', '185.140.245.34'),
(320, '2020-12-20 16:56:44', '', 111, '3', '185.140.245.34'),
(321, '2020-12-20 16:57:00', '', 111, '3', '185.140.245.34'),
(322, '2020-12-20 16:59:48', '', 158, '3', '88.103.232.144'),
(323, '2020-12-20 17:00:12', '', 571, '3', '89.176.240.15'),
(324, '2020-12-20 17:01:36', '', 312, '3', '176.114.251.58'),
(325, '2020-12-20 17:06:27', '', 96, '3', '90.176.80.130'),
(326, '2020-12-20 17:08:26', '', 656, '3', '109.81.213.197'),
(327, '2020-12-20 17:12:16', '', 571, '3', '89.176.240.15'),
(328, '2020-12-20 17:13:41', '', 466, '3', '46.135.96.22'),
(329, '2020-12-20 17:14:03', '', 685, '3', '66.249.89.80'),
(330, '2020-12-20 17:16:42', '', 163, '3', '176.222.224.240'),
(331, '2020-12-20 17:18:26', '', 617, '3', '46.135.22.201'),
(332, '2020-12-20 17:18:39', '', 693, '3', '66.249.89.80'),
(333, '2020-12-20 17:25:03', '', 449, '3', '195.146.149.18'),
(334, '2020-12-20 17:29:34', '', 705, '3', '66.249.89.76'),
(335, '2020-12-20 17:29:52', '', 706, '3', '89.203.191.123'),
(336, '2020-12-20 17:31:53', '', 571, '3', '89.176.240.15'),
(337, '2020-12-20 17:37:45', '', 710, '3', '37.188.174.101'),
(338, '2020-12-20 17:39:35', '', 725, '3', '66.249.89.76'),
(339, '2020-12-20 17:39:41', '', 720, '3', '52.34.76.65'),
(340, '2020-12-20 17:39:51', 'https://wapejets.com/cs/uvod/', 720, '3', '54.214.199.138'),
(341, '2020-12-20 17:39:55', 'https://wapejets.com/cs/uvod/', 720, '3', '34.217.55.69'),
(342, '2020-12-20 17:40:01', 'https://wapejets.com/cs/pronajem-letadel/', 720, '3', '34.212.206.251'),
(343, '2020-12-20 17:40:05', 'https://wapejets.com/cs/pronajem-letadel/', 720, '3', '54.245.177.111'),
(344, '2020-12-20 17:40:10', 'https://wapejets.com/cs/prodej-letadel/', 720, '3', '35.173.203.20'),
(345, '2020-12-20 17:40:11', 'https://wapejets.com/cs/prodej-letadel/', 720, '3', '18.237.73.83'),
(346, '2020-12-20 17:43:47', '', 728, '3', '66.249.89.80'),
(347, '2020-12-20 17:45:58', '', 381, '3', '94.113.218.35'),
(348, '2020-12-20 17:46:00', '', 163, '3', '176.222.224.240'),
(349, '2020-12-20 17:47:00', '', 381, '3', '94.113.218.35'),
(350, '2020-12-20 17:47:43', '', 705, '3', '78.141.114.182'),
(351, '2020-12-20 17:55:50', '', 744, '3', '66.249.89.80'),
(352, '2020-12-20 17:57:59', '', 223, '3', '188.93.56.129'),
(353, '2020-12-20 17:59:39', '', 755, '3', '66.249.89.76'),
(354, '2020-12-20 18:03:40', '', 618, '3', '85.160.39.201'),
(355, '2020-12-20 18:03:54', '', 760, '3', '66.249.89.78'),
(356, '2020-12-20 18:09:40', '', 768, '3', '66.249.89.76'),
(357, '2020-12-20 18:12:16', '', 464, '3', '89.103.93.132'),
(358, '2020-12-20 18:14:58', '', 735, '3', '90.181.185.162'),
(359, '2020-12-20 18:21:31', '', 735, '3', '90.181.185.162'),
(360, '2020-12-20 18:28:53', '', 799, '3', '66.249.89.76'),
(361, '2020-12-20 18:31:52', '', 654, '3', '86.49.249.8'),
(362, '2020-12-20 18:37:38', '', 589, '3', '77.240.180.2'),
(363, '2020-12-20 18:37:52', '', 653, '3', '66.249.81.112'),
(364, '2020-12-20 18:40:09', 'https://wapejets.com/cs/uvod/', 720, '3', '35.153.102.7'),
(365, '2020-12-20 18:40:17', '', 337, '3', '213.108.160.47'),
(366, '2020-12-20 18:40:22', '', 818, '3', '66.249.89.80'),
(367, '2020-12-20 18:50:36', '', 296, '3', '188.93.56.130'),
(368, '2020-12-20 18:55:19', '', 498, '3', '85.160.9.55'),
(369, '2020-12-20 18:55:30', '', 840, '3', '66.249.89.80'),
(370, '2020-12-20 18:55:39', '', 840, '3', '66.249.81.112'),
(371, '2020-12-20 19:02:56', '', 639, '3', '77.92.202.184'),
(372, '2020-12-20 19:11:17', '', 628, '3', '89.203.205.252'),
(373, '2020-12-20 19:11:51', '', 860, '3', '66.249.89.78'),
(374, '2020-12-20 19:11:53', '', 861, '3', '66.249.89.78'),
(375, '2020-12-20 19:19:08', '', 872, '3', '66.249.89.80'),
(376, '2020-12-20 19:21:47', '', 523, '3', '90.176.41.78'),
(377, '2020-12-20 19:21:49', '', 597, '3', '66.102.9.114'),
(378, '2020-12-20 19:21:54', '', 597, '3', '66.102.9.112'),
(379, '2020-12-20 19:22:04', '', 597, '3', '66.102.9.112'),
(380, '2020-12-20 19:22:06', '', 794, '3', '77.75.76.82'),
(381, '2020-12-20 19:22:22', 'https://wapejets.com/cs/prodej-letadel/', 794, '3', '82.202.90.3'),
(382, '2020-12-20 19:24:30', '', 597, '3', '66.102.9.114'),
(383, '2020-12-20 19:26:34', '', 195, '3', '77.237.150.97'),
(384, '2020-12-20 19:26:54', '', 834, '3', '89.103.167.184'),
(385, '2020-12-20 19:27:37', '', 865, '3', '85.163.75.44'),
(386, '2020-12-20 19:27:41', '', 865, '3', '85.163.75.44'),
(387, '2020-12-20 19:29:03', 'https://wapejets.com/cs/prodej-letadel/', 813, '3', '76.8.60.242'),
(388, '2020-12-20 19:29:03', 'https://www.instagram.com/wape_jets/', 813, '3', '45.63.19.185'),
(389, '2020-12-20 19:29:03', 'https://wapejets.com/cs/travel-management/', 813, '3', '207.244.104.148'),
(390, '2020-12-20 19:29:04', 'https://www.facebook.com/wapejets', 813, '3', '45.59.126.10'),
(391, '2020-12-20 19:29:06', 'https://wapejets.com/cs/pronajem-letadel/', 813, '3', '162.219.30.141'),
(392, '2020-12-20 19:29:06', 'https://wapejets.com/cs/uvod/', 813, '3', '216.126.224.178'),
(393, '2020-12-20 19:29:17', '', 893, '3', '66.249.89.76'),
(394, '2020-12-20 19:42:49', '', 812, '3', '185.63.98.11'),
(395, '2020-12-20 19:45:55', '', 866, '3', '85.160.1.12'),
(396, '2020-12-20 19:45:57', '', 872, '3', '37.221.246.240'),
(397, '2020-12-20 19:46:11', '', 909, '3', '66.249.92.140'),
(398, '2020-12-20 19:46:16', '', 872, '3', '37.221.246.240'),
(399, '2020-12-20 19:46:57', '', 872, '3', '37.221.246.240'),
(400, '2020-12-20 19:48:10', '', 801, '3', '212.79.106.150'),
(401, '2020-12-20 19:52:37', '', 812, '3', '185.63.98.11'),
(402, '2020-12-20 19:52:48', '', 920, '3', '66.249.92.139'),
(403, '2020-12-20 19:52:51', '', 923, '3', '66.249.92.138'),
(404, '2020-12-20 19:52:52', '', 812, '3', '185.63.98.11'),
(405, '2020-12-20 19:58:41', '', 14, '3', '195.91.17.10'),
(406, '2020-12-20 19:58:55', '', 939, '3', '66.249.92.139'),
(407, '2020-12-20 19:59:01', '', 939, '3', '66.249.81.116'),
(408, '2020-12-20 19:59:08', '', 933, '3', '66.249.92.139'),
(409, '2020-12-20 20:02:48', '', 695, '3', '37.48.10.178'),
(410, '2020-12-20 20:06:50', '', 947, '3', '66.249.92.140'),
(411, '2020-12-20 20:10:07', '', 812, '3', '185.63.98.11'),
(412, '2020-12-20 20:14:48', '', 963, '3', '66.249.92.138'),
(413, '2020-12-20 20:17:56', '', 739, '3', '77.75.78.82'),
(414, '2020-12-20 20:23:22', '', 805, '3', '45.92.239.24'),
(415, '2020-12-20 20:23:37', '', 965, '3', '66.249.92.140'),
(416, '2020-12-20 20:26:37', '', 275, '3', '178.193.118.9'),
(417, '2020-12-20 20:29:38', '', 135, '3', '78.136.133.91'),
(418, '2020-12-20 20:32:08', '', 163, '3', '176.222.224.240'),
(419, '2020-12-20 20:54:05', '', 959, '3', '88.103.235.35'),
(420, '2020-12-20 20:54:06', '', 959, '3', '88.103.235.35'),
(421, '2020-12-20 21:02:24', '', 946, '3', '83.55.190.128'),
(422, '2020-12-20 21:21:03', '', 860, '3', '178.255.168.106'),
(423, '2020-12-20 21:21:21', '', 1024, '3', '66.249.92.140'),
(424, '2020-12-20 21:35:51', '', 1036, '3', '66.249.92.140'),
(425, '2020-12-20 21:37:09', '', 710, '3', '94.142.239.71'),
(426, '2020-12-20 21:39:40', '', 181, '3', '88.103.225.215'),
(427, '2020-12-20 21:43:45', '', 826, '3', '176.114.240.9'),
(428, '2020-12-20 21:43:58', '', 1054, '3', '66.249.92.139'),
(429, '2020-12-20 21:44:41', '', 948, '3', '66.249.81.112'),
(430, '2020-12-20 21:55:59', '', 995, '3', '88.103.228.247'),
(431, '2020-12-20 21:57:26', '', 1061, '3', '66.249.92.140'),
(432, '2020-12-20 21:58:13', '', 758, '3', '66.249.81.112'),
(433, '2020-12-20 22:00:18', '', 1054, '3', '89.177.82.68'),
(434, '2020-12-20 22:05:27', '', 270, '3', '185.156.123.169'),
(435, '2020-12-20 22:21:06', '', 1056, '3', '77.240.98.251'),
(436, '2020-12-20 22:24:36', '', 246, '3', '213.220.239.77'),
(437, '2020-12-20 22:24:54', '', 611, '3', '89.103.101.86'),
(438, '2020-12-20 22:24:54', '', 611, '3', '89.103.101.86'),
(439, '2020-12-20 22:32:23', '', 1026, '3', '176.114.240.18'),
(440, '2020-12-20 22:33:27', '', 683, '3', '66.249.81.114'),
(441, '2020-12-20 22:39:21', '', 1109, '3', '46.135.70.138'),
(442, '2020-12-20 22:40:49', '', 610, '3', '46.34.227.225'),
(443, '2020-12-20 22:52:44', '', 1086, '3', '188.167.68.223'),
(444, '2020-12-20 22:58:40', '', 947, '3', '66.249.81.114'),
(445, '2020-12-20 23:56:42', '', 114, '3', '66.249.81.116'),
(446, '2020-12-21 00:54:19', '', 1086, '3', '188.167.68.223'),
(447, '2020-12-21 00:55:54', '', 112, '3', '188.167.59.183'),
(448, '2020-12-21 00:55:54', '', 112, '3', '188.167.59.183'),
(449, '2020-12-21 01:18:02', '', 1224, '3', '66.249.92.139'),
(450, '2020-12-21 02:14:42', '', 202, '3', '202.1.199.194'),
(451, '2020-12-21 02:15:19', 'https://wapejets.com/cs/pronajem-letadel/', 202, '3', '202.1.199.194'),
(452, '2020-12-21 02:23:46', '', 202, '3', '202.1.199.194'),
(453, '2020-12-21 04:13:46', '', 878, '3', '109.183.127.155'),
(454, '2020-12-21 04:14:01', '', 1357, '3', '66.249.92.139'),
(455, '2020-12-21 04:14:01', '', 878, '3', '109.183.127.155'),
(456, '2020-12-21 04:18:04', '', 1231, '3', '212.79.110.143'),
(457, '2020-12-21 04:58:48', '', 1385, '3', '66.249.92.138'),
(458, '2020-12-21 05:03:44', '', 1393, '3', '66.249.92.139'),
(459, '2020-12-21 05:08:17', '', 1253, '3', '46.135.22.78'),
(460, '2020-12-21 05:19:31', '', 1047, '3', '88.101.34.178'),
(461, '2020-12-21 05:21:17', '', 1055, '3', '37.188.154.184'),
(462, '2020-12-21 05:29:28', '', 453, '3', '185.186.163.102'),
(463, '2020-12-21 05:31:40', '', 1284, '3', '37.221.246.240'),
(464, '2020-12-21 05:32:06', '', 1129, '3', '78.80.26.113'),
(465, '2020-12-21 05:32:20', '', 1284, '3', '37.221.246.240'),
(466, '2020-12-21 05:42:11', '', 962, '3', '195.91.17.116'),
(467, '2020-12-21 05:45:00', '', 1420, '3', '109.81.214.80'),
(468, '2020-12-21 05:45:56', '', 1296, '3', '88.103.89.190'),
(469, '2020-12-21 05:58:00', '', 1213, '3', '37.188.160.169'),
(470, '2020-12-21 05:58:01', '', 1213, '3', '37.188.160.169'),
(471, '2020-12-21 06:04:40', '', 1191, '3', '213.168.181.15'),
(472, '2020-12-21 06:05:24', '', 1253, '3', '46.135.22.78'),
(473, '2020-12-21 06:11:23', '', 181, '3', '88.103.225.215'),
(474, '2020-12-21 06:19:17', '', 1480, '3', '66.249.92.139'),
(475, '2020-12-21 06:21:37', '', 1205, '3', '37.48.61.159'),
(476, '2020-12-21 06:24:49', '', 9, '3', '79.170.251.221'),
(477, '2020-12-21 06:25:01', '', 1253, '3', '46.135.22.78'),
(478, '2020-12-21 06:25:02', '', 9, '3', '79.170.251.221'),
(479, '2020-12-21 06:25:04', '', 9, '3', '79.170.251.221'),
(480, '2020-12-21 06:25:05', '', 9, '3', '79.170.251.221'),
(481, '2020-12-21 06:25:08', '', 1488, '3', '66.249.92.139'),
(482, '2020-12-21 06:27:16', '', 1348, '3', '37.48.26.22'),
(483, '2020-12-21 06:33:26', '', 1484, '3', '109.183.167.210'),
(484, '2020-12-21 06:34:49', '', 1501, '3', '37.188.134.190'),
(485, '2020-12-21 06:34:52', '', 1501, '3', '37.188.134.190'),
(486, '2020-12-21 06:34:54', '', 1501, '3', '37.188.134.190'),
(487, '2020-12-21 06:35:00', '', 1501, '3', '37.188.134.190'),
(488, '2020-12-21 06:35:01', '', 1484, '3', '109.183.167.210'),
(489, '2020-12-21 06:35:02', '', 1501, '3', '37.188.134.190'),
(490, '2020-12-21 06:35:17', '', 1501, '3', '37.188.134.190'),
(491, '2020-12-21 06:37:54', '', 1284, '3', '78.80.26.21'),
(492, '2020-12-21 06:40:19', '', 1109, '3', '94.113.211.137'),
(493, '2020-12-21 06:50:30', '', 997, '3', '178.197.231.39'),
(494, '2020-12-21 06:50:48', '', 1204, '3', '188.116.92.146'),
(495, '2020-12-21 06:53:13', '', 1135, '3', '77.240.99.209'),
(496, '2020-12-21 06:53:28', '', 1041, '3', '89.102.139.202'),
(497, '2020-12-21 06:56:09', '', 75, '3', '178.20.142.180'),
(498, '2020-12-21 06:56:09', '', 75, '3', '178.20.142.180'),
(499, '2020-12-21 06:56:38', '', 939, '3', '66.249.81.112'),
(500, '2020-12-21 06:58:12', '', 812, '3', '185.63.98.11'),
(501, '2020-12-21 06:59:28', '', 1501, '3', '37.188.134.190'),
(502, '2020-12-21 07:00:28', '', 1501, '3', '37.188.134.190'),
(503, '2020-12-21 07:01:48', '', 108, '3', '93.99.6.152'),
(504, '2020-12-21 07:02:06', 'https://www.instagram.com/wape_jets/', 108, '3', '93.99.6.152'),
(505, '2020-12-21 07:04:25', '', 1501, '3', '37.188.134.190'),
(506, '2020-12-21 07:13:24', '', 1396, '3', '131.117.209.124'),
(507, '2020-12-21 07:13:37', '', 1551, '3', '66.249.92.139'),
(508, '2020-12-21 07:14:28', '', 712, '3', '109.81.212.130'),
(509, '2020-12-21 07:14:29', '', 712, '3', '109.81.212.130'),
(510, '2020-12-21 07:16:10', '', 1357, '3', '109.183.163.2'),
(511, '2020-12-21 07:26:02', '', 1256, '3', '78.102.67.209'),
(512, '2020-12-21 07:27:41', '', 875, '3', '79.98.75.245'),
(513, '2020-12-21 07:29:36', '', 812, '3', '185.63.98.11'),
(514, '2020-12-21 07:39:59', '', 865, '3', '85.163.75.44'),
(515, '2020-12-21 07:41:05', '', 1232, '3', '95.80.213.74'),
(516, '2020-12-21 07:41:05', '', 1232, '3', '95.80.213.74'),
(517, '2020-12-21 07:46:36', '', 734, '3', '88.103.229.224'),
(518, '2020-12-21 07:54:16', '', 1501, '3', '37.188.134.190'),
(519, '2020-12-21 07:54:33', '', 1600, '3', '66.249.92.139'),
(520, '2020-12-21 07:57:00', '', 1501, '3', '37.188.134.190'),
(521, '2020-12-21 07:57:36', '', 1015, '3', '90.177.86.23'),
(522, '2020-12-21 07:59:05', '', 1136, '3', '90.179.28.78'),
(523, '2020-12-21 07:59:21', '', 865, '3', '85.163.75.44'),
(524, '2020-12-21 07:59:50', 'https://wapejets.com/cs/uvod/', 1560, '3', '85.160.34.47'),
(525, '2020-12-21 07:59:52', 'https://wapejets.com/cs/uvod/', 1560, '3', '85.160.34.47'),
(526, '2020-12-21 08:00:03', '', 141, '3', '37.48.11.232'),
(527, '2020-12-21 08:00:19', '', 583, '3', '212.82.108.33'),
(528, '2020-12-21 08:00:31', '', 583, '3', '212.82.108.33'),
(529, '2020-12-21 08:00:46', '', 583, '3', '212.82.108.33'),
(530, '2020-12-21 08:02:04', '', 1486, '3', '94.241.112.187'),
(531, '2020-12-21 08:06:58', '', 706, '3', '89.203.191.123'),
(532, '2020-12-21 08:07:11', '', 1442, '3', '37.188.131.90'),
(533, '2020-12-21 08:07:11', '', 1612, '3', '66.249.92.140'),
(534, '2020-12-21 08:07:19', '', 1617, '3', '66.249.92.138'),
(535, '2020-12-21 08:14:40', '', 1324, '3', '94.112.43.104'),
(536, '2020-12-21 08:18:02', '', 155, '3', '66.249.81.114'),
(537, '2020-12-21 08:18:50', '', 1402, '3', '5.102.48.3'),
(538, '2020-12-21 08:18:51', 'https://wapejets.com/cs/uvod/', 334, '3', '90.180.16.50'),
(539, '2020-12-21 08:18:54', 'https://wapejets.com/cs/uvod/', 334, '3', '90.180.16.50'),
(540, '2020-12-21 08:19:04', '', 1642, '3', '66.249.92.138'),
(541, '2020-12-21 08:20:35', 'https://www.instagram.com/wape_jets/', 1628, '3', '107.189.11.153'),
(542, '2020-12-21 08:21:06', '', 583, '3', '84.244.88.94'),
(543, '2020-12-21 08:21:15', '', 583, '3', '84.244.88.94'),
(544, '2020-12-21 08:22:20', '', 739, '3', '77.75.76.82'),
(545, '2020-12-21 08:22:34', '', 739, '3', '77.75.76.82'),
(546, '2020-12-21 08:23:11', '', 1451, '3', '37.188.255.183'),
(547, '2020-12-21 08:23:11', '', 1451, '3', '37.188.255.183'),
(548, '2020-12-21 08:23:39', '', 683, '3', '66.249.81.116'),
(549, '2020-12-21 08:23:47', '', 1103, '3', '62.24.91.116'),
(550, '2020-12-21 08:25:20', '', 1103, '3', '62.24.91.116'),
(551, '2020-12-21 08:25:21', '', 1103, '3', '62.24.91.116'),
(552, '2020-12-21 08:27:33', '', 1264, '3', '80.250.30.139'),
(553, '2020-12-21 08:28:52', '', 583, '3', '217.69.254.102'),
(554, '2020-12-21 08:29:05', '', 1651, '3', '66.249.92.138'),
(555, '2020-12-21 08:29:09', '', 1656, '3', '66.249.92.138'),
(556, '2020-12-21 08:29:24', '', 1484, '3', '89.24.239.142'),
(557, '2020-12-21 08:30:57', '', 1243, '3', '90.178.111.71'),
(558, '2020-12-21 08:31:40', '', 1629, '3', '89.239.30.54'),
(559, '2020-12-21 08:35:18', '', 1404, '3', '91.139.11.138'),
(560, '2020-12-21 08:35:19', '', 1404, '3', '91.139.11.138'),
(561, '2020-12-21 08:35:33', '', 1661, '3', '66.249.92.140'),
(562, '2020-12-21 08:36:40', '', 1115, '3', '178.143.33.62'),
(563, '2020-12-21 08:37:25', 'https://www.instagram.com/wape_jets/', 1628, '3', '51.75.141.254'),
(564, '2020-12-21 08:37:25', 'https://www.instagram.com/wape_jets/', 1628, '3', '150.143.163.126'),
(565, '2020-12-21 08:37:25', 'https://www.instagram.com/wape_jets/', 1628, '3', '185.189.115.26'),
(566, '2020-12-21 08:37:26', 'https://www.instagram.com/wape_jets/', 1628, '3', '45.87.212.59'),
(567, '2020-12-21 08:37:29', 'https://www.instagram.com/wape_jets/', 1628, '3', '89.44.201.242'),
(568, '2020-12-21 08:37:34', 'https://www.instagram.com/wape_jets/', 1628, '3', '150.143.163.126'),
(569, '2020-12-21 08:37:35', 'https://www.instagram.com/wape_jets/', 1628, '3', '185.189.115.26'),
(570, '2020-12-21 08:38:28', '', 1230, '3', '185.14.233.243'),
(571, '2020-12-21 08:38:53', '', 961, '3', '178.17.2.78'),
(572, '2020-12-21 08:39:09', '', 517, '3', '84.42.169.150'),
(573, '2020-12-21 08:41:42', '', 961, '3', '178.17.2.78'),
(574, '2020-12-21 08:42:05', '', 560, '3', '37.48.28.54'),
(575, '2020-12-21 08:42:30', '', 1658, '3', '77.75.78.82'),
(576, '2020-12-21 08:44:40', '', 1501, '3', '37.188.134.190'),
(577, '2020-12-21 08:44:55', '', 834, '3', '37.48.41.160'),
(578, '2020-12-21 08:45:17', '', 1001, '3', '109.183.175.42'),
(579, '2020-12-21 08:47:51', '', 247, '3', '217.170.100.187'),
(580, '2020-12-21 08:47:56', '', 873, '3', '94.74.199.97'),
(581, '2020-12-21 08:48:07', '', 873, '3', '94.74.199.97'),
(582, '2020-12-21 08:48:09', '', 873, '3', '94.74.199.97'),
(583, '2020-12-21 08:48:11', '', 873, '3', '94.74.199.97'),
(584, '2020-12-21 08:48:56', '', 1103, '3', '62.24.91.116'),
(585, '2020-12-21 08:49:10', '', 1689, '3', '66.249.92.138'),
(586, '2020-12-21 08:49:15', '', 1103, '3', '62.24.91.116'),
(587, '2020-12-21 08:58:25', '', 1629, '3', '89.239.30.54'),
(588, '2020-12-21 08:58:36', '', 1675, '3', '80.188.40.138'),
(589, '2020-12-21 08:58:42', '', 1454, '3', '78.45.199.16'),
(590, '2020-12-21 09:02:50', '', 1572, '3', '37.188.239.176'),
(591, '2020-12-21 09:05:16', '', 1626, '3', '37.188.255.138'),
(592, '2020-12-21 09:05:19', '', 1626, '3', '37.188.255.138'),
(593, '2020-12-21 09:05:30', '', 1705, '3', '66.249.92.138'),
(594, '2020-12-21 09:05:35', '', 1705, '3', '66.249.81.116'),
(595, '2020-12-21 09:11:34', '', 1339, '3', '213.195.223.242'),
(596, '2020-12-21 09:14:57', '', 1714, '3', '90.176.165.238'),
(597, '2020-12-21 09:15:53', '', 761, '3', '90.183.130.210'),
(598, '2020-12-21 09:15:53', '', 761, '3', '90.183.130.210'),
(599, '2020-12-21 09:19:37', '', 1597, '3', '89.177.116.214'),
(600, '2020-12-21 09:19:38', '', 873, '3', '78.80.234.68'),
(601, '2020-12-21 09:19:59', '', 873, '3', '78.80.234.68'),
(602, '2020-12-21 09:20:03', '', 873, '3', '78.80.234.68'),
(603, '2020-12-21 09:20:11', '', 1725, '3', '78.108.108.137'),
(604, '2020-12-21 09:20:17', '', 1705, '3', '66.249.81.112'),
(605, '2020-12-21 09:20:19', '', 1705, '3', '66.249.81.116'),
(606, '2020-12-21 09:20:44', '', 965, '3', '213.108.160.80'),
(607, '2020-12-21 09:22:25', '', 9, '3', '79.170.251.221'),
(608, '2020-12-21 09:22:28', '', 9, '3', '79.170.251.221'),
(609, '2020-12-21 09:22:56', '', 910, '3', '94.112.252.202'),
(610, '2020-12-21 09:23:02', '', 9, '3', '79.170.251.221'),
(611, '2020-12-21 09:23:36', '', 9, '3', '79.170.251.221'),
(612, '2020-12-21 09:23:39', '', 9, '3', '79.170.251.221'),
(613, '2020-12-21 09:23:59', '', 1609, '3', '37.48.18.136'),
(614, '2020-12-21 09:23:59', '', 1609, '3', '37.48.18.136'),
(615, '2020-12-21 09:24:14', '', 576, '3', '88.103.238.97'),
(616, '2020-12-21 09:30:31', '', 355, '3', '46.135.18.145'),
(617, '2020-12-21 09:37:41', '', 625, '3', '212.71.179.83'),
(618, '2020-12-21 09:42:54', '', 739, '3', '77.75.76.82'),
(619, '2020-12-21 09:47:05', '', 9, '3', '131.117.211.36'),
(620, '2020-12-21 09:55:28', '', 1410, '3', '78.80.24.90'),
(621, '2020-12-21 09:59:38', '', 1224, '3', '37.188.243.31'),
(622, '2020-12-21 10:02:50', '', 1434, '3', '46.135.31.172'),
(623, '2020-12-21 10:02:51', '', 1434, '3', '46.135.31.172'),
(624, '2020-12-21 10:03:36', '', 9, '3', '131.117.211.36'),
(625, '2020-12-21 10:08:13', '', 1103, '3', '62.24.91.116'),
(626, '2020-12-21 10:08:16', '', 1103, '3', '62.24.91.116'),
(627, '2020-12-21 10:18:29', '', 1504, '3', '85.71.53.99'),
(628, '2020-12-21 10:18:38', '', 1072, '3', '88.103.31.115'),
(629, '2020-12-21 10:20:41', '', 774, '3', '46.135.70.216'),
(630, '2020-12-21 10:22:03', '', 9, '3', '79.170.251.221'),
(631, '2020-12-21 10:30:33', '', 182, '3', '37.188.155.59'),
(632, '2020-12-21 10:30:39', '', 910, '3', '94.112.252.202'),
(633, '2020-12-21 10:30:54', '', 1816, '3', '66.249.92.140'),
(634, '2020-12-21 10:30:56', 'https://wapejets.com/cs/prodej-letadel/', 910, '3', '94.112.252.202'),
(635, '2020-12-21 10:36:26', '', 1821, '3', '66.249.92.140'),
(636, '2020-12-21 10:36:32', '', 731, '3', '86.49.249.44'),
(637, '2020-12-21 10:36:35', '', 9, '3', '79.170.251.221'),
(638, '2020-12-21 10:43:50', '', 1833, '3', '66.249.92.138'),
(639, '2020-12-21 10:43:56', '', 1833, '3', '66.249.92.138'),
(640, '2020-12-21 10:44:02', '', 1833, '3', '66.249.92.138'),
(641, '2020-12-21 10:47:09', '', 910, '3', '94.112.252.202'),
(642, '2020-12-21 10:51:19', '', 1103, '3', '62.24.91.116'),
(643, '2020-12-21 10:51:30', '', 1103, '3', '62.24.91.116'),
(644, '2020-12-21 10:51:33', '', 1103, '3', '62.24.91.116'),
(645, '2020-12-21 10:53:42', '', 1103, '3', '62.24.91.116'),
(646, '2020-12-21 10:54:16', '', 1833, '3', '66.249.81.114'),
(647, '2020-12-21 10:56:08', '', 94, '3', '143.244.56.131'),
(648, '2020-12-21 10:59:25', '', 1855, '3', '66.249.92.140'),
(649, '2020-12-21 11:01:24', '', 910, '3', '94.112.252.202'),
(650, '2020-12-21 11:03:41', '', 1860, '3', '66.249.92.140'),
(651, '2020-12-21 11:04:36', '', 9, '3', '79.170.251.221'),
(652, '2020-12-21 11:05:04', '', 1454, '3', '46.135.7.94'),
(653, '2020-12-21 11:06:00', '', 1860, '3', '66.249.81.112'),
(654, '2020-12-21 11:14:27', '', 1726, '3', '88.146.207.18'),
(655, '2020-12-21 11:21:04', '', 1570, '3', '88.101.172.130'),
(656, '2020-12-21 11:21:15', 'https://wapejets.com/cs/pronajem-letadel/', 1570, '3', '88.101.172.130'),
(657, '2020-12-21 11:24:55', '', 1393, '3', '62.209.222.106'),
(658, '2020-12-21 11:35:10', '', 9, '3', '185.63.98.11'),
(659, '2020-12-21 11:47:37', '', 1883, '3', '37.188.163.84'),
(660, '2020-12-21 11:50:05', '', 1585, '3', '91.139.13.2'),
(661, '2020-12-21 11:51:21', '', 602, '3', '88.101.174.149'),
(662, '2020-12-21 12:15:01', '', 1935, '3', '89.24.38.235'),
(663, '2020-12-21 12:17:18', '', 909, '3', '46.29.224.230'),
(664, '2020-12-21 12:17:18', '', 909, '3', '46.29.224.230'),
(665, '2020-12-21 12:18:10', 'https://wapejets.com/cs/prodej-letadel/', 1967, '3', '80.188.255.188'),
(666, '2020-12-21 12:19:45', '', 1659, '3', '82.144.140.135'),
(667, '2020-12-21 12:19:59', '', 1978, '3', '66.249.92.139'),
(668, '2020-12-21 12:22:04', '', 1331, '3', '37.48.11.172'),
(669, '2020-12-21 12:23:49', '', 1915, '3', '91.139.9.206'),
(670, '2020-12-21 12:37:00', '', 1284, '3', '78.80.26.21'),
(671, '2020-12-21 12:47:11', '', 2005, '3', '31.30.173.236'),
(672, '2020-12-21 12:59:04', '', 2016, '3', '66.249.92.138'),
(673, '2020-12-21 13:01:36', '', 587, '3', '77.75.78.82'),
(674, '2020-12-21 13:01:45', 'https://wapejets.com/cs/pronajem-letadel/', 587, '3', '185.200.108.254'),
(675, '2020-12-21 13:05:28', '', 1830, '3', '78.45.213.145'),
(676, '2020-12-21 13:05:43', '', 2019, '3', '66.249.92.139'),
(677, '2020-12-21 13:07:13', 'https://wapejets.com/cs/uvod/', 2020, '3', '109.80.87.5'),
(678, '2020-12-21 13:11:12', '', 1853, '3', '46.135.29.91'),
(679, '2020-12-21 13:11:49', '', 507, '3', '37.48.35.232'),
(680, '2020-12-21 13:23:12', '', 824, '3', '79.98.74.197'),
(681, '2020-12-21 13:24:16', '', 2027, '3', '85.237.234.108'),
(682, '2020-12-21 13:30:01', '', 1855, '3', '178.20.142.168'),
(683, '2020-12-21 13:31:29', '', 1605, '3', '94.142.238.108'),
(684, '2020-12-21 13:39:59', '', 450, '3', '86.49.60.157'),
(685, '2020-12-21 13:41:20', '', 247, '3', '217.170.100.187'),
(686, '2020-12-21 13:45:43', '', 288, '3', '217.77.171.220'),
(687, '2020-12-21 13:45:43', '', 288, '3', '217.77.171.220'),
(688, '2020-12-21 13:49:33', '', 2049, '3', '37.188.172.188'),
(689, '2020-12-21 14:36:59', '', 2011, '3', '93.90.162.50'),
(690, '2020-12-21 14:41:50', '', 1697, '3', '89.177.26.38'),
(691, '2020-12-21 14:42:10', '', 1697, '3', '89.177.26.38'),
(692, '2020-12-21 14:44:08', '', 1954, '3', '78.45.212.81'),
(693, '2020-12-21 14:48:44', '', 2031, '3', '88.100.234.251'),
(694, '2020-12-21 15:00:42', '', 1615, '3', '84.242.72.228'),
(695, '2020-12-21 15:00:43', '', 1615, '3', '84.242.72.228'),
(696, '2020-12-21 15:02:47', '', 2076, '3', '91.245.11.186'),
(697, '2020-12-21 15:02:50', '', 2076, '3', '91.245.11.186'),
(698, '2020-12-21 15:12:33', '', 1713, '3', '92.62.229.238'),
(699, '2020-12-21 15:20:01', '', 2148, '3', '66.249.92.140'),
(700, '2020-12-21 15:21:29', '', 854, '3', '66.249.81.114'),
(701, '2020-12-21 15:27:28', '', 2085, '3', '37.188.133.206'),
(702, '2020-12-21 15:27:41', '', 2155, '3', '66.249.92.138'),
(703, '2020-12-21 15:30:18', '', 1955, '3', '37.188.155.181'),
(704, '2020-12-21 15:30:49', '', 2163, '3', '66.249.92.139'),
(705, '2020-12-21 15:38:08', '', 1103, '3', '62.24.91.116'),
(706, '2020-12-21 15:38:43', '', 2162, '3', '90.180.229.159'),
(707, '2020-12-21 15:40:59', '', 1978, '3', '66.249.81.112'),
(708, '2020-12-21 15:46:52', '', 602, '3', '88.101.174.149'),
(709, '2020-12-21 15:47:27', '', 2104, '3', '185.112.167.16'),
(710, '2020-12-21 15:59:40', '', 735, '3', '90.181.185.162'),
(711, '2020-12-21 16:03:24', '', 2082, '3', '88.101.44.146'),
(712, '2020-12-21 16:04:09', '', 1314, '3', '88.100.33.113'),
(713, '2020-12-21 16:06:13', '', 2165, '3', '37.188.241.203'),
(714, '2020-12-21 16:11:55', '', 854, '3', '66.249.81.116'),
(715, '2020-12-21 16:12:14', '', 2212, '3', '66.249.92.140'),
(716, '2020-12-21 16:12:24', '', 2206, '3', '66.249.92.138'),
(717, '2020-12-21 16:16:06', '', 2125, '3', '193.179.139.44'),
(718, '2020-12-21 16:16:06', '', 2125, '3', '193.179.139.44'),
(719, '2020-12-21 16:24:26', '', 2206, '3', '78.80.24.166'),
(720, '2020-12-21 16:24:26', '', 2082, '3', '88.101.44.146'),
(721, '2020-12-21 16:25:42', '', 2215, '3', '66.249.81.116'),
(722, '2020-12-21 16:26:54', '', 2125, '3', '193.179.139.44'),
(723, '2020-12-21 16:26:55', '', 2125, '3', '193.179.139.44'),
(724, '2020-12-21 16:39:42', '', 2238, '3', '66.249.92.138'),
(725, '2020-12-21 16:45:56', '', 2197, '3', '94.200.48.234'),
(726, '2020-12-21 16:57:34', '', 2207, '3', '88.103.239.170'),
(727, '2020-12-21 16:57:46', '', 2253, '3', '66.249.92.139'),
(728, '2020-12-21 17:02:13', '', 2190, '3', '85.71.100.132'),
(729, '2020-12-21 17:16:02', '', 2267, '3', '46.135.15.7'),
(730, '2020-12-21 17:16:39', '', 1298, '3', '217.29.2.139'),
(731, '2020-12-21 17:17:46', '', 1113, '3', '90.179.201.196'),
(732, '2020-12-21 17:18:51', '', 163, '3', '176.222.224.240'),
(733, '2020-12-21 17:39:12', '', 2157, '3', '46.135.2.213'),
(734, '2020-12-21 17:40:40', '', 1951, '3', '89.177.142.15'),
(735, '2020-12-21 17:51:20', '', 1061, '3', '185.115.9.251'),
(736, '2020-12-21 17:53:38', '', 390, '3', '66.249.81.112'),
(737, '2020-12-21 18:00:48', '', 2298, '3', '94.230.159.18'),
(738, '2020-12-21 18:04:23', '', 1733, '3', '46.135.88.228'),
(739, '2020-12-21 18:10:00', '', 2258, '3', '37.48.19.31'),
(740, '2020-12-21 18:14:31', '', 2119, '3', '185.63.98.55'),
(741, '2020-12-21 18:17:03', '', 1011, '3', '88.103.231.232'),
(742, '2020-12-21 18:34:17', '', 2276, '3', '78.136.133.119'),
(743, '2020-12-21 18:48:53', '', 1667, '3', '99.93.64.86'),
(744, '2020-12-21 18:50:19', '', 1667, '3', '99.93.64.86'),
(745, '2020-12-21 18:50:19', '', 1667, '3', '99.93.64.86'),
(746, '2020-12-21 18:53:35', '', 2095, '3', '85.237.234.36'),
(747, '2020-12-21 18:53:59', 'https://wapejets.com/cs/pronajem-letadel/', 2095, '3', '85.237.234.36'),
(748, '2020-12-21 19:01:24', '', 2064, '3', '85.160.4.138'),
(749, '2020-12-21 19:03:33', '', 1622, '3', '89.176.176.219'),
(750, '2020-12-21 19:03:33', '', 1622, '3', '89.176.176.219'),
(751, '2020-12-21 19:22:50', '', 2404, '3', '37.188.244.138'),
(752, '2020-12-21 19:23:10', '', 2341, '3', '46.135.1.249'),
(753, '2020-12-21 19:26:29', '', 1033, '3', '88.101.65.151'),
(754, '2020-12-21 19:37:50', '', 1472, '3', '90.181.211.181'),
(755, '2020-12-21 19:42:46', '', 2365, '3', '37.188.189.240'),
(756, '2020-12-21 20:05:56', '', 2242, '3', '46.13.147.197'),
(757, '2020-12-21 20:13:34', '', 2404, '3', '90.180.229.158'),
(758, '2020-12-21 20:19:37', '', 2321, '3', '88.101.71.55'),
(759, '2020-12-21 20:22:29', '', 2125, '3', '88.103.229.171'),
(760, '2020-12-21 20:29:39', '', 2276, '3', '78.136.133.119'),
(761, '2020-12-21 20:30:46', '', 774, '3', '46.135.70.216'),
(762, '2020-12-21 20:49:22', '', 2490, '3', '78.99.213.94'),
(763, '2020-12-21 20:52:10', '', 2082, '3', '88.101.44.146'),
(764, '2020-12-21 20:56:50', '', 2276, '3', '78.136.133.119'),
(765, '2020-12-21 20:59:55', '', 2276, '3', '78.136.133.119'),
(766, '2020-12-21 21:04:52', '', 2491, '3', '94.198.41.134'),
(767, '2020-12-21 21:05:15', 'https://wapejets.com/cs/prodej-letadel/', 2491, '3', '94.198.41.134'),
(768, '2020-12-21 21:21:26', '', 1414, '3', '90.176.97.104'),
(769, '2020-12-21 21:24:06', '', 2341, '3', '213.192.56.185'),
(770, '2020-12-21 21:24:23', '', 2539, '3', '66.249.92.140'),
(771, '2020-12-21 21:24:34', 'https://wapejets.com/cs/uvod/', 2341, '3', '213.192.56.185'),
(772, '2020-12-21 21:27:21', '', 2144, '3', '88.100.158.139'),
(773, '2020-12-21 21:32:46', '', 1402, '3', '5.102.52.87'),
(774, '2020-12-21 21:32:59', '', 2542, '3', '66.249.92.139'),
(775, '2020-12-21 21:33:28', '', 2520, '3', '37.188.229.222'),
(776, '2020-12-21 21:43:43', '', 2571, '3', '66.249.81.114'),
(777, '2020-12-21 21:50:18', '', 2578, '3', '193.86.129.26'),
(778, '2020-12-21 21:55:35', '', 2546, '3', '46.135.76.107'),
(779, '2020-12-21 22:09:22', '', 2421, '3', '37.48.37.131'),
(780, '2020-12-21 22:09:37', 'https://wapejets.com/cs/pronajem-letadel/', 2421, '3', '37.48.37.131'),
(781, '2020-12-21 22:23:46', '', 1165, '3', '77.75.76.82'),
(782, '2020-12-21 22:37:05', '', 2579, '3', '91.144.21.140'),
(783, '2020-12-21 22:40:37', '', 122, '3', '85.237.234.45'),
(784, '2020-12-21 22:42:10', '', 2370, '3', '31.30.169.171'),
(785, '2020-12-21 22:54:42', '', 2306, '3', '109.183.190.175'),
(786, '2020-12-21 23:36:14', '', 2341, '3', '213.192.56.185'),
(787, '2020-12-22 00:10:09', '', 2686, '3', '66.249.92.139'),
(788, '2020-12-22 00:10:14', '', 2686, '3', '66.249.81.114'),
(789, '2020-12-22 00:19:01', '', 2666, '3', '80.188.37.250'),
(790, '2020-12-22 02:49:13', '', 2370, '3', '31.30.169.171'),
(791, '2020-12-22 02:55:12', '', 1667, '3', '99.93.64.86'),
(792, '2020-12-22 03:54:39', '', 2852, '3', '66.249.92.140'),
(793, '2020-12-22 04:43:08', '', 1664, '3', '66.249.81.112'),
(794, '2020-12-22 05:15:11', '', 2499, '3', '194.228.79.110'),
(795, '2020-12-22 05:26:35', '', 2683, '3', '178.209.136.177'),
(796, '2020-12-22 05:26:35', '', 2683, '3', '178.209.136.177'),
(797, '2020-12-22 05:39:06', '', 2771, '3', '109.183.21.42'),
(798, '2020-12-22 05:39:08', '', 2771, '3', '37.188.231.38'),
(799, '2020-12-22 05:45:01', '', 2778, '3', '90.180.95.222'),
(800, '2020-12-22 05:45:15', '', 2949, '3', '66.249.92.138'),
(801, '2020-12-22 05:51:40', '', 2863, '3', '78.156.49.76'),
(802, '2020-12-22 06:09:21', '', 2949, '3', '88.103.226.86'),
(803, '2020-12-22 06:09:28', 'https://wapejets.com/cs/pronajem-letadel/', 2949, '3', '88.103.226.86'),
(804, '2020-12-22 06:09:41', '', 2738, '3', '90.178.175.192'),
(805, '2020-12-22 06:10:07', '', 2949, '3', '88.103.226.86'),
(806, '2020-12-22 06:13:46', '', 1046, '3', '37.188.173.179'),
(807, '2020-12-22 06:13:46', '', 1046, '3', '37.188.173.179'),
(808, '2020-12-22 06:24:14', '', 2911, '3', '193.165.126.162'),
(809, '2020-12-22 06:41:28', '', 2988, '3', '93.153.65.34'),
(810, '2020-12-22 06:41:28', '', 2988, '3', '93.153.65.34'),
(811, '2020-12-22 06:41:55', '', 1626, '3', '37.188.253.52'),
(812, '2020-12-22 06:44:28', '', 2475, '3', '94.142.238.29'),
(813, '2020-12-22 06:44:51', 'https://wapejets.com/cs/uvod/', 3021, '3', '184.72.73.166'),
(814, '2020-12-22 06:44:52', 'https://wapejets.com/cs/uvod/', 3021, '3', '54.245.63.8'),
(815, '2020-12-22 06:44:56', 'https://wapejets.com/cs/pronajem-letadel/', 3021, '3', '34.221.94.46'),
(816, '2020-12-22 06:45:02', 'https://wapejets.com/cs/prodej-letadel/', 3021, '3', '34.222.97.81'),
(817, '2020-12-22 06:47:49', '', 2770, '3', '46.135.18.214'),
(818, '2020-12-22 06:51:14', '', 2704, '3', '37.188.247.236'),
(819, '2020-12-22 06:53:16', '', 2539, '3', '84.42.216.115'),
(820, '2020-12-22 06:56:09', '', 1728, '3', '46.135.25.171'),
(821, '2020-12-22 07:00:10', '', 3037, '3', '66.249.81.112'),
(822, '2020-12-22 07:00:28', '', 2632, '3', '185.112.167.39'),
(823, '2020-12-22 07:14:47', '', 3060, '3', '66.249.92.139'),
(824, '2020-12-22 07:17:38', '', 2630, '3', '109.107.211.250'),
(825, '2020-12-22 07:25:16', '', 3037, '3', '66.249.81.116'),
(826, '2020-12-22 07:32:41', '', 3078, '3', '37.188.157.139'),
(827, '2020-12-22 07:33:05', '', 3080, '3', '66.249.92.140'),
(828, '2020-12-22 07:47:09', '', 2997, '3', '45.132.227.131'),
(829, '2020-12-22 07:48:30', '', 3038, '3', '88.103.235.35'),
(830, '2020-12-22 07:48:31', '', 3038, '3', '88.103.235.35'),
(831, '2020-12-22 07:49:29', '', 2836, '3', '46.135.106.18'),
(832, '2020-12-22 07:50:28', '', 3001, '3', '85.70.194.113'),
(833, '2020-12-22 07:50:49', 'https://wapejets.com/cs/prodej-letadel/', 3001, '3', '85.70.194.113'),
(834, '2020-12-22 07:50:56', '', 3059, '3', '185.15.109.18'),
(835, '2020-12-22 07:59:09', '', 141, '3', '62.168.51.54'),
(836, '2020-12-22 08:14:51', '', 2339, '3', '46.135.65.5'),
(837, '2020-12-22 08:31:12', '', 3067, '3', '37.188.235.120'),
(838, '2020-12-22 08:32:30', '', 1113, '3', '46.135.95.84'),
(839, '2020-12-22 08:33:10', '', 1113, '3', '46.135.95.84'),
(840, '2020-12-22 08:33:41', '', 1113, '3', '46.135.95.84'),
(841, '2020-12-22 08:33:43', '', 1113, '3', '46.135.95.84'),
(842, '2020-12-22 08:34:11', '', 3157, '3', '66.249.92.140'),
(843, '2020-12-22 08:34:16', '', 3157, '3', '66.249.81.112'),
(844, '2020-12-22 08:36:25', '', 3060, '3', '213.220.231.140'),
(845, '2020-12-22 08:38:33', '', 2070, '3', '88.103.228.34'),
(846, '2020-12-22 08:38:35', '', 2070, '3', '88.103.228.34'),
(847, '2020-12-22 08:53:53', '', 1113, '3', '82.113.59.188'),
(848, '2020-12-22 08:53:53', '', 1113, '3', '82.113.59.188'),
(849, '2020-12-22 08:54:03', '', 1113, '3', '82.113.59.188'),
(850, '2020-12-22 08:54:03', '', 1113, '3', '82.113.59.188'),
(851, '2020-12-22 08:54:17', '', 1113, '3', '82.113.59.188'),
(852, '2020-12-22 08:54:17', '', 1113, '3', '82.113.59.188'),
(853, '2020-12-22 08:57:58', '', 1113, '3', '82.113.59.188'),
(854, '2020-12-22 09:00:20', '', 2876, '3', '84.42.233.163'),
(855, '2020-12-22 09:04:47', '', 3048, '3', '37.48.58.196'),
(856, '2020-12-22 09:15:16', '', 3191, '3', '46.135.29.0'),
(857, '2020-12-22 09:16:45', '', 3137, '3', '185.21.222.14'),
(858, '2020-12-22 09:22:25', '', 3158, '3', '91.139.94.77'),
(859, '2020-12-22 09:22:26', '', 3014, '3', '37.188.182.12'),
(860, '2020-12-22 09:32:16', '', 2676, '3', '212.47.19.18'),
(861, '2020-12-22 09:33:32', '', 3215, '3', '37.188.233.6'),
(862, '2020-12-22 09:35:32', '', 1148, '3', '78.141.94.159'),
(863, '2020-12-22 09:35:34', '', 2979, '3', '178.20.142.180'),
(864, '2020-12-22 09:36:52', '', 235, '3', '66.249.81.116'),
(865, '2020-12-22 09:41:19', '', 3201, '3', '195.91.17.15'),
(866, '2020-12-22 09:41:33', '', 3238, '3', '66.249.92.140'),
(867, '2020-12-22 09:43:31', '', 3010, '3', '194.154.241.75'),
(868, '2020-12-22 09:45:53', '', 2261, '3', '178.17.11.98'),
(869, '2020-12-22 09:57:00', '', 2914, '3', '37.188.226.22'),
(870, '2020-12-22 09:57:00', '', 2914, '3', '37.188.226.22'),
(871, '2020-12-22 10:03:31', '', 3253, '3', '88.103.227.237'),
(872, '2020-12-22 10:11:47', '', 2944, '3', '178.255.174.137'),
(873, '2020-12-22 10:38:43', '', 2979, '3', '178.20.142.180'),
(874, '2020-12-22 10:45:10', '', 3129, '3', '90.182.65.47'),
(875, '2020-12-22 10:46:22', '', 2554, '3', '77.48.13.7'),
(876, '2020-12-22 10:46:44', '', 3297, '3', '90.176.234.150'),
(877, '2020-12-22 10:46:55', '', 3297, '3', '90.176.234.150'),
(878, '2020-12-22 10:48:13', '', 2940, '3', '94.142.236.14'),
(879, '2020-12-22 10:49:39', '', 3191, '3', '46.135.229.50'),
(880, '2020-12-22 10:57:56', '', 2606, '3', '81.0.216.65'),
(881, '2020-12-22 10:58:00', '', 2606, '3', '81.0.216.65'),
(882, '2020-12-22 11:03:28', '', 3322, '3', '80.188.255.188'),
(883, '2020-12-22 11:03:28', '', 3322, '3', '80.188.255.188'),
(884, '2020-12-22 11:03:59', '', 3322, '3', '80.188.255.188'),
(885, '2020-12-22 11:09:20', '', 3335, '3', '82.113.63.234'),
(886, '2020-12-22 11:14:04', '', 3311, '3', '194.228.76.188'),
(887, '2020-12-22 11:20:16', '', 3349, '3', '66.249.81.116'),
(888, '2020-12-22 11:22:29', '', 1961, '3', '102.223.104.242'),
(889, '2020-12-22 11:38:11', '', 2579, '3', '46.57.217.168'),
(890, '2020-12-22 11:44:05', '', 3233, '3', '90.115.17.33'),
(891, '2020-12-22 11:44:19', '', 3387, '3', '66.249.92.140'),
(892, '2020-12-22 11:44:57', '', 3191, '3', '46.135.229.50'),
(893, '2020-12-22 11:50:35', '', 3365, '3', '85.160.3.240'),
(894, '2020-12-22 11:57:28', '', 3377, '3', '66.249.92.139'),
(895, '2020-12-22 12:20:50', '', 3432, '3', '66.249.92.140'),
(896, '2020-12-22 12:22:44', '', 3311, '3', '194.228.76.188'),
(897, '2020-12-22 12:32:36', '', 3387, '3', '176.114.240.18');
INSERT INTO `wp_newsletter_stats` (`id`, `created`, `url`, `user_id`, `email_id`, `ip`) VALUES
(898, '2020-12-22 12:41:24', '', 3416, '3', '195.91.19.98'),
(899, '2020-12-22 12:41:52', '', 3455, '3', '88.103.238.38'),
(900, '2020-12-22 12:43:02', '', 2911, '3', '37.48.24.63'),
(901, '2020-12-22 12:46:38', '', 834, '3', '89.24.17.120'),
(902, '2020-12-22 12:46:56', '', 1256, '3', '37.188.178.210'),
(903, '2020-12-22 12:48:11', '', 3412, '3', '86.49.18.115'),
(904, '2020-12-22 12:53:28', '', 3360, '3', '83.43.203.74'),
(905, '2020-12-22 12:55:49', '', 3131, '3', '66.249.81.112'),
(906, '2020-12-22 13:27:36', '', 3467, '3', '85.70.211.194'),
(907, '2020-12-22 13:36:49', '', 3431, '3', '37.48.28.120'),
(908, '2020-12-22 13:36:49', '', 3431, '3', '37.48.28.120'),
(909, '2020-12-22 13:40:05', '', 3515, '3', '37.188.158.152'),
(910, '2020-12-22 13:46:22', '', 3529, '3', '66.249.92.139'),
(911, '2020-12-22 13:46:41', '', 3529, '3', '66.249.81.112'),
(912, '2020-12-22 13:46:43', '', 3529, '3', '66.249.81.114'),
(913, '2020-12-22 13:51:38', '', 3535, '3', '66.249.81.112'),
(914, '2020-12-22 13:53:07', '', 3535, '3', '66.249.81.114'),
(915, '2020-12-22 14:52:44', '', 2741, '3', '178.255.168.134'),
(916, '2020-12-22 14:54:42', '', 3375, '3', '213.235.176.150'),
(917, '2020-12-22 15:17:46', '', 3453, '3', '46.135.109.62'),
(918, '2020-12-22 15:20:27', '', 1667, '3', '99.93.64.86'),
(919, '2020-12-22 16:05:59', '', 3112, '3', '46.135.13.134'),
(920, '2020-12-22 16:15:03', '', 3063, '3', '46.135.88.41'),
(921, '2020-12-22 16:36:04', '', 3387, '3', '176.114.240.18'),
(922, '2020-12-22 16:49:03', '', 812, '3', '185.63.98.11'),
(923, '2020-12-22 16:49:21', '', 812, '3', '185.63.98.11'),
(924, '2020-12-22 16:51:14', '', 812, '3', '185.63.98.11'),
(925, '2020-12-22 17:21:34', '', 3300, '3', '46.30.88.14'),
(926, '2020-12-22 17:37:50', '', 2076, '3', '91.245.11.186'),
(927, '2020-12-22 17:49:50', '', 3152, '3', '178.255.168.37'),
(928, '2020-12-22 17:50:23', '', 1667, '3', '69.147.93.14'),
(929, '2020-12-22 18:18:05', '', 3512, '3', '93.185.10.87'),
(930, '2020-12-22 18:18:05', '', 3512, '3', '93.185.10.87'),
(931, '2020-12-22 18:29:06', '', 2929, '3', '88.103.230.58'),
(932, '2020-12-22 18:48:49', '', 3351, '3', '37.188.145.4'),
(933, '2020-12-22 19:02:16', '', 2728, '3', '89.233.144.101'),
(934, '2020-12-22 19:18:27', '', 3237, '3', '89.24.35.21'),
(935, '2020-12-22 19:18:41', '', 3237, '3', '89.24.35.21'),
(936, '2020-12-22 19:18:49', '', 3237, '3', '89.24.35.21'),
(937, '2020-12-22 19:18:57', '', 3237, '3', '89.24.35.21'),
(938, '2020-12-22 19:48:14', '', 1772, '3', '66.249.81.114'),
(939, '2020-12-22 20:14:46', '', 3048, '3', '213.226.210.208'),
(940, '2020-12-22 20:18:36', '', 3455, '3', '88.103.238.38'),
(941, '2020-12-22 20:46:42', '', 3526, '3', '151.230.203.183'),
(942, '2020-12-22 22:35:36', 'https://wapejets.com/cs/uvod/', 849, '3', '185.136.110.1'),
(943, '2020-12-22 23:15:17', '', 3386, '3', '83.208.155.254'),
(944, '2020-12-23 06:20:57', '', 292, '3', '79.104.25.82'),
(945, '2020-12-23 07:28:18', '', 2929, '3', '88.103.231.205'),
(946, '2020-12-23 07:34:23', '', 2769, '3', '194.228.20.196'),
(947, '2020-12-23 08:49:59', '', 1445, '3', '88.103.237.99'),
(948, '2020-12-23 09:16:33', '', 312, '3', '66.249.81.112'),
(949, '2020-12-23 10:11:01', '', 1103, '3', '62.24.91.116'),
(950, '2020-12-23 13:40:06', '', 1664, '3', '66.249.81.112'),
(951, '2020-12-23 14:56:54', '', 878, '3', '37.48.24.127'),
(952, '2020-12-23 14:57:41', 'https://wapejets.com/cs/uvod/', 878, '3', '37.48.24.127'),
(953, '2020-12-23 15:12:06', '', 3526, '3', '151.230.203.183'),
(954, '2020-12-23 16:17:26', '', 2744, '3', '94.113.156.132'),
(955, '2020-12-23 16:58:01', '', 3083, '3', '188.121.176.100'),
(956, '2020-12-23 17:19:18', '', 3163, '3', '176.97.14.155'),
(957, '2020-12-23 17:35:49', '', 1024, '3', '66.249.81.112'),
(958, '2020-12-23 18:40:06', '', 3535, '3', '66.249.81.112'),
(959, '2020-12-23 19:08:19', '', 3048, '3', '213.226.210.208'),
(960, '2020-12-23 20:27:12', '', 1033, '3', '88.101.65.151'),
(961, '2020-12-23 20:31:15', '', 570, '3', '37.188.156.178'),
(962, '2020-12-24 03:43:58', '', 1921, '3', '216.183.210.154'),
(963, '2020-12-24 05:38:37', '', 523, '3', '90.176.41.78'),
(964, '2020-12-24 06:37:03', '', 1233, '3', '78.45.62.144'),
(965, '2020-12-24 06:49:15', '', 523, '3', '90.176.41.78'),
(966, '2020-12-24 09:07:34', '', 9, '3', '185.15.147.119'),
(967, '2020-12-24 09:28:13', '', 2403, '3', '195.250.139.214'),
(968, '2020-12-24 13:13:12', '', 2407, '3', '185.78.13.73'),
(969, '2020-12-24 14:46:26', '', 73, '3', '37.48.40.192'),
(970, '2020-12-25 10:47:17', '', 590, '3', '213.160.189.250'),
(971, '2020-12-25 12:30:09', '', 3325, '3', '85.207.218.122'),
(972, '2020-12-25 22:03:59', '', 3400, '3', '84.242.89.82'),
(973, '2020-12-26 13:01:12', '', 2929, '3', '185.115.9.218'),
(974, '2020-12-26 19:41:53', '', 1031, '3', '88.101.208.92'),
(975, '2020-12-27 02:00:46', '', 748, '3', '188.123.111.45'),
(976, '2020-12-27 04:45:09', '', 171, '3', '193.86.20.14'),
(977, '2020-12-27 04:45:09', '', 171, '3', '193.86.20.14'),
(978, '2020-12-27 04:45:09', '', 171, '3', '193.86.20.14'),
(979, '2020-12-27 14:00:06', '', 2929, '3', '85.160.9.158'),
(980, '2020-12-27 16:26:00', '', 2932, '3', '66.249.81.116'),
(981, '2020-12-27 19:19:09', '', 2595, '3', '185.14.233.243'),
(982, '2020-12-27 19:19:09', '', 2595, '3', '185.14.233.243'),
(983, '2020-12-28 00:01:28', '', 1667, '3', '98.139.133.172'),
(984, '2020-12-28 00:01:30', '', 1667, '3', '98.139.133.172'),
(985, '2020-12-28 07:39:32', '', 2554, '3', '77.48.13.7'),
(986, '2020-12-28 07:51:14', '', 3378, '3', '213.195.205.197'),
(987, '2020-12-28 08:01:59', '', 735, '3', '90.181.185.162'),
(988, '2020-12-28 09:02:00', '', 920, '3', '92.61.81.10'),
(989, '2020-12-28 11:41:34', '', 1955, '3', '83.208.108.220'),
(990, '2020-12-28 13:55:24', '', 1729, '3', '90.177.0.250'),
(991, '2020-12-28 20:28:11', '', 114, '3', '66.249.81.114'),
(992, '2020-12-28 22:55:11', '', 2865, '3', '90.179.159.42'),
(993, '2020-12-29 18:53:04', '', 3360, '3', '5.40.128.227'),
(994, '2020-12-31 09:33:20', '', 1551, '3', '109.234.47.71'),
(995, '2020-12-31 14:02:23', '', 1714, '3', '46.135.70.188'),
(996, '2021-01-02 09:30:15', '', 269, '3', '185.61.87.38'),
(997, '2021-01-02 18:52:44', '', 3444, '3', '85.160.4.73'),
(998, '2021-01-03 13:51:19', '', 822, '3', '77.240.99.54'),
(999, '2021-01-03 14:24:41', '', 497, '3', '88.103.227.146'),
(1000, '2021-01-03 17:01:25', '', 3471, '3', '37.188.139.129'),
(1001, '2021-01-03 21:16:13', '', 2656, '3', '77.75.78.82'),
(1002, '2021-01-04 09:26:23', '', 2676, '3', '212.47.19.18');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_newsletter_user_logs`
--
CREATE TABLE `wp_newsletter_user_logs` (
`id` int(11) NOT NULL,
`user_id` int(11) NOT NULL DEFAULT '0',
`ip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`source` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`data` longtext COLLATE utf8mb4_unicode_ci,
`created` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_newsletter_user_logs`
--
INSERT INTO `wp_newsletter_user_logs` (`id`, `user_id`, `ip`, `source`, `data`, `created`) VALUES
(1, 2, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1593869915),
(2, 3, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1593869969),
(3, 1, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1593869990),
(4, 4, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1593877363),
(5, 3, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1608314033),
(6, 4, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1608314656),
(7, 4, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1608316001),
(8, 4, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1608316321),
(9, 4, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1608316327),
(10, 3, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1608316349),
(11, 1, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1608316368),
(12, 1, '93.99.225.2', 'unsubscribe', '{\"status\":\"U\"}', 1608369953),
(13, 1, '93.99.225.2', 'reactivate', '{\"status\":\"C\"}', 1608369965),
(14, 2, '93.99.225.2', 'edit', '{\"status\":\"C\"}', 1608373430),
(15, 381, '94.113.218.35', 'unsubscribe', '{\"status\":\"U\"}', 1608486385),
(16, 653, '185.246.210.165', 'unsubscribe', '{\"status\":\"U\"}', 1608489496),
(17, 872, '37.221.246.240', 'unsubscribe', '{\"status\":\"U\"}', 1608493603),
(18, 135, '78.136.133.91', 'unsubscribe', '{\"status\":\"U\"}', 1608496229),
(19, 995, '88.103.228.247', 'unsubscribe', '{\"status\":\"U\"}', 1608501384),
(20, 1284, '37.221.246.240', 'unsubscribe', '{\"status\":\"U\"}', 1608528728),
(21, 939, '91.148.45.5', 'profile', '{\"status\":\"C\"}', 1608533823),
(22, 1504, '85.71.53.99', 'unsubscribe', '{\"status\":\"U\"}', 1608545955),
(23, 1659, '82.144.140.135', 'unsubscribe', '{\"status\":\"U\"}', 1608553217),
(24, 1646, '88.103.235.159', 'unsubscribe', '{\"status\":\"U\"}', 1608570947),
(25, 2749, '90.177.171.32', 'unsubscribe', '{\"status\":\"U\"}', 1608614930),
(26, 2876, '84.42.233.163', 'unsubscribe', '{\"status\":\"U\"}', 1608627672),
(27, 3253, '88.103.227.237', 'unsubscribe', '{\"status\":\"U\"}', 1608631436),
(28, 3432, '89.203.220.206', 'unsubscribe', '{\"status\":\"U\"}', 1608639664),
(29, 3412, '86.49.18.115', 'unsubscribe', '{\"status\":\"U\"}', 1608641368),
(30, 2929, '88.103.230.58', 'unsubscribe', '{\"status\":\"U\"}', 1608661788),
(31, 1772, '89.233.160.45', 'unsubscribe', '{\"status\":\"U\"}', 1608666572),
(32, 2932, '88.103.230.151', 'unsubscribe', '{\"status\":\"U\"}', 1609086506);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_ngg_album`
--
CREATE TABLE `wp_ngg_album` (
`id` bigint(20) NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`albumdesc` mediumtext COLLATE utf8mb4_unicode_ci,
`sortorder` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_ngg_album`
--
INSERT INTO `wp_ngg_album` (`id`, `name`, `slug`, `previewpic`, `albumdesc`, `sortorder`, `pageid`, `extras_post_id`) VALUES
(1, 'Bombardier', 'bombardier', 1, '', 'WyIxIl0=', 0, 287);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_ngg_gallery`
--
CREATE TABLE `wp_ngg_gallery` (
`gid` bigint(20) NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`path` mediumtext COLLATE utf8mb4_unicode_ci,
`title` mediumtext COLLATE utf8mb4_unicode_ci,
`galdesc` mediumtext COLLATE utf8mb4_unicode_ci,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`author` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_ngg_gallery`
--
INSERT INTO `wp_ngg_gallery` (`gid`, `name`, `slug`, `path`, `title`, `galdesc`, `pageid`, `previewpic`, `author`, `extras_post_id`) VALUES
(1, 'bombardier', 'bombardier', '/wp-content/gallery/bombardier/', 'Bombardier', '', 0, 1, 1, 240),
(2, 'cessna', 'cessna', '/wp-content/gallery/cessna/', 'Cessna', '', 0, 0, 1, 251),
(3, 'dassault', 'dassault', '/wp-content/gallery/dassault/', 'Dassault', '', 0, 30, 1, 271),
(4, 'embraer', 'embraer', '/wp-content/gallery/embraer/', 'Embraer', '', 0, 84, 1, 308),
(5, 'gulfstream', 'gulfstream', '/wp-content/gallery/gulfstream/', 'Gulfstream', '', 0, 64, 1, 334),
(6, 'honda-jet', 'honda-jet', '/wp-content/gallery/honda-jet/', 'Honda Jet', '', 0, 0, 1, 349);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_ngg_pictures`
--
CREATE TABLE `wp_ngg_pictures` (
`pid` bigint(20) NOT NULL,
`image_slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`post_id` bigint(20) NOT NULL DEFAULT '0',
`galleryid` bigint(20) NOT NULL DEFAULT '0',
`filename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`description` mediumtext COLLATE utf8mb4_unicode_ci,
`alttext` mediumtext COLLATE utf8mb4_unicode_ci,
`imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`exclude` tinyint(4) DEFAULT '0',
`sortorder` bigint(20) NOT NULL DEFAULT '0',
`meta_data` longtext COLLATE utf8mb4_unicode_ci,
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
`updated_at` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_ngg_pictures`
--
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`, `extras_post_id`, `updated_at`) VALUES
(1, 'global-5000-in-flight', 0, 1, 'Global-5000-in-flight.jpg', '', 'Global-5000-in-flight', '2010-01-25 09:35:01', 0, 2, 'eyJhcGVydHVyZSI6IkYgNSIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIEVPUyA1RCBNYXJrIElJIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxMjY0NDEyMTAxLCJjb3B5cmlnaHQiOiJcdTAwYTlQYXVsIEJvd2VuIFBob3RvZ3JhcGh5IEluYy4iLCJmb2NhbF9sZW5ndGgiOiI1NW1tIiwiaXNvIjo0MDAsInNodXR0ZXJfc3BlZWQiOiIxXC8yMDBzZWMiLCJmbGFzaCI6IlBvdVx1MDE3ZWl0IiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMDI0LCJoZWlnaHQiOjY4Mywic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6Ikdsb2JhbC01MDAwLWluLWZsaWdodC5qcGciLCJ3aWR0aCI6MTAyNCwiaGVpZ2h0Ijo2ODMsImdlbmVyYXRlZCI6IjAuNjI2NzQ3MDAgMTU5MDkyNzIyNSJ9LCJtZDUiOiIxYjYzYmNhMjMwMzk5ZWZiMDZiNGRjOGIyMWJiNzI0OSIsImZ1bGwiOnsid2lkdGgiOjEwMjQsImhlaWdodCI6NjgzLCJtZDUiOiIxYjYzYmNhMjMwMzk5ZWZiMDZiNGRjOGIyMWJiNzI0OSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0dsb2JhbC01MDAwLWluLWZsaWdodC5qcGciLCJnZW5lcmF0ZWQiOiIwLjA2OTA5MzAwIDE1OTA5MjcyMjYifSwibmdnMGR5bi0weDI1MHgxMDAtMDBmMHcwMTFjMDEwcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6Mzc1LCJoZWlnaHQiOjI1MCwiZmlsZW5hbWUiOiJHbG9iYWwtNTAwMC1pbi1mbGlnaHQuanBnLW5nZ2lkMDExLW5nZzBkeW4tMHgyNTB4MTAwLTAwZjB3MDExYzAxMHIxMTBmMTEwcjAxMHQwMTAuanBnIiwiZ2VuZXJhdGVkIjoiMC45NjU0OTgwMCAxNTkxNTk1MjI1In19', 241, 1604831275),
(3, 'global-6000-in-flight2', 0, 1, 'Global-6000-in-flight2.jpg', '', 'Global-6000-in-flight2', '2008-12-02 22:13:03', 0, 4, 'eyJhcGVydHVyZSI6IkYgNS42IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gRU9TLTFEcyBNYXJrIElJSSIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6MTIyODI1NTk4MywiY29weXJpZ2h0IjoiXHUwMGE5IFBhdWwgQm93ZW4gUGhvdG9ncmFwaHkgSW5jLiIsImZvY2FsX2xlbmd0aCI6IjkwbW0iLCJpc28iOjIwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzUwMHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMDI0LCJoZWlnaHQiOjY4Mywic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6Ikdsb2JhbC02MDAwLWluLWZsaWdodDIuanBnIiwid2lkdGgiOjEwMjQsImhlaWdodCI6NjgzLCJnZW5lcmF0ZWQiOiIwLjQ0OTY1NzAwIDE1OTA5MjcyMjkifSwibWQ1IjoiMDNiZDFjYTk0MGE2NzNmZWZjNWY5ZTlhNjY0YzNlNWEiLCJmdWxsIjp7IndpZHRoIjoxMDI0LCJoZWlnaHQiOjY4MywibWQ1IjoiMDNiZDFjYTk0MGE2NzNmZWZjNWY5ZTlhNjY0YzNlNWEifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19HbG9iYWwtNjAwMC1pbi1mbGlnaHQyLmpwZyIsImdlbmVyYXRlZCI6IjAuODU3MDU2MDAgMTU5MDkyNzIyOSJ9fQ==', 243, 1604831276),
(5, 'global_6000singapore_ddba0027', 0, 1, 'Global_6000Singapore_DDBA0027.jpg', '', 'Global_6000Singapore_DDBA0027', '2020-05-31 12:13:53', 0, 6, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIEVPUy0xRHMgTWFyayBJSUkiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjEwMjQsImhlaWdodCI6NzM3LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiR2xvYmFsXzYwMDBTaW5nYXBvcmVfRERCQTAwMjcuanBnIiwid2lkdGgiOjEwMjQsImhlaWdodCI6NzM3LCJnZW5lcmF0ZWQiOiIwLjU0MDA1ODAwIDE1OTA5MjcyMzMifSwibWQ1IjoiY2JmMzE5Y2Y1MjM2MjE0MGYzMmZkMDUwNWM0MTcxY2EiLCJmdWxsIjp7IndpZHRoIjoxMDI0LCJoZWlnaHQiOjczNywibWQ1IjoiY2JmMzE5Y2Y1MjM2MjE0MGYzMmZkMDUwNWM0MTcxY2EifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19HbG9iYWxfNjAwMFNpbmdhcG9yZV9EREJBMDAyNy5qcGciLCJnZW5lcmF0ZWQiOiIwLjk0OTgxNDAwIDE1OTA5MjcyMzMifX0=', 245, 1604831276),
(7, 'learjet-60xr-interior2', 0, 1, 'Learjet-60xr-interior2.jpg', '', 'Learjet-60xr-interior2', '2009-09-17 17:46:53', 0, 8, 'eyJhcGVydHVyZSI6IkYgMTYiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDYW5vbiBFT1MtMURzIE1hcmsgSUlJIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxMjUzMjA5NjEzLCJjb3B5cmlnaHQiOiJcdTAwYTkgUGF1bCBCb3dlbiBQaG90b2dyYXBoeSBJbmMuIiwiZm9jYWxfbGVuZ3RoIjoiMjVtbSIsImlzbyI6MjAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMDI0LCJoZWlnaHQiOjY4Mywic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IkxlYXJqZXQtNjB4ci1pbnRlcmlvcjIuanBnIiwid2lkdGgiOjEwMjQsImhlaWdodCI6NjgzLCJnZW5lcmF0ZWQiOiIwLjE2NjY0ODAwIDE1OTA5MjcyMzcifSwibWQ1IjoiYWZhYjZlNGVkYzUzODI5ODk1OTAzZTRmODNmMTVmNTUiLCJmdWxsIjp7IndpZHRoIjoxMDI0LCJoZWlnaHQiOjY4MywibWQ1IjoiYWZhYjZlNGVkYzUzODI5ODk1OTAzZTRmODNmMTVmNTUifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19MZWFyamV0LTYweHItaW50ZXJpb3IyLmpwZyIsImdlbmVyYXRlZCI6IjAuNjAwOTExMDAgMTU5MDkyNzIzNyJ9fQ==', 247, 1604831277),
(8, 'learjet-85-interior2', 0, 1, 'Learjet-85-interior2.jpg', '', 'Learjet-85-interior2', '2011-04-15 10:30:57', 0, 9, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6MTMwMjg2MzQ1NywiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMDI0LCJoZWlnaHQiOjU3Niwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IkxlYXJqZXQtODUtaW50ZXJpb3IyLmpwZyIsIndpZHRoIjoxMDI0LCJoZWlnaHQiOjU3NiwiZ2VuZXJhdGVkIjoiMC43MTgxNjIwMCAxNTkwOTI3MjM4In0sIm1kNSI6IjlkMzI4MjA4YWNmMmE0OWNiZDMxNDkwMjRhODdhYWEwIiwiZnVsbCI6eyJ3aWR0aCI6MTAyNCwiaGVpZ2h0Ijo1NzYsIm1kNSI6IjlkMzI4MjA4YWNmMmE0OWNiZDMxNDkwMjRhODdhYWEwIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfTGVhcmpldC04NS1pbnRlcmlvcjIuanBnIiwiZ2VuZXJhdGVkIjoiMC4wMTg0NDkwMCAxNTkwOTI3MjM5In19', 248, 1604831277),
(9, 'learjet70_ddba0048_shot5-1', 0, 1, 'Learjet70_DDBA0048_Shot5-1.jpg', '', 'Learjet70_DDBA0048_Shot5-1', '2020-05-31 12:14:00', 0, 10, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTAyNCwiaGVpZ2h0Ijo2ODIsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJMZWFyamV0NzBfRERCQTAwNDhfU2hvdDUtMS5qcGciLCJ3aWR0aCI6MTAyNCwiaGVpZ2h0Ijo2ODIsImdlbmVyYXRlZCI6IjAuNzQwMzI3MDAgMTU5MDkyNzI0MCJ9LCJtZDUiOiJlZWE3N2VkMjkyODQ1Nzc1OWRmMzhlYmUwYWIyN2ZhNyIsImZ1bGwiOnsid2lkdGgiOjEwMjQsImhlaWdodCI6NjgyLCJtZDUiOiJlZWE3N2VkMjkyODQ1Nzc1OWRmMzhlYmUwYWIyN2ZhNyJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0xlYXJqZXQ3MF9EREJBMDA0OF9TaG90NS0xLmpwZyIsImdlbmVyYXRlZCI6IjAuMTExNzQ4MDAgMTU5MDkyNzI0MSJ9fQ==', 249, 1604831278),
(10, 'learjet75_ddba0048_shot5-1', 0, 1, 'Learjet75_DDBA0048_Shot5-1.jpg', '', 'Learjet75_DDBA0048_Shot5-1', '2020-05-31 12:14:02', 0, 11, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTAyNCwiaGVpZ2h0Ijo2ODMsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJMZWFyamV0NzVfRERCQTAwNDhfU2hvdDUtMS5qcGciLCJ3aWR0aCI6MTAyNCwiaGVpZ2h0Ijo2ODMsImdlbmVyYXRlZCI6IjAuMjUxNzIwMDAgMTU5MDkyNzI0MiJ9LCJtZDUiOiI4ZDZlYmI2N2FmOTBhOWIxOGM0N2ExY2E4NjVkNGVmMyIsImZ1bGwiOnsid2lkdGgiOjEwMjQsImhlaWdodCI6NjgzLCJtZDUiOiI4ZDZlYmI2N2FmOTBhOWIxOGM0N2ExY2E4NjVkNGVmMyJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0xlYXJqZXQ3NV9EREJBMDA0OF9TaG90NS0xLmpwZyIsImdlbmVyYXRlZCI6IjAuNjI2MTM2MDAgMTU5MDkyNzI0MiJ9fQ==', 250, 1604831278),
(15, 'citation_cj4_image_14', 0, 2, 'Citation_CJ4_Image_14.jpg', '', 'CJ4+ 003', '2020-05-31 12:16:30', 0, 5, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOiJDSjQrIDAwMyIsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjoiQ29weXJpZ2h0IENoYXVuY2V5IFBob3RvZ3JhcGh5IDIwMTAiLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6IkNKNCsgMDAzIiwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo5NjAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJDaXRhdGlvbl9DSjRfSW1hZ2VfMTQuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6OTYwLCJnZW5lcmF0ZWQiOiIwLjE1MDU4NTAwIDE1OTA5MjczOTAifSwibWQ1IjoiZGYzZDU3ODg4N2IzMWI2MDBiNDBlZDRjZDEwZjk1MTAiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjk2MCwibWQ1IjoiZGYzZDU3ODg4N2IzMWI2MDBiNDBlZDRjZDEwZjk1MTAifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19DaXRhdGlvbl9DSjRfSW1hZ2VfMTQuanBnIiwiZ2VuZXJhdGVkIjoiMC4wMjg3NzcwMCAxNTkwOTI3MzkxIn19', 256, 1604832881),
(17, 'citation_latitude_image_3', 0, 2, 'Citation_Latitude_Image_3.jpg', '', 'Citation_Latitude_Image_3', '2011-09-30 15:46:38', 0, 6, 'eyJhcGVydHVyZSI6IkYgNS42IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiTklLT04gRDMiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEzMTczOTc1OTgsImNvcHlyaWdodCI6IkNlc3NuYSBBaXJjcmFmdCBDb21wYW55IiwiZm9jYWxfbGVuZ3RoIjoiMTRtbSIsImlzbyI6MTYwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzgwc2VjIiwiZmxhc2giOiJQb3VcdTAxN2VpdCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0IjoxMDI0LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiQ2l0YXRpb25fTGF0aXR1ZGVfSW1hZ2VfMy5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0IjoxMDI0LCJnZW5lcmF0ZWQiOiIwLjY3MzU0MDAwIDE1OTA5MjczOTQifSwibWQ1IjoiYTEzNzU4NjJmMGM4ZGJmNTIwM2JlOThkYzVlNzkyODYiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjEwMjQsIm1kNSI6ImExMzc1ODYyZjBjOGRiZjUyMDNiZTk4ZGM1ZTc5Mjg2In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfQ2l0YXRpb25fTGF0aXR1ZGVfSW1hZ2VfMy5qcGciLCJnZW5lcmF0ZWQiOiIwLjIzMjIyMDAwIDE1OTA5MjczOTUifX0=', 258, 1604832882),
(18, 'citation_latitude_image_7', 0, 2, 'Citation_Latitude_Image_7.jpg', '', 'Citation_Latitude_Image_7', '2011-09-30 15:48:01', 0, 7, 'eyJhcGVydHVyZSI6IkYgNS42IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiTklLT04gRDMiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEzMTczOTc2ODEsImNvcHlyaWdodCI6IkNlc3NuYSBBaXJjcmFmdCBDb21wYW55IiwiZm9jYWxfbGVuZ3RoIjoiMTRtbSIsImlzbyI6MTYwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzYwc2VjIiwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwid2lkdGgiOjEyODAsImhlaWdodCI6MTAyNCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IkNpdGF0aW9uX0xhdGl0dWRlX0ltYWdlXzcuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6MTAyNCwiZ2VuZXJhdGVkIjoiMC42MTk3MTMwMCAxNTkwOTI3Mzk2In0sIm1kNSI6IjdjMzVmMDFhYzZjMWQwNGMyN2M5ZDg5Nzk5ZDM3ODY5IiwiZnVsbCI6eyJ3aWR0aCI6MTI4MCwiaGVpZ2h0IjoxMDI0LCJtZDUiOiI3YzM1ZjAxYWM2YzFkMDRjMjdjOWQ4OTc5OWQzNzg2OSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0NpdGF0aW9uX0xhdGl0dWRlX0ltYWdlXzcuanBnIiwiZ2VuZXJhdGVkIjoiMC4xODY4MDAwMCAxNTkwOTI3Mzk3In19', 259, 1604832884),
(20, 'citation_logitude_image_8', 0, 2, 'Citation_Logitude_Image_8.jpg', '', 'Citation Special Olympics Airlift departure day in Lincoln, Nebraska', '2010-07-24 15:47:07', 0, 8, 'eyJhcGVydHVyZSI6IkYgMy41IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiTklLT04gRDMwMCIsImNhcHRpb24iOiJDaXRhdGlvbiBTcGVjaWFsIE9seW1waWNzIEFpcmxpZnQgZGVwYXJ0dXJlIGRheSBpbiBMaW5jb2xuLCBOZWJyYXNrYSIsImNyZWF0ZWRfdGltZXN0YW1wIjoxMjc5OTg2NDI3LCJjb3B5cmlnaHQiOiJDZXNzbmEgQWlyY3JhZnQgQ29tYXBueSAtIFZpc3VhbCBNZWRpYSBHcm91cCIsImZvY2FsX2xlbmd0aCI6IjE4bW0iLCJpc28iOjEwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzUwc2VjIiwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6IkNpdGF0aW9uIFNwZWNpYWwgT2x5bXBpY3MgQWlybGlmdCBkZXBhcnR1cmUgZGF5IGluIExpbmNvbG4sIE5lYnJhc2thIiwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxMjAwLCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiQ2l0YXRpb25fTG9naXR1ZGVfSW1hZ2VfOC5qcGciLCJ3aWR0aCI6MTg5MCwiaGVpZ2h0IjoxNTEyLCJnZW5lcmF0ZWQiOiIwLjkxMjYxMDAwIDE1OTA5Mjc0MDAifSwibWQ1IjoiYjY2Yzg4MjQ2OTg2ODY0ZWUwMjVkN2YzNzkzM2Q2YmYiLCJmdWxsIjp7IndpZHRoIjoxNTAwLCJoZWlnaHQiOjEyMDAsIm1kNSI6ImI2NmM4ODI0Njk4Njg2NGVlMDI1ZDdmMzc5MzNkNmJmIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfQ2l0YXRpb25fTG9naXR1ZGVfSW1hZ2VfOC5qcGciLCJnZW5lcmF0ZWQiOiIwLjQyMTI4MDAwIDE1OTA5Mjc0MDIifX0=', 261, 1604832885),
(21, 'citation_logitude_image_9-1', 0, 2, 'Citation_Logitude_Image_9-1.jpg', '', 'Citation_Logitude_Image_9-1', '2012-04-02 11:27:22', 0, 9, 'eyJhcGVydHVyZSI6IkYgNS42IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiTklLT04gRDMiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEzMzMzNjYwNDIsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjE0bW0iLCJpc28iOjE2MDAsInNodXR0ZXJfc3BlZWQiOiIxXC8zMHNlYyIsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjEwMjQsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJDaXRhdGlvbl9Mb2dpdHVkZV9JbWFnZV85LTEuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6MTAyNCwiZ2VuZXJhdGVkIjoiMC40MzM0MTcwMCAxNTkwOTI3NDA0In0sIm1kNSI6IjE1NDc0NjM1NzRmMzJkNjMyZTE5NTZmMjg3NjZlYzViIiwiZnVsbCI6eyJ3aWR0aCI6MTI4MCwiaGVpZ2h0IjoxMDI0LCJtZDUiOiIxNTQ3NDYzNTc0ZjMyZDYzMmUxOTU2ZjI4NzY2ZWM1YiJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0NpdGF0aW9uX0xvZ2l0dWRlX0ltYWdlXzktMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjA4NjY5NjAwIDE1OTA5Mjc0MDUifX0=', 262, 1604832887),
(22, 'citation_logitude_image_10-1', 0, 2, 'Citation_Logitude_Image_10-1.jpg', '', 'Citation_Logitude_Image_10-1', '2012-04-02 11:27:55', 0, 10, 'eyJhcGVydHVyZSI6IkYgNS42IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiTklLT04gRDMiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEzMzMzNjYwNzUsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjE0bW0iLCJpc28iOjE2MDAsInNodXR0ZXJfc3BlZWQiOiIxXC8zMHNlYyIsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjEwMjQsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJDaXRhdGlvbl9Mb2dpdHVkZV9JbWFnZV8xMC0xLmpwZyIsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjEwMjQsImdlbmVyYXRlZCI6IjAuNDQ4ODQ0MDAgMTU5MDkyNzQwNiJ9LCJtZDUiOiI0OTBkODIzZmRiZDY2MWQ4NDYxYjhlZDJiYzNhZGJmNyIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6MTAyNCwibWQ1IjoiNDkwZDgyM2ZkYmQ2NjFkODQ2MWI4ZWQyYmMzYWRiZjcifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19DaXRhdGlvbl9Mb2dpdHVkZV9JbWFnZV8xMC0xLmpwZyIsImdlbmVyYXRlZCI6IjAuMDg2MTk0MDAgMTU5MDkyNzQwNyJ9fQ==', 263, 1604832888),
(23, 'citation_logitude_image_11-1', 0, 2, 'Citation_Logitude_Image_11-1.jpg', '', 'Citation_Logitude_Image_11-1', '2012-04-02 11:30:49', 0, 11, 'eyJhcGVydHVyZSI6IkYgNS42IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiTklLT04gRDMiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEzMzMzNjYyNDksImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjE0bW0iLCJpc28iOjE2MDAsInNodXR0ZXJfc3BlZWQiOiIxXC8yMHNlYyIsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjEwMjQsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJDaXRhdGlvbl9Mb2dpdHVkZV9JbWFnZV8xMS0xLmpwZyIsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjEwMjQsImdlbmVyYXRlZCI6IjAuNTIwOTU0MDAgMTU5MDkyNzQwOCJ9LCJtZDUiOiI2YmZlNzUzYTY2Y2U0YWRmNWFlODkxMTI1ZmFlZWQ2MCIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6MTAyNCwibWQ1IjoiNmJmZTc1M2E2NmNlNGFkZjVhZTg5MTEyNWZhZWVkNjAifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19DaXRhdGlvbl9Mb2dpdHVkZV9JbWFnZV8xMS0xLmpwZyIsImdlbmVyYXRlZCI6IjAuMTU3MzExMDAgMTU5MDkyNzQwOSJ9fQ==', 264, 1604832888),
(26, 'citation_m2_image_8-1', 0, 2, 'Citation_M2_Image_8-1.jpg', '', 'Citation_M2_Image_8-1', '2011-09-15 16:18:40', 0, 12, 'eyJhcGVydHVyZSI6IkYgMjIiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJIYXNzZWxibGFkIEgzRElJLTM5IiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxMzE2MTAzNTIwLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiIyOG1tIiwiaXNvIjo1MCwic2h1dHRlcl9zcGVlZCI6IjEuNnNlYyIsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjEwMjQsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJDaXRhdGlvbl9NMl9JbWFnZV84LTEuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6MTAyNCwiZ2VuZXJhdGVkIjoiMC4wMDIxMTQwMCAxNTkwOTI3NDE0In0sIm1kNSI6IjQ1MWYyNzE1OTU1OTljZTIxZWVjNmVlYWFlODcyNDBhIiwiZnVsbCI6eyJ3aWR0aCI6MTI4MCwiaGVpZ2h0IjoxMDI0LCJtZDUiOiI0NTFmMjcxNTk1NTk5Y2UyMWVlYzZlZWFhZTg3MjQwYSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0NpdGF0aW9uX00yX0ltYWdlXzgtMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjUyODU1MDAwIDE1OTA5Mjc0MTQifX0=', 267, 1604832889),
(27, 'citation_m2_image_9', 0, 2, 'Citation_M2_Image_9.jpg', '', 'Cessna M2', '2020-05-31 12:16:55', 0, 4, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6Ilx1MDBhOSAyMDEzIE1pa2UgRml6ZXIgQWxsIFJpZ2h0cyBSZXNlcnZlZCIsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjoiQ2Vzc25hIE0yIiwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0IjoxMDI0LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiQ2l0YXRpb25fTTJfSW1hZ2VfOS5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0IjoxMDI0LCJnZW5lcmF0ZWQiOiIwLjg2ODg1MDAwIDE1OTA5Mjc0MTUifSwibWQ1IjoiMWZjYWQwN2Y1OTlhNmUzZGU5NmQwNDE0NzVkN2Y3MWQiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjEwMjQsIm1kNSI6IjFmY2FkMDdmNTk5YTZlM2RlOTZkMDQxNDc1ZDdmNzFkIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfQ2l0YXRpb25fTTJfSW1hZ2VfOS5qcGciLCJnZW5lcmF0ZWQiOiIwLjQ0NzkwNzAwIDE1OTA5Mjc0MTYifX0=', 268, 1604832880),
(30, '004_falcon5x_2013dvd43lr', 0, 3, '004_Falcon5X_2013DVD43LR.jpg', '', '004_Falcon5X_2013DVD43LR', '2020-05-31 12:29:09', 0, 6, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIwMDRfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6ODUzLCJnZW5lcmF0ZWQiOiIwLjMzMzEyNjAwIDE1OTA5MjgxNDkifSwibWQ1IjoiYThjZTQ0ZjUwODE3YTRhYjJmYmU5NTM0OTg3NGYyZGQiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjg1MywibWQ1IjoiYThjZTQ0ZjUwODE3YTRhYjJmYmU5NTM0OTg3NGYyZGQifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18wMDRfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwiZ2VuZXJhdGVkIjoiMC44NzQ4ODAwMCAxNTkwOTI4MTQ5In19', 272, 1604832096),
(31, '007_falcon5x_2013dvd43lr', 0, 3, '007_Falcon5X_2013DVD43LR.jpg', '', '007_Falcon5X_2013DVD43LR', '2020-05-31 12:29:11', 0, 7, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIwMDdfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6ODUzLCJnZW5lcmF0ZWQiOiIwLjYxNDYyNjAwIDE1OTA5MjgxNTEifSwibWQ1IjoiMTNiYzQ0OTliZWRmOGNjYTcyZDVkNWMyZmZjZTRkZGUiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjg1MywibWQ1IjoiMTNiYzQ0OTliZWRmOGNjYTcyZDVkNWMyZmZjZTRkZGUifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18wMDdfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwiZ2VuZXJhdGVkIjoiMC4yMjQxNTkwMCAxNTkwOTI4MTUyIn19', 273, 1604832097),
(32, '009_falcon5x_2013dvd43lr-1', 0, 3, '009_Falcon5X_2013DVD43LR-1.jpg', '', '009_Falcon5X_2013DVD43LR-1', '2020-05-31 12:29:13', 0, 8, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIwMDlfRmFsY29uNVhfMjAxM0RWRDQzTFItMS5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsImdlbmVyYXRlZCI6IjAuOTUyNDIwMDAgMTU5MDkyODE1MyJ9LCJtZDUiOiI2NmUxODIxMzg1YTFjYjc4YTJhNzhlYTQ4MjVmN2FiNCIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6ODUzLCJtZDUiOiI2NmUxODIxMzg1YTFjYjc4YTJhNzhlYTQ4MjVmN2FiNCJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzXzAwOV9GYWxjb241WF8yMDEzRFZENDNMUi0xLmpwZyIsImdlbmVyYXRlZCI6IjAuNTM1ODgzMDAgMTU5MDkyODE1NCJ9fQ==', 274, 1604832097),
(33, '010_falcon5x_2013dvd43lr', 0, 3, '010_Falcon5X_2013DVD43LR.jpg', '', '010_Falcon5X_2013DVD43LR', '2020-05-31 12:29:16', 0, 9, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIwMTBfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6ODUzLCJnZW5lcmF0ZWQiOiIwLjQ1MzE0NDAwIDE1OTA5MjgxNTYifSwibWQ1IjoiYmMwMjQwNzBiZDRhOTkyNzIxZDM4YmQ3ZGIyZjY5YWEiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjg1MywibWQ1IjoiYmMwMjQwNzBiZDRhOTkyNzIxZDM4YmQ3ZGIyZjY5YWEifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18wMTBfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwiZ2VuZXJhdGVkIjoiMC45NzYwMDIwMCAxNTkwOTI4MTU2In19', 275, 1604832098),
(34, '018_falcon5x_2013dvd43lr', 0, 3, '018_Falcon5X_2013DVD43LR.jpg', '', '018_Falcon5X_2013DVD43LR', '2020-05-31 12:29:18', 0, 10, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4OTYsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIwMThfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6ODk2LCJnZW5lcmF0ZWQiOiIwLjc3MDQ3NzAwIDE1OTA5MjgxNTgifSwibWQ1IjoiNmYxYzQ2OWY0ODY3ZDk4MjU1N2JhMTJlZThmYjVhMTAiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjg5NiwibWQ1IjoiNmYxYzQ2OWY0ODY3ZDk4MjU1N2JhMTJlZThmYjVhMTAifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18wMThfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwiZ2VuZXJhdGVkIjoiMC4zNzI0NDgwMCAxNTkwOTI4MTU5In19', 276, 1604832100),
(35, '019_falcon5x_2013dvd43lr', 0, 3, '019_Falcon5X_2013DVD43LR.jpg', '', '019_Falcon5X_2013DVD43LR', '2020-05-31 12:29:20', 0, 11, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6Ilx1MDBhOSBwaGlsaXBwZSBzdHJvcHBhIiwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjg1Mywic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjAxOV9GYWxjb241WF8yMDEzRFZENDNMUi5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsImdlbmVyYXRlZCI6IjAuNzc2NjY3MDAgMTU5MDkyODE2MCJ9LCJtZDUiOiJjNWVkNzkwOWU2NDkwZWExMGRmZGRlY2FjYTQ0ZDU3MSIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6ODUzLCJtZDUiOiJjNWVkNzkwOWU2NDkwZWExMGRmZGRlY2FjYTQ0ZDU3MSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzXzAxOV9GYWxjb241WF8yMDEzRFZENDNMUi5qcGciLCJnZW5lcmF0ZWQiOiIwLjMxNTU0NTAwIDE1OTA5MjgxNjEifX0=', 277, 1604832100),
(36, '026_falcon5x_2013dvd43lr', 0, 3, '026_Falcon5X_2013DVD43LR.jpg', '', '026_Falcon5X_2013DVD43LR', '2020-05-31 12:29:22', 0, 12, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4OTYsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIwMjZfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6ODk2LCJnZW5lcmF0ZWQiOiIwLjkxNTgyMzAwIDE1OTA5MjgxNjIifSwibWQ1IjoiZjgyNjY3OGQ2MWRmMmM2MGNkZmViZWNkMmRmN2FjNTciLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjg5NiwibWQ1IjoiZjgyNjY3OGQ2MWRmMmM2MGNkZmViZWNkMmRmN2FjNTcifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18wMjZfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIiwiZ2VuZXJhdGVkIjoiMC40OTAwNjAwMCAxNTkwOTI4MTYzIn19', 278, 1604832101),
(37, '046_falcon7x_2013dvd41', 0, 3, '046_Falcon7X_2013DVD41.jpg', '', '046_Falcon7X_2013DVD41', '2020-05-31 12:29:25', 0, 13, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTE0MiwiaGVpZ2h0IjoxMjAwLCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiMDQ2X0ZhbGNvbjdYXzIwMTNEVkQ0MS5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0IjoxMzQ1LCJnZW5lcmF0ZWQiOiIwLjEzMDU4MjAwIDE1OTA5MjgxNjUifSwibWQ1IjoiNTI0OTcxNDJkYzEwNmUwYWNjOTQ3NDk4OWRjZTk0ZjUiLCJmdWxsIjp7IndpZHRoIjoxMTQyLCJoZWlnaHQiOjEyMDAsIm1kNSI6IjUyNDk3MTQyZGMxMDZlMGFjYzk0NzQ5ODlkY2U5NGY1In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMDQ2X0ZhbGNvbjdYXzIwMTNEVkQ0MS5qcGciLCJnZW5lcmF0ZWQiOiIwLjE0MTY4MzAwIDE1OTA5MjgxNjYifX0=', 279, 1604832102),
(38, '052_falcon7x_2013dvd41', 0, 3, '052_Falcon7X_2013DVD41.jpg', '', '052_Falcon7X_2013DVD41', '2020-05-31 12:29:27', 0, 14, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI2MCwiaGVpZ2h0IjoxMjAwLCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiMDUyX0ZhbGNvbjdYXzIwMTNEVkQ0MS5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0IjoxMjE5LCJnZW5lcmF0ZWQiOiIwLjY3OTkyMTAwIDE1OTA5MjgxNjcifSwibWQ1IjoiODEyNTc3NGJiOTQyNjlhMDdmMjVkNGZhMmVjYzhmNTciLCJmdWxsIjp7IndpZHRoIjoxMjYwLCJoZWlnaHQiOjEyMDAsIm1kNSI6IjgxMjU3NzRiYjk0MjY5YTA3ZjI1ZDRmYTJlY2M4ZjU3In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMDUyX0ZhbGNvbjdYXzIwMTNEVkQ0MS5qcGciLCJnZW5lcmF0ZWQiOiIwLjcxNjk4NjAwIDE1OTA5MjgxNjgifX0=', 280, 1604832102),
(39, '092_falcon2000lxs_2013dvd41', 0, 3, '092_Falcon2000LXS_2013DVD41.jpg', '', '092_Falcon2000LXS_2013DVD41', '2020-05-31 12:29:30', 0, 15, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTQsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIwOTJfRmFsY29uMjAwMExYU18yMDEzRFZENDEuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6ODU0LCJnZW5lcmF0ZWQiOiIwLjIxMDA4MDAwIDE1OTA5MjgxNzAifSwibWQ1IjoiNmJiYWI0YzVkOGNiZmQ3Zjc2NjZhMGRiNDAxZDg2ZTQiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjg1NCwibWQ1IjoiNmJiYWI0YzVkOGNiZmQ3Zjc2NjZhMGRiNDAxZDg2ZTQifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18wOTJfRmFsY29uMjAwMExYU18yMDEzRFZENDEuanBnIiwiZ2VuZXJhdGVkIjoiMC43OTYwNjEwMCAxNTkwOTI4MTcwIn19', 281, 1604832103),
(40, '101_falcon2000lxs_2013dvd41', 0, 3, '101_Falcon2000LXS_2013DVD41.jpg', '', '101_Falcon2000LXS_2013DVD41', '2020-05-31 12:29:32', 0, 16, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4OTYsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMDFfRmFsY29uMjAwMExYU18yMDEzRFZENDEuanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6ODk2LCJnZW5lcmF0ZWQiOiIwLjY5NjkxMjAwIDE1OTA5MjgxNzIifSwibWQ1IjoiMjMzMGZiMzA3NzM4NGNiYWZhZmJhZTNiNDlkZjI5NWUiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjg5NiwibWQ1IjoiMjMzMGZiMzA3NzM4NGNiYWZhZmJhZTNiNDlkZjI5NWUifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18xMDFfRmFsY29uMjAwMExYU18yMDEzRFZENDEuanBnIiwiZ2VuZXJhdGVkIjoiMC4zNjgwNDkwMCAxNTkwOTI4MTczIn19', 282, 1604832103),
(41, '137_falcon2000s_2013dvd41', 0, 3, '137_Falcon2000S_2013DVD41.jpg', '', '137_Falcon2000S_2013DVD41', '2020-05-31 12:29:35', 0, 17, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4OTYsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMzdfRmFsY29uMjAwMFNfMjAxM0RWRDQxLmpwZyIsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjg5NiwiZ2VuZXJhdGVkIjoiMC4yMzExMzkwMCAxNTkwOTI4MTc1In0sIm1kNSI6IjI3YzE4OWJjODVmYjNlYjMzNTMxZDIyMWEwNzNjZjg0IiwiZnVsbCI6eyJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4OTYsIm1kNSI6IjI3YzE4OWJjODVmYjNlYjMzNTMxZDIyMWEwNzNjZjg0In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMTM3X0ZhbGNvbjIwMDBTXzIwMTNEVkQ0MS5qcGciLCJnZW5lcmF0ZWQiOiIwLjgwMTkxMzAwIDE1OTA5MjgxNzUifX0=', 283, 1604832104),
(42, '139_falcon2000s_2013dvd41', 0, 3, '139_Falcon2000S_2013DVD41.jpg', '', '139_Falcon2000S_2013DVD41', '2020-05-31 12:29:37', 0, 18, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODQwLCJoZWlnaHQiOjEyMDAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxMzlfRmFsY29uMjAwMFNfMjAxM0RWRDQxLmpwZyIsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjE4MjksImdlbmVyYXRlZCI6IjAuMTI2NDQ5MDAgMTU5MDkyODE3NyJ9LCJtZDUiOiJkYWRmMjFjNmYyOTZjY2I4YTY1MGM1NWYyYTcyNDk4MiIsImZ1bGwiOnsid2lkdGgiOjg0MCwiaGVpZ2h0IjoxMjAwLCJtZDUiOiJkYWRmMjFjNmYyOTZjY2I4YTY1MGM1NWYyYTcyNDk4MiJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzXzEzOV9GYWxjb24yMDAwU18yMDEzRFZENDEuanBnIiwiZ2VuZXJhdGVkIjoiMC44NjYzMTgwMCAxNTkwOTI4MTc3In19', 284, 1604832104),
(43, '140_falcon2000s_2013dvd41', 0, 3, '140_Falcon2000S_2013DVD41.jpg', '', '140_Falcon2000S_2013DVD41', '2020-05-31 12:29:39', 0, 19, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6ODQwLCJoZWlnaHQiOjEyMDAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxNDBfRmFsY29uMjAwMFNfMjAxM0RWRDQxLmpwZyIsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjE4MjksImdlbmVyYXRlZCI6IjAuNTM5NDQ0MDAgMTU5MDkyODE3OSJ9LCJtZDUiOiJkNjIxN2UwZDEyY2M3M2ZhNmEwNjI2MTllMjRkZTVjNSIsImZ1bGwiOnsid2lkdGgiOjg0MCwiaGVpZ2h0IjoxMjAwLCJtZDUiOiJkNjIxN2UwZDEyY2M3M2ZhNmEwNjI2MTllMjRkZTVjNSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzXzE0MF9GYWxjb24yMDAwU18yMDEzRFZENDEuanBnIiwiZ2VuZXJhdGVkIjoiMC41NzUwNTAwMCAxNTkwOTI4MTgwIn19', 285, 1604832104),
(47, 'p100-flight-05', 0, 4, 'P100-Flight-05.jpg', '', 'P100-Flight-05', '2020-05-31 13:15:35', 0, 2, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJQMTAwLUZsaWdodC0wNS5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsImdlbmVyYXRlZCI6IjAuODcwMDkyMDAgMTU5MDkzMDkzNSJ9LCJtZDUiOiIzOGZhZmMwYjA5YzI0OGFlMDljYjFiMGNjMGNjYTg3YiIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6ODUzLCJtZDUiOiIzOGZhZmMwYjA5YzI0OGFlMDljYjFiMGNjMGNjYTg3YiJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX1AxMDAtRmxpZ2h0LTA1LmpwZyIsImdlbmVyYXRlZCI6IjAuNjYxNDY2MDAgMTU5MDkzMDkzNiJ9fQ==', 311, 1604832256),
(48, 'l650_on_the_ground_at_dusk_1_rt2rich', 0, 4, 'L650_On_the_Ground_at_Dusk_1_RT2Rich.jpg', '', 'L650_On_the_Ground_at_Dusk_1_RT2Rich', '2020-05-31 13:15:38', 0, 3, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo5NjUsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJMNjUwX09uX3RoZV9Hcm91bmRfYXRfRHVza18xX1JUMlJpY2guanBnIiwid2lkdGgiOjEyODAsImhlaWdodCI6OTY1LCJnZW5lcmF0ZWQiOiIwLjA0MDAxMzAwIDE1OTA5MzA5MzgifSwibWQ1IjoiZjNkZjA3MmVhYzZiMzYyNTRkMTliNGJmMDljOTljNjIiLCJmdWxsIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjk2NSwibWQ1IjoiZjNkZjA3MmVhYzZiMzYyNTRkMTliNGJmMDljOTljNjIifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19MNjUwX09uX3RoZV9Hcm91bmRfYXRfRHVza18xX1JUMlJpY2guanBnIiwiZ2VuZXJhdGVkIjoiMC45Nzc2MDkwMCAxNTkwOTMwOTM4In19', 312, 1604832256),
(49, 'l650_exterior-coolblue-04', 0, 4, 'L650_Exterior-CoolBlue-04.jpg', '', 'L650_Exterior-CoolBlue-04', '2020-05-31 13:15:40', 0, 4, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NjAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJMNjUwX0V4dGVyaW9yLUNvb2xCbHVlLTA0LmpwZyIsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjg2MCwiZ2VuZXJhdGVkIjoiMC4zNDA0MzMwMCAxNTkwOTMwOTQwIn0sIm1kNSI6IjhlZjBlYzc0MTcwYjBmMjZhMzIyNzQwZTU5MzIwNzhkIiwiZnVsbCI6eyJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NjAsIm1kNSI6IjhlZjBlYzc0MTcwYjBmMjZhMzIyNzQwZTU5MzIwNzhkIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfTDY1MF9FeHRlcmlvci1Db29sQmx1ZS0wNC5qcGciLCJnZW5lcmF0ZWQiOiIwLjkyMzEyOTAwIDE1OTA5MzA5NDAifX0=', 313, 1604832257),
(50, 'l500_exterior-violet', 0, 4, 'L500_Exterior-Violet.jpg', '', 'L500_Exterior-Violet', '2020-05-31 13:15:42', 0, 5, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo5NjUsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJMNTAwX0V4dGVyaW9yLVZpb2xldC5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo5NjUsImdlbmVyYXRlZCI6IjAuMjUxMTgyMDAgMTU5MDkzMDk0MiJ9LCJtZDUiOiIwNzc3MTVmYjlmOTM2OTFhYjg2OTkzOGNhNzNjNDkwYyIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6OTY1LCJtZDUiOiIwNzc3MTVmYjlmOTM2OTFhYjg2OTkzOGNhNzNjNDkwYyJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0w1MDBfRXh0ZXJpb3ItVmlvbGV0LmpwZyIsImdlbmVyYXRlZCI6IjAuMDQwNjUyMDAgMTU5MDkzMDk0MyJ9fQ==', 314, 1604832257),
(51, 'l500_cabin_lights_off_updated', 0, 4, 'L500_Cabin_lights_Off_UPDATED.jpg', '', 'L500_Cabin_lights_Off_UPDATED', '2020-05-31 13:15:44', 0, 6, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo5NjUsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJMNTAwX0NhYmluX2xpZ2h0c19PZmZfVVBEQVRFRC5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo5NjUsImdlbmVyYXRlZCI6IjAuNjc2NzU0MDAgMTU5MDkzMDk0NCJ9LCJtZDUiOiJhYTRmNGVhMTJiYTk5NTRlN2E3ZDIwYTlhMWRmYTVjMCIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6OTY1LCJtZDUiOiJhYTRmNGVhMTJiYTk5NTRlN2E3ZDIwYTlhMWRmYTVjMCJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0w1MDBfQ2FiaW5fbGlnaHRzX09mZl9VUERBVEVELmpwZyIsImdlbmVyYXRlZCI6IjAuMzU1MDg1MDAgMTU5MDkzMDk0NSJ9fQ==', 315, 1604832258),
(52, 'em_p300___p100_-_landscape', 0, 4, 'EM_P300___P100_-_Landscape.jpg', '', 'EM_P300___P100_-_Landscape', '2020-05-31 13:15:46', 0, 7, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTYsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJFTV9QMzAwX19fUDEwMF8tX0xhbmRzY2FwZS5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTYsImdlbmVyYXRlZCI6IjAuNTEyNDA1MDAgMTU5MDkzMDk0NiJ9LCJtZDUiOiJlYmUwNDJhMDJjMDQ3OTU0NmY0NDkzMzExYzc3YzI2MSIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6ODU2LCJtZDUiOiJlYmUwNDJhMDJjMDQ3OTU0NmY0NDkzMzExYzc3YzI2MSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0VNX1AzMDBfX19QMTAwXy1fTGFuZHNjYXBlLmpwZyIsImdlbmVyYXRlZCI6IjAuMDc1MjMzMDAgMTU5MDkzMDk0NyJ9fQ==', 316, 1604832258),
(53, '1_phgenom_300_exterior_006', 0, 4, '1_Phgenom_300_exterior_006.jpg', '', '1_Phgenom_300_exterior_006', '2020-05-31 13:15:48', 0, 8, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxX1BoZ2Vub21fMzAwX2V4dGVyaW9yXzAwNi5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsImdlbmVyYXRlZCI6IjAuNjA1ODg5MDAgMTU5MDkzMDk0OCJ9LCJtZDUiOiIwYTUzZjc0OTkwZTZmZDMxMGFjNDlkZDEwZmJjMDljYiIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6ODUzLCJtZDUiOiIwYTUzZjc0OTkwZTZmZDMxMGFjNDlkZDEwZmJjMDljYiJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzXzFfUGhnZW5vbV8zMDBfZXh0ZXJpb3JfMDA2LmpwZyIsImdlbmVyYXRlZCI6IjAuMTMyNzgxMDAgMTU5MDkzMDk0OSJ9fQ==', 317, 1604832259),
(54, '1_phenom_300_interior_001', 0, 4, '1_Phenom_300_interior_001.jpg', '', '1_Phenom_300_interior_001', '2020-05-31 13:15:50', 0, 9, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTIsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiIxX1BoZW5vbV8zMDBfaW50ZXJpb3JfMDAxLmpwZyIsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjg1MiwiZ2VuZXJhdGVkIjoiMC4zMDE1MjQwMCAxNTkwOTMwOTUwIn0sIm1kNSI6ImU2ZjNkZjkxOWNiN2ZhYTEyMWEyYjFiMjI0OTJjYTZiIiwiZnVsbCI6eyJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTIsIm1kNSI6ImU2ZjNkZjkxOWNiN2ZhYTEyMWEyYjFiMjI0OTJjYTZiIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfMV9QaGVub21fMzAwX2ludGVyaW9yXzAwMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjg2NDMzMzAwIDE1OTA5MzA5NTAifX0=', 318, 1604832260),
(55, '1_phenom_100_interior_007', 0, 4, '1_Phenom_100_interior_007.jpg', '', '1_Phenom_100_interior_007', '2010-03-19 03:51:03', 0, 10, 'eyJhcGVydHVyZSI6IkYgMTEiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDYW5vbiBFT1MgNUQgTWFyayBJSSIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6MTI2ODk3MDY2MywiY29weXJpZ2h0IjoiUGF1bG8gRnJpZG1hbiIsImZvY2FsX2xlbmd0aCI6IjIxbW0iLCJpc28iOjIwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzMwc2VjIiwiZmxhc2giOiJOb3QgZmlyZWQiLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjoiZW1icmFlcixwaGVub20gMTAwIiwid2lkdGgiOjEyODAsImhlaWdodCI6ODUzLCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiMV9QaGVub21fMTAwX2ludGVyaW9yXzAwNy5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo4NTMsImdlbmVyYXRlZCI6IjAuNDUxNzYwMDAgMTU5MDkzMDk1MiJ9LCJtZDUiOiJkMTY2NDI1NjUyZDQxMTI3N2E1OGQzODRhZWI0ZTBlMCIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6ODUzLCJtZDUiOiJkMTY2NDI1NjUyZDQxMTI3N2E1OGQzODRhZWI0ZTBlMCJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzXzFfUGhlbm9tXzEwMF9pbnRlcmlvcl8wMDcuanBnIiwiZ2VuZXJhdGVkIjoiMC4wMDk5MjQwMCAxNTkwOTMwOTUzIn0sIm5nZzBkeW4tMjQweDE2MHgxMDAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiIxX1BoZW5vbV8xMDBfaW50ZXJpb3JfMDA3LmpwZy1uZ2dpZDAyNTUtbmdnMGR5bi0yNDB4MTYweDEwMC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuMzc1NTQ5MDAgMTYwMjg3MzkxOSJ9fQ==', 319, 1604832262),
(56, '1_legacy_650_interior_006_alta', 0, 4, '1_Legacy_650_interior_006_alta.jpg', 'cock- 021', 'cock- 021', '2009-05-14 00:00:00', 0, 11, 'eyJhcGVydHVyZSI6IkYgMTYiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJIYXNzZWxibGFkIEgzRCBJSS0zOSIsImNhcHRpb24iOiJjb2NrLSAwMjEiLCJjcmVhdGVkX3RpbWVzdGFtcCI6MTI0MjI1OTIwMCwiY29weXJpZ2h0IjoiVGlmIEh1bnRlciBQaG90b2dyYXBoeSIsImZvY2FsX2xlbmd0aCI6IjM1bW0iLCJpc28iOjUwLCJzaHV0dGVyX3NwZWVkIjoiMnNlYyIsImZsYXNoIjpmYWxzZSwidGl0bGUiOiJjb2NrLSAwMjEiLCJrZXl3b3JkcyI6ZmFsc2UsIndpZHRoIjoxMjgwLCJoZWlnaHQiOjk2MCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6IjFfTGVnYWN5XzY1MF9pbnRlcmlvcl8wMDZfYWx0YS5qcGciLCJ3aWR0aCI6MTI4MCwiaGVpZ2h0Ijo5NjAsImdlbmVyYXRlZCI6IjAuMjYwODk0MDAgMTU5MDkzMDk1NCJ9LCJtZDUiOiIzNjlkNjE2ZTRjYjIxMGRiZmM3YjMwNWJkNzQyYjRmOCIsImZ1bGwiOnsid2lkdGgiOjEyODAsImhlaWdodCI6OTYwLCJtZDUiOiIzNjlkNjE2ZTRjYjIxMGRiZmM3YjMwNWJkNzQyYjRmOCJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzXzFfTGVnYWN5XzY1MF9pbnRlcmlvcl8wMDZfYWx0YS5qcGciLCJnZW5lcmF0ZWQiOiIwLjI0NjgwMjAwIDE1OTA5MzA5NTUifX0=', 320, 1604832262),
(61, 'd_g550_g_media_116', 0, 5, 'd_g550_g_media_116.jpg', '', 'd_g550_g_media_116', '2000-01-01 00:21:31', 0, 6, 'eyJhcGVydHVyZSI6IkYgMTQiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDYW5vbiBFT1MgNUQgTWFyayBJSSIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6OTQ2Njg2MDkxLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI3MG1tIiwiaXNvIjozMjAsInNodXR0ZXJfc3BlZWQiOiIxXC8xMDBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOiIyMDEyLEc1NTAsRzU1MCBSZXZHLFNhbGVzIGFuZCBEZXNpZ24gQ2VudGVyLFN1bnNldCxjb3JwIGRlbW8sY29ycG9yYXRlIGRlbW9uc3RyYXRvcixkZW1vIGFpcmNyYWZ0LGRlbW9uc3RyYXRvcixleHRlcmlvcixnNTUwIHJldiBnLGdyb3VuZCxzYXYsc2F2YW5uYWgiLCJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxMDAwLCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiZF9nNTUwX2dfbWVkaWFfMTE2LmpwZyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjEwMDAsImdlbmVyYXRlZCI6IjAuMDkxMzUxMDAgMTU5MDkzMTA2MiJ9LCJtZDUiOiIyODRkZjNiN2I3ODlmMTU2NzhjZGRkN2M4ZTQ2MWUxYiIsImZ1bGwiOnsid2lkdGgiOjE1MDAsImhlaWdodCI6MTAwMCwibWQ1IjoiMjg0ZGYzYjdiNzg5ZjE1Njc4Y2RkZDdjOGU0NjFlMWIifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19kX2c1NTBfZ19tZWRpYV8xMTYuanBnIiwiZ2VuZXJhdGVkIjoiMC44MjEzMTYwMCAxNTkwOTMxMDYyIn0sIm5nZzBkeW4tMjQweDE2MHgxMDAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJkX2c1NTBfZ19tZWRpYV8xMTYuanBnLW5nZ2lkMDI2MS1uZ2cwZHluLTI0MHgxNjB4MTAwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwMTAuanBnIiwiZ2VuZXJhdGVkIjoiMC4yNzcyMTEwMCAxNjAyODY2MDU4In19', 338, 1604832524),
(62, 'd_g550_g_media_115', 0, 5, 'd_g550_g_media_115.jpg', '', 'd_g550_g_media_115', '2000-01-01 00:13:25', 0, 7, 'eyJhcGVydHVyZSI6IkYgMTQiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDYW5vbiBFT1MgNUQgTWFyayBJSSIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6OTQ2Njg1NjA1LCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI0NW1tIiwiaXNvIjozMjAsInNodXR0ZXJfc3BlZWQiOiIxXC8xNjBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOiIyMDEyLEc1NTAsRzU1MCBSZXZHLFNhbGVzIGFuZCBEZXNpZ24gQ2VudGVyLFN1bnNldCxjb3JwIGRlbW8sY29ycG9yYXRlIGRlbW9uc3RyYXRvcixkZW1vIGFpcmNyYWZ0LGRlbW9uc3RyYXRvcixleHRlcmlvcixnNTUwIHJldiBnLGdyb3VuZCxzYXYsc2F2YW5uYWgiLCJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxMDAwLCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiZF9nNTUwX2dfbWVkaWFfMTE1LmpwZyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjEwMDAsImdlbmVyYXRlZCI6IjAuNzA5MTM2MDAgMTU5MDkzMTA2NCJ9LCJtZDUiOiIwYjBmZmE3N2RmY2QyMTlkZDk4MDVmNWE2NmM5NWQwMCIsImZ1bGwiOnsid2lkdGgiOjE1MDAsImhlaWdodCI6MTAwMCwibWQ1IjoiMGIwZmZhNzdkZmNkMjE5ZGQ5ODA1ZjVhNjZjOTVkMDAifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19kX2c1NTBfZ19tZWRpYV8xMTUuanBnIiwiZ2VuZXJhdGVkIjoiMC42NzI5NjMwMCAxNTkwOTMxMDY1In0sIm5nZzBkeW4tMjQweDE2MHgxMDAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJkX2c1NTBfZ19tZWRpYV8xMTUuanBnLW5nZ2lkMDI2Mi1uZ2cwZHluLTI0MHgxNjB4MTAwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwMTAuanBnIiwiZ2VuZXJhdGVkIjoiMC4yMjI4NTEwMCAxNjAyODY2MjQ1In19', 339, 1604832525),
(63, 'd_g550_a_media_053', 0, 5, 'd_g550_a_media_053.jpg', 'x-default', 'G550 Aerials, Aerial, air, Air, aerial', '2009-02-27 10:19:06', 0, 9, 'eyJhcGVydHVyZSI6IkYgMTMiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDYW5vbiBFT1MtMURzIE1hcmsgSUkiLCJjYXB0aW9uIjoieC1kZWZhdWx0IiwiY3JlYXRlZF90aW1lc3RhbXAiOjEyMzU3Mjk5NDYsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjM0bW0iLCJpc28iOjEwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzQwMHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOiJHNTUwIEFlcmlhbHMsIEFlcmlhbCwgYWlyLCBBaXIsIGFlcmlhbCIsImtleXdvcmRzIjoiQWVyaWFsLGFlcmlhbCxBZXJpYWxzLGFlcmlhbHMsQWlyLGFpcixibHVlLEJsdWUsYmx1ZSBza3ksQmx1ZSBTa3ksY2xvdWRzLENsb3VkcyxHNTUwLGluIGZsaWdodCxvcmVnb24sT3JlZ29uLFNreSxza3ksd2hpdGUsV2hpdGUsd2hpdGUgY2xvdWRzLFdoaXRlIENsb3VkcyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjEwMDAsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJkX2c1NTBfYV9tZWRpYV8wNTMuanBnIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTAwMCwiZ2VuZXJhdGVkIjoiMC4zMDQ5OTgwMCAxNTkwOTMxMDY3In0sIm1kNSI6ImEyM2Q2ODA0YjE3MDE5OWFjNzdiMDY1M2RlYjJhOWNhIiwiZnVsbCI6eyJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxMDAwLCJtZDUiOiJhMjNkNjgwNGIxNzAxOTlhYzc3YjA2NTNkZWIyYTljYSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX2RfZzU1MF9hX21lZGlhXzA1My5qcGciLCJnZW5lcmF0ZWQiOiIwLjI4MTY4ODAwIDE1OTA5MzEwNjgifSwibmdnMGR5bi0yNDB4MTYweDEwMC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6ImRfZzU1MF9hX21lZGlhXzA1My5qcGctbmdnaWQwMjYzLW5nZzBkeW4tMjQweDE2MHgxMDAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjE2NjUwMzAwIDE2MDI4NjI5NjcifX0=', 340, 1604832526),
(64, 'd_g550_a_media_019-1', 0, 5, 'd_g550_a_media_019-1.jpg', 'x-default', 'G550 Aerials, Aerial, air, Air, aerial', '2009-07-22 09:46:53', 0, 5, 'eyJhcGVydHVyZSI6IkYgMTAiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJDYW5vbiBFT1MtMURzIE1hcmsgSUkiLCJjYXB0aW9uIjoieC1kZWZhdWx0IiwiY3JlYXRlZF90aW1lc3RhbXAiOjEyNDgyNTYwMTMsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjUzbW0iLCJpc28iOjEwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzMyMHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOiJHNTUwIEFlcmlhbHMsIEFlcmlhbCwgYWlyLCBBaXIsIGFlcmlhbCIsImtleXdvcmRzIjoiRm9yZXN0LGdyZWVuLEdyZWVuLEdyZWVuIE1vdW50YWluLGdyZWVuIG1vdW50YWluLGluIGZsaWdodCx3aGl0ZSx3aGl0ZSBjbG91ZHMsV2hpdGUgQ2xvdWRzLGluIGZsaWdodCxpbiBmbGlnaHQsZXh0ZXJpb3JzLGV4dGVyaW9yLGV4dCxhaXIyYWlyLGFpciB0byBhaXIsb3JlZ29uLHdlc3QgY29hc3Qsd2VzdCBjb2FzdCBVUyxnNTUwLG9sZCBwYWludCBzY2hlbWUsb2xkIHBhaW50Iiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTAwMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6ImRfZzU1MF9hX21lZGlhXzAxOS0xLmpwZyIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjEwMDAsImdlbmVyYXRlZCI6IjAuMzg0NjgxMDAgMTU5MDkzMTA3MCJ9LCJtZDUiOiI1MGExNmZmYTFlYzhiNTVjZWVmNzcxYzUwNGIxNTAyZCIsImZ1bGwiOnsid2lkdGgiOjE1MDAsImhlaWdodCI6MTAwMCwibWQ1IjoiNTBhMTZmZmExZWM4YjU1Y2VlZjc3MWM1MDRiMTUwMmQifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19kX2c1NTBfYV9tZWRpYV8wMTktMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjM1OTc2MjAwIDE1OTA5MzEwNzEifSwibmdnMGR5bi0yNDB4MTYweDEwMC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6ImRfZzU1MF9hX21lZGlhXzAxOS0xLmpwZy1uZ2dpZDAyNjQtbmdnMGR5bi0yNDB4MTYweDEwMC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuMDQ5MjE1MDAgMTU5NjU4OTA2MCJ9fQ==', 341, 1604832524),
(65, 'd_g280_i_media_120', 0, 5, 'd_g280_i_media_120.jpg', '', 'd_g280_i_media_120', '2012-03-09 01:25:40', 0, 8, 'eyJhcGVydHVyZSI6IkYgMTAiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJJUTE4MCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6MTMzMTI1NjM0MCwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiMjhtbSIsImlzbyI6MTQwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMTBzZWMiLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOiIyMDEyLGRhbGxhcyxnMjgwLEcyODAgSW50ZXJpb3IsZ2FsbGV5LEd1bGZzdHJlYW0saW50LGludGVyaW9yIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTEyNywic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6ImRfZzI4MF9pX21lZGlhXzEyMC5qcGciLCJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxMTI3LCJnZW5lcmF0ZWQiOiIwLjEzMTc0MTAwIDE1OTA5MzEwNzMifSwibWQ1IjoiNzY2OTIyZjM5ZGI3M2ZiZDFlZTkzZDFlYTVjMDI0OTMiLCJmdWxsIjp7IndpZHRoIjoxNTAwLCJoZWlnaHQiOjExMjcsIm1kNSI6Ijc2NjkyMmYzOWRiNzNmYmQxZWU5M2QxZWE1YzAyNDkzIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfZF9nMjgwX2lfbWVkaWFfMTIwLmpwZyIsImdlbmVyYXRlZCI6IjAuMTcyOTEyMDAgMTU5MDkzMTA3NCJ9LCJuZ2cwZHluLTI0MHgxNjB4MTAwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwMTAiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoiZF9nMjgwX2lfbWVkaWFfMTIwLmpwZy1uZ2dpZDAyNjUtbmdnMGR5bi0yNDB4MTYweDEwMC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuMzM4NDkxMDAgMTYwMjkzODQ0OCJ9fQ==', 342, 1604832525),
(66, 'd_g280_i_media_116', 0, 5, 'd_g280_i_media_116.jpg', '', 'd_g280_i_media_116', '2012-03-08 23:18:45', 0, 10, 'eyJhcGVydHVyZSI6IkYgNC41IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiSVExODAiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOjEzMzEyNDg3MjUsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjI4bW0iLCJpc28iOjE2MDAsInNodXR0ZXJfc3BlZWQiOiIxXC8xMDBzZWMiLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOiIyMDEyLGRhbGxhcyxnMjgwLGludCxpbnRlcmlvcixsYXYsbGF2YXRvcnksc2luayIsIndpZHRoIjoxNTAwLCJoZWlnaHQiOjExMjcsInNhdmVkIjp0cnVlLCJiYWNrdXAiOnsiZmlsZW5hbWUiOiJkX2cyODBfaV9tZWRpYV8xMTYuanBnIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTEyNywiZ2VuZXJhdGVkIjoiMC42MzI2MDMwMCAxNTkwOTMxMDc1In0sIm1kNSI6IjE0ZTAwMzgyMTdiYzM5MWI0OWY2ZDcxYjlhZDhiYWVjIiwiZnVsbCI6eyJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxMTI3LCJtZDUiOiIxNGUwMDM4MjE3YmMzOTFiNDlmNmQ3MWI5YWQ4YmFlYyJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX2RfZzI4MF9pX21lZGlhXzExNi5qcGciLCJnZW5lcmF0ZWQiOiIwLjU5NDgxNjAwIDE1OTA5MzEwNzYifSwibmdnMGR5bi0yNDB4MTYweDEwMC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6ImRfZzI4MF9pX21lZGlhXzExNi5qcGctbmdnaWQwMjY2LW5nZzBkeW4tMjQweDE2MHgxMDAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjk0NDU0NDAwIDE1OTI3MzY2NjMifX0=', 343, 1604832526);
INSERT INTO `wp_ngg_pictures` (`pid`, `image_slug`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`, `extras_post_id`, `updated_at`) VALUES
(67, 'd_g280_i_media_059', 0, 5, 'd_g280_i_media_059.jpg', '', 'd_g280_i_media_059', '2010-10-02 15:43:51', 0, 11, 'eyJhcGVydHVyZSI6IkYgMTYiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJQIDQ1IiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxMjg2MDM0MjMxLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiIzNW1tIiwiaXNvIjoxMDAsInNodXR0ZXJfc3BlZWQiOiIxXC8wc2VjIiwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjoiREFMTEFTLEcyNTAgTU9DS1VQLGcyODAsR0FMTEVZLGludCxJTlRFUklPUiIsIndpZHRoIjo5MDAsImhlaWdodCI6MTIwMCwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6ImRfZzI4MF9pX21lZGlhXzA1OS5qcGciLCJ3aWR0aCI6MTEyNSwiaGVpZ2h0IjoxNTAwLCJnZW5lcmF0ZWQiOiIwLjcwMDQ2ODAwIDE1OTA5MzEwNzgifSwibWQ1IjoiZWQ5MzM3NTFlNDhiOWI2YzJiYzBlN2Q5NzQwMjUyMjMiLCJmdWxsIjp7IndpZHRoIjo5MDAsImhlaWdodCI6MTIwMCwibWQ1IjoiZWQ5MzM3NTFlNDhiOWI2YzJiYzBlN2Q5NzQwMjUyMjMifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19kX2cyODBfaV9tZWRpYV8wNTkuanBnIiwiZ2VuZXJhdGVkIjoiMC41NDQwNzIwMCAxNTkwOTMxMDc5In0sIm5nZzBkeW4tMjQweDE2MHgxMDAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJkX2cyODBfaV9tZWRpYV8wNTkuanBnLW5nZ2lkMDI2Ny1uZ2cwZHluLTI0MHgxNjB4MTAwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwMTAuanBnIiwiZ2VuZXJhdGVkIjoiMC41MTIzNzQwMCAxNjAyOTM4NTM5In19', 344, 1604832526),
(68, 'd_g280_i_media_043', 0, 5, 'd_g280_i_media_043.jpg', '', 'd_g280_i_media_043', '2010-10-02 11:16:05', 0, 12, 'eyJhcGVydHVyZSI6IkYgMTEiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJQIDQ1IiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoxMjg2MDE4MTY1LCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiIzNW1tIiwiaXNvIjoxMDAsInNodXR0ZXJfc3BlZWQiOiIxLjk5OTk4NjEzNzEwNHNlYyIsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6IkRBTExBUyxHMjUwIE1PQ0tVUCxnMjgwLGludCxJTlRFUklPUix0dWJlIiwid2lkdGgiOjE1MDAsImhlaWdodCI6MTEyNSwic2F2ZWQiOnRydWUsImJhY2t1cCI6eyJmaWxlbmFtZSI6ImRfZzI4MF9pX21lZGlhXzA0My5qcGciLCJ3aWR0aCI6MTUwMCwiaGVpZ2h0IjoxMTI1LCJnZW5lcmF0ZWQiOiIwLjMzMDE0NTAwIDE1OTA5MzEwODEifSwibWQ1IjoiY2U5NTZiZWFhOTJhM2UyODFkYmNkNjhmNjU1YjMyZmIiLCJmdWxsIjp7IndpZHRoIjoxNTAwLCJoZWlnaHQiOjExMjUsIm1kNSI6ImNlOTU2YmVhYTkyYTNlMjgxZGJjZDY4ZjY1NWIzMmZiIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfZF9nMjgwX2lfbWVkaWFfMDQzLmpwZyIsImdlbmVyYXRlZCI6IjAuNDY4MTM4MDAgMTU5MDkzMTA4MiJ9LCJuZ2cwZHluLTI0MHgxNjB4MTAwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwMTAiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoiZF9nMjgwX2lfbWVkaWFfMDQzLmpwZy1uZ2dpZDAyNjgtbmdnMGR5bi0yNDB4MTYweDEwMC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuMTYxMDYxMDAgMTYwMjk2MTk5NCJ9fQ==', 345, 1604832527),
(72, 'challenger-650-exterior-clouds-1_web', 0, 1, 'Challenger-650-Exterior-Clouds-1_web.jpg', '', 'Challenger-650-Exterior-Clouds-1_web', '2020-06-02 06:52:25', 0, 1, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTc3MiwiaGVpZ2h0IjoxMjAwLCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiQ2hhbGxlbmdlci02NTAtRXh0ZXJpb3ItQ2xvdWRzLTFfd2ViLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjEzMDAsImdlbmVyYXRlZCI6IjAuOTU5MjE3MDAgMTU5MTA4MDc0NSJ9LCJtZDUiOiIyMTM1MWEwNWEzMTk5NTM2MGMzMjE3OGVlYzNkZTllNiIsImZ1bGwiOnsid2lkdGgiOjE3NzIsImhlaWdodCI6MTIwMCwibWQ1IjoiMjEzNTFhMDVhMzE5OTUzNjBjMzIxNzhlZWMzZGU5ZTYifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19DaGFsbGVuZ2VyLTY1MC1FeHRlcmlvci1DbG91ZHMtMV93ZWIuanBnIiwiZ2VuZXJhdGVkIjoiMC42MjQ1MDIwMCAxNTkxMDgwNzQ4In19', 474, 1604831275),
(74, 'ddba0000_newlivery2015finals_challenger650-hi-res_1920', 0, 1, 'DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920.jpg', '', 'DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920', '2020-11-08 10:28:43', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiRERCQTAwMDBfTmV3TGl2ZXJ5MjAxNUZpbmFsc19DaGFsbGVuZ2VyNjUwLWhpLXJlc18xOTIwLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjEyMDAsImdlbmVyYXRlZCI6IjAuOTg5MzEyMDAgMTYwNDgzMTMyMyJ9LCJtZDUiOiI4MjMwNWU3YTAzYmI2MjkxMTc0NTI5MWUzN2YwYWJjMiIsImZ1bGwiOnsid2lkdGgiOjE4MDAsImhlaWdodCI6MTEyNSwibWQ1IjoiODIzMDVlN2EwM2JiNjI5MTE3NDUyOTFlMzdmMGFiYzIifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19EREJBMDAwMF9OZXdMaXZlcnkyMDE1RmluYWxzX0NoYWxsZW5nZXI2NTAtaGktcmVzXzE5MjAuanBnIiwiZ2VuZXJhdGVkIjoiMC42NDg5MjMwMCAxNjA0ODMxMzI2In19', 694, 1604831327),
(75, 'challenger650_divanlookingforwardsprops_1920', 0, 1, 'Challenger650_DivanLookingForwardsProps_1920.jpg', '', 'Challenger650_DivanLookingForwardsProps_1920', '2020-11-08 10:28:48', 0, 0, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiQ2hhbGxlbmdlcjY1MF9EaXZhbkxvb2tpbmdGb3J3YXJkc1Byb3BzXzE5MjAuanBnIiwid2lkdGgiOjE5MjAsImhlaWdodCI6MTIwMCwiZ2VuZXJhdGVkIjoiMC40MTY0MTkwMCAxNjA0ODMxMzI4In0sIm1kNSI6IjM4OTRiMDA1YzljODI3ZGExNDY0YzM5ZTE4ZDc0YmRkIiwiZnVsbCI6eyJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJtZDUiOiIzODk0YjAwNWM5YzgyN2RhMTQ2NGMzOWUxOGQ3NGJkZCJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0NoYWxsZW5nZXI2NTBfRGl2YW5Mb29raW5nRm9yd2FyZHNQcm9wc18xOTIwLmpwZyIsImdlbmVyYXRlZCI6IjAuNjg0MzE1MDAgMTYwNDgzMTMzMCJ9fQ==', 695, 1604831331),
(76, 'cessna-citation-longitude_4_1920', 0, 2, 'Cessna-Citation-Longitude_4_1920.jpg', '', 'Cessna-Citation-Longitude_4_1920', '2020-11-08 10:34:19', 0, 2, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiQ2Vzc25hLUNpdGF0aW9uLUxvbmdpdHVkZV80XzE5MjAuanBnIiwid2lkdGgiOjE5MjAsImhlaWdodCI6MTIwMCwiZ2VuZXJhdGVkIjoiMC42NDQ4NTgwMCAxNjA0ODMxNjU5In0sIm1kNSI6IjlmNmYxZTk2Nzc2YWQ3OGJmMGY3MjBmYmQ3MDdjNDk5IiwiZnVsbCI6eyJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJtZDUiOiI5ZjZmMWU5Njc3NmFkNzhiZjBmNzIwZmJkNzA3YzQ5OSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0Nlc3NuYS1DaXRhdGlvbi1Mb25naXR1ZGVfNF8xOTIwLmpwZyIsImdlbmVyYXRlZCI6IjAuMzMwMjY5MDAgMTYwNDgzMTY2MyJ9fQ==', 697, 1604832878),
(77, 'cessna-citation__cj3_1920', 0, 2, 'Cessna-Citation__CJ3_1920.jpg', '', 'Cessna-Citation__CJ3_1920', '2020-11-08 10:34:25', 0, 3, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiQ2Vzc25hLUNpdGF0aW9uX19DSjNfMTkyMC5qcGciLCJ3aWR0aCI6MTkyMCwiaGVpZ2h0IjoxMjAwLCJnZW5lcmF0ZWQiOiIwLjA5MzU2MTAwIDE2MDQ4MzE2NjYifSwibWQ1IjoiODFjZDk1NzNmOTU0ZTM4YmJlYmE0Yzk1YTQ3ODljZDgiLCJmdWxsIjp7IndpZHRoIjoxODAwLCJoZWlnaHQiOjExMjUsIm1kNSI6IjgxY2Q5NTczZjk1NGUzOGJiZWJhNGM5NWE0Nzg5Y2Q4In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfQ2Vzc25hLUNpdGF0aW9uX19DSjNfMTkyMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjM5NTY5OTAwIDE2MDQ4MzE2NjgifX0=', 698, 1604832879),
(78, 'cessna-citation-latitude_1_1920', 0, 2, 'Cessna-Citation-Latitude_1_1920.jpg', '', 'Cessna-Citation-Latitude_1_1920', '2020-11-08 10:35:51', 0, 1, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiQ2Vzc25hLUNpdGF0aW9uLUxhdGl0dWRlXzFfMTkyMC5qcGciLCJ3aWR0aCI6MTkyMCwiaGVpZ2h0IjoxMjAwLCJnZW5lcmF0ZWQiOiIwLjA2NTcwMTAwIDE2MDQ4MzE3NTIifSwibWQ1IjoiNmE3ODY1MjlhYTg2ZmI1ZjBlYTM5NTM4MjU4NDU1OWIiLCJmdWxsIjp7IndpZHRoIjoxODAwLCJoZWlnaHQiOjExMjUsIm1kNSI6IjZhNzg2NTI5YWE4NmZiNWYwZWEzOTUzODI1ODQ1NTliIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfQ2Vzc25hLUNpdGF0aW9uLUxhdGl0dWRlXzFfMTkyMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjgwMTAxMjAwIDE2MDQ4MzE3NTQifX0=', 699, 1604832878),
(79, '038_falcon8x_2018usb55_a4_hd_1920', 0, 3, '038_Falcon8X_2018USB55_A4_HD_1920.jpg', '', '038_Falcon8X_2018USB55_A4_HD_1920', '2020-11-08 10:40:07', 0, 5, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI0LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiMDM4X0ZhbGNvbjhYXzIwMThVU0I1NV9BNF9IRF8xOTIwLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjExOTksImdlbmVyYXRlZCI6IjAuNjM5ODM1MDAgMTYwNDgzMjAwNyJ9LCJtZDUiOiJkODk0NWNiNjU0NTg4MmZiZjIxYTM5NzNmYWE0MTJlNSIsImZ1bGwiOnsid2lkdGgiOjE4MDAsImhlaWdodCI6MTEyNCwibWQ1IjoiZDg5NDVjYjY1NDU4ODJmYmYyMWEzOTczZmFhNDEyZTUifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18wMzhfRmFsY29uOFhfMjAxOFVTQjU1X0E0X0hEXzE5MjAuanBnIiwiZ2VuZXJhdGVkIjoiMC4wMjcyMDAwMCAxNjA0ODMyMDEwIn19', 703, 1604832096),
(80, '097_falcon6x_2018usb55_a4_hd_1920', 0, 3, '097_Falcon6X_2018USB55_A4_HD_1920.jpg', '', '097_Falcon6X_2018USB55_A4_HD_1920', '2020-11-08 10:40:11', 0, 3, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiMDk3X0ZhbGNvbjZYXzIwMThVU0I1NV9BNF9IRF8xOTIwLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjEyMDAsImdlbmVyYXRlZCI6IjAuMzUxMjgyMDAgMTYwNDgzMjAxMSJ9LCJtZDUiOiIwYzEyMzJjNzY5MjA4NjVmMDdjZTBlYTA2YThkYjM5NSIsImZ1bGwiOnsid2lkdGgiOjE4MDAsImhlaWdodCI6MTEyNSwibWQ1IjoiMGMxMjMyYzc2OTIwODY1ZjA3Y2UwZWEwNmE4ZGIzOTUifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18wOTdfRmFsY29uNlhfMjAxOFVTQjU1X0E0X0hEXzE5MjAuanBnIiwiZ2VuZXJhdGVkIjoiMC42ODk5NzYwMCAxNjA0ODMyMDEzIn19', 704, 1604832094),
(81, '098_falcon6x_2018usb55_a4_hd_1920', 0, 3, '098_Falcon6X_2018USB55_A4_HD_1920.jpg', '', '098_Falcon6X_2018USB55_A4_HD_1920', '2020-11-08 10:40:15', 0, 2, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI0LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiMDk4X0ZhbGNvbjZYXzIwMThVU0I1NV9BNF9IRF8xOTIwLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjExOTksImdlbmVyYXRlZCI6IjAuMDkzNzYxMDAgMTYwNDgzMjAxNSJ9LCJtZDUiOiI1YzU0MzI1ZGIyNWRmYTNmZGFmNTk5NmZiMGZmYTg3ZiIsImZ1bGwiOnsid2lkdGgiOjE4MDAsImhlaWdodCI6MTEyNCwibWQ1IjoiNWM1NDMyNWRiMjVkZmEzZmRhZjU5OTZmYjBmZmE4N2YifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic18wOThfRmFsY29uNlhfMjAxOFVTQjU1X0E0X0hEXzE5MjAuanBnIiwiZ2VuZXJhdGVkIjoiMC4zNjkyNjIwMCAxNjA0ODMyMDE3In19', 705, 1604832093),
(82, 'falcon6x_21_usb57_hd_1920', 0, 3, 'Falcon6X_21_USB57_HD_1920.jpg', '', 'Falcon6X_21_USB57_HD_1920', '2020-11-08 10:40:19', 0, 4, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiRmFsY29uNlhfMjFfVVNCNTdfSERfMTkyMC5qcGciLCJ3aWR0aCI6MTkyMCwiaGVpZ2h0IjoxMjAwLCJnZW5lcmF0ZWQiOiIwLjc4MjU1NzAwIDE2MDQ4MzIwMTkifSwibWQ1IjoiNjBmM2MwNzBjZWIyNjI3YzllZmNjODU2NDZlZmZmMzYiLCJmdWxsIjp7IndpZHRoIjoxODAwLCJoZWlnaHQiOjExMjUsIm1kNSI6IjYwZjNjMDcwY2ViMjYyN2M5ZWZjYzg1NjQ2ZWZmZjM2In0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfRmFsY29uNlhfMjFfVVNCNTdfSERfMTkyMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjQyMDYwOTAwIDE2MDQ4MzIwMjIifX0=', 706, 1604832095),
(83, 'falcon6x_22_usb57_hd_1920', 0, 3, 'Falcon6X_22_USB57_HD_1920.jpg', '', 'Falcon6X_22_USB57_HD_1920', '2020-11-08 10:40:23', 0, 1, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiRmFsY29uNlhfMjJfVVNCNTdfSERfMTkyMC5qcGciLCJ3aWR0aCI6MTkyMCwiaGVpZ2h0IjoxMjAwLCJnZW5lcmF0ZWQiOiIwLjgxNjQ4MzAwIDE2MDQ4MzIwMjMifSwibWQ1IjoiNDkzYTE1YzQ2YjAyNzlkOWMxNzUxNTM5MzRhMWIxZmIiLCJmdWxsIjp7IndpZHRoIjoxODAwLCJoZWlnaHQiOjExMjUsIm1kNSI6IjQ5M2ExNWM0NmIwMjc5ZDljMTc1MTUzOTM0YTFiMWZiIn0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MjQwLCJoZWlnaHQiOjE2MCwiZmlsZW5hbWUiOiJ0aHVtYnNfRmFsY29uNlhfMjJfVVNCNTdfSERfMTkyMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjE4ODg0MjAwIDE2MDQ4MzIwMjcifX0=', 707, 1604832091),
(84, 'p100e_still_in_flight_r3_1920', 0, 4, 'P100E_Still_in_Flight_R3_1920.jpg', '', 'P100E_Still_in_Flight_R3_1920', '2020-11-08 10:43:54', 0, 1, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiUDEwMEVfU3RpbGxfaW5fRmxpZ2h0X1IzXzE5MjAuanBnIiwid2lkdGgiOjE5MjAsImhlaWdodCI6MTIwMCwiZ2VuZXJhdGVkIjoiMC44NzAzMTEwMCAxNjA0ODMyMjM0In0sIm1kNSI6IjJiNGNjMWY0ZGJlOTExMmQwOWQ5ZGIxZmQyZGQ0ZGE5IiwiZnVsbCI6eyJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJtZDUiOiIyYjRjYzFmNGRiZTkxMTJkMDlkOWRiMWZkMmRkNGRhOSJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX1AxMDBFX1N0aWxsX2luX0ZsaWdodF9SM18xOTIwLmpwZyIsImdlbmVyYXRlZCI6IjAuMTk1NzY1MDAgMTYwNDgzMjIzNyJ9fQ==', 708, 1604832255),
(86, 'g500-interior_1920', 0, 5, 'G500-interior_1920.jpg', '', 'G500-interior_1920', '2020-11-08 10:47:44', 0, 2, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI0LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiRzUwMC1pbnRlcmlvcl8xOTIwLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjExOTksImdlbmVyYXRlZCI6IjAuMzQ5MTE4MDAgMTYwNDgzMjQ2NCJ9LCJtZDUiOiIwODEwMDg1YTgwM2UwYzA5OTBhMmIyNGExNDg1ZjdiNyIsImZ1bGwiOnsid2lkdGgiOjE4MDAsImhlaWdodCI6MTEyNCwibWQ1IjoiMDgxMDA4NWE4MDNlMGMwOTkwYTJiMjRhMTQ4NWY3YjcifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19HNTAwLWludGVyaW9yXzE5MjAuanBnIiwiZ2VuZXJhdGVkIjoiMC44Njk5NDkwMCAxNjA0ODMyNDY2In19', 712, 1604832522),
(87, 'gulfstream-g600_1920', 0, 5, 'Gulfstream-G600_1920.jpg', '', 'Gulfstream-G600_1920', '2020-11-08 10:47:48', 0, 4, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiR3VsZnN0cmVhbS1HNjAwXzE5MjAuanBnIiwid2lkdGgiOjE5MjAsImhlaWdodCI6MTIwMCwiZ2VuZXJhdGVkIjoiMC4yMjY0MDQwMCAxNjA0ODMyNDY5In0sIm1kNSI6Ijg3NGViZjAyNGNjZjcwZDU4MmY2ZGMzOTY4OGFiZWMwIiwiZnVsbCI6eyJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJtZDUiOiI4NzRlYmYwMjRjY2Y3MGQ1ODJmNmRjMzk2ODhhYmVjMCJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0d1bGZzdHJlYW0tRzYwMF8xOTIwLmpwZyIsImdlbmVyYXRlZCI6IjAuMDU5Mjg2MDAgMTYwNDgzMjQ3MiJ9fQ==', 713, 1604832523),
(88, 'gulfstream-g500_1920', 0, 5, 'Gulfstream-G500_1920.jpg', '', 'Gulfstream-G500_1920', '2020-11-08 10:47:53', 0, 3, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiR3VsZnN0cmVhbS1HNTAwXzE5MjAuanBnIiwid2lkdGgiOjE5MjAsImhlaWdodCI6MTIwMCwiZ2VuZXJhdGVkIjoiMC40Mzc1OTMwMCAxNjA0ODMyNDczIn0sIm1kNSI6ImU0OTA0OGNjZGI4NjkxOTUyZThkOWM1NDhmMjgxMTA4IiwiZnVsbCI6eyJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJtZDUiOiJlNDkwNDhjY2RiODY5MTk1MmU4ZDljNTQ4ZjI4MTEwOCJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX0d1bGZzdHJlYW0tRzUwMF8xOTIwLmpwZyIsImdlbmVyYXRlZCI6IjAuODE3MDA5MDAgMTYwNDgzMjQ3NSJ9fQ==', 714, 1604832524),
(89, 'g500_1920', 0, 5, 'G500_1920.jpg', '', 'G500_1920', '2020-11-08 10:49:00', 0, 1, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI1LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiRzUwMF8xOTIwLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjEyMDAsImdlbmVyYXRlZCI6IjAuNjM3MDg1MDAgMTYwNDgzMjU0MCJ9LCJtZDUiOiIzMWFjNjFiYTQxZmNmODUzNTcwMzY5MGE3ZmExZDJiNiIsImZ1bGwiOnsid2lkdGgiOjE4MDAsImhlaWdodCI6MTEyNSwibWQ1IjoiMzFhYzYxYmE0MWZjZjg1MzU3MDM2OTBhN2ZhMWQyYjYifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19HNTAwXzE5MjAuanBnIiwiZ2VuZXJhdGVkIjoiMC4wNDM3MzYwMCAxNjA0ODMyNTQzIn19', 715, 1604832543),
(90, 'spacious-interior-360_1920', 0, 6, 'spacious-interior-360_1920.jpg', '', 'spacious-interior-360_1920', '2020-11-08 10:50:17', 0, 2, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTIzLCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoic3BhY2lvdXMtaW50ZXJpb3ItMzYwXzE5MjAuanBnIiwid2lkdGgiOjE5MjAsImhlaWdodCI6MTE5OCwiZ2VuZXJhdGVkIjoiMC40MjUxODQwMCAxNjA0ODMyNjE3In0sIm1kNSI6IjkwZjAxYWQ2OTBlZTYzNzEwYTJmMTM3ZDVlNTQzNDdjIiwiZnVsbCI6eyJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTIzLCJtZDUiOiI5MGYwMWFkNjkwZWU2MzcxMGEyZjEzN2Q1ZTU0MzQ3YyJ9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjI0MCwiaGVpZ2h0IjoxNjAsImZpbGVuYW1lIjoidGh1bWJzX3NwYWNpb3VzLWludGVyaW9yLTM2MF8xOTIwLmpwZyIsImdlbmVyYXRlZCI6IjAuMzY0NTQ1MDAgMTYwNDgzMjYyMCJ9fQ==', 716, 1604832654),
(91, 'hondajet-595_683_1920', 0, 6, 'hondajet-595_683_1920.jpg', '', 'hondajet-595_683_1920', '2020-11-08 10:50:21', 0, 1, 'eyJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJ3aWR0aCI6MTgwMCwiaGVpZ2h0IjoxMTI0LCJzYXZlZCI6dHJ1ZSwiYmFja3VwIjp7ImZpbGVuYW1lIjoiaG9uZGFqZXQtNTk1XzY4M18xOTIwLmpwZyIsIndpZHRoIjoxOTIwLCJoZWlnaHQiOjExOTksImdlbmVyYXRlZCI6IjAuODI2NTcyMDAgMTYwNDgzMjYyMSJ9LCJtZDUiOiJhNDY2OTdmMDY4YTQyYjBmNDdhMTdlYjM0N2IyYmNmNyIsImZ1bGwiOnsid2lkdGgiOjE4MDAsImhlaWdodCI6MTEyNCwibWQ1IjoiYTQ2Njk3ZjA2OGE0MmIwZjQ3YTE3ZWIzNDdiMmJjZjcifSwidGh1bWJuYWlsIjp7IndpZHRoIjoyNDAsImhlaWdodCI6MTYwLCJmaWxlbmFtZSI6InRodW1ic19ob25kYWpldC01OTVfNjgzXzE5MjAuanBnIiwiZ2VuZXJhdGVkIjoiMC4yMjQ2ODcwMCAxNjA0ODMyNjI0In19', 717, 1604832653);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_options`
--
CREATE TABLE `wp_options` (
`option_id` bigint(20) UNSIGNED NOT NULL,
`option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://wapejets.com', 'yes'),
(2, 'home', 'https://wapejets.com', 'yes'),
(3, 'blogname', 'WAPE JETS', 'yes'),
(4, 'blogdescription', 'Vítejte ve světě, kde letadlo čeká na vás', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'design@davidbauer.cz', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '78', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '4', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:22:{i:0;s:21:\"polylang/polylang.php\";i:1;s:47:\"better-search-replace/better-search-replace.php\";i:2;s:30:\"caldera-forms/caldera-core.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:51:\"disable-real-mime-check/disable-real-mime-check.php\";i:5;s:33:\"duplicate-post/duplicate-post.php\";i:6;s:39:\"easy-theme-and-plugin-upgrades/init.php\";i:7;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:8;s:27:\"js_composer/js_composer.php\";i:9;s:23:\"loco-translate/loco.php\";i:10;s:27:\"maintenance/maintenance.php\";i:11;s:21:\"newsletter/plugin.php\";i:12;s:23:\"revslider/revslider.php\";i:13;s:25:\"tablepress/tablepress.php\";i:14;s:27:\"updraftplus/updraftplus.php\";i:15;s:29:\"use-any-font/use-any-font.php\";i:16;s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";i:17;s:24:\"wordpress-seo/wp-seo.php\";i:18;s:29:\"wp-force-ssl/wp-force-ssl.php\";i:19;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:20;s:27:\"wp-optimize/wp-optimize.php\";i:21;s:29:\"nextgen-gallery/nggallery.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:2:{i:0;s:67:\"/volume1/web/wapejets_com/wp-content/themes/betheme-child/style.css\";i:2;s:0:\"\";}', 'no'),
(40, 'template', 'betheme', 'yes'),
(41, 'stylesheet', 'betheme-child', 'yes'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '48748', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:12:{i:2;a:4:{s:5:\"title\";s:6:\"O NÁS\";s:4:\"text\";s:250:\"<p style=\"margin-right: 20%;\">Poskytujeme komplexní škálu služeb a řešení v oblasti privátního letectví. Zprostředkování soukromého letu, koupě letadla nebo poradenství v tomto odvětví spadá do našeho portfolia již mnoho let.</p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:0;}i:3;a:5:{s:5:\"title\";s:8:\"KONTAKTY\";s:4:\"text\";s:490:\"<ul style=\"line-height: 30px;\">\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"mailto:info@wapejets.com\">E: info@wapejets.com</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"tel:+420 777 591 558\">T: +420 777 591 558</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://www.instagram.com/wape_jets\" target=\"blank\">Instagram</a>, <a href=\"https://www.facebook.com/wapejets\" target=\"blank\">Facebook</a></li>\r\n</ul>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:8:\"pll_lang\";s:2:\"cs\";}i:5;a:5:{s:5:\"title\";s:7:\"SLUŽBY\";s:4:\"text\";s:444:\"<ul style=\"line-height: 30px;\">\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/cs/pronajem-letadel\">PRONÁJEM LETADEL</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/cs/prodej-letadel/\">PRODEJ LETADEL</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/cs/travel-management/\">TRAVEL MANAGEMENT</a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"cs\";}i:6;a:5:{s:5:\"title\";s:8:\"PROJEKTY\";s:4:\"text\";s:441:\"<ul style=\"line-height: 30px;\">\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/projekty#jetbook\">JET BOOK</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/projekty#pegasus\">SAPPHIRE PEGASUS AWARDS</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/projekty#aerospace\">AEROSPACE MEDIA AWARDS</a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"cs\";}i:7;a:5:{s:5:\"title\";s:6:\"SÍDLO\";s:4:\"text\";s:82:\"WAPE EBS s.r.o.\r\nKaprova 42/14, 110 00 Praha 1\r\nČeská republika\r\nIČ: 083 26 029\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"cs\";}i:8;a:5:{s:5:\"title\";s:7:\"OBECNÉ\";s:4:\"text\";s:374:\"<ul style=\"line-height: 30px;\">\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/o-nas\">O NÁS</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/media\">MÉDIA</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/kontakt\">KONTAKT</a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"cs\";}i:9;a:5:{s:5:\"title\";s:5:\"LINKS\";s:4:\"text\";s:378:\"<ul style=\"line-height: 30px;\">\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/about\">ABOUT</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/en/media-en\">MEDIA</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/contact\">CONTACT</a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"en\";}i:10;a:5:{s:5:\"title\";s:8:\"SERVICES\";s:4:\"text\";s:429:\"<ul style=\"line-height: 30px;\">\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/en/charter/\">CHARTER</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/en/aircraft-sales/\">AIRCRAFT SALES</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/en/travel-management-en/\">TRAVEL MANAGEMENT</a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"en\";}i:11;a:5:{s:5:\"title\";s:8:\"PROJECTS\";s:4:\"text\";s:441:\"<ul style=\"line-height: 30px;\">\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/projects#jetbook\">JET BOOK</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/projects#pegasus\">SAPPHIRE PEGASUS AWARDS</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://wapejets.com/projects#aerospace\">AEROSPACE MEDIA AWARDS</a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"en\";}i:12;a:5:{s:5:\"title\";s:8:\"CONTACTS\";s:4:\"text\";s:490:\"<ul style=\"line-height: 30px;\">\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"mailto:info@wapejets.com\">E: info@wapejets.com</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"tel:+420 777 591 558\">T: +420 777 591 558</a></li>\r\n <li><i class=\"icon-right-dir\" style=\"color: #fff;\"></i><a href=\"https://www.instagram.com/wape_jets\" target=\"blank\">Instagram</a>, <a href=\"https://www.facebook.com/wapejets\" target=\"blank\">Facebook</a></li>\r\n</ul>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"en\";}i:13;a:5:{s:5:\"title\";s:12:\"HEADQUARTERS\";s:4:\"text\";s:80:\"WAPE EBS s.r.o.\r\nKaprova 42/14, 110 00 Prague 1\r\nCzech Republic\r\nVAT: 083 26 029\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:8:\"pll_lang\";s:2:\"en\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:6:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";s:21:\"webdados_fb_uninstall\";s:27:\"wp-optimize/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";s:29:\"wp-force-ssl/wp-force-ssl.php\";a:2:{i:0;s:10:\"wpForceSSL\";i:1;s:9:\"uninstall\";}}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '80', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '468', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'admin_email_lifespan', '1623000406', 'yes'),
(94, 'initial_db_version', '45805', 'yes'),
(95, 'wp_user_roles', 'a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:83:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"copy_posts\";b:1;s:10:\"loco_admin\";b:1;s:24:\"NextGEN Attach Interface\";b:1;s:22:\"NextGEN Change options\";b:1;s:20:\"NextGEN Change style\";b:1;s:18:\"NextGEN Edit album\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:21:\"NextGEN Upload images\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:23:\"tablepress_edit_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:44:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:10:\"copy_posts\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:10:\"loco_admin\";b:1;}}}', 'yes'),
(96, 'fresh_site', '0', 'yes'),
(97, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'cron', 'a:20:{i:1609771345;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1609771378;a:1:{s:50:\"calderawp_calderaforms_cf2_jobs_databaseconnection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:50:\"calderawp_calderaforms_cf2_jobs_databaseconnection\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1609771407;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1609772079;a:1:{s:29:\"ngg_delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"ngg_custom\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1609772722;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609772732;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609773069;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1609779017;a:1:{s:34:\"puc_cron_check_updates-updraftplus\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609780269;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1609780356;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609780357;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609789863;a:1:{s:29:\"wpo_smush_clear_backup_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609832580;a:1:{s:26:\"wpo_minify_purge_old_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609832601;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1609832603;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609834211;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1609876254;a:1:{s:21:\"wpo_weekly_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1610126664;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1610374863;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(104, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'theme_mods_twentytwenty', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1590687030;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(146, 'db_upgraded', '', 'yes'),
(152, 'recently_activated', 'a:0:{}', 'yes'),
(155, 'WPLANG', 'cs_CZ', 'yes'),
(156, 'new_admin_email', 'design@davidbauer.cz', 'yes'),
(165, 'current_theme', 'Betheme Child', 'yes'),
(166, 'theme_mods_betheme-child', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:5:{s:9:\"main-menu\";i:3;s:14:\"secondary-menu\";i:0;s:9:\"lang-menu\";i:0;s:11:\"social-menu\";i:0;s:18:\"social-menu-bottom\";i:0;}s:18:\"custom_css_post_id\";i:418;}', 'yes'),
(167, 'theme_switched', '', 'yes'),
(174, 'betheme', 'a:460:{s:8:\"last_tab\";s:6:\"extras\";s:6:\"layout\";s:10:\"full-width\";s:10:\"grid-width\";s:4:\"1240\";s:5:\"style\";s:6:\"simple\";s:17:\"image-frame-style\";s:0:\"\";s:18:\"image-frame-border\";s:4:\"hide\";s:19:\"image-frame-caption\";s:0:\"\";s:11:\"img-page-bg\";s:0:\"\";s:16:\"position-page-bg\";s:22:\"no-repeat;center top;;\";s:12:\"size-page-bg\";s:4:\"auto\";s:11:\"transparent\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:11:\"favicon-img\";s:62:\"https://wapejets.com/wp-content/uploads/2020/06/wape_w_512.ico\";s:16:\"apple-touch-icon\";s:72:\"https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_w_icon.png\";s:8:\"logo-img\";s:77:\"https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300.png\";s:15:\"retina-logo-img\";s:80:\"https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300@2x.png\";s:15:\"sticky-logo-img\";s:71:\"https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_2_300.png\";s:22:\"sticky-retina-logo-img\";s:74:\"https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_2_300@2x.png\";s:9:\"logo-link\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:4:\"link\";s:4:\"link\";}s:9:\"logo-text\";s:0:\"\";s:10:\"logo-width\";s:0:\"\";s:11:\"logo-height\";s:0:\"\";s:21:\"logo-vertical-padding\";s:2:\"15\";s:19:\"logo-vertical-align\";s:3:\"top\";s:13:\"logo-advanced\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:12:\"button-style\";s:6:\"stroke\";s:12:\"color-button\";s:7:\"#ffffff\";s:17:\"background-button\";s:7:\"#28b8ce\";s:18:\"color-button-theme\";s:7:\"#a9e3eb\";s:19:\"color-action-button\";s:7:\"#a9e3eb\";s:24:\"background-action-button\";s:7:\"#f7f7f7\";s:18:\"button-font-family\";s:5:\"Arial\";s:11:\"button-font\";a:3:{s:4:\"size\";s:2:\"14\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:14:\"button-padding\";a:5:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";s:1:\"0\";}s:19:\"button-border-width\";s:0:\"\";s:20:\"button-border-radius\";s:0:\"\";s:12:\"button-color\";a:2:{s:6:\"normal\";s:7:\"#626262\";s:5:\"hover\";s:7:\"#626262\";}s:17:\"button-background\";a:2:{s:6:\"normal\";s:7:\"#dbdddf\";s:5:\"hover\";s:7:\"#d3d3d3\";}s:19:\"button-border-color\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:24:\"button-highlighted-color\";a:2:{s:6:\"normal\";s:7:\"#ffffff\";s:5:\"hover\";s:7:\"#ffffff\";}s:29:\"button-highlighted-background\";a:2:{s:6:\"normal\";s:7:\"#0095eb\";s:5:\"hover\";s:7:\"#007cc3\";}s:31:\"button-highlighted-border-color\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:19:\"button-action-color\";a:2:{s:6:\"normal\";s:7:\"#626262\";s:5:\"hover\";s:7:\"#626262\";}s:24:\"button-action-background\";a:2:{s:6:\"normal\";s:7:\"#dbdddf\";s:5:\"hover\";s:7:\"#d3d3d3\";}s:26:\"button-action-border-color\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:19:\"slider-blog-timeout\";s:1:\"0\";s:22:\"slider-clients-timeout\";s:1:\"0\";s:20:\"slider-offer-timeout\";s:1:\"0\";s:24:\"slider-portfolio-timeout\";s:1:\"0\";s:19:\"slider-shop-timeout\";s:1:\"0\";s:21:\"slider-slider-timeout\";s:1:\"0\";s:27:\"slider-testimonials-timeout\";s:1:\"0\";s:20:\"layout-boxed-padding\";s:0:\"\";s:18:\"builder-visibility\";s:0:\"\";s:13:\"display-order\";s:1:\"0\";s:22:\"content-remove-padding\";s:1:\"0\";s:8:\"no-hover\";s:0:\"\";s:19:\"google-maps-api-key\";s:0:\"\";s:11:\"table-hover\";s:0:\"\";s:23:\"math-animations-disable\";s:1:\"0\";s:14:\"layout-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:17:\"post-type-disable\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"theme-disable\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:10:\"static-css\";s:1:\"0\";s:15:\"builder-storage\";s:6:\"encode\";s:16:\"slider-shortcode\";s:0:\"\";s:12:\"table_prefix\";s:11:\"base_prefix\";s:8:\"hook-top\";s:0:\"\";s:19:\"hook-content-before\";s:0:\"\";s:18:\"hook-content-after\";s:0:\"\";s:11:\"hook-bottom\";s:0:\"\";s:12:\"header-style\";s:19:\"overlay,transparent\";s:9:\"header-fw\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:10:\"full-width\";s:10:\"full-width\";}s:13:\"header-height\";s:1:\"0\";s:28:\"minimalist-header-deprecated\";s:1:\"1\";s:16:\"img-subheader-bg\";s:70:\"https://wapejets.com/wp-content/uploads/2015/06/home_jet_subheader.jpg\";s:24:\"img-subheader-attachment\";s:22:\"no-repeat;center top;;\";s:17:\"size-subheader-bg\";s:4:\"auto\";s:14:\"top-bar-bg-img\";s:0:\"\";s:19:\"top-bar-bg-position\";s:20:\"no-repeat;left top;;\";s:13:\"sticky-header\";s:1:\"0\";s:19:\"sticky-header-style\";s:5:\"white\";s:15:\"subheader-style\";s:11:\"both-center\";s:9:\"subheader\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:16:\"hide-breadcrumbs\";s:16:\"hide-breadcrumbs\";}s:17:\"subheader-padding\";s:13:\"150px 0 110px\";s:19:\"subheader-title-tag\";s:2:\"h1\";s:15:\"subheader-image\";s:0:\"\";s:18:\"subheader-position\";s:22:\"no-repeat;center top;;\";s:14:\"subheader-size\";s:4:\"auto\";s:21:\"subheader-transparent\";s:1:\"0\";s:18:\"subheader-advanced\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:18:\"top-bar-right-hide\";s:1:\"1\";s:19:\"header-action-title\";s:0:\"\";s:18:\"header-action-link\";s:0:\"\";s:20:\"header-action-target\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"header-search\";s:1:\"0\";s:11:\"header-wpml\";s:4:\"hide\";s:19:\"header-wpml-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"header-banner\";s:0:\"\";s:11:\"sliding-top\";s:1:\"0\";s:16:\"sliding-top-icon\";s:19:\"icon-down-open-mini\";s:10:\"menu-style\";s:10:\"link-color\";s:12:\"menu-options\";a:5:{s:9:\"post-meta\";s:1:\"1\";s:11:\"align-right\";s:11:\"align-right\";s:11:\"menu-arrows\";s:11:\"menu-arrows\";s:12:\"hide-borders\";s:12:\"hide-borders\";s:14:\"submenu-active\";s:14:\"submenu-active\";}s:21:\"menu-creative-options\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:8:\"dropdown\";s:8:\"dropdown\";}s:15:\"menu-mega-style\";s:0:\"\";s:10:\"action-bar\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"header-slogan\";s:0:\"\";s:12:\"header-phone\";s:0:\"\";s:14:\"header-phone-2\";s:0:\"\";s:12:\"header-email\";s:0:\"\";s:14:\"sidebar-sticky\";s:1:\"0\";s:13:\"sidebar-width\";s:2:\"23\";s:13:\"sidebar-lines\";s:0:\"\";s:18:\"single-page-layout\";s:0:\"\";s:19:\"single-page-sidebar\";s:0:\"\";s:20:\"single-page-sidebar2\";s:0:\"\";s:13:\"single-layout\";s:0:\"\";s:14:\"single-sidebar\";s:0:\"\";s:15:\"single-sidebar2\";s:0:\"\";s:23:\"single-portfolio-layout\";s:0:\"\";s:24:\"single-portfolio-sidebar\";s:0:\"\";s:25:\"single-portfolio-sidebar2\";s:0:\"\";s:13:\"prev-next-nav\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:15:\"prev-next-style\";s:0:\"\";s:22:\"prev-next-sticky-style\";s:0:\"\";s:5:\"share\";s:1:\"1\";s:11:\"share-style\";s:0:\"\";s:19:\"pagination-show-all\";s:1:\"1\";s:4:\"love\";s:1:\"1\";s:22:\"featured-image-caption\";s:0:\"\";s:13:\"related-style\";s:0:\"\";s:13:\"title-heading\";s:1:\"1\";s:10:\"blog-posts\";s:1:\"4\";s:11:\"blog-layout\";s:7:\"classic\";s:12:\"blog-columns\";s:0:\"\";s:14:\"blog-title-tag\";s:1:\"2\";s:11:\"blog-images\";s:0:\"\";s:15:\"blog-full-width\";s:1:\"0\";s:9:\"blog-page\";s:0:\"\";s:12:\"blog-orderby\";s:4:\"date\";s:10:\"blog-order\";s:3:\"ASC\";s:16:\"exclude-category\";s:0:\"\";s:14:\"excerpt-length\";s:2:\"26\";s:9:\"blog-meta\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:14:\"blog-load-more\";s:1:\"0\";s:12:\"blog-filters\";s:1:\"1\";s:12:\"blog-isotope\";s:1:\"0\";s:10:\"blog-title\";s:1:\"1\";s:16:\"blog-single-zoom\";s:1:\"1\";s:11:\"blog-author\";s:1:\"1\";s:13:\"blog-comments\";s:1:\"1\";s:18:\"blog-single-layout\";s:0:\"\";s:16:\"blog-single-menu\";s:1:\"0\";s:12:\"blog-related\";s:1:\"1\";s:20:\"blog-related-columns\";s:0:\"\";s:19:\"blog-related-images\";s:0:\"\";s:20:\"single-intro-padding\";s:0:\"\";s:15:\"portfolio-posts\";s:1:\"8\";s:16:\"portfolio-layout\";s:4:\"grid\";s:17:\"portfolio-columns\";s:0:\"\";s:20:\"portfolio-full-width\";s:1:\"0\";s:14:\"portfolio-page\";s:3:\"175\";s:17:\"portfolio-orderby\";s:10:\"menu_order\";s:15:\"portfolio-order\";s:4:\"DESC\";s:18:\"portfolio-external\";s:5:\"popup\";s:21:\"portfolio-hover-title\";s:1:\"1\";s:14:\"portfolio-meta\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:19:\"portfolio-load-more\";s:1:\"0\";s:17:\"portfolio-filters\";s:1:\"0\";s:17:\"portfolio-isotope\";s:1:\"1\";s:22:\"portfolio-single-title\";s:1:\"0\";s:17:\"portfolio-related\";s:1:\"1\";s:25:\"portfolio-related-columns\";s:0:\"\";s:18:\"portfolio-comments\";s:1:\"0\";s:23:\"portfolio-single-layout\";s:0:\"\";s:21:\"portfolio-single-menu\";s:1:\"0\";s:14:\"portfolio-slug\";s:14:\"portfolio-item\";s:13:\"portfolio-tax\";s:15:\"portfolio-types\";s:13:\"shop-products\";s:2:\"12\";s:11:\"shop-layout\";s:4:\"grid\";s:14:\"shop-catalogue\";s:1:\"0\";s:11:\"shop-images\";s:0:\"\";s:11:\"shop-button\";s:1:\"0\";s:12:\"shop-excerpt\";s:1:\"0\";s:12:\"shop-sidebar\";s:0:\"\";s:11:\"shop-slider\";s:0:\"\";s:12:\"shop-soldout\";s:0:\"\";s:18:\"shop-product-style\";s:0:\"\";s:17:\"shop-single-image\";s:0:\"\";s:18:\"shop-product-title\";s:0:\"\";s:12:\"shop-related\";s:1:\"1\";s:9:\"shop-cart\";s:11:\"icon-basket\";s:29:\"featured-blog-portfolio-width\";s:0:\"\";s:30:\"featured-blog-portfolio-height\";s:0:\"\";s:28:\"featured-blog-portfolio-crop\";s:4:\"crop\";s:21:\"featured-single-width\";s:0:\"\";s:22:\"featured-single-height\";s:0:\"\";s:20:\"featured-single-crop\";s:4:\"crop\";s:13:\"page-comments\";s:1:\"0\";s:13:\"error404-icon\";s:17:\"icon-traffic-cone\";s:13:\"error404-page\";s:0:\"\";s:12:\"construction\";s:1:\"0\";s:18:\"construction-title\";s:11:\"Coming Soon\";s:17:\"construction-text\";s:0:\"\";s:17:\"construction-date\";s:19:\"12/30/2014 12:00:00\";s:19:\"construction-offset\";s:1:\"0\";s:20:\"construction-contact\";s:0:\"\";s:17:\"construction-page\";s:0:\"\";s:13:\"footer-layout\";s:0:\"\";s:12:\"footer-style\";s:0:\"\";s:14:\"footer-padding\";s:0:\"\";s:14:\"footer-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"footer-bg-img\";s:77:\"https://wapejets.com/wp-content/uploads/2020/05/home_jet_footer_1500_vert.png\";s:22:\"footer-bg-img-position\";s:18:\"no-repeat;center;;\";s:18:\"footer-bg-img-size\";s:4:\"auto\";s:21:\"footer-call-to-action\";s:0:\"\";s:11:\"footer-copy\";s:720:\"© 2020 WAPE JETS® | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"blank\">GDPR</a> | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GTC_Broker-Air-Transport.pdf\" target=\"blank\">GTC</a> | <a href=\"https://wapejets.com/cs/cookies/\">COOKIES</a> | WAPE JETS® is Registered Trademark | <a href=\"https://www.instagram.com/wape_jets/\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/10/clipart2569207_white.png\" height=\"20px\"></a> | <a href=\"https://www.facebook.com/wapejets\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/11/facebook_wj_web_300.png\" height=\"20px\"\";s:11:\"footer-hide\";s:0:\"\";s:12:\"back-top-top\";s:0:\"\";s:18:\"popup-contact-form\";s:0:\"\";s:23:\"popup-contact-form-icon\";s:14:\"icon-mail-line\";s:10:\"responsive\";s:1:\"1\";s:17:\"mobile-grid-width\";s:3:\"480\";s:20:\"font-size-responsive\";s:1:\"1\";s:15:\"responsive-zoom\";s:1:\"0\";s:19:\"responsive-boxed2fw\";s:1:\"1\";s:13:\"no-section-bg\";s:0:\"\";s:19:\"responsive-parallax\";s:1:\"1\";s:23:\"builder-section-padding\";s:9:\"no-tablet\";s:19:\"builder-wrap-moveup\";s:0:\"\";s:12:\"footer-align\";s:6:\"center\";s:19:\"responsive-logo-img\";s:75:\"https://wapejets.com/wp-content/uploads/2020/05/wapejets_logo_white_200.png\";s:26:\"responsive-retina-logo-img\";s:78:\"https://wapejets.com/wp-content/uploads/2020/05/wapejets_logo_white_200@2x.png\";s:26:\"responsive-sticky-logo-img\";s:0:\"\";s:33:\"responsive-sticky-retina-logo-img\";s:0:\"\";s:24:\"responsive-header-tablet\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:24:\"responsive-header-mobile\";a:3:{s:9:\"post-meta\";s:1:\"1\";s:7:\"minimal\";s:7:\"minimal\";s:11:\"transparent\";s:11:\"transparent\";}s:20:\"mobile-header-height\";s:0:\"\";s:24:\"mobile-subheader-padding\";s:0:\"\";s:25:\"responsive-header-minimal\";s:5:\"mr-ll\";s:18:\"responsive-top-bar\";s:4:\"hide\";s:19:\"mobile-menu-initial\";s:4:\"1240\";s:11:\"mobile-menu\";s:1:\"0\";s:22:\"responsive-mobile-menu\";s:0:\"\";s:27:\"responsive-side-slide-width\";s:0:\"\";s:21:\"responsive-side-slide\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:16:\"header-menu-text\";s:0:\"\";s:25:\"header-menu-mobile-sticky\";s:1:\"0\";s:16:\"google-analytics\";s:0:\"\";s:14:\"facebook-pixel\";s:0:\"\";s:18:\"google-remarketing\";s:0:\"\";s:7:\"mfn-seo\";s:1:\"1\";s:16:\"meta-description\";s:123:\"Leťte privátním letadlem na obchodní schůzku nebo na dovolenou a zažijte výjimečné cestování na vlastní kůži.\";s:13:\"meta-keywords\";s:11:\"private jet\";s:16:\"mfn-seo-og-image\";s:68:\"https://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png\";s:13:\"seo-fb-app-id\";s:0:\"\";s:19:\"mfn-seo-schema-type\";s:1:\"0\";s:11:\"social-attr\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:12:\"social-skype\";s:0:\"\";s:15:\"social-whatsapp\";s:0:\"\";s:15:\"social-facebook\";s:0:\"\";s:14:\"social-twitter\";s:0:\"\";s:12:\"social-vimeo\";s:0:\"\";s:14:\"social-youtube\";s:0:\"\";s:13:\"social-flickr\";s:0:\"\";s:15:\"social-linkedin\";s:0:\"\";s:16:\"social-pinterest\";s:0:\"\";s:15:\"social-dribbble\";s:0:\"\";s:16:\"social-instagram\";s:0:\"\";s:15:\"social-snapchat\";s:0:\"\";s:14:\"social-behance\";s:0:\"\";s:13:\"social-tumblr\";s:0:\"\";s:18:\"social-tripadvisor\";s:0:\"\";s:16:\"social-vkontakte\";s:0:\"\";s:13:\"social-viadeo\";s:0:\"\";s:11:\"social-xing\";s:0:\"\";s:18:\"social-custom-icon\";s:0:\"\";s:18:\"social-custom-link\";s:0:\"\";s:19:\"social-custom-title\";s:0:\"\";s:10:\"social-rss\";s:1:\"0\";s:9:\"cf7-error\";s:0:\"\";s:8:\"parallax\";s:11:\"translate3d\";s:19:\"prettyphoto-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:18:\"sc-gallery-disable\";s:1:\"0\";s:10:\"plugin-rev\";s:0:\"\";s:13:\"plugin-visual\";s:0:\"\";s:12:\"plugin-layer\";s:0:\"\";s:4:\"skin\";s:6:\"custom\";s:9:\"color-one\";s:7:\"#28b8ce\";s:15:\"background-html\";s:7:\"#FCFCFC\";s:15:\"background-body\";s:7:\"#152030\";s:17:\"background-header\";s:7:\"#ccd2d9\";s:19:\"background-top-left\";s:7:\"#3d4555\";s:21:\"background-top-middle\";s:7:\"#e3e3e3\";s:20:\"background-top-right\";s:7:\"#f5f5f5\";s:17:\"color-top-right-a\";s:7:\"#444444\";s:14:\"border-top-bar\";s:0:\"\";s:17:\"background-search\";s:7:\"#a9e3eb\";s:20:\"background-subheader\";s:7:\"#000d21\";s:15:\"color-subheader\";s:7:\"#ffffff\";s:12:\"color-menu-a\";s:7:\"#a9e3eb\";s:19:\"color-menu-a-active\";s:7:\"#28b8ce\";s:24:\"background-menu-a-active\";s:7:\"#F2F2F2\";s:18:\"background-submenu\";s:7:\"#000d21\";s:15:\"color-submenu-a\";s:7:\"#a9e3eb\";s:21:\"color-submenu-a-hover\";s:7:\"#ffffff\";s:26:\"color-menu-responsive-icon\";s:7:\"#28b8ce\";s:31:\"background-menu-responsive-icon\";s:0:\"\";s:23:\"background-overlay-menu\";s:7:\"#152030\";s:25:\"background-overlay-menu-a\";s:7:\"#ffffff\";s:32:\"background-overlay-menu-a-active\";s:7:\"#28b8ce\";s:17:\"border-menu-plain\";s:7:\"#F2F2F2\";s:20:\"background-side-menu\";s:7:\"#191919\";s:17:\"color-side-menu-a\";s:7:\"#a9e3eb\";s:23:\"color-side-menu-a-hover\";s:7:\"#FFFFFF\";s:21:\"background-action-bar\";s:7:\"#2C2C2C\";s:16:\"color-action-bar\";s:7:\"#bbbbbb\";s:18:\"color-action-bar-a\";s:7:\"#28b8ce\";s:24:\"color-action-bar-a-hover\";s:7:\"#a9e3eb\";s:23:\"color-action-bar-social\";s:7:\"#bbbbbb\";s:29:\"color-action-bar-social-hover\";s:7:\"#FFFFFF\";s:28:\"mobile-background-action-bar\";s:7:\"#FFFFFF\";s:23:\"mobile-color-action-bar\";s:7:\"#222222\";s:25:\"mobile-color-action-bar-a\";s:7:\"#28b8ce\";s:31:\"mobile-color-action-bar-a-hover\";s:7:\"#a9e3eb\";s:30:\"mobile-color-action-bar-social\";s:7:\"#bbbbbb\";s:36:\"mobile-color-action-bar-social-hover\";s:7:\"#777777\";s:11:\"color-theme\";s:7:\"#28b8ce\";s:10:\"color-text\";s:7:\"#9b9fa4\";s:15:\"color-selection\";s:7:\"#a9e3eb\";s:7:\"color-a\";s:7:\"#28b8ce\";s:13:\"color-a-hover\";s:7:\"#a9e3eb\";s:16:\"color-fancy-link\";s:7:\"#28b8ce\";s:21:\"background-fancy-link\";s:7:\"#152030\";s:22:\"color-fancy-link-hover\";s:7:\"#a9e3eb\";s:27:\"background-fancy-link-hover\";s:7:\"#152030\";s:17:\"border-imageframe\";s:7:\"#f8f8f8\";s:26:\"background-imageframe-link\";s:7:\"#28b8ce\";s:21:\"color-imageframe-link\";s:7:\"#ffffff\";s:21:\"color-imageframe-mask\";s:7:\"#ffffff\";s:20:\"background-highlight\";s:7:\"#28b8ce\";s:8:\"color-hr\";s:7:\"#a9e3eb\";s:10:\"color-list\";s:7:\"#737E86\";s:10:\"color-note\";s:7:\"#a9e3eb\";s:28:\"background-highlight-section\";s:7:\"#000d21\";s:18:\"color-footer-theme\";s:7:\"#28b8ce\";s:17:\"background-footer\";s:7:\"#545454\";s:12:\"color-footer\";s:7:\"#9da1a6\";s:20:\"color-footer-heading\";s:7:\"#ffffff\";s:17:\"color-footer-note\";s:7:\"#a8a8a8\";s:16:\"border-copyright\";s:21:\"rgba(255,255,255,0.1)\";s:14:\"color-footer-a\";s:7:\"#28b8ce\";s:20:\"color-footer-a-hover\";s:7:\"#a9e3eb\";s:19:\"color-footer-social\";s:7:\"#a9e3eb\";s:25:\"color-footer-social-hover\";s:7:\"#FFFFFF\";s:22:\"color-footer-backtotop\";s:7:\"#28b8ce\";s:27:\"background-footer-backtotop\";s:7:\"#a9e3eb\";s:23:\"color-sliding-top-theme\";s:7:\"#a9e3eb\";s:22:\"background-sliding-top\";s:7:\"#a9e3eb\";s:17:\"color-sliding-top\";s:7:\"#9da1a6\";s:19:\"color-sliding-top-a\";s:7:\"#9da1a6\";s:25:\"color-sliding-top-a-hover\";s:7:\"#bdc2c9\";s:25:\"color-sliding-top-heading\";s:7:\"#ffffff\";s:22:\"color-sliding-top-note\";s:7:\"#a9e3eb\";s:8:\"color-h1\";s:7:\"#a9e3eb\";s:8:\"color-h2\";s:7:\"#a9e3eb\";s:8:\"color-h3\";s:7:\"#a9e3eb\";s:8:\"color-h4\";s:7:\"#28b8ce\";s:8:\"color-h5\";s:7:\"#28b8ce\";s:8:\"color-h6\";s:7:\"#28b8ce\";s:15:\"color-tab-title\";s:7:\"#a9e3eb\";s:16:\"color-blockquote\";s:7:\"#a9e3eb\";s:21:\"background-getintouch\";s:7:\"#a9e3eb\";s:17:\"color-contentlink\";s:7:\"#a9e3eb\";s:13:\"color-counter\";s:7:\"#a9e3eb\";s:13:\"color-iconbar\";s:7:\"#a9e3eb\";s:13:\"color-iconbox\";s:7:\"#a9e3eb\";s:15:\"color-list-icon\";s:7:\"#a9e3eb\";s:19:\"color-pricing-price\";s:7:\"#a9e3eb\";s:27:\"background-pricing-featured\";s:7:\"#a9e3eb\";s:22:\"background-progressbar\";s:7:\"#a9e3eb\";s:22:\"color-quickfact-number\";s:7:\"#a9e3eb\";s:27:\"background-slidingbox-title\";s:7:\"#a9e3eb\";s:27:\"background-trailer-subtitle\";s:7:\"#a9e3eb\";s:10:\"color-form\";s:7:\"#a9e3eb\";s:15:\"background-form\";s:7:\"#FFFFFF\";s:11:\"border-form\";s:7:\"#EBEBEB\";s:22:\"color-form-placeholder\";s:7:\"#929292\";s:16:\"color-form-focus\";s:7:\"#28b8ce\";s:21:\"background-form-focus\";s:7:\"#e9f5fc\";s:17:\"border-form-focus\";s:7:\"#d5e5ee\";s:28:\"color-form-placeholder-focus\";s:7:\"#929292\";s:17:\"form-border-width\";s:0:\"\";s:18:\"form-border-radius\";s:0:\"\";s:16:\"form-transparent\";s:0:\"\";s:12:\"font-content\";s:12:\"Red Hat Text\";s:9:\"font-menu\";s:9:\"Syncopate\";s:10:\"font-title\";s:9:\"Syncopate\";s:13:\"font-headings\";s:9:\"Syncopate\";s:19:\"font-headings-small\";s:9:\"Syncopate\";s:15:\"font-blockquote\";s:9:\"Syncopate\";s:15:\"font-decorative\";s:9:\"Syncopate\";s:11:\"font-weight\";a:8:{s:9:\"post-meta\";s:1:\"1\";i:100;s:3:\"100\";i:300;s:3:\"300\";i:400;s:3:\"400\";s:9:\"400italic\";s:9:\"400italic\";i:500;s:3:\"500\";s:9:\"500italic\";s:9:\"500italic\";i:700;s:3:\"700\";}s:11:\"font-subset\";s:0:\"\";s:17:\"font-size-content\";a:4:{s:4:\"size\";s:2:\"14\";s:11:\"line_height\";s:2:\"21\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:13:\"font-size-big\";a:4:{s:4:\"size\";s:2:\"16\";s:11:\"line_height\";s:2:\"28\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:14:\"font-size-menu\";a:3:{s:4:\"size\";s:2:\"24\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"1\";}s:15:\"font-size-title\";a:4:{s:4:\"size\";s:2:\"60\";s:11:\"line_height\";s:2:\"60\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h1\";a:4:{s:4:\"size\";s:2:\"60\";s:11:\"line_height\";s:2:\"70\";s:12:\"weight_style\";s:3:\"300\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h2\";a:4:{s:4:\"size\";s:2:\"42\";s:11:\"line_height\";s:2:\"60\";s:12:\"weight_style\";s:3:\"300\";s:14:\"letter_spacing\";s:1:\"4\";}s:12:\"font-size-h3\";a:4:{s:4:\"size\";s:2:\"36\";s:11:\"line_height\";s:2:\"42\";s:12:\"weight_style\";s:3:\"300\";s:14:\"letter_spacing\";s:1:\"3\";}s:12:\"font-size-h4\";a:4:{s:4:\"size\";s:2:\"24\";s:11:\"line_height\";s:2:\"30\";s:12:\"weight_style\";s:3:\"500\";s:14:\"letter_spacing\";s:1:\"3\";}s:12:\"font-size-h5\";a:4:{s:4:\"size\";s:2:\"18\";s:11:\"line_height\";s:2:\"24\";s:12:\"weight_style\";s:3:\"700\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h6\";a:4:{s:4:\"size\";s:2:\"24\";s:11:\"line_height\";s:2:\"24\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:22:\"font-size-single-intro\";a:4:{s:4:\"size\";s:2:\"70\";s:11:\"line_height\";s:2:\"70\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:11:\"font-custom\";s:0:\"\";s:16:\"font-custom-woff\";s:0:\"\";s:15:\"font-custom-ttf\";s:0:\"\";s:12:\"font-custom2\";s:0:\"\";s:17:\"font-custom2-woff\";s:0:\"\";s:16:\"font-custom2-ttf\";s:0:\"\";s:9:\"translate\";s:1:\"1\";s:28:\"translate-search-placeholder\";s:23:\"Zadejte hledaný výraz\";s:24:\"translate-search-results\";s:14:\"výsledky pro:\";s:14:\"translate-home\";s:5:\"Domů\";s:14:\"translate-prev\";s:20:\"Předchozí stránka\";s:14:\"translate-next\";s:23:\"Následující stránka\";s:19:\"translate-load-more\";s:14:\"Načíst více\";s:17:\"translate-wpml-no\";s:39:\"No translations available for this page\";s:15:\"translate-share\";s:7:\"Sdílet\";s:16:\"translate-before\";s:5:\"před\";s:15:\"translate-after\";s:2:\"po\";s:14:\"translate-days\";s:3:\"dny\";s:15:\"translate-hours\";s:6:\"hodiny\";s:17:\"translate-minutes\";s:6:\"minuty\";s:17:\"translate-seconds\";s:7:\"sekundy\";s:16:\"translate-filter\";s:9:\"FIltrovat\";s:14:\"translate-tags\";s:8:\"Štítky\";s:17:\"translate-authors\";s:7:\"Autoři\";s:13:\"translate-all\";s:12:\"Ukázat vše\";s:18:\"translate-item-all\";s:4:\"vše\";s:19:\"translate-published\";s:13:\"Publikováno \";s:12:\"translate-at\";s:2:\"na\";s:20:\"translate-categories\";s:9:\"Kategorie\";s:18:\"translate-readmore\";s:16:\"Přečíst více\";s:14:\"translate-like\";s:15:\"Líbí se vám?\";s:17:\"translate-related\";s:21:\"Podobné příspěvky\";s:16:\"translate-client\";s:6:\"Klient\";s:14:\"translate-date\";s:5:\"Datum\";s:17:\"translate-website\";s:3:\"Web\";s:14:\"translate-view\";s:17:\"Zobrazit stránku\";s:14:\"translate-task\";s:5:\"Úkol\";s:22:\"translate-commented-on\";s:0:\"\";s:19:\"translate-404-title\";s:19:\"Ajajaj... Chyba 404\";s:22:\"translate-404-subtitle\";s:65:\"Je nám líto, ale stránka, kterou hledáte, prostě neexistuje.\";s:18:\"translate-404-text\";s:55:\"Prosím zkontrolujte zadanou adresu anebo se přesuňte\";s:17:\"translate-404-btn\";s:28:\"zpět na domovskou stránku.\";s:22:\"translate-search-title\";s:31:\"Hledáme, hledáte, hledají...\";s:25:\"translate-search-subtitle\";s:28:\"Bohužel, nic jsme nenašli.\";s:10:\"custom-css\";s:3228:\".section-border-bottom { border-bottom: 1px solid #3f4c5f; }\r\n\r\n/* Counter */\r\n.counter { border: 1px solid #28b8ce; padding: 60px 20px; margin: 0 4%; }\r\n.counter .icon_wrapper { margin-bottom: 30px; }\r\n.counter .desc_wrapper .number-wrapper { font-size: 44px; font-weight: 100; line-height: 50px; }\r\n.counter .desc_wrapper .number-wrapper, .chart_box .chart .num, .chart_box .chart .icon { color: #fff; }\r\n\r\n/* Highlight */\r\n.highlight-left:after, .highlight-right:after { background-image: url(https://wapejets.com/wp-content/uploads/2015/06/home_jet_welcome_bg2.jpg); background-repeat: no-repeat; background-position: left top; }\r\n\r\n/* Shortcodes */\r\n.flat_box .desc_wrapper h4 { font-size: 18px; line-height: 30px; }\r\n.team .desc_wrapper h4 { font-size: 18px; line-height: 20px; }\r\n.list_item .list_right h4 { font-size: 20px; line-height: 24px; }\r\n\r\n/* Tabs */\r\n.ui-tabs .ui-tabs-nav li a, .accordion .question .title, .faq .question .title, table th { color: #858d96; }\r\n.ui-tabs .ui-tabs-nav li a { font-size: 16px; letter-spacing: 2px; }\r\n.ui-tabs .ui-tabs-panel { padding-top: 35px !important; }\r\n\r\n/* Footer */\r\n#Footer .widget h4 { font-size: 18px; line-height: 36px; }\r\n\r\n\r\n/* Responsive */\r\n.flat_box { margin: 0 auto; max-width: 380px; }\r\n\r\n/* Story Box */\r\n.story_box .desc_wrapper h3 {\r\n margin-left: 0px;\r\n margin-top: 20px;\r\n margin-right: -60px;\r\n animate:=\"\";\r\n font-size: 18px !important; \r\n line-height: 24px !important;\r\n letter-spacing: 2px;\r\n}\r\n\r\n/* Overlay menu \r\n.overlay-menu {\r\n font-size: 40px !important;\r\n}*/\r\n\r\n\r\n/* H$ Headings */\r\n.h4 {\r\n padding: 0px;\r\n margin: 0px;\r\n}\r\n\r\n/* Image Gallery */\r\n.ngg-slideshow.slick-slider {\r\n margin: 0px auto 0px !important;\r\n overflow: visible;\r\n}\r\n\r\n/* Big Style for Contact page */\r\n.big style {\r\n padding-top: 12px; \r\n display: block; \r\n color: #a9e3eb;>\r\n}\r\n\r\n/*Change width of the footer widgets*/\r\n@media (min-width: 768px) {\r\n .fl-page-footer-widgets .col-sm-3:first-child {\r\n width: 15%;\r\n }\r\n .fl-page-footer-widgets .col-sm-2:nth-child(2) {\r\n width: 15%;\r\n }\r\n .fl-page-footer-widgets .col-sm-3:nth-child(3) {\r\n width: 35%;\r\n }\r\n .fl-page-footer-widgets .col-sm-4:nth-child(4) {\r\n width: 15%;\r\n }\r\n .fl-page-footer-widgets .col-sm-5:nth-child(5) {\r\n width: 20%;\r\n }\r\n}\r\n\r\n/* Mobile Logo */\r\n@media(max-width:768px){\r\n .logo{\r\n padding-left:0px !important;\r\n padding-top:15px !important;\r\n }\r\n\r\nli.menu-item span {font-family: syncopate-regular !important;}\r\n\r\n/* Remove Padding for Mobile */\r\n@media only screen and (max-width: 767px) {\r\n .section_wrapper, .container, .four.columns .widget-area {\r\n padding-left: 5px !important;\r\n padding-right: 5px !important;\r\n }\r\n}\r\n \r\n#Top_bar .menu li ul {\r\n position: absolute;\r\n left: 0;\r\n top: 100%;\r\n z-index: 205;\r\n margin: 100;\r\n display: none;\r\n background-image: url(../images/box_shadow.png);\r\n background-repeat: repeat-x;\r\n background-position: left top;\r\n }\r\n \r\n/* .content-padding {\r\n padding-top: 250px;\r\n padding-right: 50px;\r\n padding-bottom: 25px;\r\n padding-left: 50px;\r\n } */\r\n \r\n .column, .columns {\r\n float: left;\r\n margin: 0 1% 0px;\r\n}\";s:9:\"custom-js\";s:0:\"\";}', 'yes'),
(184, 'wpcf7', 'a:2:{s:7:\"version\";s:3:\"5.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1590687273;s:7:\"version\";s:5:\"5.1.9\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(187, 'ls-plugin-version', '6.11.1', 'yes'),
(188, 'ls-db-version', '6.9.0', 'yes'),
(189, 'ls-installed', '1', 'yes'),
(190, 'ls-date-installed', '1590687273', 'yes'),
(191, 'ls_gsap_sandboxing', '1', 'yes'),
(193, 'elementor_version', '2.9.11', 'yes'),
(194, 'widget_layerslider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(196, 'revslider_servers', 'a:7:{i:0;s:16:\"themepunch.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}', 'yes'),
(197, 'revslider_server_refresh', '1608837814', 'yes'),
(198, 'revslider-update-check-short', '1609758440', 'yes'),
(199, 'revslider-connection', '1', 'yes'),
(200, 'revslider-update-hash', '94fc4089f073650b5e2c4be663b05afb', 'yes'),
(201, 'revslider-latest-version', '6.3.5', 'yes'),
(202, 'revslider-stable-version', '4.2.0', 'yes'),
(203, 'revslider-notices', 'a:1:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"6.3.2\";s:4:\"text\";s:370:\"<div style=\"display: block; background-color: #1C0950; text-align: \ncenter;\"><a \nhref=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=Admin%20Banner&utm_medium=banner&utm_campaign=wp56\"\n target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch.tools/banners/wordpress_56.jpg\" width=\"960\" height=\"250\" style=\"margin-bottom: -5px;\"></a></div>\";s:4:\"code\";s:11:\"TPRSWP56-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}', 'yes'),
(204, 'revslider-additions', 'O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}', 'yes'),
(205, 'rs-addons-counter', '2', 'yes'),
(206, 'revslider-addons', 'O:8:\"stdClass\":29:{s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:25:\"Display images in 360°\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:69:\"//updates.themepunch.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.2.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.2.0\";s:10:\"background\";s:75:\"//updates.themepunch.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.2.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}}', 'yes'),
(207, 'revslider-library-check', '1608731954', 'yes'),
(208, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(209, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(210, 'revslider-templates-check', '1609522010', 'yes'),
(211, 'revslider-templates-hash', '32b2c82edb8c882ce9b4b72d15c3f35c', 'yes'),
(212, 'rs-templates-new', '', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(213, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"e7e521580e9ad0d33528da0d5683c520\";s:6:\"slider\";a:483:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:23:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:23:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:23:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:23:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:23:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:23:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:26:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:112;a:26:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:113;a:26:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:114;a:26:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:115;a:26:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:116;a:26:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:117;a:26:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:118;a:26:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:119;a:26:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:120;a:26:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:121;a:26:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:122;a:26:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:123;a:26:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:124;a:26:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:125;a:26:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:126;a:26:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:127;a:26:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:128;a:26:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:129;a:26:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:130;a:26:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:26:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:23:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:23:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:142;a:23:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:23:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:26:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:152;a:26:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:153;a:26:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:154;a:26:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:155;a:26:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:156;a:26:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:157;a:26:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:158;a:26:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:159;a:26:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:160;a:26:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:161;a:26:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:162;a:26:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:163;a:26:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:164;a:26:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:165;a:26:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:26:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:171;a:26:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:172;a:26:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:173;a:26:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:174;a:26:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:175;a:26:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:176;a:26:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:177;a:26:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:178;a:26:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:23:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:210;a:26:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:211;a:26:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:212;a:26:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:213;a:26:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:214;a:26:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:215;a:26:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:216;a:26:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:217;a:26:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:218;a:26:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:219;a:26:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:220;a:26:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:221;a:26:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:222;a:26:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:223;a:26:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:224;a:23:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:225;a:23:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:26:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:252;a:26:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:253;a:26:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:254;a:26:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:255;a:26:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:256;a:26:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:257;a:26:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:258;a:26:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:259;a:26:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:26:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:286;a:26:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:287;a:26:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:26:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:310;a:26:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:311;a:26:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:312;a:26:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:313;a:26:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:26:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:316;a:26:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:317;a:26:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:318;a:26:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:319;a:26:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:320;a:26:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:321;a:26:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:322;a:26:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:323;a:26:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:324;a:26:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:23:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:26:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:367;a:26:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:368;a:26:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:369;a:26:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:370;a:26:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:371;a:26:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:372;a:26:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:373;a:26:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:374;a:26:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:26:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:396;a:26:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:397;a:26:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:398;a:26:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:399;a:26:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:400;a:26:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:401;a:26:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:402;a:26:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:403;a:26:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:404;a:26:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:405;a:26:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:407;a:23:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:26:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:26:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:26:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:26:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:451;a:26:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:452;a:26:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:453;a:26:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:454;a:26:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:455;a:26:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:456;a:26:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:457;a:26:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:458;a:26:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:459;a:26:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:460;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:26:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:466;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:474;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:483;a:22:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-video-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:23:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:498;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:478:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(214, 'rs-templates-counter', '0', 'no'),
(215, 'revslider_table_version', '1.0.8', 'yes'),
(218, 'revslider_update_version', '6.2.0', 'yes'),
(219, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(220, 'vc_version', '6.4.1', 'yes'),
(221, 'duplicate_post_copytitle', '1', 'yes'),
(222, 'duplicate_post_copydate', '0', 'yes'),
(223, 'duplicate_post_copystatus', '0', 'yes'),
(224, 'duplicate_post_copyslug', '0', 'yes'),
(225, 'duplicate_post_copyexcerpt', '1', 'yes'),
(226, 'duplicate_post_copycontent', '1', 'yes'),
(227, 'duplicate_post_copythumbnail', '1', 'yes'),
(228, 'duplicate_post_copytemplate', '1', 'yes'),
(229, 'duplicate_post_copyformat', '1', 'yes'),
(230, 'duplicate_post_copyauthor', '0', 'yes'),
(231, 'duplicate_post_copypassword', '0', 'yes'),
(232, 'duplicate_post_copyattachments', '0', 'yes'),
(233, 'duplicate_post_copychildren', '0', 'yes'),
(234, 'duplicate_post_copycomments', '0', 'yes'),
(235, 'duplicate_post_copymenuorder', '1', 'yes'),
(236, 'duplicate_post_taxonomies_blacklist', 'a:0:{}', 'yes'),
(237, 'duplicate_post_blacklist', '', 'yes'),
(238, 'duplicate_post_types_enabled', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'yes'),
(239, 'duplicate_post_show_row', '1', 'yes'),
(240, 'duplicate_post_show_adminbar', '1', 'yes'),
(241, 'duplicate_post_show_submitbox', '1', 'yes'),
(242, 'duplicate_post_show_bulkactions', '1', 'yes'),
(243, 'duplicate_post_show_original_column', '0', 'yes'),
(244, 'duplicate_post_show_original_in_post_states', '0', 'yes'),
(245, 'duplicate_post_show_original_meta_box', '0', 'yes'),
(248, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(249, '_elementor_installed_time', '1590687293', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(250, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:247:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"hero\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:693:{i:0;a:14:{s:2:\"id\";s:4:\"5525\";s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:5:\"10107\";s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";s:10:\"1547851373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"httpss://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";s:4:\"5533\";s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"5575\";s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"5615\";s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"5624\";s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"5684\";s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:5:\"10158\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";s:10:\"1547852227\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";s:4:\"5693\";s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"5703\";s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:4:\"5711\";s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:5:\"10190\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";s:10:\"1547885703\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"httpss://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:12;a:14:{s:2:\"id\";s:4:\"5719\";s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:4:\"5729\";s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"5737\";s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"5746\";s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"5755\";s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"5764\";s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:5:\"10256\";s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";s:10:\"1547888909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"425\";s:11:\"trend_index\";s:3:\"444\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:19;a:14:{s:2:\"id\";s:4:\"5773\";s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:5:\"10267\";s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547889047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"httpss://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";s:4:\"5783\";s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"5792\";s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"5801\";s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"5811\";s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:5:\"10307\";s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547893266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"584\";s:11:\"trend_index\";s:3:\"540\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:26;a:14:{s:2:\"id\";s:4:\"5820\";s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:5:\"10318\";s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";s:10:\"1547893367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:28;a:14:{s:2:\"id\";s:4:\"5828\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"5836\";s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:5:\"10339\";s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547893603\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";s:4:\"5844\";s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:5:\"10352\";s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547915335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"436\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";s:4:\"5852\";s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"497\";s:11:\"trend_index\";s:3:\"452\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"5947\";s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:5:\"10372\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";s:10:\"1547915554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"httpss://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"582\";s:11:\"trend_index\";s:3:\"621\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:36;a:14:{s:2:\"id\";s:4:\"5956\";s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"493\";s:11:\"trend_index\";s:3:\"513\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:5:\"10382\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547916616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";s:4:\"5963\";s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"5974\";s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"5983\";s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"5991\";s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"5999\";s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:5:\"10434\";s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";s:10:\"1547961950\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";s:4:\"6008\";s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:5:\"10444\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";s:10:\"1547962029\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";s:4:\"6027\";s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:4:\"6036\";s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:5:\"10467\";s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";s:10:\"1547962277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"644\";s:11:\"trend_index\";s:3:\"609\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";s:4:\"6044\";s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:4:\"6053\";s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:5:\"10487\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";s:10:\"1547964527\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"517\";s:11:\"trend_index\";s:3:\"537\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:52;a:14:{s:2:\"id\";s:4:\"6063\";s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:5:\"10498\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"433\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";s:4:\"6071\";s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:4:\"6079\";s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:5:\"10519\";s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"httpss://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"542\";s:11:\"trend_index\";s:3:\"545\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";s:4:\"6089\";s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"6097\";s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"6106\";s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"6114\";s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"434\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"6122\";s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:5:\"10569\";s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";s:10:\"1547967812\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"500\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";s:4:\"6135\";s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"6144\";s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:5:\"10590\";s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"479\";s:11:\"trend_index\";s:3:\"425\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";s:4:\"6152\";s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:5:\"10600\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";s:10:\"1547968080\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"457\";s:11:\"trend_index\";s:3:\"455\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:68;a:14:{s:2:\"id\";s:4:\"6162\";s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"440\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"6170\";s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:5:\"10622\";s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";s:10:\"1547969678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"519\";s:11:\"trend_index\";s:3:\"481\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";s:4:\"6178\";s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:5:\"10633\";s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547969858\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"606\";s:11:\"trend_index\";s:3:\"594\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";s:4:\"6186\";s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"467\";s:11:\"trend_index\";s:3:\"505\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:5:\"10644\";s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547970814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"452\";s:11:\"trend_index\";s:3:\"449\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";s:4:\"6196\";s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:5:\"10654\";s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";s:10:\"1547970917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"httpss://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"601\";s:11:\"trend_index\";s:3:\"617\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:77;a:14:{s:2:\"id\";s:4:\"6204\";s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:5:\"10664\";s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";s:10:\"1547973928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"508\";s:11:\"trend_index\";s:3:\"459\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:79;a:14:{s:2:\"id\";s:4:\"6212\";s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:5:\"10675\";s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547974110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"501\";s:11:\"trend_index\";s:3:\"469\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:81;a:14:{s:2:\"id\";s:4:\"6220\";s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:4:\"6230\";s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:4:\"9719\";s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";s:10:\"1547976107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"437\";s:11:\"trend_index\";s:3:\"503\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";s:4:\"6239\";s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:4:\"6249\";s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:4:\"6258\";s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"463\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:5:\"10137\";s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";s:10:\"1547976342\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"521\";s:11:\"trend_index\";s:3:\"568\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";s:4:\"6266\";s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:5:\"10244\";s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";s:10:\"1547976402\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"566\";s:11:\"trend_index\";s:3:\"565\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:90;a:14:{s:2:\"id\";s:4:\"6274\";s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:4:\"6017\";s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:5:\"10127\";s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";s:10:\"1547984061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"621\";s:11:\"trend_index\";s:3:\"666\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:93;a:14:{s:2:\"id\";s:4:\"4826\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"4835\";s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"4843\";s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"480\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"4854\";s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"558\";s:11:\"trend_index\";s:3:\"573\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"4863\";s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:5:\"10776\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";s:10:\"1548047055\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"httpss://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"624\";s:11:\"trend_index\";s:3:\"651\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";s:4:\"4871\";s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:5:\"10785\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";s:10:\"1548047593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"httpss://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"454\";s:11:\"trend_index\";s:3:\"423\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:101;a:14:{s:2:\"id\";s:4:\"4880\";s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"433\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"4889\";s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"492\";s:11:\"trend_index\";s:3:\"531\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"4897\";s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"4905\";s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"4913\";s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"4921\";s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"4929\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"4939\";s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"4947\";s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"4955\";s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"4963\";s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"4971\";s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"571\";s:11:\"trend_index\";s:3:\"649\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"4979\";s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"512\";s:11:\"trend_index\";s:3:\"555\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"4987\";s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:85:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"4995\";s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:3:\"422\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"5007\";s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"5019\";s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"5027\";s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:5:\"10794\";s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";s:10:\"1548067619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"httpss://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"428\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:120;a:14:{s:2:\"id\";s:4:\"5037\";s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"5057\";s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"5071\";s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:5:\"10871\";s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";s:10:\"1548074396\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"626\";s:11:\"trend_index\";s:3:\"631\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";s:4:\"5082\";s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"471\";s:11:\"trend_index\";s:3:\"610\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:5:\"10936\";s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";s:10:\"1548874587\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"431\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:126;a:14:{s:2:\"id\";s:4:\"5090\";s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"5098\";s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"5107\";s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:5:\"10964\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";s:10:\"1550039106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"572\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";s:4:\"5115\";s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:5:\"10992\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";s:10:\"1550072007\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"httpss://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"614\";s:11:\"trend_index\";s:3:\"603\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:132;a:14:{s:2:\"id\";s:4:\"5125\";s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:5:\"11005\";s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine’s Day\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";s:10:\"1550073303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"httpss://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"609\";s:11:\"trend_index\";s:3:\"613\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";s:4:\"5133\";s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"5141\";s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:80:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"526\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"5149\";s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:80:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"539\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:4:\"5542\";s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:4:\"5550\";s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"5558\";s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"5567\";s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:5:\"11231\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"5583\";s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:5:\"11220\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"5591\";s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:5:\"11204\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642389\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"5599\";s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:5:\"11198\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg\";s:12:\"tmpl_created\";s:10:\"1564642395\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"5607\";s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:5:\"11192\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642399\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"5634\";s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"5642\";s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"5650\";s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"5658\";s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"5667\";s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"5675\";s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"5860\";s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"5869\";s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"5877\";s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"482\";s:11:\"trend_index\";s:3:\"524\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:5:\"11468\";s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393182\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"632\";s:11:\"trend_index\";s:3:\"523\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:160;a:14:{s:2:\"id\";s:4:\"5885\";s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:5:\"11461\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Header_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"httpss://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"5893\";s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:5:\"11453\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393224\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"5904\";s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"451\";s:11:\"trend_index\";s:3:\"492\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:5:\"11445\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"434\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"5912\";s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"583\";s:11:\"trend_index\";s:3:\"592\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:5:\"11435\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"5921\";s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:5:\"11424\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"617\";s:11:\"trend_index\";s:3:\"546\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:170;a:14:{s:2:\"id\";s:4:\"5930\";s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"5939\";s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"7596\";s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"7615\";s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"7627\";s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:5:\"11822\";s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";s:10:\"1569429896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"599\";s:11:\"trend_index\";s:3:\"497\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:176;a:14:{s:2:\"id\";s:4:\"7638\";s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:5:\"11877\";s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";s:10:\"1569429954\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"610\";s:11:\"trend_index\";s:3:\"620\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"7663\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:5:\"11870\";s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569429964\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"592\";s:11:\"trend_index\";s:3:\"632\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"7650\";s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:5:\"11861\";s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";s:10:\"1569429975\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"580\";s:11:\"trend_index\";s:3:\"556\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:182;a:14:{s:2:\"id\";s:4:\"7686\";s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:5:\"11854\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";s:10:\"1569429983\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"476\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"4676\";s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:5:\"11847\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";s:10:\"1569430010\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"7997\";s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:5:\"11839\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1569430015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"7982\";s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:5:\"11832\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";s:10:\"1569430019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"7959\";s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:5:\"11807\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";s:10:\"1569430070\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"527\";s:11:\"trend_index\";s:3:\"460\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:192;a:14:{s:2:\"id\";s:4:\"7950\";s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"7937\";s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:5:\"11897\";s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569494236\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"658\";s:11:\"trend_index\";s:3:\"607\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"7927\";s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:5:\"11890\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1571907344\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"7917\";s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"7904\";s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"7837\";s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"435\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"7852\";s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"7862\";s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:5:\"12212\";s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";s:10:\"1572846914\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:203;a:14:{s:2:\"id\";s:4:\"7871\";s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:5:\"12203\";s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";s:10:\"1572846925\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"548\";s:11:\"trend_index\";s:3:\"429\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:205;a:14:{s:2:\"id\";s:4:\"7884\";s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:5:\"12194\";s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2019/11/header.png\";s:12:\"tmpl_created\";s:10:\"1572846935\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"7892\";s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:5:\"12179\";s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";s:10:\"1572846958\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"439\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"4212\";s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"7825\";s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:5:\"12170\";s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";s:10:\"1572846967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"450\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:212;a:14:{s:2:\"id\";s:4:\"4227\";s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"7812\";s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:5:\"12164\";s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";s:10:\"1572846979\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"656\";s:11:\"trend_index\";s:3:\"688\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"4235\";s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"7724\";s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"4244\";s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"473\";s:11:\"trend_index\";s:3:\"519\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"7734\";s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"4252\";s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"7771\";s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"4260\";s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"7787\";s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"4268\";s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"7801\";s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"4276\";s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"7754\";s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"4284\";s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"7713\";s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"4293\";s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"7744\";s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"4302\";s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:5:\"12229\";s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";s:10:\"1572847842\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"httpss://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"540\";s:11:\"trend_index\";s:3:\"421\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:4:\"4313\";s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"8523\";s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:5:\"12550\";s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1575960263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"httpss://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"677\";s:11:\"trend_index\";s:3:\"595\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:4:\"4324\";s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"8524\";s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:5:\"12540\";s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";s:10:\"1575960267\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"httpss://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"634\";s:11:\"trend_index\";s:3:\"588\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:239;a:14:{s:2:\"id\";s:4:\"4332\";s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"8525\";s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"475\";s:11:\"trend_index\";s:3:\"512\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:5:\"12492\";s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1575960358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"491\";s:11:\"trend_index\";s:3:\"436\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"4341\";s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"8513\";s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:3:\"502\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:5:\"12500\";s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1575960371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"438\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"4349\";s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"8512\";s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"465\";s:11:\"trend_index\";s:3:\"506\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:5:\"12509\";s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";s:10:\"1575960378\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"662\";s:11:\"trend_index\";s:3:\"597\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"4357\";s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"8526\";s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"474\";s:11:\"trend_index\";s:3:\"504\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:5:\"12516\";s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1575960387\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"503\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"4368\";s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"8505\";s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"565\";s:11:\"trend_index\";s:3:\"602\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:5:\"12524\";s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";s:10:\"1575960397\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"557\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"4376\";s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"8511\";s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:5:\"12531\";s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";s:10:\"1575960404\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"596\";s:11:\"trend_index\";s:3:\"484\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"4391\";s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"8514\";s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"511\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"4400\";s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"8676\";s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"4411\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"8678\";s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"4420\";s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"8679\";s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"4428\";s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"8680\";s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"507\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"4436\";s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"8681\";s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"4444\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"8682\";s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"444\";s:11:\"trend_index\";s:3:\"471\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"4452\";s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"8703\";s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"567\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"4460\";s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"8961\";s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"4468\";s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"8969\";s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:5:\"12716\";s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";s:10:\"1579060659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"552\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:4:\"4476\";s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:4:\"8973\";s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:5:\"12707\";s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060669\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"530\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:4:\"4484\";s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:4:\"8977\";s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"468\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:5:\"12699\";s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";s:10:\"1579060680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"460\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"4492\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:4:\"8981\";s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"424\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:5:\"12688\";s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060692\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"447\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:4:\"4500\";s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"455\";s:11:\"trend_index\";s:3:\"542\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:4:\"8985\";s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:5:\"12678\";s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1579060701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:4:\"4509\";s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"629\";s:11:\"trend_index\";s:3:\"664\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:4:\"8989\";s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:5:\"12669\";s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1579060715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"489\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"4521\";s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"8996\";s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:5:\"12661\";s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";s:10:\"1579060722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"487\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"4529\";s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"556\";s:11:\"trend_index\";s:3:\"525\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:4:\"9001\";s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"435\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:5:\"12652\";s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060730\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"541\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"4537\";s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"523\";s:11:\"trend_index\";s:3:\"590\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"9119\";s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";s:10:\"1532428138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"httpss://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:5:\"12643\";s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"432\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"4545\";s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"623\";s:11:\"trend_index\";s:3:\"650\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"9127\";s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:87:\"httpss://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";s:10:\"1532428699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:5:\"12635\";s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";s:10:\"1579060746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"616\";s:11:\"trend_index\";s:3:\"562\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"4553\";s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"470\";s:11:\"trend_index\";s:3:\"451\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:5:\"12736\";s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";s:10:\"1579060978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"666\";s:11:\"trend_index\";s:3:\"581\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:307;a:14:{s:2:\"id\";s:4:\"4562\";s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"615\";s:11:\"trend_index\";s:3:\"580\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:5:\"12726\";s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:80:\"httpss://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";s:10:\"1579061019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"httpss://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"483\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:309;a:14:{s:2:\"id\";s:4:\"4572\";s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:4:\"9174\";s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";s:10:\"1532950125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";s:5:\"13089\";s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";s:10:\"1582091623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"663\";s:11:\"trend_index\";s:3:\"629\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:4:\"4580\";s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"518\";s:11:\"trend_index\";s:3:\"618\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";s:4:\"9178\";s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:85:\"httpss://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";s:10:\"1532951997\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";s:5:\"13096\";s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1582091742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"613\";s:11:\"trend_index\";s:3:\"577\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:4:\"4589\";s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"631\";s:11:\"trend_index\";s:3:\"600\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:4:\"9180\";s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";s:10:\"1532952302\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:5:\"13103\";s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1582091903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"506\";s:11:\"trend_index\";s:3:\"418\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"4597\";s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"547\";s:11:\"trend_index\";s:3:\"622\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"9182\";s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";s:10:\"1532952606\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:5:\"13120\";s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";s:10:\"1582092351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"650\";s:11:\"trend_index\";s:3:\"522\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"4605\";s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"646\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:4:\"9239\";s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";s:10:\"1532953482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:5:\"13112\";s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1582092483\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:4:\"4613\";s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"513\";s:11:\"trend_index\";s:3:\"472\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:4:\"9247\";s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";s:10:\"1532953793\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";s:5:\"13129\";s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1582092645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"630\";s:11:\"trend_index\";s:3:\"552\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:327;a:14:{s:2:\"id\";s:4:\"9254\";s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";s:10:\"1532954032\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";s:4:\"9301\";s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";s:10:\"1537440661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"466\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:329;a:14:{s:2:\"id\";s:4:\"9296\";s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";s:10:\"1537440673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:330;a:14:{s:2:\"id\";s:4:\"9313\";s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";s:10:\"1537440798\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:331;a:14:{s:2:\"id\";s:4:\"9343\";s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";s:10:\"1537443531\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"443\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:332;a:14:{s:2:\"id\";s:4:\"9349\";s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";s:10:\"1537443903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:333;a:14:{s:2:\"id\";s:4:\"4690\";s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:4:\"4698\";s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"457\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:4:\"4706\";s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"4718\";s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:4:\"4727\";s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";s:4:\"4736\";s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"4746\";s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";s:4:\"4759\";s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"4770\";s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"533\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:4:\"4781\";s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:4:\"9611\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546965350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"562\";s:11:\"trend_index\";s:3:\"547\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:344;a:14:{s:2:\"id\";s:5:\"13274\";s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";s:10:\"1586148723\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"httpss://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"647\";s:11:\"trend_index\";s:3:\"491\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"4793\";s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:346;a:14:{s:2:\"id\";s:4:\"9622\";s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";s:10:\"1546965896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"563\";s:11:\"trend_index\";s:3:\"461\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:347;a:14:{s:2:\"id\";s:5:\"13267\";s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";s:10:\"1586148728\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"httpss://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"591\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";s:4:\"4801\";s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"9631\";s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:84:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546968270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"586\";s:11:\"trend_index\";s:3:\"585\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:350;a:14:{s:2:\"id\";s:5:\"13259\";s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";s:10:\"1586148733\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"httpss://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"568\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"4809\";s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";s:5:\"13251\";s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";s:10:\"1586148737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"683\";s:11:\"trend_index\";s:3:\"572\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"4818\";s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"443\";s:11:\"trend_index\";s:3:\"477\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:5:\"13244\";s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";s:10:\"1586148742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"business\",\"footer\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"509\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";s:4:\"5045\";s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"555\";s:11:\"trend_index\";s:3:\"659\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:4:\"9662\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:90:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547009087\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"608\";s:11:\"trend_index\";s:3:\"639\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:357;a:14:{s:2:\"id\";s:5:\"13236\";s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Header.png\";s:12:\"tmpl_created\";s:10:\"1586148746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"business\",\"header\",\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";s:4:\"5157\";s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:5:\"13281\";s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";s:10:\"1586148801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"httpss://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"685\";s:11:\"trend_index\";s:3:\"630\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:360;a:14:{s:2:\"id\";s:4:\"5165\";s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"486\";s:11:\"trend_index\";s:3:\"495\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";s:4:\"5173\";s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";s:4:\"9690\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:86:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547011716\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:363;a:14:{s:2:\"id\";s:4:\"5181\";s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:364;a:14:{s:2:\"id\";s:4:\"9699\";s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:86:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";s:10:\"1547015827\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"446\";s:11:\"trend_index\";s:3:\"462\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:365;a:14:{s:2:\"id\";s:4:\"5189\";s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"498\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:4:\"5198\";s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"505\";s:11:\"trend_index\";s:3:\"476\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:4:\"9571\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1547726151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"570\";s:11:\"trend_index\";s:3:\"679\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:368;a:14:{s:2:\"id\";s:5:\"13395\";s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";s:10:\"1587474673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"664\";s:11:\"trend_index\";s:3:\"529\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:4:\"5206\";s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"531\";s:11:\"trend_index\";s:3:\"554\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";s:5:\"13387\";s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";s:10:\"1587474682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"665\";s:11:\"trend_index\";s:3:\"527\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:4:\"5214\";s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";s:5:\"13378\";s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Header.jpg\";s:12:\"tmpl_created\";s:10:\"1587474693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"581\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";s:4:\"5222\";s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";s:4:\"9740\";s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";s:10:\"1547822836\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"561\";s:11:\"trend_index\";s:3:\"560\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:375;a:14:{s:2:\"id\";s:5:\"13369\";s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";s:10:\"1587474701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"567\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:4:\"5230\";s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"475\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";s:5:\"13361\";s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";s:10:\"1587474710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"675\";s:11:\"trend_index\";s:3:\"614\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";s:4:\"5238\";s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"550\";s:11:\"trend_index\";s:3:\"654\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"9762\";s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";s:10:\"1547824145\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"httpss://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"448\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:380;a:14:{s:2:\"id\";s:5:\"13413\";s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";s:10:\"1587474761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"httpss://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"637\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:381;a:14:{s:2:\"id\";s:4:\"5249\";s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"481\";s:11:\"trend_index\";s:3:\"530\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";s:4:\"9772\";s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";s:10:\"1547824279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"661\";s:11:\"trend_index\";s:3:\"673\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:383;a:14:{s:2:\"id\";s:5:\"13402\";s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:84:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";s:10:\"1587474772\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"httpss://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"655\";s:11:\"trend_index\";s:3:\"520\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:384;a:14:{s:2:\"id\";s:4:\"5257\";s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"420\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:5:\"13422\";s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";s:10:\"1587474782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"618\";s:11:\"trend_index\";s:3:\"441\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:386;a:14:{s:2:\"id\";s:4:\"5266\";s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:4:\"9793\";s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";s:10:\"1547831151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"600\";s:11:\"trend_index\";s:3:\"628\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:388;a:14:{s:2:\"id\";s:5:\"13621\";s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";s:10:\"1589893137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"692\";s:11:\"trend_index\";s:3:\"593\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:389;a:14:{s:2:\"id\";s:4:\"5275\";s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:5:\"13612\";s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2020/05/Header-Small.jpg\";s:12:\"tmpl_created\";s:10:\"1589893142\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"603\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:391;a:14:{s:2:\"id\";s:4:\"5283\";s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:5:\"13604\";s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";s:10:\"1589893147\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"680\";s:11:\"trend_index\";s:3:\"427\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:393;a:14:{s:2:\"id\";s:4:\"5290\";s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"507\";s:11:\"trend_index\";s:3:\"536\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:5:\"13528\";s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";s:10:\"1589893152\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"693\";s:11:\"trend_index\";s:3:\"636\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:395;a:14:{s:2:\"id\";s:4:\"5298\";s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";s:4:\"9836\";s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";s:10:\"1547835635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"569\";s:11:\"trend_index\";s:3:\"583\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:397;a:14:{s:2:\"id\";s:5:\"13518\";s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";s:10:\"1589893157\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"690\";s:11:\"trend_index\";s:3:\"615\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:398;a:14:{s:2:\"id\";s:4:\"5306\";s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"587\";s:11:\"trend_index\";s:3:\"564\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:399;a:14:{s:2:\"id\";s:4:\"9847\";s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";s:10:\"1547836956\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"651\";s:11:\"trend_index\";s:3:\"685\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:400;a:14:{s:2:\"id\";s:4:\"5315\";s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"472\";s:11:\"trend_index\";s:3:\"515\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:4:\"9858\";s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:91:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547837100\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"674\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:402;a:14:{s:2:\"id\";s:4:\"5324\";s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"488\";s:11:\"trend_index\";s:3:\"571\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";s:4:\"5333\";s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:404;a:14:{s:2:\"id\";s:4:\"5341\";s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"551\";s:11:\"trend_index\";s:3:\"643\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:4:\"5349\";s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:406;a:14:{s:2:\"id\";s:5:\"13538\";s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";s:10:\"1589893364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"httpss://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"691\";s:11:\"trend_index\";s:3:\"604\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:407;a:14:{s:2:\"id\";s:4:\"5357\";s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:408;a:14:{s:2:\"id\";s:4:\"5368\";s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:409;a:14:{s:2:\"id\";s:4:\"5381\";s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";s:4:\"5389\";s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";s:4:\"9944\";s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:80:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547841939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"654\";s:11:\"trend_index\";s:3:\"680\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:412;a:14:{s:2:\"id\";s:4:\"5397\";s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";s:4:\"9955\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:84:\"httpss://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";s:10:\"1547842065\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"522\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:414;a:14:{s:2:\"id\";s:4:\"5405\";s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";s:4:\"9965\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:80:\"httpss://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";s:10:\"1547842174\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"httpss://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"526\";s:11:\"trend_index\";s:3:\"550\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:416;a:14:{s:2:\"id\";s:4:\"5413\";s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:417;a:14:{s:2:\"id\";s:4:\"5421\";s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";s:4:\"5429\";s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";s:4:\"9995\";s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:85:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547844802\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"678\";s:11:\"trend_index\";s:3:\"681\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:420;a:14:{s:2:\"id\";s:4:\"5438\";s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:421;a:14:{s:2:\"id\";s:4:\"5447\";s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";s:5:\"10016\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:91:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";s:10:\"1547845062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"686\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:423;a:14:{s:2:\"id\";s:4:\"5455\";s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:424;a:14:{s:2:\"id\";s:5:\"10026\";s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:84:\"httpss://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";s:10:\"1547845205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"httpss://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"543\";s:11:\"trend_index\";s:3:\"516\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:425;a:14:{s:2:\"id\";s:4:\"5464\";s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";s:5:\"10036\";s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547845409\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"560\";s:11:\"trend_index\";s:3:\"570\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:427;a:14:{s:2:\"id\";s:4:\"5472\";s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";s:4:\"5480\";s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"426\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:5:\"10057\";s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:92:\"httpss://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547847938\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"httpss://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"669\";s:11:\"trend_index\";s:3:\"684\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:430;a:14:{s:2:\"id\";s:4:\"5488\";s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:4:\"5496\";s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"484\";s:11:\"trend_index\";s:3:\"490\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";s:4:\"5504\";s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";s:5:\"10087\";s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:89:\"httpss://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547848301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"578\";s:11:\"trend_index\";s:3:\"582\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:434;a:14:{s:2:\"id\";s:4:\"5515\";s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";s:5:\"10097\";s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:80:\"httpss://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";s:10:\"1547848411\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"httpss://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"612\";s:11:\"trend_index\";s:3:\"686\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:436;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:437;a:14:{s:2:\"id\";s:4:\"9816\";s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:86:\"httpss://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547991876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"628\";s:11:\"trend_index\";s:3:\"662\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:438;a:14:{s:2:\"id\";s:4:\"9602\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:93:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546964559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"553\";s:11:\"trend_index\";s:3:\"616\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:439;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage – Study\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";s:5:\"10277\";s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";s:10:\"1548055999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"httpss://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"642\";s:11:\"trend_index\";s:3:\"676\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";s:5:\"11241\";s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564643043\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"httpss://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:443;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";s:4:\"9903\";s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:94:\"httpss://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";s:10:\"1547838896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:3:\"668\";s:11:\"trend_index\";s:3:\"656\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:445;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"httpss://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";s:5:\"10549\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";s:10:\"1547967595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"httpss://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"636\";s:11:\"trend_index\";s:3:\"678\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:447;a:14:{s:2:\"id\";s:5:\"13479\";s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";s:10:\"1589893275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"667\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:448;a:14:{s:2:\"id\";s:5:\"13503\";s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";s:10:\"1589893289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:3:\"684\";s:11:\"trend_index\";s:3:\"473\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:449;a:14:{s:2:\"id\";s:5:\"13548\";s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";s:10:\"1589893298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"687\";s:11:\"trend_index\";s:3:\"482\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:450;a:14:{s:2:\"id\";s:5:\"10529\";s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";s:10:\"1548046309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"442\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:451;a:14:{s:2:\"id\";s:5:\"13560\";s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";s:10:\"1589893307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"688\";s:11:\"trend_index\";s:3:\"499\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:452;a:14:{s:2:\"id\";s:5:\"13587\";s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";s:10:\"1589893315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:3:\"689\";s:11:\"trend_index\";s:3:\"508\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:453;a:14:{s:2:\"id\";s:5:\"13307\";s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";s:10:\"1587474541\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:454;a:14:{s:2:\"id\";s:5:\"13328\";s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";s:10:\"1587474558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:3:\"589\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:455;a:14:{s:2:\"id\";s:5:\"13338\";s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";s:10:\"1587474574\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:3:\"480\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";s:5:\"13352\";s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";s:10:\"1587474591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:3:\"602\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";s:5:\"13187\";s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";s:10:\"1586148661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:3:\"453\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";s:5:\"13199\";s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";s:10:\"1586148666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:3:\"445\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";s:5:\"10413\";s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";s:10:\"1547961774\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"653\";s:11:\"trend_index\";s:3:\"625\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:460;a:14:{s:2:\"id\";s:5:\"13214\";s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";s:10:\"1586148672\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"495\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";s:5:\"13229\";s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";s:10:\"1586148677\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"515\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:462;a:14:{s:2:\"id\";s:5:\"10223\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";s:10:\"1547887343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"461\";s:11:\"trend_index\";s:3:\"454\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:463;a:14:{s:2:\"id\";s:5:\"10559\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";s:10:\"1547967711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"httpss://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"619\";s:11:\"trend_index\";s:3:\"637\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:464;a:14:{s:2:\"id\";s:5:\"12948\";s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1582093442\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";s:5:\"10403\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";s:10:\"1548056371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"559\";s:11:\"trend_index\";s:3:\"485\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:466;a:14:{s:2:\"id\";s:5:\"12798\";s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";s:10:\"1582093446\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"504\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";s:5:\"12868\";s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";s:10:\"1582093450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"533\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:4:\"9913\";s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";s:10:\"1547841430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"525\";s:11:\"trend_index\";s:3:\"587\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:469;a:14:{s:2:\"id\";s:5:\"13056\";s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";s:10:\"1582093454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:3:\"554\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";s:5:\"12922\";s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";s:10:\"1582093457\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:3:\"588\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";s:5:\"12875\";s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";s:10:\"1582093461\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:3:\"641\";s:11:\"trend_index\";s:3:\"598\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";s:5:\"12962\";s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";s:10:\"1582093465\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"579\";s:11:\"trend_index\";s:3:\"458\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";s:5:\"12833\";s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";s:10:\"1582093469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"585\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:474;a:14:{s:2:\"id\";s:4:\"9592\";s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546963720\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"593\";s:11:\"trend_index\";s:3:\"589\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:475;a:14:{s:2:\"id\";s:5:\"10210\";s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547886103\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"httpss://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"681\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:476;a:14:{s:2:\"id\";s:5:\"12898\";s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";s:10:\"1582093473\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"625\";s:11:\"trend_index\";s:3:\"467\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";s:5:\"12994\";s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";s:10:\"1582093477\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:3:\"595\";s:11:\"trend_index\";s:3:\"442\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:478;a:14:{s:2:\"id\";s:5:\"12805\";s:5:\"title\";s:38:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";s:10:\"1582093481\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:3:\"645\";s:11:\"trend_index\";s:3:\"626\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:5:\"13031\";s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";s:10:\"1582093484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"607\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";s:5:\"10047\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547847757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"499\";s:11:\"trend_index\";s:3:\"486\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:5:\"12621\";s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1579060604\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:4:\"9879\";s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";s:10:\"1547838416\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"597\";s:11:\"trend_index\";s:3:\"677\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:5:\"12352\";s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1575960464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";s:5:\"12400\";s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";s:10:\"1575960441\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:485;a:14:{s:2:\"id\";s:5:\"12479\";s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";s:10:\"1575960474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"498\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:486;a:14:{s:2:\"id\";s:5:\"10297\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056099\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"536\";s:11:\"trend_index\";s:3:\"532\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";s:5:\"12466\";s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";s:10:\"1575960469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"511\";s:11:\"trend_index\";s:3:\"489\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:488;a:14:{s:2:\"id\";s:5:\"10393\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";s:10:\"1548056682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"605\";s:11:\"trend_index\";s:3:\"634\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:489;a:14:{s:2:\"id\";s:5:\"12443\";s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";s:10:\"1575960459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"463\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:490;a:14:{s:2:\"id\";s:5:\"12431\";s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";s:10:\"1575960453\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"httpss://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:3:\"514\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:491;a:14:{s:2:\"id\";s:5:\"10579\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967887\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"633\";s:11:\"trend_index\";s:3:\"675\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:5:\"12421\";s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";s:10:\"1575960445\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"529\";s:11:\"trend_index\";s:3:\"438\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";s:5:\"11763\";s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";s:10:\"1569428959\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:494;a:14:{s:2:\"id\";s:5:\"11781\";s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";s:10:\"1569428955\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";s:5:\"11793\";s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";s:10:\"1569428951\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:496;a:14:{s:2:\"id\";s:5:\"11800\";s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";s:10:\"1569428946\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"464\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:497;a:14:{s:2:\"id\";s:5:\"10180\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";s:10:\"1548045309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"604\";s:11:\"trend_index\";s:3:\"623\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";s:5:\"11163\";s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";s:10:\"1564641877\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:499;a:14:{s:2:\"id\";s:5:\"11129\";s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";s:10:\"1564641889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:500;a:14:{s:2:\"id\";s:5:\"11074\";s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";s:10:\"1564641872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";s:4:\"9731\";s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";s:10:\"1547976166\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"575\";s:11:\"trend_index\";s:3:\"672\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:5:\"11056\";s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:80:\"httpss://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";s:10:\"1564641867\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:5:\"11094\";s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";s:10:\"1564641885\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:504;a:14:{s:2:\"id\";s:5:\"11034\";s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";s:10:\"1564641881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage – Fitness\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:506;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:87:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:507;a:14:{s:2:\"id\";s:5:\"12143\";s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";s:10:\"1572847069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:508;a:14:{s:2:\"id\";s:5:\"12091\";s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";s:10:\"1572847113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:509;a:14:{s:2:\"id\";s:4:\"9139\";s:5:\"title\";s:25:\"Homepage – Business\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";s:10:\"1532949924\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:511;a:14:{s:2:\"id\";s:5:\"11572\";s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392934\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"httpss://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"545\";s:11:\"trend_index\";s:3:\"446\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";s:5:\"12155\";s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";s:10:\"1572847054\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";s:5:\"12133\";s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";s:10:\"1572847078\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"564\";s:11:\"trend_index\";s:3:\"445\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:514;a:14:{s:2:\"id\";s:5:\"12080\";s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";s:10:\"1572847120\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"549\";s:11:\"trend_index\";s:3:\"432\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:515;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:5:\"11506\";s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392930\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"httpss://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"528\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";s:5:\"12124\";s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";s:10:\"1572847096\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"440\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:518;a:14:{s:2:\"id\";s:5:\"12044\";s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";s:10:\"1572847130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"456\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:519;a:14:{s:2:\"id\";s:5:\"11536\";s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"httpss://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"573\";s:11:\"trend_index\";s:3:\"450\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";s:5:\"11545\";s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392943\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:521;a:14:{s:2:\"id\";s:5:\"12116\";s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";s:10:\"1572847105\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"478\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:522;a:14:{s:2:\"id\";s:5:\"11563\";s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392923\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"httpss://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"537\";s:11:\"trend_index\";s:3:\"479\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";s:5:\"11478\";s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"httpss://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"458\";s:11:\"trend_index\";s:3:\"448\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:524;a:14:{s:2:\"id\";s:5:\"10005\";s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:80:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";s:10:\"1547844909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"657\";s:11:\"trend_index\";s:3:\"665\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";s:5:\"10424\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";s:10:\"1547961866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"594\";s:11:\"trend_index\";s:3:\"661\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:526;a:14:{s:2:\"id\";s:5:\"11528\";s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"httpss://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"502\";s:11:\"trend_index\";s:3:\"470\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";s:4:\"9975\";s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:85:\"httpss://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";s:10:\"1547842284\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"676\";s:11:\"trend_index\";s:3:\"657\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:528;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:529;a:14:{s:2:\"id\";s:5:\"10067\";s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547848075\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"534\";s:11:\"trend_index\";s:3:\"483\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:530;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:91:\"httpss://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:531;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:85:\"httpss://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:5:\"10329\";s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";s:10:\"1547893478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"682\";s:11:\"trend_index\";s:3:\"668\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:533;a:14:{s:2:\"id\";s:4:\"9373\";s:5:\"title\";s:33:\"Landing Page – Conference 5\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";s:10:\"1542811219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"430\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";s:4:\"9650\";s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:87:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";s:10:\"1547007598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"671\";s:11:\"trend_index\";s:3:\"669\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:536;a:14:{s:2:\"id\";s:5:\"11948\";s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";s:10:\"1572153978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";s:5:\"10200\";s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1548055635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"638\";s:11:\"trend_index\";s:3:\"648\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:540;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";s:5:\"10287\";s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547994301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"544\";s:11:\"trend_index\";s:3:\"557\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:542;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";s:4:\"9889\";s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";s:10:\"1547838722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:3:\"652\";s:11:\"trend_index\";s:3:\"647\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:545;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site – Contact\";s:9:\"thumbnail\";s:63:\"httpss://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";s:5:\"10077\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:87:\"httpss://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";s:10:\"1547848197\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"httpss://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"490\";s:11:\"trend_index\";s:3:\"576\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:547;a:14:{s:2:\"id\";s:5:\"11966\";s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";s:10:\"1572154274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:3:\"520\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";s:5:\"10362\";s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";s:10:\"1548056253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"576\";s:11:\"trend_index\";s:3:\"586\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:549;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site – Services\";s:9:\"thumbnail\";s:63:\"httpss://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site – Homepage\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";s:5:\"10454\";s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";s:10:\"1548056896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"httpss://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"673\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:552;a:14:{s:2:\"id\";s:4:\"9425\";s:5:\"title\";s:38:\"Black Friday – 80’s style\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";s:10:\"1542901234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";s:5:\"11973\";s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";s:10:\"1572154523\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"477\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";s:4:\"9803\";s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:81:\"httpss://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547831298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"httpss://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"620\";s:11:\"trend_index\";s:3:\"646\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:555;a:14:{s:2:\"id\";s:5:\"10611\";s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";s:10:\"1547968868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"679\";s:11:\"trend_index\";s:3:\"667\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:556;a:14:{s:2:\"id\";s:5:\"10508\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"httpss://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"627\";s:11:\"trend_index\";s:3:\"671\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:557;a:14:{s:2:\"id\";s:4:\"9934\";s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547841787\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"598\";s:11:\"trend_index\";s:3:\"605\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:558;a:14:{s:2:\"id\";s:4:\"9709\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:96:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547023834\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"639\";s:11:\"trend_index\";s:3:\"642\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:559;a:14:{s:2:\"id\";s:4:\"9671\";s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:91:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"httpss://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"577\";s:11:\"trend_index\";s:3:\"608\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:560;a:14:{s:2:\"id\";s:5:\"10234\";s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548055049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"659\";s:11:\"trend_index\";s:3:\"641\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:561;a:14:{s:2:\"id\";s:5:\"11981\";s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";s:10:\"1572155125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"466\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";s:4:\"9869\";s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";s:10:\"1547837269\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"670\";s:11:\"trend_index\";s:3:\"658\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:563;a:14:{s:2:\"id\";s:5:\"10539\";s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548056994\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"httpss://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"635\";s:11:\"trend_index\";s:3:\"645\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:564;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage – App\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:565;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";s:5:\"10147\";s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";s:10:\"1548055522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"672\";s:11:\"trend_index\";s:3:\"683\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:567;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage – Law firm\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";s:4:\"9923\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";s:10:\"1547841537\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"611\";s:11:\"trend_index\";s:3:\"660\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:570;a:14:{s:2:\"id\";s:5:\"10117\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";s:10:\"1548066998\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"640\";s:11:\"trend_index\";s:3:\"682\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:571;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage – Goodness meal services\";s:9:\"thumbnail\";s:85:\"httpss://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"478\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"501\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:573;a:14:{s:2:\"id\";s:4:\"9826\";s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";s:10:\"1547835513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"httpss://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"649\";s:11:\"trend_index\";s:3:\"638\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:574;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";s:5:\"10478\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"539\";s:11:\"trend_index\";s:3:\"640\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:576;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:91:\"httpss://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"456\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";s:5:\"10685\";s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";s:10:\"1547974729\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"httpss://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"622\";s:11:\"trend_index\";s:3:\"644\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:579;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:3:\"488\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";s:4:\"9985\";s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";s:10:\"1547844661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"660\";s:11:\"trend_index\";s:3:\"624\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:583;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"566\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"553\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"429\";s:11:\"trend_index\";s:3:\"633\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:92:\"httpss://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About – Delivery Company\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"551\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";s:4:\"9559\";s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:84:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1546946547\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"535\";s:11:\"trend_index\";s:3:\"563\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:591;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:69:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About – Personal\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";s:4:\"9752\";s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";s:10:\"1547823982\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"648\";s:11:\"trend_index\";s:3:\"674\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:594;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"httpss://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About – Art Gallery\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About – Architecture\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:96:\"httpss://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"httpss://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";s:5:\"10169\";s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";s:10:\"1547852334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"httpss://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:3:\"619\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:599;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:93:\"httpss://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"599\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"541\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:601;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"548\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";s:4:\"9680\";s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:92:\"httpss://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"643\";s:11:\"trend_index\";s:3:\"653\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:604;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:65:\"httpss://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"487\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";s:4:\"9783\";s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547831059\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"httpss://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"485\";s:11:\"trend_index\";s:3:\"535\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:607;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:85:\"httpss://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"591\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:110:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"601\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:90:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"449\";s:11:\"trend_index\";s:3:\"528\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:100:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"500\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:81:\"httpss://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"431\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:95:\"httpss://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"464\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:87:\"httpss://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"575\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"496\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"517\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page – Festival\";s:9:\"thumbnail\";s:70:\"httpss://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:3:\"543\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"561\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"447\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"441\";s:11:\"trend_index\";s:3:\"612\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:83:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"579\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:87:\"httpss://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"httpss://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"437\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:67:\"httpss://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"509\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:629;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"140\";s:16:\"popularity_index\";s:3:\"469\";s:11:\"trend_index\";s:3:\"534\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:630;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:3:\"141\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"521\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:631;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"142\";s:16:\"popularity_index\";s:3:\"496\";s:11:\"trend_index\";s:3:\"652\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"143\";s:16:\"popularity_index\";s:3:\"532\";s:11:\"trend_index\";s:3:\"663\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:633;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"144\";s:16:\"popularity_index\";s:3:\"574\";s:11:\"trend_index\";s:3:\"687\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:634;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"145\";s:16:\"popularity_index\";s:3:\"546\";s:11:\"trend_index\";s:3:\"655\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:635;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"146\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"147\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:637;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"148\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"149\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:639;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"150\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:640;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact – Hotel\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"151\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:641;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"152\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:642;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"153\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:643;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"154\";s:16:\"popularity_index\";s:3:\"538\";s:11:\"trend_index\";s:3:\"574\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:644;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"155\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:645;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"156\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:646;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"157\";s:16:\"popularity_index\";s:3:\"430\";s:11:\"trend_index\";s:3:\"549\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:647;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"158\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"606\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:648;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"159\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"474\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:649;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"160\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"611\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:650;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"161\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"538\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:651;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:66:\"httpss://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:3:\"162\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:652;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:68:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"httpss://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:3:\"163\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:653;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:72:\"httpss://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:3:\"164\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:654;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"165\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:655;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"166\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:656;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"167\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"453\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:657;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"168\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"493\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:658;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"169\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:659;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"170\";s:16:\"popularity_index\";s:3:\"427\";s:11:\"trend_index\";s:3:\"494\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:660;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"171\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:661;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"172\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:662;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"httpss://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"173\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:663;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"174\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:664;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"httpss://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"175\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"514\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:665;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"httpss://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"176\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:666;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site – Homepage\";s:9:\"thumbnail\";s:77:\"httpss://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"httpss://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"177\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:667;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site – Menu\";s:9:\"thumbnail\";s:73:\"httpss://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"178\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:668;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site – About\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"httpss://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"179\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:669;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site – Contact\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"180\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:670;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"181\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"465\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:671;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"httpss://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"182\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"558\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:672;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:81:\"httpss://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"183\";s:16:\"popularity_index\";s:3:\"524\";s:11:\"trend_index\";s:3:\"559\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:673;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect – About\";s:9:\"thumbnail\";s:81:\"httpss://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"httpss://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"184\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"439\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:674;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:80:\"httpss://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"httpss://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"185\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"419\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:675;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"186\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:676;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:92:\"httpss://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"httpss://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"187\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:677;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:88:\"httpss://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"httpss://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"188\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:678;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:90:\"httpss://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"httpss://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"189\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:679;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:78:\"httpss://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"190\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:680;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:79:\"httpss://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"httpss://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"191\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"428\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:681;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"httpss://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"192\";s:16:\"popularity_index\";s:3:\"590\";s:11:\"trend_index\";s:3:\"670\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:682;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday – Nature Set\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"193\";s:16:\"popularity_index\";s:3:\"516\";s:11:\"trend_index\";s:3:\"584\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:683;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday – Pop-Styled Set\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"194\";s:16:\"popularity_index\";s:3:\"459\";s:11:\"trend_index\";s:3:\"578\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:684;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday – Retail Set\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"httpss://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"195\";s:16:\"popularity_index\";s:3:\"462\";s:11:\"trend_index\";s:3:\"569\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:685;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday – Software Product Set\";s:9:\"thumbnail\";s:76:\"httpss://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"httpss://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"196\";s:16:\"popularity_index\";s:3:\"426\";s:11:\"trend_index\";s:3:\"596\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:686;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas – Gift Shop\";s:9:\"thumbnail\";s:71:\"httpss://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"197\";s:16:\"popularity_index\";s:3:\"510\";s:11:\"trend_index\";s:3:\"635\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:687;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas – Car Agency\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"httpss://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"198\";s:16:\"popularity_index\";s:3:\"494\";s:11:\"trend_index\";s:3:\"544\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:688;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas – Interior Design\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"httpss://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"199\";s:16:\"popularity_index\";s:3:\"468\";s:11:\"trend_index\";s:3:\"518\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:689;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas – Tree Shop\";s:9:\"thumbnail\";s:75:\"httpss://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"httpss://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"200\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"510\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:690;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas – Design Conference\";s:9:\"thumbnail\";s:64:\"httpss://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"httpss://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"201\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"627\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:691;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas – Snowboard Competition\";s:9:\"thumbnail\";s:74:\"httpss://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"httpss://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"202\";s:16:\"popularity_index\";s:3:\"424\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:692;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:82:\"httpss://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"httpss://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"203\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(251, 'elementor_remote_info_feed_data', 'a:5:{i:0;a:5:{s:5:\"title\";s:42:\"How to Migrate from Shopify to WooCommerce\";s:7:\"excerpt\";s:252:\"Wondering if you should move from Shopify to WooCommerce? In this article, we will discuss the advantages of using WooCommerce for your online store, and explain step-by-step how to make the transition from Shopify to WooCommerce in two different ways.\";s:7:\"created\";s:10:\"1591085572\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"httpss://elementor.com/blog/shopify-to-woocommerce/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:56:\"8 Best WordPress Security Plugins to Lock Down Your Site\";s:7:\"excerpt\";s:261:\"Security plugins are a crucial part of your website or your clients website protection. To help you choose the best WordPress security plugin for your needs, we\'ve collected 8 great options that can help with security hardening, firewalls, and malware scanning.\";s:7:\"created\";s:10:\"1590569303\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:126:\"httpss://elementor.com/blog/wordpress-security-plugin/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:37:\"How to Find Freelance Web Design Work\";s:7:\"excerpt\";s:208:\"What is the best way for web designers who are looking for freelance web design work to find their next gig? It’s a competitive market out there, so here are our top tips for finding work as a web designer.\";s:7:\"created\";s:10:\"1590484112\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"httpss://elementor.com/blog/find-web-design-work-2/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:56:\"How to Create a Custom WordPress 404 Page With Elementor\";s:7:\"excerpt\";s:227:\"In this post, we\'ll talk a little bit about what your 404 page is and why it\'s important. Then, we\'ll show you some real-world examples and walk you through the steps to build your own custom WordPress 404 page using Elementor.\";s:7:\"created\";s:10:\"1590313832\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:143:\"httpss://elementor.com/blog/create-custom-wordpress-404-page-elementor/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:62:\"Monthly Template Kits #10: The Barbershop Website Template Kit\";s:7:\"excerpt\";s:265:\"This month’s Template Kit is an authentic and hip barbershop website template that makes it simple and easy for businesses to create their own website with Elementor. Adjust the template to your business needs and to set up your website in a quick and simple way.\";s:7:\"created\";s:10:\"1589908997\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:124:\"httpss://elementor.com/blog/barbershop-template-kit/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(255, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(256, 'client-types_children', 'a:0:{}', 'yes'),
(257, 'offer-types_children', 'a:0:{}', 'yes'),
(258, 'portfolio-types_children', 'a:0:{}', 'yes'),
(259, 'slide-types_children', 'a:0:{}', 'yes'),
(260, 'testimonial-types_children', 'a:0:{}', 'yes'),
(261, 'elementor_disable_color_schemes', 'yes', 'yes'),
(262, 'elementor_disable_typography_schemes', 'yes', 'yes'),
(263, 'elementor_load_fa4_shim', 'yes', 'yes'),
(264, 'elementor_stretched_section_container', '#Wrapper', 'yes'),
(265, 'elementor_viewport_lg', '960', 'yes'),
(267, 'elementor_cpt_support', 'a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:9:\"portfolio\";}', 'yes'),
(270, 'sidebars_widgets', 'a:18:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:6:\"text-2\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:8:\"search-2\";i:4;s:12:\"categories-2\";i:5;s:14:\"recent-posts-2\";i:6;s:17:\"recent-comments-2\";}s:13:\"footer-area-1\";a:2:{i:0;s:6:\"text-8\";i:1;s:6:\"text-9\";}s:13:\"footer-area-2\";a:2:{i:0;s:6:\"text-5\";i:1;s:7:\"text-10\";}s:13:\"footer-area-3\";a:2:{i:0;s:6:\"text-6\";i:1;s:7:\"text-11\";}s:13:\"footer-area-4\";a:2:{i:0;s:6:\"text-3\";i:1;s:7:\"text-12\";}s:13:\"footer-area-5\";a:2:{i:0;s:6:\"text-7\";i:1;s:7:\"text-13\";}s:10:\"top-area-1\";a:0:{}s:10:\"top-area-2\";a:0:{}s:10:\"top-area-3\";a:0:{}s:10:\"top-area-4\";a:0:{}s:10:\"mfn-search\";a:0:{}s:5:\"forum\";a:0:{}s:5:\"buddy\";a:0:{}s:6:\"events\";a:0:{}s:3:\"edd\";a:0:{}s:4:\"shop\";a:0:{}s:22:\"blog-cat-uncategorized\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(274, 'layerslider_update_info', 'O:8:\"stdClass\":5:{s:5:\"basic\";O:8:\"stdClass\":11:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"6.11.1\";s:5:\"icons\";a:3:{s:2:\"1x\";s:90:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:90:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:90:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:95:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:96:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:96:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:39:\"httpss://layerslider.kreaturamedia.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:5:\"5.3.0\";s:14:\"upgrade_notice\";s:304:\"This is a massive update that is intended to maximize compatibility with the latest version of WordPress and other popular plugins. It also includes important security patches, new features, bug fixes, and a whole lot of important changes under the hood. Updating to this version is a MUST for everybody.\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:73:\"https://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:5:\"p_url\";s:47:\"httpss://layerslider.kreaturamedia.com/pricing/\";s:7:\"version\";s:6:\"6.11.1\";s:12:\"last_updated\";s:10:\"2020-04-01\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:5:\"5.3.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3147;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:304:\"This is a massive update that is intended to maximize compatibility with the latest version of WordPress and other popular plugins. It also includes important security patches, new features, bug fixes, and a whole lot of important changes under the hood. Updating to this version is a MUST for everybody.\";s:4:\"beta\";s:304:\"This is a massive update that is intended to maximize compatibility with the latest version of WordPress and other popular plugins. It also includes important security patches, new features, bug fixes, and a whole lot of important changes under the hood. Updating to this version is a MUST for everybody.\";s:4:\"edge\";s:304:\"This is a massive update that is intended to maximize compatibility with the latest version of WordPress and other popular plugins. It also includes important security patches, new features, bug fixes, and a whole lot of important changes under the hood. Updating to this version is a MUST for everybody.\";}s:6:\"author\";s:81:\"<a href=\"https://codecanyon.net/user/kreatura\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:39:\"httpss://layerslider.kreaturamedia.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:90:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:90:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:90:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:95:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:96:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:96:\"httpss://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:344:\"<p style=\"text-align: justify;\">\n <a href=\"httpss://layerslider.kreaturamedia.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:564:\"<p style=\"text-align: justify;\">\n Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"httpss://layerslider.kreaturamedia.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:612:\"<p style=\"text-align: justify;\">\n Please visit our <a href=\"httpss://layerslider.kreaturamedia.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"httpss://layerslider.kreaturamedia.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"httpss://layerslider.kreaturamedia.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"httpss://layerslider.kreaturamedia.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"httpss://layerslider.kreaturamedia.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:6:\"6.11.1\";s:14:\"_not_activated\";b:1;s:7:\"checked\";i:1591730427;}', 'yes'),
(414, 'mfn_header_builder', '{\"desktop\":{\"layoutPosition\":\"top\",\"grid\":{\"status\":\"custom\",\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"layout\":\"full_width\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":true}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[{\"name\":\"logo\",\"uuid\":\"PZtmu5qqu\",\"form\":{\"logo\":\"https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300.png\",\"height\":\"30\",\"retinaLogo\":\"https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300@2x.png\",\"options\":{\"overflowLogo\":false}}}],\"center\":[],\"right\":[{\"name\":\"extras\",\"uuid\":\"MgvCeAi4y\",\"form\":{\"shopIcon\":\"icon-address\",\"searchStyle\":\"hide\",\"searchType\":\"products\",\"wpmlStyle\":\"langName\",\"wpmlArrangement\":\"dropdown\"},\"style\":{\"iconColor\":\"#ffffff\",\"hoverColor\":\"#0095eb\"}},{\"name\":\"menu\",\"uuid\":\"xa9HaDQOK\",\"form\":{\"options\":{\"bordersBetweenItems\":false,\"arrowsForItemsWithSubmenu\":false,\"foldSubmenusForLast2ItemsToRight\":false},\"replaceWithMenuIcon\":\"tabletMobile\",\"menu\":\"0\"},\"style\":{\"font\":{\"fontFamily\":\"Noto Sans\",\"fontSize\":\"15\",\"fontStyle\":\"400\",\"letterSpacing\":0},\"linkColor\":\"#ffffff\",\"hoverLinkColor\":\"#0095eb\",\"activeLinkColor\":\"#0095eb\",\"subBackgroundColor\":\"#f2f2f2\",\"subLinkColor\":\"#333333\",\"subHoverLinkColor\":\"#0095eb\",\"subActiveLinkColor\":\"#0095eb\"}}]}},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}}},\"desktopSticky\":{\"layoutPosition\":\"top\",\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"#ffffff\",\"layout\":\"wrap_into_grid\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":true}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[],\"center\":[],\"right\":[]}},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}}},\"tablet\":{\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"#ffffff\",\"layout\":\"wrap_into_grid\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[],\"center\":[],\"right\":[]}},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"inactiveItems\":[],\"layoutPosition\":\"top\"},\"tabletSticky\":{\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"#ffffff\",\"layout\":\"wrap_into_grid\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[],\"center\":[],\"right\":[]}},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"inactiveItems\":[],\"layoutPosition\":\"top\"},\"mobile\":{\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"#ffffff\",\"layout\":\"wrap_into_grid\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[],\"center\":[],\"right\":[]}},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"inactiveItems\":[],\"layoutPosition\":\"top\"},\"mobileSticky\":{\"grid\":{\"status\":\"auto\",\"options\":{\"backgroundColor\":\"#ffffff\",\"layout\":\"wrap_into_grid\",\"backgroundImage\":{\"bgImg\":\"\",\"positionVertical\":\"top\",\"positionHorizontal\":\"left\",\"repeat\":\"repeat\",\"size\":\"auto\"},\"headerOnTop\":false}},\"actionBar\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"40\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"firstRow\":{\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"left\":[],\"center\":[],\"right\":[]}},\"secondRow\":{\"active\":false,\"options\":{\"backgroundColor\":\"rgba(255,255,255,0)\",\"height\":\"80\"},\"items\":{\"all\":[],\"left\":[],\"center\":[],\"right\":[]}},\"inactiveItems\":[],\"layoutPosition\":\"top\"}}', 'no'),
(415, 'ls-latest-version', '6.11.1', 'yes'),
(416, 'ls-p-url', 'httpss://layerslider.kreaturamedia.com/pricing/', 'yes'),
(419, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(420, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(421, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(422, 'elementor_active_kit', '82', 'yes'),
(423, 'ls-store-last-updated', '1590703580', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(424, 'ls-store-data', 'a:5:{s:12:\"last_updated\";s:10:\"2020-05-26\";s:7:\"sliders\";a:85:{s:19:\"architecture-slider\";a:7:{s:8:\"released\";s:10:\"2020-05-26\";s:4:\"name\";s:19:\"Architecture Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:67:\"httpss://layerslider.kreaturamedia.com/sliders/architecture-slider/\";s:7:\"preview\";s:81:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/architecture-slider.jpg\";}s:22:\"product-showcase-light\";a:7:{s:8:\"released\";s:10:\"2020-05-18\";s:4:\"name\";s:26:\"Product Showcase – Light\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:25:\"new,premium,slider,static\";s:3:\"url\";s:70:\"httpss://layerslider.kreaturamedia.com/sliders/product-showcase-light/\";s:7:\"preview\";s:84:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/product-showcase-light.jpg\";}s:12:\"fashion-shop\";a:7:{s:8:\"released\";s:10:\"2020-05-12\";s:4:\"name\";s:12:\"Fashion Shop\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:22:\"new,free,slider,static\";s:3:\"url\";s:60:\"httpss://layerslider.kreaturamedia.com/sliders/fashion-shop/\";s:7:\"preview\";s:74:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/fashion-shop.jpg\";}s:12:\"pixel-agency\";a:7:{s:8:\"released\";s:10:\"2020-05-05\";s:4:\"name\";s:12:\"PIXEL Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:55:\"new,premium,fullwidth,landing,website,text,popup,static\";s:3:\"url\";s:60:\"httpss://layerslider.kreaturamedia.com/sliders/pixel-agency/\";s:7:\"preview\";s:74:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/pixel-agency.jpg\";}s:11:\"mode-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-28\";s:4:\"name\";s:11:\"Mode Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:30:\"new,free,fullwidth,slider,text\";s:3:\"url\";s:59:\"httpss://layerslider.kreaturamedia.com/sliders/mode-slider/\";s:7:\"preview\";s:73:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/mode-slider.jpg\";}s:13:\"mountain-bike\";a:7:{s:8:\"released\";s:10:\"2020-04-22\";s:4:\"name\";s:13:\"Mountain Bike\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.11.1\";s:6:\"groups\";s:45:\"premium,new,fullsize,landing,pack,static,text\";s:3:\"url\";s:61:\"httpss://layerslider.kreaturamedia.com/sliders/mountain-bike/\";s:7:\"preview\";s:75:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/mountain-bike.jpg\";}s:18:\"aerial-photography\";a:7:{s:8:\"released\";s:10:\"2020-04-14\";s:4:\"name\";s:18:\"Aerial Photography\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,new,slider,static,text,kenburns\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/sliders/aerial-photography/\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/aerial-photography.jpg\";}s:24:\"simple-fullscreen-slider\";a:7:{s:8:\"released\";s:10:\"2020-04-07\";s:4:\"name\";s:24:\"Simple Fullscreen Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:46:\"free,new,fullsize,landing,static,text,kenburns\";s:3:\"url\";s:72:\"httpss://layerslider.kreaturamedia.com/sliders/simple-fullscreen-slider/\";s:7:\"preview\";s:86:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/simple-fullscreen-slider.jpg\";}s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:68:\"httpss://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:83:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:81:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:61:\"httpss://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:38:\"premium,new,parallax,popup,loop,filter\";s:3:\"url\";s:67:\"httpss://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:82:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:9:\"xmas-2019\";a:7:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:9:\"Xmas 2019\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:39:\"premium,new,parallax,slider,loop,filter\";s:3:\"url\";s:57:\"httpss://layerslider.kreaturamedia.com/sliders/xmas-2019/\";s:7:\"preview\";s:71:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/xmas-2019.jpg\";}s:18:\"creative-portraits\";a:7:{s:8:\"released\";s:10:\"2019-12-09\";s:4:\"name\";s:18:\"Creative Portraits\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:36:\"premium,new,fullwidth,landing,static\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/sliders/creative-portraits/\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/creative-portraits.jpg\";}s:13:\"parallax-city\";a:7:{s:8:\"released\";s:10:\"2019-12-02\";s:4:\"name\";s:13:\"Parallax City\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:62:\"premium,new,landing,pack,parallax,text,blend,fullwidth,website\";s:3:\"url\";s:61:\"httpss://layerslider.kreaturamedia.com/sliders/parallax-city/\";s:7:\"preview\";s:75:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/parallax-city.jpg\";}s:10:\"cybertruck\";a:7:{s:8:\"released\";s:10:\"2019-11-28\";s:4:\"name\";s:10:\"Cybertruck\";s:7:\"premium\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:43:\"premium,new,fullsize,landing,specialeffects\";s:3:\"url\";s:58:\"httpss://layerslider.kreaturamedia.com/sliders/cybertruck/\";s:7:\"preview\";s:72:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/cybertruck.jpg\";}s:17:\"summer-collection\";a:7:{s:8:\"released\";s:10:\"2019-11-21\";s:4:\"name\";s:17:\"Summer Collection\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:25:\"free,new,fullwidth,slider\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/sliders/summer-collection/\";s:7:\"preview\";s:79:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/summer-collection.jpg\";}s:18:\"nature-slider-pack\";a:7:{s:8:\"released\";s:10:\"2019-11-14\";s:4:\"name\";s:18:\"Nature Slider PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.9.0\";s:6:\"groups\";s:66:\"premium,new,text,blend,fullwidth,media,landing,packs,popup,website\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/sliders/nature-slider-pack/\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/nature-slider-pack.jpg\";}s:20:\"catering-xmas-slider\";a:7:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:32:\"premium,static,text,blend,slider\";s:3:\"url\";s:73:\"httpss://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:82:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:53:\"premium,loop,parallax,blendmode,specialeffects,slider\";s:3:\"url\";s:68:\"httpss://layerslider.kreaturamedia.com/sliders/discover-the-details/\";s:7:\"preview\";s:82:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:60:\"premium,loop,filter,blendmode,fullsize,specialeffects,slider\";s:3:\"url\";s:58:\"httpss://layerslider.kreaturamedia.com/sliders/rainforest/\";s:7:\"preview\";s:72:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:26:\"premium,experiments,slider\";s:3:\"url\";s:78:\"httpss://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:92:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:40:\"premium,parallax,experiments,text,slider\";s:3:\"url\";s:68:\"httpss://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:82:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,fullsize,loop,filter,specialeffects,slider\";s:3:\"url\";s:62:\"httpss://layerslider.kreaturamedia.com/sliders/vintage-photos/\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:71:\"premium,parallax,fullsize,loop,filter,experiments,specialeffects,slider\";s:3:\"url\";s:56:\"httpss://layerslider.kreaturamedia.com/sliders/aquarium/\";s:7:\"preview\";s:70:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:54:\"premium,parallax,text,blendmode,experiments,api,slider\";s:3:\"url\";s:64:\"httpss://layerslider.kreaturamedia.com/sliders/what-is-the-time/\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,text,parallax,packs,website\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/sliders/personal-page-pack/\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:69:\"premium,fullsize,fullwidth,landing,parallax,static,loop,packs,website\";s:3:\"url\";s:67:\"httpss://layerslider.kreaturamedia.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:81:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:32:\"premium,fullwidth,landing,static\";s:3:\"url\";s:62:\"httpss://layerslider.kreaturamedia.com/sliders/dynamic-slider/\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:50:\"premium,text,loop,parallax,static,blendmode,slider\";s:3:\"url\";s:62:\"httpss://layerslider.kreaturamedia.com/sliders/colorful-cases/\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:44:\"premium,fullwidth,text,landing,packs,website\";s:3:\"url\";s:64:\"httpss://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:61:\"httpss://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:84:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:81:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:86:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:55:\"premium,experiments,specialeffects,parallax,text,slider\";s:3:\"url\";s:68:\"httpss://layerslider.kreaturamedia.com/sliders/global-hover-example/\";s:7:\"preview\";s:82:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:35:\"premium,kenburns,filter,text,slider\";s:3:\"url\";s:58:\"httpss://layerslider.kreaturamedia.com/sliders/gastronomy/\";s:7:\"preview\";s:72:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:53:\"premium,specialeffects,loop,blendmode,parallax,slider\";s:3:\"url\";s:61:\"httpss://layerslider.kreaturamedia.com/sliders/police-lights/\";s:7:\"preview\";s:75:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:44:\"premium,specialeffects,loop,blendmode,slider\";s:3:\"url\";s:64:\"httpss://layerslider.kreaturamedia.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:70:\"premium,specialeffects,text,blendmode,experiments,loop,parallax,slider\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:85:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,parallax,specialeffects,fullsize,slider\";s:3:\"url\";s:64:\"httpss://layerslider.kreaturamedia.com/sliders/flying-banners-2/\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:75:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api,slider\";s:3:\"url\";s:62:\"httpss://layerslider.kreaturamedia.com/sliders/layerslider-v6/\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:45:\"free,parallax,loop,text,specialeffects,slider\";s:3:\"url\";s:64:\"httpss://layerslider.kreaturamedia.com/sliders/flying-banners-1/\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"free,parallax,experiments,specialeffects,slider\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/sliders/anniversary-slider/\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:61:\"premium,experiments,specialeffects,3dtransition,slider,addons\";s:3:\"url\";s:55:\"httpss://layerslider.kreaturamedia.com/sliders/origami/\";s:7:\"preview\";s:69:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:70:\"premium,experiments,specialeffects,kenburns,3dtransition,slider,addons\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/sliders/origami-buildings/\";s:7:\"preview\";s:79:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:52:\"experiments,free,loop,parallax,specialeffects,slider\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/sliders/autumn-experiment/\";s:7:\"preview\";s:79:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:47:\"experiments,free,parallax,specialeffects,slider\";s:3:\"url\";s:76:\"httpss://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:90:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"fullwidth,parallax,premium,static,slider\";s:3:\"url\";s:64:\"httpss://layerslider.kreaturamedia.com/sliders/furniture-slider/\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:72:\"api,experiments,media,parallax,premium,specialeffects,static,text,slider\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/sliders/room-experiment/\";s:7:\"preview\";s:77:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:44:\"premium,fullwidth,specialeffects,text,slider\";s:3:\"url\";s:59:\"httpss://layerslider.kreaturamedia.com/sliders/drag-n-drop/\";s:7:\"preview\";s:73:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:21:\"premium,static,slider\";s:3:\"url\";s:58:\"httpss://layerslider.kreaturamedia.com/sliders/headphones/\";s:7:\"preview\";s:72:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:80:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop,slider,addons\";s:3:\"url\";s:62:\"httpss://layerslider.kreaturamedia.com/sliders/play-by-scroll/\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:70:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop,slider\";s:3:\"url\";s:62:\"httpss://layerslider.kreaturamedia.com/sliders/sky-experience/\";s:7:\"preview\";s:65:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg\";}s:9:\"halloween\";a:6:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:42:\"free,fullsize,text,experiments,loop,slider\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/sliders/happy-halloween/\";s:7:\"preview\";s:71:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/sliders/creative-agency/\";s:7:\"preview\";s:77:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/sliders/interactive-slider/\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:57:\"httpss://layerslider.kreaturamedia.com/sliders/ecommerce/\";s:7:\"preview\";s:71:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg\";}s:17:\"landing-page-pack\";a:6:{s:4:\"name\";s:17:\"Landing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,fullwidth,landing,parallax,text,packs,website\";s:3:\"url\";s:60:\"httpss://layerslider.kreaturamedia.com/sliders/landing-page/\";s:7:\"preview\";s:79:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/landing-page-pack.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:54:\"httpss://layerslider.kreaturamedia.com/sliders/hiking/\";s:7:\"preview\";s:68:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:60:\"httpss://layerslider.kreaturamedia.com/sliders/movie-slider/\";s:7:\"preview\";s:74:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:70:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode,landing\";s:3:\"url\";s:60:\"httpss://layerslider.kreaturamedia.com/sliders/photo-studio/\";s:7:\"preview\";s:74:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:42:\"premium,fullwidth,parallax,carousel,slider\";s:3:\"url\";s:53:\"httpss://layerslider.kreaturamedia.com/sliders/shoes/\";s:7:\"preview\";s:67:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,specialeffects,slider\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:73:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg\";}s:4:\"xmas\";a:6:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:67:\"premium,parallax,filter,experiments,specialeffects,text,loop,slider\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/sliders/merry-christmas/\";s:7:\"preview\";s:66:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:44:\"premium,fullsize,api,experiments,loop,slider\";s:3:\"url\";s:61:\"httpss://layerslider.kreaturamedia.com/sliders/vintage-clock/\";s:7:\"preview\";s:67:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:45:\"premium,fullwidth,experiments,api,loop,slider\";s:3:\"url\";s:56:\"httpss://layerslider.kreaturamedia.com/sliders/car-show/\";s:7:\"preview\";s:70:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:20:\"free,carousel,slider\";s:3:\"url\";s:56:\"httpss://layerslider.kreaturamedia.com/sliders/carousel/\";s:7:\"preview\";s:70:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:33:\"premium,fullwidth,parallax,slider\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/sliders/parallax-slider/\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:61:\"httpss://layerslider.kreaturamedia.com/sliders/simple-slider/\";s:7:\"preview\";s:75:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/sliders/image-slideshow/\";s:7:\"preview\";s:74:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:24:\"premium,fullwidth,slider\";s:3:\"url\";s:67:\"httpss://layerslider.kreaturamedia.com/sliders/client-testimonials/\";s:7:\"preview\";s:81:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:30:\"premium,fullwidth,media,slider\";s:3:\"url\";s:64:\"httpss://layerslider.kreaturamedia.com/sliders/fixed-background/\";s:7:\"preview\";s:70:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:11:\"free,slider\";s:3:\"url\";s:70:\"httpss://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:84:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:30:\"free,3dtransition,media,slider\";s:3:\"url\";s:62:\"httpss://layerslider.kreaturamedia.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:68:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:26:\"free,parallax,media,slider\";s:3:\"url\";s:62:\"httpss://layerslider.kreaturamedia.com/sliders/layerslider-v5/\";s:7:\"preview\";s:64:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"free,media,slider\";s:3:\"url\";s:60:\"httpss://layerslider.kreaturamedia.com/sliders/video-slider/\";s:7:\"preview\";s:74:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:14:\"premium,slider\";s:3:\"url\";s:55:\"httpss://layerslider.kreaturamedia.com/sliders/restort/\";s:7:\"preview\";s:68:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg\";}}s:15:\"kreatura-popups\";a:15:{s:21:\"covid-19-notification\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:21:\"COVID-19 Notification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:68:\"httpss://layerslider.kreaturamedia.com/popups/#covid-19-notification\";s:7:\"preview\";s:83:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/covid-19-notification.jpg\";}s:19:\"covid-19-bottom-bar\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:19:\"COVID-19 Bottom Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/popups/#covid-19-bottom-bar\";s:7:\"preview\";s:81:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/covid-19-bottom-bar.jpg\";}s:14:\"top-bar-notice\";a:8:{s:8:\"released\";s:10:\"2020-04-01\";s:4:\"name\";s:14:\"Top Bar Notice\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:17:\"premium,new,popup\";s:3:\"url\";s:61:\"httpss://layerslider.kreaturamedia.com/popups/#top-bar-notice\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/top-bar-notice.jpg\";}s:20:\"christmas-snow-globe\";a:8:{s:8:\"released\";s:10:\"2019-12-19\";s:4:\"name\";s:20:\"Christmas Snow Globe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:34:\"premium,parallax,popup,loop,filter\";s:3:\"url\";s:67:\"httpss://layerslider.kreaturamedia.com/popups/#christmas-snow-globe\";s:7:\"preview\";s:82:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/christmas-snow-globe.jpg\";}s:14:\"discount-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:13:\"premium,popup\";s:3:\"url\";s:61:\"httpss://layerslider.kreaturamedia.com/popups/#discount-popup\";s:7:\"preview\";s:76:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:18:\"social-share-popup\";a:8:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:17:\"premium,popup,api\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#social-share-popup\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:16:\"popup-guide-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/popups/#popup-guide-demo\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,text\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#popup-welcome-demo\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:27:\"premium,popup,parallax,loop\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/#popup-transparent-demo\";s:7:\"preview\";s:84:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#popup-sidebar-demo\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:22:\"premium,popup,kenburns\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/popups/#popup-photo-gallery\";s:7:\"preview\";s:81:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:20:\"premium,popup,static\";s:3:\"url\";s:63:\"httpss://layerslider.kreaturamedia.com/popups/#popup-modal-demo\";s:7:\"preview\";s:78:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:30:\"premium,popup,experiments,text\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#popup-infobar-demo\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:43:\"premium,popup,experiments,fullsize,parallax\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/#popup-fullsize-desk-demo\";s:7:\"preview\";s:86:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:8:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:25:\"premium,popup,experiments\";s:3:\"url\";s:65:\"httpss://layerslider.kreaturamedia.com/popups/#conversation-popup\";s:7:\"preview\";s:80:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}}s:19:\"webshopworks-popups\";a:65:{s:16:\"reveal-your-deal\";a:7:{s:4:\"name\";s:16:\"Reveal Your Deal\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:31:\"sales,coupon,seasonal,promotion\";s:3:\"url\";s:76:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#reveal-your-deal\";s:7:\"preview\";s:98:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/reveal-your-deal.jpg\";}s:27:\"christmas-sidebar-countdown\";a:7:{s:4:\"name\";s:27:\"Christmas Sidebar Countdown\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:87:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sidebar-countdown\";s:7:\"preview\";s:109:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sidebar-countdown.jpg\";}s:20:\"christmas-sale-santa\";a:7:{s:4:\"name\";s:20:\"Christmas Sale Santa\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:80:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale-santa\";s:7:\"preview\";s:102:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale-santa.jpg\";}s:11:\"santa-walks\";a:7:{s:4:\"name\";s:11:\"Santa Walks\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#santa-walks\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/santa-walks.jpg\";}s:14:\"christmas-sale\";a:7:{s:4:\"name\";s:14:\"Christmas Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"seasonal,sales\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-sale\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-sale.jpg\";}s:12:\"gift-voucher\";a:7:{s:4:\"name\";s:12:\"Gift Voucher\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"newsletter,coupon,sales,seasonal\";s:3:\"url\";s:72:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#gift-voucher\";s:7:\"preview\";s:94:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/gift-voucher.jpg\";}s:16:\"christmas-topbar\";a:7:{s:4:\"name\";s:17:\"Christmas Top Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#christmas-topbar\";s:7:\"preview\";s:98:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/christmas-topbar.jpg\";}s:14:\"black-friday-9\";a:7:{s:4:\"name\";s:15:\"Black Friday #9\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-9\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-9.jpg\";}s:14:\"black-friday-8\";a:7:{s:4:\"name\";s:15:\"Black Friday #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-8\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-8.jpg\";}s:20:\"black-friday-premium\";a:7:{s:4:\"name\";s:20:\"Black Friday Premium\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:80:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-premium\";s:7:\"preview\";s:102:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-premium.jpg\";}s:14:\"black-friday-7\";a:7:{s:4:\"name\";s:15:\"Black Friday #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-7\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-7.jpg\";}s:11:\"todays-sale\";a:7:{s:4:\"name\";s:14:\"Today’s Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#todays-sale\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/todays-sale.jpg\";}s:9:\"sign-up-6\";a:7:{s:4:\"name\";s:10:\"Sign Up #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-6\";s:7:\"preview\";s:91:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-6.jpg\";}s:9:\"sign-up-7\";a:7:{s:4:\"name\";s:10:\"Sign Up #7\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-7\";s:7:\"preview\";s:91:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-7.jpg\";}s:9:\"sign-up-8\";a:7:{s:4:\"name\";s:10:\"Sign Up #8\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-8\";s:7:\"preview\";s:91:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-8.jpg\";}s:20:\"get-in-touch-with-us\";a:7:{s:4:\"name\";s:20:\"Get in Touch with Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:80:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch-with-us\";s:7:\"preview\";s:102:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch-with-us.jpg\";}s:17:\"top-bar-subscribe\";a:7:{s:4:\"name\";s:17:\"Top Bar Subscribe\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:77:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#top-bar-subscribe\";s:7:\"preview\";s:99:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/top-bar-subscribe.jpg\";}s:7:\"sign-up\";a:7:{s:4:\"name\";s:7:\"Sign Up\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:67:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up\";s:7:\"preview\";s:89:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up.jpg\";}s:14:\"black-friday-6\";a:7:{s:4:\"name\";s:15:\"Black Friday #6\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-6\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-6.jpg\";}s:14:\"black-friday-5\";a:7:{s:4:\"name\";s:15:\"Black Friday #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-5\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-5.jpg\";}s:14:\"black-friday-4\";a:7:{s:4:\"name\";s:15:\"Black Friday #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-4\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-4.jpg\";}s:14:\"black-friday-1\";a:7:{s:4:\"name\";s:15:\"Black Friday #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-1\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-1.jpg\";}s:17:\"spring-super-sale\";a:7:{s:4:\"name\";s:17:\"Spring Super Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:77:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#spring-super-sale\";s:7:\"preview\";s:99:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-super-sale.jpg\";}s:8:\"discount\";a:7:{s:4:\"name\";s:8:\"Discount\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:68:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#discount\";s:7:\"preview\";s:90:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount.jpg\";}s:9:\"sign-up-3\";a:7:{s:4:\"name\";s:10:\"Sign Up #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-3\";s:7:\"preview\";s:91:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-3.jpg\";}s:22:\"sidebar-countdown-sale\";a:7:{s:4:\"name\";s:22:\"Sidebar Countdown Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:22:\"sales,promotion,coupon\";s:3:\"url\";s:82:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#sidebar-countdown-sale\";s:7:\"preview\";s:104:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sidebar-countdown-sale.jpg\";}s:15:\"countdown-timer\";a:7:{s:4:\"name\";s:15:\"Countdown Timer\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:14:\"sales,seasonal\";s:3:\"url\";s:75:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#countdown-timer\";s:7:\"preview\";s:97:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/countdown-timer.jpg\";}s:10:\"discount-5\";a:7:{s:4:\"name\";s:11:\"Discount #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:70:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#discount-5\";s:7:\"preview\";s:92:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-5.jpg\";}s:10:\"discount-2\";a:7:{s:4:\"name\";s:10:\"Discount 2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:70:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#discount-2\";s:7:\"preview\";s:92:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-2.jpg\";}s:11:\"subscribe-5\";a:7:{s:4:\"name\";s:12:\"Subscribe #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:23:\"newsletter,sales,coupon\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-5\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-5.jpg\";}s:9:\"mega-sale\";a:7:{s:4:\"name\";s:9:\"Mega Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#mega-sale\";s:7:\"preview\";s:91:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mega-sale.jpg\";}s:10:\"discount-4\";a:7:{s:4:\"name\";s:10:\"Discount 4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:15:\"sales,promotion\";s:3:\"url\";s:70:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#discount-4\";s:7:\"preview\";s:92:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-4.jpg\";}s:8:\"info-bar\";a:7:{s:4:\"name\";s:8:\"Info Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:68:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#info-bar\";s:7:\"preview\";s:90:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/info-bar.jpg\";}s:11:\"subscribe-4\";a:7:{s:4:\"name\";s:12:\"Subscribe #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:20:\"newsletter,promotion\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-4\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-4.jpg\";}s:10:\"contact-us\";a:7:{s:4:\"name\";s:10:\"Contact Us\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:70:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#contact-us\";s:7:\"preview\";s:92:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/contact-us.jpg\";}s:10:\"discount-3\";a:7:{s:4:\"name\";s:10:\"Discount 3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:5:\"sales\";s:3:\"url\";s:70:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#discount-3\";s:7:\"preview\";s:92:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/discount-3.jpg\";}s:9:\"sign-up-4\";a:7:{s:4:\"name\";s:10:\"Sign Up #4\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-4\";s:7:\"preview\";s:91:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-4.jpg\";}s:4:\"mail\";a:7:{s:4:\"name\";s:4:\"Mail\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:64:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#mail\";s:7:\"preview\";s:86:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mail.jpg\";}s:18:\"kitchen-appliances\";a:7:{s:4:\"name\";s:18:\"Kitchen Appliances\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:78:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#kitchen-appliances\";s:7:\"preview\";s:100:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/kitchen-appliances.jpg\";}s:11:\"subscribe-3\";a:7:{s:4:\"name\";s:12:\"Subscribe #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-3\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-3.jpg\";}s:6:\"ticket\";a:7:{s:4:\"name\";s:6:\"Ticket\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:12:\"sales,coupon\";s:3:\"url\";s:66:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#ticket\";s:7:\"preview\";s:88:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/ticket.jpg\";}s:8:\"hey-wait\";a:7:{s:4:\"name\";s:10:\"Hey, wait!\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"exit-intent,newsletter,sales,coupon\";s:3:\"url\";s:68:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#hey-wait\";s:7:\"preview\";s:90:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/hey-wait.jpg\";}s:9:\"subscribe\";a:7:{s:4:\"name\";s:12:\"Subscribe #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe\";s:7:\"preview\";s:91:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe.jpg\";}s:11:\"subscribe-2\";a:7:{s:4:\"name\";s:12:\"Subscribe #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"newsletter,fullscreen\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#subscribe-2\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/subscribe-2.jpg\";}s:16:\"age-verification\";a:7:{s:4:\"name\";s:16:\"Age Verification\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:27:\"age-verification,fullscreen\";s:3:\"url\";s:76:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#age-verification\";s:7:\"preview\";s:98:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/age-verification.jpg\";}s:12:\"get-in-touch\";a:7:{s:4:\"name\";s:12:\"Get in Touch\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"contact-us\";s:3:\"url\";s:72:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#get-in-touch\";s:7:\"preview\";s:94:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/get-in-touch.jpg\";}s:14:\"social-share-2\";a:7:{s:4:\"name\";s:15:\"Social Share #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#social-share-2\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/social-share-2.jpg\";}s:9:\"sign-up-2\";a:7:{s:4:\"name\";s:10:\"Sign Up #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-2\";s:7:\"preview\";s:91:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-2.jpg\";}s:11:\"watch-promo\";a:7:{s:4:\"name\";s:11:\"Watch Promo\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:21:\"promotion,exit-intent\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#watch-promo\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/watch-promo.jpg\";}s:19:\"product-accessories\";a:7:{s:4:\"name\";s:19:\"Product Accessories\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:9:\"promotion\";s:3:\"url\";s:79:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#product-accessories\";s:7:\"preview\";s:101:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/product-accessories.jpg\";}s:9:\"sign-up-5\";a:7:{s:4:\"name\";s:10:\"Sign Up #5\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:10:\"newsletter\";s:3:\"url\";s:69:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#sign-up-5\";s:7:\"preview\";s:91:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/sign-up-5.jpg\";}s:14:\"black-friday-2\";a:7:{s:4:\"name\";s:15:\"Black Friday #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-2\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-2.jpg\";}s:14:\"black-friday-3\";a:7:{s:4:\"name\";s:15:\"Black Friday #3\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#black-friday-3\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/black-friday-3.jpg\";}s:16:\"halloween-sale-2\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #2\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-2\";s:7:\"preview\";s:98:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-2.jpg\";}s:16:\"halloween-sale-1\";a:7:{s:4:\"name\";s:17:\"Halloween Sale #1\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:76:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#halloween-sale-1\";s:7:\"preview\";s:98:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/halloween-sale-1.jpg\";}s:12:\"pumpkin-sale\";a:7:{s:4:\"name\";s:12:\"Pumpkin Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:72:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#pumpkin-sale\";s:7:\"preview\";s:94:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/pumpkin-sale.jpg\";}s:11:\"spring-sale\";a:7:{s:4:\"name\";s:11:\"Spring Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#spring-sale\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/spring-sale.jpg\";}s:11:\"mothers-day\";a:7:{s:4:\"name\";s:14:\"Mother’s Day\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:35:\"sales,seasonal,promotion,fullscreen\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#mothers-day\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/mothers-day.jpg\";}s:20:\"easter-subscribe-bar\";a:7:{s:4:\"name\";s:20:\"Easter Subscribe Bar\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:25:\"sales,seasonal,newsletter\";s:3:\"url\";s:80:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#easter-subscribe-bar\";s:7:\"preview\";s:102:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-subscribe-bar.jpg\";}s:14:\"easter-welcome\";a:7:{s:4:\"name\";s:14:\"Easter Welcome\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:8:\"seasonal\";s:3:\"url\";s:74:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#easter-welcome\";s:7:\"preview\";s:96:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-welcome.jpg\";}s:17:\"easter-newsletter\";a:7:{s:4:\"name\";s:17:\"Easter Newsletter\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:32:\"sales,seasonal,newsletter,coupon\";s:3:\"url\";s:77:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#easter-newsletter\";s:7:\"preview\";s:99:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-newsletter.jpg\";}s:11:\"season-sale\";a:7:{s:4:\"name\";s:11:\"Season Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#season-sale\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/season-sale.jpg\";}s:11:\"easter-sale\";a:7:{s:4:\"name\";s:11:\"Easter Sale\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:71:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale\";s:7:\"preview\";s:93:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale.jpg\";}s:20:\"easter-sale-surprise\";a:7:{s:4:\"name\";s:20:\"Easter Sale Surprise\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:24:\"sales,seasonal,promotion\";s:3:\"url\";s:80:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#easter-sale-surprise\";s:7:\"preview\";s:102:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/easter-sale-surprise.jpg\";}s:18:\"join-the-community\";a:7:{s:4:\"name\";s:18:\"Join the Community\";s:7:\"premium\";b:1;s:5:\"popup\";b:1;s:8:\"requires\";s:6:\"6.10.0\";s:6:\"groups\";s:6:\"social\";s:3:\"url\";s:78:\"httpss://layerslider.kreaturamedia.com/popups/webshopworks/#join-the-community\";s:7:\"preview\";s:100:\"httpss://repository.kreaturamedia.com/v4/sliders/packages/webshopworks-popups/join-the-community.jpg\";}}s:16:\"important_notice\";a:9:{s:4:\"date\";s:10:\"2020-05-25\";s:5:\"title\";s:57:\"IMPORTANT: LayerSlider update required & special sale\";s:7:\"message\";s:871:\"You’re using an outdated version of LayerSlider, which lacks crucial fixes. You need to update to LayerSlider 6.11 or newer to be compatible with the latest versions of WordPress and popular 3rd party applications. New updates contain important security fixes, new features and content, countless improvements and bug fixes. Updating is necessary to use the product as intended.<br><br>Please refer to our online documentation for <a target=\"_blank\" href=\"httpss://layerslider.kreaturamedia.com/documentation/#updating\">updating instructions</a>. Don’t own a license yet? <a target=\"_blank\" href=\"httpss://layerslider.kreaturamedia.com/pricing/\">Purchase LayerSlider</a> now with 20% OFF using the promo code <b>UPDATE20</b> during checkout. Please <a target=\"_blank\" href=\"httpss://layerslider.kreaturamedia.com/contact/\">contact us</a> if you’re having questions.\";s:5:\"image\";s:0:\"\";s:6:\"banner\";a:5:{s:5:\"class\";s:0:\"\";s:5:\"style\";s:132:\"height: auto; margin: 39px auto 0 auto !important; min-width: 700px; max-width: 1700px; padding-right: 20px; box-sizing: border-box;\";s:3:\"url\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:7:\"content\";s:3449:\"\n\n <style>\n @import url(\"httpss://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap\");\n </style>\n <style>\n\n #lspr-inner {\n position: relative;\n height: auto;\n margin: 0 auto !important;\n background: #ff4d65;\n background: linear-gradient(to right, #ff4d65 0%,#ff894d 100%);\n border-radius: 1rem;\n border-radius: calc( 0.5rem + 0.5vw );\n }\n\n #lspr-heading-small {\n padding: 0 3rem;\n padding-top: 1.5rem;\n padding-top: calc( 1rem + 0.5vw );\n text-align: center;\n color: rgba(255,255,255,.75);\n font-size: 1rem;\n font-size: calc( 1rem + 0.5vw );\n font-family: Nunito, sans-serif;\n line-height: normal;\n }\n\n #lspr-heading {\n margin-top: 0.15rem;\n margin-top: 0.2vw;\n padding: 0 3rem;\n text-align: center;\n color: white;\n font-size: 1.5rem;\n font-weight: 600;\n line-height: 2rem;\n font-size: calc( 1.5rem + 0.6vw );\n font-family: Nunito, sans-serif;\n }\n\n .lspr-nowrap {\n white-space: nowrap;\n }\n\n .lspr-text {\n position: relative;\n z-index: 200;\n margin: 0.5rem auto 0 auto;\n padding: 0.3rem 3rem;\n color: white;\n font-family: Nunito, sans-serif;\n font-size: 1.2rem;\n font-size: calc( 0.7rem + 0.5vw );\n line-height: normal;\n text-align: justify;\n }\n\n #lspr-buttons {\n text-align: center;\n padding-bottom: 2rem;\n padding-bottom: calc( 1rem + 0.5vw );\n }\n\n #lspr-buttons a {\n margin: 1rem 1rem 0;\n text-decoration: none;\n color: #ff4d65;\n text-transform: uppercase;\n font-family: Nunito, sans-serif;\n font-weight: 800;\n display: inline-block;\n border-radius: 100px;\n background-color: white;\n padding: 0 1.5rem;\n line-height: 2.4rem;\n line-height: calc( 1.8rem + 0.5vw );\n font-size: 1.1rem;\n font-size: calc( 0.8rem + 0.25vw);\n transform: rotate(0.0001deg);\n transition: all 0.2s;\n box-shadow: none;\n }\n\n #lspr-buttons a:hover {\n transform: rotate(0.001deg) scale(1.05);\n box-shadow: 0 0.25vw 0.5vw rgba(0,0,0,0.15);\n }\n\n .layerslider_notice_img .dashicons-dismiss {\n right: 30px;\n }\n\n .lspr-bold {\n font-weight: 800 !important;\n }\n\n </style>\n <div id=\"lspr-inner\">\n <div id=\"lspr-heading-small\"></div>\n <div id=\"lspr-heading\">\n <span class=\"lspr-nowrap\">UPDATE REQUIRED &<br>LAYERSLIDER SPECIAL SALE<span>\n </div>\n\n <div class=\"lspr-text\">\n <span>You’re using an outdated version of LayerSlider, which lacks crucial fixes. You need to update to LayerSlider 6.11 or newer to be compatible with the latest versions of WordPress and popular 3rd party applications. New updates contain important security fixes, new features and content, countless improvements and bug fixes. Updating is necessary to use the product as intended.\n </span>\n </div>\n\n <div class=\"lspr-text\">\n <span>Updating is free for everyone. Check our \"How to Update\" guide for more information. We’re also running an update sale, and you can grab a license 20% OFF using the promo code <b class=\"lspr-bold\">UPDATE20</b> during checkout.\n </span>\n </div>\n\n <div id=\"lspr-buttons\">\n <a href=\"httpss://layerslider.kreaturamedia.com/how-to-update/\" target=\"_blank\">How to update</a>\n <a href=\"httpss://layerslider.kreaturamedia.com/pricing/\" target=\"_blank\">Get special deal now</a>\n <a href=\"httpss://layerslider.kreaturamedia.com/contact/\" target=\"_blank\">Contact us</a>\n </div>\n </div>\n \";}s:11:\"min_version\";s:0:\"\";s:11:\"max_version\";s:6:\"6.10.2\";s:11:\"unactivated\";b:0;s:10:\"url_filter\";s:33:\"layerslider index.php plugins.php\";}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(425, 'revslider_update_revision_current', '6.2.0', 'yes'),
(470, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(513, 'widget_widget_mfn_flickr', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(514, 'widget_widget_mfn_login', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(515, 'widget_widget_mfn_menu', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(516, 'widget_widget_mfn_recent_comments', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(517, 'widget_widget_mfn_recent_posts', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(518, 'widget_widget_mfn_tag_cloud', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(522, 'elementor_controls_usage', 'a:0:{}', 'no'),
(576, 'uaf_css_updated_timestamp', '1593868593', 'yes'),
(577, 'uaf_current_version', '5.11', 'yes'),
(578, 'uaf_font_data', '{\"200529104847\":{\"font_name\":\"syncopate-regular\",\"font_path\":\"200529104843Syncopate-Regular\"}}', 'yes'),
(579, 'uaf_font_display_property', 'auto', 'yes'),
(580, 'uaf_server_status', 'test_successfull', 'yes'),
(581, 'uaf_server_msg', '', 'yes'),
(582, 'uaf_api_key', 'dbcc7c9686833495e70fc7d1d9e2451d', 'yes'),
(583, 'uaf_font_implement', '{\"200529104906\":{\"font_key\":\"200529104847\",\"font_elements\":\"h1, h2, h3, h4, h5, h6, blockquote, #menu-main-menu li a, #menu-main-menu li span, #menu-main-menu-cz li a, #menu-main-menu-cz li span\"}}', 'yes'),
(584, 'uaf_disbale_editor_font_list', '', 'yes'),
(585, 'uaf_use_curl_uploader', '', 'yes'),
(586, 'uaf_use_absolute_font_path', '', 'yes'),
(587, 'uaf_use_alternative_server', '', 'yes'),
(588, 'uaf_enable_multi_lang_support', '', 'yes'),
(612, 'action_scheduler_hybrid_store_demarkation', '140', 'yes'),
(613, 'schema-ActionScheduler_StoreSchema', '3.0.1590772403', 'yes'),
(614, 'schema-ActionScheduler_LoggerSchema', '2.0.1590772403', 'yes'),
(615, 'wpforms_version', '1.6.0.2', 'yes'),
(616, 'wpforms_activated', 'a:1:{s:4:\"lite\";i:1590772403;}', 'yes'),
(619, 'action_scheduler_lock_async-request-runner', '1609759864', 'yes'),
(620, 'wpforms_version_lite', '1.6.0.2', 'yes'),
(621, 'widget_wpforms-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(625, 'wpforms_review', 'a:2:{s:4:\"time\";i:1590772406;s:9:\"dismissed\";b:0;}', 'yes'),
(641, '_transient_health-check-site-status-result', '{\"good\":10,\"recommended\":10,\"critical\":1}', 'yes'),
(671, 'wpforms_notifications', 'a:4:{s:6:\"update\";i:1590870984;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(681, 'cf_pro_db_v', '2', 'yes'),
(682, 'CF_DB', '7', 'yes'),
(683, 'widget_caldera_forms_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(685, '_calderaforms_lastupdate', '1.9.2', 'yes'),
(688, '_caldera_forms_styleincludes', 'a:3:{s:5:\"alert\";b:1;s:4:\"form\";b:1;s:4:\"grid\";b:1;}', 'yes'),
(1606, 'external_updates-updraftplus', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1609693289;s:14:\"checkedVersion\";s:9:\"2.16.43.1\";s:6:\"update\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"updraftplus\";s:7:\"version\";s:9:\"2.16.43.1\";s:12:\"download_url\";s:317:\"https://updraftplus.com/?udm_action=download&slug=updraftplus&muid=1&etoken=2eE5v3YZXw7wRh86z0dK2ihJzUIMbZFaxhOwHw0jnY9jbTwRQBr0Qs14ocxCS0DqGiJlpwaZSv%2FKTrJdy%2BOJKstJqqkiyq723kMo4zgaaQoNlVPJaaFSxQ1Eqq5bHxo5UyRU%2FFvTK4VkmoYNpPtrFJYPRyoLdMV1Ee0Kkh4uCx3X7rkW7UwSR02%2BtI7M9cPfjkhVUHjPRRPCtBsQtry2Hg%3D%3D&ig=/03d6959e\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:23:\"https://updraftplus.com\";s:6:\"tested\";s:7:\"5.6.999\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:27:\"updraftplus/updraftplus.php\";s:24:\"x-spm-yourversion-tested\";s:3:\"5.6\";s:25:\"x-spm-subscription-active\";b:0;}s:11:\"updateClass\";s:23:\"Puc_v4p10_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no'),
(1617, 'updraftplus-addons_options', 'a:3:{s:5:\"email\";s:15:\"bruno111@me.com\";s:24:\"updraft_auto_udc_connect\";s:1:\"1\";s:15:\"two_factor_code\";s:0:\"\";}', 'no'),
(1645, 'updraftplus_unlocked_fd', '1', 'no'),
(1646, 'updraftplus_last_lock_time_fd', '2021-01-04 14:24:22', 'no'),
(1647, 'updraftplus_semaphore_fd', '0', 'no'),
(1648, 'updraft_last_scheduled_fd', '1609770262', 'yes'),
(2112, 'ngg_run_freemius', '1', 'yes'),
(2113, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:24:\"nextgen-gallery/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.3.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1591593476;s:11:\"plugin_path\";s:29:\"nextgen-gallery/nggallery.php\";}}s:7:\"abspath\";s:26:\"/volume1/web/wapejets_com/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:29:\"nextgen-gallery/nggallery.php\";s:8:\"sdk_path\";s:24:\"nextgen-gallery/freemius\";s:7:\"version\";s:5:\"2.3.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1591593476;}}', 'yes'),
(2114, 'fs_debug_mode', '', 'yes'),
(2115, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:1:{i:266;a:3:{s:4:\"slug\";s:15:\"nextgen-gallery\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:29:\"nextgen-gallery/nggallery.php\";}}s:11:\"plugin_data\";a:1:{s:15:\"nextgen-gallery\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:29:\"nextgen-gallery/nggallery.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1590927168;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"3.3.5\";s:14:\"plugin_version\";s:5:\"3.3.6\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:12:\"dbwebtest.eu\";s:9:\"server_ip\";s:11:\"93.99.225.2\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1590927168;s:7:\"version\";s:5:\"3.3.5\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1591594505;s:7:\"version\";s:5:\"3.3.5\";}}}s:13:\"file_slug_map\";a:1:{s:29:\"nextgen-gallery/nggallery.php\";s:15:\"nextgen-gallery\";}s:7:\"plugins\";a:1:{s:15:\"nextgen-gallery\";O:9:\"FS_Plugin\":22:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:15:\"NextGEN Gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:12:\"premium_slug\";s:23:\"nextgen-gallery-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:29:\"nextgen-gallery/nggallery.php\";s:7:\"version\";s:5:\"3.3.6\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:10:\"public_key\";s:32:\"pk_009356711cd548837f074e1ef60a4\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"266\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"109f52fa6dcfb81bd547b7bd3f898625\";s:13:\"admin_notices\";a:1:{s:15:\"nextgen-gallery\";a:0:{}}}', 'yes'),
(2118, 'fs_api_cache', 'a:0:{}', 'yes'),
(2119, 'fs_gdpr', 'a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(2122, 'widget_ngg-images', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2123, 'widget_ngg-mrssw', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2124, 'widget_slideshow', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(2125, 'ngg_transient_groups', 'a:7:{s:9:\"__counter\";i:7;s:16:\"WordPress-Router\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:19:\"col_in_wp_ngg_album\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}}', 'yes'),
(2128, 'photocrati_auto_update_admin_update_list', '', 'yes'),
(2129, 'photocrati_auto_update_admin_check_date', '', 'yes'),
(2130, 'ngg_db_version', '1.8.1', 'yes'),
(2133, 'pope_module_list', 'a:37:{i:0;s:19:\"photocrati-fs|3.3.6\";i:1;s:22:\"photocrati-i18n|3.3.21\";i:2;s:29:\"photocrati-validation|3.1.4.2\";i:3;s:25:\"photocrati-router|3.1.7.1\";i:4;s:34:\"photocrati-wordpress_routing|3.1.8\";i:5;s:25:\"photocrati-security|3.1.8\";i:6;s:33:\"photocrati-nextgen_settings|3.3.6\";i:7;s:21:\"photocrati-mvc|3.3.21\";i:8;s:22:\"photocrati-ajax|3.3.21\";i:9;s:28:\"photocrati-datamapper|3.1.19\";i:10;s:32:\"photocrati-nextgen-legacy|3.3.21\";i:11;s:30:\"photocrati-nextgen-data|3.3.14\";i:12;s:31:\"photocrati-nextgen_block|3.3.21\";i:13;s:36:\"photocrati-dynamic_thumbnails|3.3.21\";i:14;s:31:\"photocrati-nextgen_admin|3.3.21\";i:15;s:41:\"photocrati-nextgen_gallery_display|3.3.21\";i:16;s:37:\"photocrati-frame_communication|3.3.21\";i:17;s:31:\"photocrati-attach_to_post|3.4.0\";i:18;s:41:\"photocrati-nextgen_addgallery_page|3.3.21\";i:19;s:39:\"photocrati-nextgen_other_options|3.3.21\";i:20;s:36:\"photocrati-nextgen_pagination|3.3.21\";i:21;s:35:\"photocrati-dynamic_stylesheet|3.0.0\";i:22;s:37:\"photocrati-nextgen_pro_upgrade|3.3.21\";i:23;s:22:\"photocrati-cache|3.0.0\";i:24;s:26:\"photocrati-lightbox|3.3.21\";i:25;s:42:\"photocrati-nextgen_basic_templates|3.0.0.2\";i:26;s:39:\"photocrati-nextgen_basic_gallery|3.3.21\";i:27;s:44:\"photocrati-nextgen_basic_imagebrowser|3.3.21\";i:28;s:41:\"photocrati-nextgen_basic_singlepic|3.3.21\";i:29;s:40:\"photocrati-nextgen_basic_tagcloud|3.3.21\";i:30;s:37:\"photocrati-nextgen_basic_album|3.3.21\";i:31;s:24:\"photocrati-widget|3.3.21\";i:32;s:38:\"photocrati-third_party_compat|3.1.11.1\";i:33;s:32:\"photocrati-nextgen_xmlrpc|3.2.19\";i:34;s:22:\"photocrati-wpcli|3.0.0\";i:35;s:27:\"photocrati-marketing|3.3.21\";i:36;s:25:\"photocrati-imagify|3.3.21\";}', 'yes'),
(3645, 'updraft_remotesites', '', 'yes'),
(3646, 'updraft_migrator_localkeys', 'a:2:{s:32:\"ff58674b23892ae4c1f54cc632970a96\";a:3:{s:4:\"name\";s:19:\"Klíč - 2020-06-01\";s:3:\"key\";s:1704:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEpAIBAAKCAQEAwJcduWKa3IqnttjoMXCmoMxJOKoyg+cXX9sUMlSCR35cRz1M\r\n4kPSc2YGWKl/jD+tQ23Jyy/2VMLOm+N1GGAofT/NhAba8kKDrYjaKb5u92r+b63a\r\nSj52CyVAZhTQWi6vpHaZkqyAKQmEFjytwJHxiF71FzoXI4X4UIQHS1LE2W7F174c\r\n5yNS/gYROp31F3LWhSnGQEHgus1stZxYHafcMr434NE+ocP23JFJbNzTREvoB3Te\r\nOEBmvtiXC51CSZuqlRQIN0JyxNlXfVlObaEBxq7I9yZX7zHreApzAH0ZWeB7tYQv\r\nrkf9CbSz0b9/htRPkmgyeY3iJJaHGogg5BE0QwIDAQABAoIBAD3XSGAi3X87tqbr\r\n94MInTi84DYl0JqyNbs96bpPkJXMaW0mre1pwcX0WM1Xf/FU8RnZwxZPjFWjSBye\r\naRcuqVGujxt56Awqd4Xdj9AfqhogbRsHRDTa4aSqjYc5371ViGjS/HUwluaWe6d4\r\nTIKtWlVjyGdw68UoW5ffDUiOh08Zx8gZjjx3ehY5+IdpnWS5FTuAtpV2fmTst543\r\nHf8JJA9ANwCkHRye2kaUQrzJy7RX/1OWsbKo7PMjdnChbgCVmECN3grtXMhVo9C0\r\no6XgTmWNM24L85B8wIvHZwdomi2jSW9uE8JvEZOu6EzDuuzQadtIC8SkuD+Zdot6\r\nya/JSQECgYEA7xxVIdAwTqlB+OrzQacaZkSwawhvuotguz9vq0/wY91gmJ1bEB4W\r\nqe5R9iwq2jhldw9T1JQ7csRndUqAtVo/TZh7wxGJ9J6pVeJTj1ZlQarMFr3X8Nsm\r\neOH0JK9C1tT2YH24VYbZv2foC3yfL4qSCFWyTCInpPzfSv3iNwwFN6ECgYEAzjGW\r\nvc1axwwqJmfflaFpyUrdFXY9DosozlR38wrYFU5CDZ0nFoQdhhazm0G16IZVDKMx\r\nXysduce7tVa+Ec0DA20elrEXCubZ+UGUdjdZenQ1TxBkCWcOA5Yi7GEYX4q8YJLx\r\nO50aye8QyByIygSWeeVXwRuwC5EXpxqKHUt7EWMCgYACW18jdC/ltpll4LsBHKqP\r\n84FhrLWdOx56+gcZwzH1ags3teVd5U4H4seAC7Nob0HgyI/k+okTeogiidd28irJ\r\nkwU1SQj5Fk9I/3Afa5SX7x0P5FMqlp5sdp23dtrLz1GWZebZQPkIf/ezlUjkaRND\r\nbcTSJ0wIvk1dKd9+92ldwQKBgQC9fls/gWssxKQz+YBEHjx/DnsRz0EbjY5p2L0H\r\nsm6VXf9cTZHvomkToudbBs+rq1CcNZoZESHXa5S5ecdhypw7WNwktwkrLq8h4EAV\r\nSJbF7+hSCgk1ju0VJLRhsnXY0EKBKmniVGabMEam8XpQ1liIG9pDETP/3U70dnJ5\r\nq7WlawKBgQCMgxvobJLWQummQgXUnG+5MGtnzkpV7wO4F5//mo14WiDI3wkaJhM4\r\nJysg0Xt3AWs/eC9ln1vTmePgySZGU2x1Cu4WQ6spCRVra388Lqj+bJ0mQ3FmEFt1\r\nNcOm8l2YJcQWM5upuHzwFdS/hAEpEkVlK+D98Npar2GT2DuSqjRKGw==\r\n-----END RSA PRIVATE KEY-----\";s:13:\"sender_public\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvHXebFCSBoB6YNjcCCqI\r\np6JOVLxEXsXnl+AyKGaA8+05lY2Zhm4KPYkkPgM93dkKUAUQLf11MNCdqDv7gmxJ\r\nhREFpB2swnN/VdWG08PPeN85QDPZ5emPmMAdRkvy95RGb+O4MJqCp0WLvpJNi/Np\r\ncTDPDfb2yUi+mhRcs0+0QYm8XOcn3ZWxJf7kblL6CYRRytiZHg+TU/dR2qdhPyar\r\nuIZwijBvKLn5s5mKVvyV9HHobpOwhYzk4eQW5ThYN/CsjIiNxLViISnx+Wgwb0eo\r\nPqCemfiLZf9kkHXUCMtVq0gFVa4HCX8OifRdfNZIXBJzODv4YgQrIJlqbrDOxJGG\r\nBwIDAQAB\r\n-----END PUBLIC KEY-----\";}s:32:\"8c60072b71d0240ed3bdfe80e5265e09\";a:2:{s:4:\"name\";s:21:\"Klíč - 2020-06-01 2\";s:3:\"key\";s:1704:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEpgIBAAKCAQEA47tXGIITCKG9McFBd08jVEsb2yM9+v1isj3mueiXiv4iglMr\r\nbepkLeK7yuNZ2eqc1S6bE9WxXZVF6a7gPbYe6EXMCmxm6OaGx09jXn5MyYyt8WSJ\r\nVvwMGmRPFaysz5EtIORVVNSFdYrTpCF3/0shoh3BYD4a7VkR0HZ5y89dYsLAk6fo\r\nmWpH5mRPJ9jEfAl6brqE8w4+W29FFdSPzyCr1raTYFfWJPX3DbJ8/bu1KxJQagqN\r\nkKyk6idHesV2EbHLKUvqz/ZFe/P9LxOBKHvYqZ8QSd6IgPzp91eQQgVem4GKv7Ap\r\nnNk1WQm5SyTUhP9UWbHBa7eyZX+z+4ExGpeh1wIDAQABAoIBAQDJfj6Hnr88ie6e\r\nEUHdUJYPxQz2jW4PnxYuYvq8TwGWp1jdOr1YWWUd/FjwIMylNSJitQPdPtvZ03Oy\r\nWVpq/7LFDMyGBHfhZeamfqWLO/Cw+9oDlVK3Nfd3en1Gzitw1CC704t0rT0QTS8J\r\nL9u+dDlj+TPZ9dlZW8+ZRNpq7CTSdZcFhvv57m7wb5nQDJBXsOHqpH3RyxE60w81\r\n7D18mO7kwkioUuUQgbwSUU9Mm+cFBK05V2789OLj93xxvl+804RAWIZ7EKLYLi7+\r\nMeKLrKt98TrdYN7FTLQ64y7QCxnnNH+tsD8Nwxl7YKqiOfS6IrqU6JdykmZlOis6\r\ndg8gEGZxAoGBAPgB9phlw45mlntDM22WszH4zU7ws8zf9FS/htoKQJEigNGnJHe9\r\n5mnWqiV3ouAVQtKij0gSgBKX7IBJw9uENVycf8dW5FpKn8Upb85YTvkGNrcpav0V\r\nGq5Gn9YOL5YLzZz97jR1YnLVzSw2MCDhn90MnjZPVKTCJT2eY1+mnmoDAoGBAOsS\r\nGmplPvi5mdiXlBNbMNH+ktGxijCcYybCWK3c3ShNlffI/XvTal8dYo6KygLYdoWj\r\nOUtapNU/J98xqjWfq3RDb8sx+h08ZZuy9D+s9P51zIbM2k3gpnVDCZtNSGAxVn9i\r\nczO9OVx98mYqVHt2jkBkAsGsZDbrLj26JkdkGYqdAoGBAKzDCVnOAfTvp8ID5Q5h\r\nHUEhVTu5VzbPh2+F39WBsMqpY10odrHnGlv+CpaBCXfZt6vtS6xkHs1VAY24VPRU\r\n26tA5Y4iDH6NX1DD9bujLpgwaOscsgfMrMJcNjmxthpq7HeBOG9YmhTutLcopEwz\r\nf95HTOr+RjNjfve2nvjho5arAoGBALmYBnEgVNKNv1DJhGiv4+C4bPTQhrmQj5wH\r\nb3p92cK7Vv9WmgPMzLwh+DFwlMQgYZtrXo4HGAMhpPpMPQWvdfAKWlaEs+OnTtXa\r\nOYuYo6nQGdYIIQfBqcsFTa1nHBCOg6t5cFlWOdazvdE59I+x7+gYzjBZSpotnsmv\r\nkg9lkeDlAoGBAOEvYHN7QBVoHP7o25YVWKU93oPDozHQXNo8Y6A0Ou1zc76gFHUQ\r\n1e7Fr2DG0le7QudpeyHxXUvPit6vipuI5sU/DznB/XezbLvbKolc07tn4RNmb2cm\r\n7UxYVDCIFroXPJXxkL1EsYmYi1QwrWOATun9OphQlyCn19gnsjyHHie5\r\n-----END RSA PRIVATE KEY-----\";}}', 'yes'),
(3647, 'updraft_central_localkeys', 'a:1:{i:0;a:5:{s:4:\"name\";s:29:\"UpdraftCentral Remote Control\";s:3:\"key\";s:1700:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEA3MyTloQkVXs8K0VmAvROwhqteb8QvYOUqCSptHZl1F6BuJj2\r\nWI8qEcw6pVsOVewKZG4tEqsT5SlfLTL+Nbz6nRR39OIlWnty+tayM0mz9ZipcL/8\r\nGV+EmBzJHzAiRNycedGkm+imOVUCMU1MGDhIsSxq9wJSho6mdfCBwBzsPn152PXf\r\nOF3MIkLXAyG8EcSgY58OBw8tcZlF84mARPP5L1xsoYpv2cQTUItV7P5DpFRFUTlN\r\noaOa+cemGNntdeqn2/rKGOdbmHiEkVmK5pbwK8K7HR/VJHq7Tux7m8W8EDy6V24d\r\n30rjB6QRpxvR3bsFAmgIWmDHmMeWKJD/mpmdgwIDAQABAoIBAAQBfif768DVRIkw\r\ncCJbllY1L7KGweH+UiMezylkAILy1/2mYMnIhyXdg67eUQtEBgg+a3jsO6crsfta\r\n8nu9GvrglTCPLchPdw2P+Zmum6I4C9Ls2MEJF5m+4/M551VCf2BCam8dsG5X2XtV\r\ngKzr0H3OZX5nv2GLkv+OxnvaynpzubHPIe7SPRykU2byjX4Rb0MO/jVCQY6jJlR3\r\nCbpyXGuAO4hGxgtX1pf404okQXmjKCmP4Oox6zDEuwzAZhdUWsAmYaQdwl8Fzbvh\r\nl/aGtHM0CdGHxnb2ZBiCefgAep+IDg6LhnabdzeNfDDvdgG8esYZgwc26FiAwn3y\r\nn3aECZkCgYEA9LrqrS/jX3xGPMicscf5vqr0BqrRYdDzPpNMb+f6ykrMRHV1y7WP\r\nhzGWwsbikR6ntj++zGGZaepbXlTwSQqZ/gZBP+kJ6a/IJumVqTBxXjHjN7X3tTx5\r\nYo9738SIvv0bbcNI6a09j6z7oJJLOMzR/ue11sfH9ksBDMO0SS1kjtUCgYEA5veK\r\nf1aZAyx1mHKCXJ3+RN8nNBcHJaYYJghQZmGw3mXSdt1tfnAEw0fF9VXzTVnUpiqp\r\nH7NDz5fxz04LDHiRdB1kwPusrj3psJ3KX9sJJ6JacurL+Ww8HOnyjRjPemGSNWlj\r\npCBpg8tT4ZioWRPR4E0EMrVGcyBSs99Y2zbXlvcCgYAWFJtB3vU700GfEFaa77kH\r\ny/LSey0DD1AzECUwX5TQFamSb6qeI5Z8kyvQDRO6FjL5jYzQcenelYeC3lUDshIs\r\nyjGu6366d+KuKBsZtcY0wnmGuENONdOZ4epCSUAxQzLrV1hHxRqt0OSvGyPwTwKP\r\nZiaQ51uSTDgfB7VHePH+tQKBgGK+xGyqpmJv+JrDoi5csd/aFBW2Hq0e9MYV2eHb\r\ntFVw7Ok6w9xBohenMOAx7gJM/JhKNuJBryUqzgwWTqz3QyCEjJXhQ7N+7tE+tM4E\r\nhEZ4p/jnn2s0tgKalsNyLwogevTw6NO7s8DQBj22GYtz6M/fvYK8c7E2yYTzYTbf\r\nnI6DAoGBAMJUxEFwrmSedZmFizkXgInlXVghNtEXK5U1+/GtBZ0Q3v26Y95OzTDL\r\n0jrab8zSD6IJKsg6KH29Z8MgsMQ/OiXDrJsJONI9U1WRABTcGJrjR/EIHVh/84jM\r\nSeo8l3lyiXu9gwb80voL2OS7gjKN7gp5xTan+Cmh4OSiI8wrBUwt\r\n-----END RSA PRIVATE KEY-----\";s:10:\"extra_info\";a:6:{s:7:\"user_id\";i:2;s:10:\"user_login\";s:5:\"josef\";s:5:\"ms_id\";i:1;s:10:\"site_title\";s:8:\"WAPEJETS\";s:10:\"mothership\";s:16:\"__updraftpluscom\";s:8:\"key_size\";i:2048;}s:7:\"created\";i:1591014447;s:16:\"publickey_remote\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx56BbUAIrfg/ZR5hP9U6\r\nXhHwptacdqItiMp41qfGT6vR0rU+qQqA562guv2Qm5ALsDkxykrGukSHNkUy7fil\r\nYFAh7E7cTbGiJ+bHRis545/eRY4gGJIK728WWrRchU3tbSlURuNDBa1g91pGWJrL\r\nlvRtqybZJWdxOBcGAKPIZV1P8bOM7Qxfrar9nMjk8UN8HPwsgsZYiel7TfpbrJUZ\r\n8I70N+6lWvp+Stw7NFQK4Uf9eP6YDqVcMu99rIJw+qT5wXg7r5F+a+6cysZJZG3K\r\nAS7WITxvoBL/VkSEKAfJgB3qs4C5lmxM6UN7L9HKhHP3Zgs3D/2dcUKBP6kXeO74\r\neQIDAQAB\r\n-----END PUBLIC KEY-----\";}}', 'yes'),
(3649, 'updraft_autobackup_default', '0', 'yes'),
(3650, 'updraft_dropbox', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-ea0fd614c4209c64f8a77a56148f17e5\";a:7:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:472:\"jxt+qA6r3seaucsdGsZG+oY4Yvd8VjT+SBI0e+RceldjQTYvL8Cz3uOHsBDti2+wpqvGzCK7dvKJWAYA5RzTdw6ZznJMkX0Z6LtpE6ivgxvMoFWxjeOqz3aBPaP23x97GdIqWsIK+y12SrXVPMGK7H60f5+cmb6qHfOdPHNYVTJNcuErszKbiY4s+Os6cxdxU3sLDSkSC5OF0gs7OrT/X2XDA5GIGd1Kkv8mR/L/BefcP9KOkVwwT/RDZS6aqfCirwEcy/SULZ4uLn9ne5d2qlaT4MQ1lJa77TG9arsqaWdmJCqQRs4pcz/7Ki11lx5JAQGsjUSXQRpXo0rpIxoOJZe7RAo7v/gXiQsXiIq2yOq50ASVJDKMGmC+pw2D2/fEh5YIAaKi5plDZ+V8Prfo8GO66D6ewgSADouYmP2B48EHWmI5pDSWR/n6fjTGYg/gc8uq+MEakV1uSEyg/60UYQ==\";s:9:\"ownername\";s:22:\"David Bauer (WAPE EBS)\";s:4:\"CSRF\";s:0:\"\";s:16:\"instance_enabled\";i:1;}}}', 'yes'),
(3651, 'updraft_googledrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f55fed4f92d8b308d3ed014ca0c40df8\";a:4:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";}}}', 'yes'),
(3652, 'updraftplus_tmp_googledrive_access_token', '', 'yes'),
(3653, 'updraftplus_dismissedautobackup', '', 'yes'),
(3654, 'dismissed_general_notices_until', '', 'yes'),
(3655, 'dismissed_clone_php_notices_until', '', 'yes'),
(3656, 'dismissed_clone_wc_notices_until', '', 'yes'),
(3657, 'dismissed_season_notices_until', '', 'yes'),
(3658, 'updraftplus_dismissedexpiry', '', 'yes'),
(3659, 'updraftplus_dismisseddashnotice', '', 'yes'),
(3660, 'updraft_interval', 'weekly', 'yes'),
(3661, 'updraft_interval_increments', 'none', 'yes'),
(3664, 'updraft_interval_database', 'weekly', 'yes'),
(3665, 'updraft_retain', '2', 'yes'),
(3666, 'updraft_retain_db', '2', 'yes'),
(3667, 'updraft_encryptionphrase', '', 'yes'),
(3668, 'updraft_service', 'dropbox', 'yes'),
(3669, 'updraft_googledrive_clientid', '', 'yes'),
(3670, 'updraft_googledrive_secret', '', 'yes'),
(3671, 'updraft_googledrive_remotepath', '', 'yes'),
(3672, 'updraft_ftp', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-9084528c162975ee264b5e90dd6b1d04\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}}}', 'yes'),
(3673, 'updraft_backblaze', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(3674, 'updraft_server_address', '', 'yes'),
(3675, 'updraft_dir', 'updraft', 'yes'),
(3676, 'updraft_email', '', 'yes'),
(3677, 'updraft_delete_local', '1', 'yes'),
(3678, 'updraft_debug_mode', '0', 'yes'),
(3679, 'updraft_include_plugins', '1', 'yes'),
(3680, 'updraft_include_themes', '1', 'yes'),
(3681, 'updraft_include_uploads', '1', 'yes'),
(3682, 'updraft_include_others', '1', 'yes'),
(3683, 'updraft_include_wpcore', '0', 'yes'),
(3684, 'updraft_include_wpcore_exclude', '', 'yes'),
(3685, 'updraft_include_more', '0', 'yes'),
(3686, 'updraft_include_blogs', '', 'yes'),
(3687, 'updraft_include_mu-plugins', '', 'yes'),
(3689, 'updraft_include_others_exclude', 'upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log', 'yes'),
(3690, 'updraft_include_uploads_exclude', 'backup*,*backups,backwpup*,wp-clone,snapshots', 'yes'),
(3691, 'updraft_lastmessage', 'Záloha je zřejmě úspěšná a je hotová (Led 04 14:35:25)', 'yes'),
(3692, 'updraft_googledrive_token', '', 'yes'),
(3693, 'updraft_dropboxtk_request_token', '', 'yes'),
(3694, 'updraft_dropboxtk_access_token', '', 'yes'),
(3695, 'updraft_adminlocking', '', 'yes'),
(3696, 'updraft_updraftvault', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8795d69ac396471da5e4e693a9cab0cc\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}', 'yes'),
(3697, 'updraft_retain_extrarules', 'a:0:{}', 'yes'),
(3698, 'updraft_googlecloud', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(3699, 'updraft_include_more_path', 'a:0:{}', 'yes'),
(3700, 'updraft_split_every', '400', 'yes'),
(3701, 'updraft_ssl_nossl', '0', 'yes'),
(3702, 'updraft_backupdb_nonwp', '0', 'yes'),
(3703, 'updraft_extradbs', 'a:0:{}', 'yes'),
(3705, 'updraft_last_backup', 'a:6:{s:11:\"backup_time\";i:1609770261;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:57:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-plugins.zip\";}s:12:\"plugins-size\";i:74444483;s:6:\"themes\";a:1:{i:0;s:56:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-themes.zip\";}s:11:\"themes-size\";i:11651486;s:7:\"uploads\";a:1:{i:0;s:57:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-uploads.zip\";}s:12:\"uploads-size\";i:355008033;s:6:\"others\";a:1:{i:0;s:56:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-others.zip\";}s:11:\"others-size\";i:72421126;s:2:\"db\";s:51:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-db.gz\";s:7:\"db-size\";i:936276;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e4ce946ae9a4c80ca67f26264f63792d08ff6376\";s:7:\"themes0\";s:40:\"c1b245a6ccc097d1a35a3fc3bf8855c594a29cef\";s:8:\"uploads0\";s:40:\"66592c81589967aec31576e9dbc8558c271312a4\";s:7:\"others0\";s:40:\"f995d3b6e0a11d1283479038761fce0b0fe49b78\";s:3:\"db0\";s:40:\"8a71921f9e56f2deb8c01552ffdb4626be4793de\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"4a7ed27fd72acad54c3f8c5b4f26ce43a2f98388b1a9545c8047ddf2fe3eaeea\";s:7:\"themes0\";s:64:\"78cef46e20e460afa7161d475fd70a66b2c676d14b93a48d0d8c85add83887d2\";s:8:\"uploads0\";s:64:\"68dc26513b143a882eb839749c3311b8d89a46e23c6972f404302453e1c26fe4\";s:7:\"others0\";s:64:\"ac2447ce44613919a655c8207ea9414cc1b880883745151dfbdc690717745f42\";s:3:\"db0\";s:64:\"f2a5cbc578a85dd4db905d11113de73c97da4b7cde4929facacc2b5dd8c1a7cb\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"7a08ce43794c\";s:26:\"nonincremental_backup_time\";i:1609770261;}', 'yes'),
(3706, 'updraft_starttime_files', '14:24', 'yes'),
(3707, 'updraft_starttime_db', '14:24', 'yes'),
(3708, 'updraft_startday_db', '0', 'yes'),
(3709, 'updraft_startday_files', '0', 'yes'),
(3710, 'updraft_sftp', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(3711, 'updraft_s3', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-b6855154a29265e7cd6b34400da32d2e\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'yes'),
(3712, 'updraft_s3generic', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-820698313c48452ed5aed4dadf22aa98\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}', 'yes'),
(3713, 'updraft_dreamhost', '', 'yes'),
(3714, 'updraft_s3generic_login', '', 'yes'),
(3715, 'updraft_s3generic_pass', '', 'yes'),
(3716, 'updraft_s3generic_remote_path', '', 'yes'),
(3717, 'updraft_s3generic_endpoint', '', 'yes'),
(3718, 'updraft_webdav', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(3719, 'updraft_openstack', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-82ffa052f1eb5a7a3c4235f8798df475\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'yes'),
(3720, 'updraft_onedrive', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(3721, 'updraft_azure', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(3722, 'updraft_cloudfiles', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-c7055fc54e4072d4334022f50311bd32\";a:5:{s:7:\"authurl\";s:36:\"httpss://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'yes'),
(3723, 'updraft_cloudfiles_user', '', 'yes'),
(3724, 'updraft_cloudfiles_apikey', '', 'yes'),
(3725, 'updraft_cloudfiles_path', '', 'yes'),
(3726, 'updraft_cloudfiles_authurl', '', 'yes'),
(3727, 'updraft_ssl_useservercerts', '0', 'yes'),
(3728, 'updraft_ssl_disableverify', '0', 'yes'),
(3729, 'updraft_s3_login', '', 'yes'),
(3730, 'updraft_s3_pass', '', 'yes'),
(3731, 'updraft_s3_remote_path', '', 'yes'),
(3732, 'updraft_dreamobjects_login', '', 'yes'),
(3733, 'updraft_dreamobjects_pass', '', 'yes'),
(3734, 'updraft_dreamobjects_remote_path', '', 'yes'),
(3735, 'updraft_dreamobjects', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-4d9b5e179933c8e113e72407977ee526\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:26:\"objects-us-east-1.dream.io\";}}}', 'yes'),
(3736, 'updraft_report_warningsonly', 'a:0:{}', 'yes'),
(3737, 'updraft_report_wholebackup', 'a:0:{}', 'yes'),
(3738, 'updraft_report_dbbackup', 'a:0:{}', 'yes'),
(3739, 'updraft_log_syslog', '0', 'yes'),
(3740, 'updraft_extradatabases', '', 'yes'),
(3741, 'updraftplus_tour_cancelled_on', 'settings_timing', 'yes'),
(3742, 'updraftplus_version', '2.16.34.1', 'yes'),
(3743, 'updraft_backup_history', 'a:5:{i:1609770261;a:19:{s:7:\"plugins\";a:1:{i:0;s:57:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-plugins.zip\";}s:12:\"plugins-size\";i:74444483;s:6:\"themes\";a:1:{i:0;s:56:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-themes.zip\";}s:11:\"themes-size\";i:11651486;s:7:\"uploads\";a:1:{i:0;s:57:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-uploads.zip\";}s:12:\"uploads-size\";i:355008033;s:6:\"others\";a:1:{i:0;s:56:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-others.zip\";}s:11:\"others-size\";i:72421126;s:2:\"db\";s:51:\"backup_2021-01-04-1424_WAPE_JETS_7a08ce43794c-db.gz\";s:7:\"db-size\";i:936276;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e4ce946ae9a4c80ca67f26264f63792d08ff6376\";s:7:\"themes0\";s:40:\"c1b245a6ccc097d1a35a3fc3bf8855c594a29cef\";s:8:\"uploads0\";s:40:\"66592c81589967aec31576e9dbc8558c271312a4\";s:7:\"others0\";s:40:\"f995d3b6e0a11d1283479038761fce0b0fe49b78\";s:3:\"db0\";s:40:\"8a71921f9e56f2deb8c01552ffdb4626be4793de\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"4a7ed27fd72acad54c3f8c5b4f26ce43a2f98388b1a9545c8047ddf2fe3eaeea\";s:7:\"themes0\";s:64:\"78cef46e20e460afa7161d475fd70a66b2c676d14b93a48d0d8c85add83887d2\";s:8:\"uploads0\";s:64:\"68dc26513b143a882eb839749c3311b8d89a46e23c6972f404302453e1c26fe4\";s:7:\"others0\";s:64:\"ac2447ce44613919a655c8207ea9414cc1b880883745151dfbdc690717745f42\";s:3:\"db0\";s:64:\"f2a5cbc578a85dd4db905d11113de73c97da4b7cde4929facacc2b5dd8c1a7cb\";}}s:5:\"nonce\";s:12:\"7a08ce43794c\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:20:\"service_instance_ids\";a:1:{s:7:\"dropbox\";a:1:{i:0;s:34:\"s-ea0fd614c4209c64f8a77a56148f17e5\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1609770264;s:6:\"themes\";i:1609770404;s:7:\"uploads\";i:1609770413;s:6:\"others\";i:1609770523;}s:18:\"created_by_version\";s:9:\"2.16.43.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.43.1\";s:12:\"is_multisite\";b:0;}i:1609165987;a:19:{s:7:\"plugins\";a:1:{i:0;s:57:\"backup_2020-12-28-1433_WAPE_JETS_90ea1e3d2c72-plugins.zip\";}s:12:\"plugins-size\";i:74444483;s:6:\"themes\";a:1:{i:0;s:56:\"backup_2020-12-28-1433_WAPE_JETS_90ea1e3d2c72-themes.zip\";}s:11:\"themes-size\";i:11651486;s:7:\"uploads\";a:1:{i:0;s:57:\"backup_2020-12-28-1433_WAPE_JETS_90ea1e3d2c72-uploads.zip\";}s:12:\"uploads-size\";i:355007719;s:6:\"others\";a:1:{i:0;s:56:\"backup_2020-12-28-1433_WAPE_JETS_90ea1e3d2c72-others.zip\";}s:11:\"others-size\";i:72357129;s:2:\"db\";s:51:\"backup_2020-12-28-1433_WAPE_JETS_90ea1e3d2c72-db.gz\";s:7:\"db-size\";i:924409;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"40c88c9df65626d33f2cb1d97c99a5b014b9b920\";s:7:\"themes0\";s:40:\"3392848f67e56499fd8fea9f7bc9dc92b64379b2\";s:8:\"uploads0\";s:40:\"4f7032122c7fadcb2546c101246726b4ddabc4e0\";s:7:\"others0\";s:40:\"e5d3f71023ed8dca078cafd6d73281496ce980c3\";s:3:\"db0\";s:40:\"a04c6ebf847c32f819cfd7edf86385e9c928f9eb\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"5b6e1f7e234c3f892a210a67dd1973edda0a8c75d9d4658a582ce57e414e07b2\";s:7:\"themes0\";s:64:\"b17b24c04c726e08118a1f2401492975037bb140a369783870527c5029f45eeb\";s:8:\"uploads0\";s:64:\"7317e9372f8e172befbe11dd98e1e8ddabceb9ca52998e7ae2bcf81d368aa0c0\";s:7:\"others0\";s:64:\"40443a181011b90e06e0a818ce965f4ab2b31352860a89bfdee98f7e2fe7d864\";s:3:\"db0\";s:64:\"5870348d6417ba86c4489f8f4677cb2612dfa1b8994f8855f805c185bcab3c94\";}}s:5:\"nonce\";s:12:\"90ea1e3d2c72\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:20:\"service_instance_ids\";a:1:{s:7:\"dropbox\";a:1:{i:0;s:34:\"s-ea0fd614c4209c64f8a77a56148f17e5\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1609165991;s:6:\"themes\";i:1609166138;s:7:\"uploads\";i:1609166147;s:6:\"others\";i:1609166239;}s:18:\"created_by_version\";s:9:\"2.16.43.1\";s:21:\"last_saved_by_version\";s:9:\"2.16.43.1\";s:12:\"is_multisite\";b:0;}i:1591012800;a:16:{s:6:\"native\";b:0;s:7:\"plugins\";a:1:{i:0;s:57:\"backup_2020-06-01-1400_WAPE_JETS_9b13b99f2a4d-plugins.zip\";}s:12:\"plugins-size\";i:43772793;s:5:\"nonce\";s:12:\"9b13b99f2a4d\";s:6:\"themes\";a:1:{i:0;s:56:\"backup_2020-06-01-1400_WAPE_JETS_9b13b99f2a4d-themes.zip\";}s:11:\"themes-size\";i:11269042;s:7:\"uploads\";a:3:{i:0;s:57:\"backup_2020-06-01-1400_WAPE_JETS_9b13b99f2a4d-uploads.zip\";i:1;s:58:\"backup_2020-06-01-1400_WAPE_JETS_9b13b99f2a4d-uploads2.zip\";i:2;s:58:\"backup_2020-06-01-1400_WAPE_JETS_9b13b99f2a4d-uploads3.zip\";}s:12:\"uploads-size\";i:103147360;s:13:\"uploads1-size\";i:100891304;s:13:\"uploads2-size\";i:81048023;s:7:\"service\";s:4:\"none\";s:6:\"others\";a:1:{i:0;s:56:\"backup_2020-06-01-1400_WAPE_JETS_9b13b99f2a4d-others.zip\";}s:11:\"others-size\";i:74961000;s:18:\"created_by_version\";s:9:\"2.16.26.1\";s:2:\"db\";a:1:{i:0;s:51:\"backup_2020-06-01-1400_WAPE_JETS_9b13b99f2a4d-db.gz\";}s:7:\"db-size\";i:508395;}i:1591005780;a:14:{s:20:\"service_instance_ids\";a:1:{s:7:\"dropbox\";a:1:{i:0;s:34:\"s-ea0fd614c4209c64f8a77a56148f17e5\";}}s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:7:\"uploads\";a:1:{i:0;s:57:\"backup_2020-06-01-1203_WAPE_JETS_ae231af59e98-uploads.zip\";}s:5:\"nonce\";s:12:\"ae231af59e98\";s:12:\"uploads-size\";i:285086643;s:6:\"native\";b:0;s:6:\"others\";a:1:{i:0;s:56:\"backup_2020-06-01-1203_WAPE_JETS_ae231af59e98-others.zip\";}s:11:\"others-size\";i:74961000;s:7:\"plugins\";a:1:{i:0;s:57:\"backup_2020-06-01-1203_WAPE_JETS_ae231af59e98-plugins.zip\";}s:12:\"plugins-size\";i:43772793;s:6:\"themes\";a:1:{i:0;s:56:\"backup_2020-06-01-1203_WAPE_JETS_ae231af59e98-themes.zip\";}s:11:\"themes-size\";i:11269042;s:2:\"db\";a:1:{i:0;s:51:\"backup_2020-06-01-1203_WAPE_JETS_ae231af59e98-db.gz\";}s:7:\"db-size\";i:495979;}i:1591004400;a:14:{s:20:\"service_instance_ids\";a:1:{s:7:\"dropbox\";a:1:{i:0;s:34:\"s-ea0fd614c4209c64f8a77a56148f17e5\";}}s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:7:\"uploads\";a:1:{i:0;s:57:\"backup_2020-06-01-1140_WAPE_JETS_b00a0fe21622-uploads.zip\";}s:5:\"nonce\";s:12:\"b00a0fe21622\";s:12:\"uploads-size\";i:285086643;s:6:\"native\";b:0;s:6:\"others\";a:1:{i:0;s:56:\"backup_2020-06-01-1140_WAPE_JETS_b00a0fe21622-others.zip\";}s:11:\"others-size\";i:74961000;s:7:\"plugins\";a:1:{i:0;s:57:\"backup_2020-06-01-1140_WAPE_JETS_b00a0fe21622-plugins.zip\";}s:12:\"plugins-size\";i:43772793;s:6:\"themes\";a:1:{i:0;s:56:\"backup_2020-06-01-1140_WAPE_JETS_b00a0fe21622-themes.zip\";}s:11:\"themes-size\";i:11269042;s:2:\"db\";a:1:{i:0;s:51:\"backup_2020-06-01-1140_WAPE_JETS_b00a0fe21622-db.gz\";}s:7:\"db-size\";i:495372;}}', 'no'),
(3745, 'updraftplus-addons_siteid', '5c613704f49c9c9080a8c03f2ce71b58', 'no'),
(3747, 'revslider_checktables', '1', 'yes'),
(3748, 'rs_tables_created', '1', 'yes'),
(3779, 'seed_csp4_initial_version', '5.1.0', 'no'),
(3780, 'seed_csp4_version', '5.1.0', 'no'),
(3781, 'seed_csp4_settings_content', 'a:9:{s:6:\"status\";s:1:\"0\";s:4:\"logo\";s:0:\"\";s:8:\"headline\";s:28:\"Menší údržba stránek...\";s:11:\"description\";s:0:\"\";s:13:\"footer_credit\";s:1:\"0\";s:7:\"favicon\";s:0:\"\";s:9:\"seo_title\";s:0:\"\";s:15:\"seo_description\";s:0:\"\";s:12:\"ga_analytics\";s:0:\"\";}', 'yes'),
(3782, 'seed_csp4_settings_design', 'a:12:{s:8:\"bg_color\";s:7:\"#fafafa\";s:8:\"bg_image\";s:0:\"\";s:8:\"bg_cover\";a:1:{i:0;s:1:\"1\";}s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attahcment\";s:5:\"fixed\";s:9:\"max_width\";s:0:\"\";s:10:\"text_color\";s:7:\"#666666\";s:10:\"link_color\";s:7:\"#27AE60\";s:14:\"headline_color\";s:7:\"#444444\";s:9:\"text_font\";s:6:\"_arial\";s:10:\"custom_css\";s:0:\"\";}', 'yes'),
(3783, 'seed_csp4_settings_advanced', 'a:2:{s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";}', 'yes'),
(4325, 'wp_mail_smtp_initial_version', '2.0.1', 'no'),
(4326, 'wp_mail_smtp_version', '2.0.1', 'no'),
(4327, 'wp_mail_smtp', 'a:8:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:17:\"info@wapejets.com\";s:9:\"from_name\";s:9:\"WAPE JETS\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:0;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:1;s:4:\"auth\";b:1;s:4:\"host\";s:14:\"smtp.seznam.cz\";s:10:\"encryption\";s:3:\"ssl\";s:4:\"port\";i:465;s:4:\"user\";s:17:\"info@wapejets.com\";s:4:\"pass\";s:16:\"Embraerlegacy650\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:11:\"pepipostapi\";a:1:{s:7:\"api_key\";s:0:\"\";}s:10:\"sendinblue\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"sendgrid\";a:1:{s:7:\"api_key\";s:0:\"\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}}', 'no'),
(4350, 'wp_mail_smtp_debug', 'a:1:{i:0;s:57:\"Mailer: Ostatní SMTP\nSMTP Error: Could not authenticate.\";}', 'no'),
(4827, 'wonderm00n_open_graph_settings', 'a:79:{s:17:\"settings_last_tab\";i:1;s:17:\"fb_image_min_size\";i:200;s:13:\"fb_desc_chars\";i:300;s:16:\"fb_desc_homepage\";s:0:\"\";s:27:\"fb_desc_homepage_customtext\";s:0:\"\";s:22:\"fb_desc_default_option\";s:0:\"\";s:15:\"fb_desc_default\";s:0:\"\";s:8:\"fb_image\";s:68:\"https://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png\";s:21:\"fb_image_use_specific\";i:1;s:21:\"fb_image_use_featured\";i:1;s:20:\"fb_image_use_default\";i:1;s:22:\"fb_image_overlay_image\";s:0:\"\";s:34:\"fb_image_overlay_original_behavior\";s:0:\"\";s:22:\"fb_keep_data_uninstall\";i:1;s:16:\"fb_type_homepage\";s:7:\"website\";s:12:\"fb_publisher\";s:0:\"\";s:9:\"fb_locale\";s:0:\"\";s:11:\"fb_admin_id\";s:0:\"\";s:9:\"fb_app_id\";s:0:\"\";s:21:\"fb_declaration_method\";s:6:\"prefix\";s:23:\"fb_adv_notify_fb_app_id\";s:0:\"\";s:27:\"fb_adv_notify_fb_app_secret\";s:0:\"\";s:21:\"fb_title_show_twitter\";i:1;s:19:\"fb_url_show_twitter\";i:1;s:20:\"fb_desc_show_twitter\";i:1;s:21:\"fb_image_show_twitter\";i:1;s:22:\"fb_author_show_twitter\";i:1;s:25:\"fb_publisher_show_twitter\";i:1;s:24:\"fb_publisher_twitteruser\";s:0:\"\";s:20:\"fb_twitter_card_type\";s:19:\"summary_large_image\";s:20:\"fb_title_show_schema\";i:1;s:19:\"fb_desc_show_schema\";i:1;s:20:\"fb_image_show_schema\";i:1;s:23:\"fb_type_schema_homepage\";s:7:\"WebSite\";s:19:\"fb_type_schema_post\";s:7:\"Article\";s:21:\"fb_author_show_schema\";i:1;s:28:\"fb_article_dates_show_schema\";i:1;s:24:\"fb_publisher_show_schema\";i:1;s:19:\"fb_publisher_schema\";s:0:\"\";s:15:\"fb_show_aioseop\";i:0;s:14:\"fb_app_id_show\";i:0;s:16:\"fb_admin_id_show\";i:0;s:14:\"fb_locale_show\";i:0;s:16:\"fb_sitename_show\";i:0;s:13:\"fb_title_show\";i:0;s:11:\"fb_url_show\";i:0;s:16:\"fb_url_canonical\";i:0;s:19:\"fb_url_add_trailing\";i:0;s:12:\"fb_type_show\";i:0;s:19:\"fb_type_show_schema\";i:0;s:21:\"fb_article_dates_show\";i:0;s:24:\"fb_article_sections_show\";i:0;s:17:\"fb_publisher_show\";i:0;s:14:\"fb_author_show\";i:0;s:19:\"fb_author_show_meta\";i:0;s:24:\"fb_author_show_linkrelgp\";i:0;s:23:\"fb_author_hide_on_pages\";i:0;s:12:\"fb_desc_show\";i:0;s:17:\"fb_desc_show_meta\";i:0;s:13:\"fb_image_show\";i:0;s:18:\"fb_image_size_show\";i:0;s:12:\"fb_image_rss\";i:0;s:20:\"fb_image_use_content\";i:0;s:18:\"fb_image_use_media\";i:0;s:18:\"fb_image_use_mshot\";i:0;s:25:\"fb_adv_disable_image_size\";i:0;s:18:\"fb_show_wpseoyoast\";i:0;s:18:\"fb_show_subheading\";i:0;s:22:\"fb_subheading_position\";s:0:\"\";s:31:\"fb_show_businessdirectoryplugin\";i:0;s:18:\"fb_adv_force_local\";i:0;s:16:\"fb_adv_notify_fb\";i:0;s:24:\"fb_adv_supress_fb_notice\";i:0;s:19:\"fb_wc_usecategthumb\";i:0;s:23:\"fb_wc_useproductgallery\";i:0;s:23:\"fb_wc_usepg_png_overlay\";i:0;s:16:\"fb_image_overlay\";i:0;s:32:\"fb_image_overlay_not_for_default\";i:0;s:22:\"fb_publisher_show_meta\";i:0;}', 'yes'),
(4828, 'wonderm00n_open_graph_version', '3.1.0', 'yes'),
(4851, 'wpseo', 'a:42:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";s:1:\"2\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:0:\"\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"15.5\";s:16:\"previous_version\";s:6:\"15.2.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1591083801;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:36:\"/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:20:\"https://wapejets.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:10:{s:8:\"language\";s:8:\"language\";s:17:\"post_translations\";s:17:\"post_translations\";s:13:\"term_language\";s:13:\"term_language\";s:17:\"term_translations\";s:17:\"term_translations\";s:7:\"ngg_tag\";s:7:\"ngg_tag\";s:12:\"client-types\";s:12:\"client-types\";s:11:\"offer-types\";s:11:\"offer-types\";s:15:\"portfolio-types\";s:15:\"portfolio-types\";s:11:\"slide-types\";s:11:\"slide-types\";s:17:\"testimonial-types\";s:17:\"testimonial-types\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:1;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";}', 'yes'),
(4852, 'wpseo_titles', 'a:118:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:40:\"%%name%%, Autor na %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:71:\"Výsledky vyhledávání %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:40:\"Stránka nenalezena %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:60:\"Článek %%POSTLINK%% se nejdříve objevil na %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:35:\"Chyba 404: Stránka nebyla nalezena\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:11:\"Archivy pro\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:5:\"Domů\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:12:\"Hledali jste\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:26:\"showdate-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:0;s:18:\"showdate-portfolio\";b:0;s:28:\"display-metabox-pt-portfolio\";b:1;s:28:\"post_types-portfolio-maintax\";i:0;s:14:\"title-template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-template\";s:0:\"\";s:16:\"noindex-template\";b:0;s:17:\"showdate-template\";b:0;s:27:\"display-metabox-pt-template\";b:1;s:27:\"post_types-template-maintax\";i:0;s:18:\"title-tax-category\";s:52:\"%%term_title%% Archivy %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:52:\"%%term_title%% Archivy %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:52:\"%%term_title%% Archivy %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:17:\"title-tax-ngg_tag\";s:52:\"%%term_title%% Archivy %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-tax-ngg_tag\";s:0:\"\";s:27:\"display-metabox-tax-ngg_tag\";b:1;s:19:\"noindex-tax-ngg_tag\";b:0;s:25:\"taxonomy-ngg_tag-ptparent\";i:0;s:22:\"title-tax-client-types\";s:52:\"%%term_title%% Archivy %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-client-types\";s:0:\"\";s:32:\"display-metabox-tax-client-types\";b:1;s:24:\"noindex-tax-client-types\";b:0;s:30:\"taxonomy-client-types-ptparent\";i:0;s:21:\"title-tax-offer-types\";s:52:\"%%term_title%% Archivy %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-offer-types\";s:0:\"\";s:31:\"display-metabox-tax-offer-types\";b:1;s:23:\"noindex-tax-offer-types\";b:0;s:29:\"taxonomy-offer-types-ptparent\";i:0;s:25:\"title-tax-portfolio-types\";s:52:\"%%term_title%% Archivy %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-tax-portfolio-types\";s:0:\"\";s:35:\"display-metabox-tax-portfolio-types\";b:1;s:27:\"noindex-tax-portfolio-types\";b:0;s:33:\"taxonomy-portfolio-types-ptparent\";i:0;s:21:\"title-tax-slide-types\";s:52:\"%%term_title%% Archivy %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-slide-types\";s:0:\"\";s:31:\"display-metabox-tax-slide-types\";b:1;s:23:\"noindex-tax-slide-types\";b:0;s:29:\"taxonomy-slide-types-ptparent\";i:0;s:27:\"title-tax-testimonial-types\";s:52:\"%%term_title%% Archivy %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-testimonial-types\";s:0:\"\";s:37:\"display-metabox-tax-testimonial-types\";b:1;s:29:\"noindex-tax-testimonial-types\";b:0;s:35:\"taxonomy-testimonial-types-ptparent\";i:0;}', 'yes'),
(4853, 'wpseo_social', 'a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}', 'yes'),
(4854, 'wpseo_flush_rewrite', '1', 'yes'),
(4855, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"15.5\";}', 'yes'),
(4856, '_transient_timeout_wpseo_link_table_inaccessible', '1622619802', 'no'),
(4857, '_transient_wpseo_link_table_inaccessible', '0', 'no'),
(4858, '_transient_timeout_wpseo_meta_table_inaccessible', '1622619802', 'no'),
(4859, '_transient_wpseo_meta_table_inaccessible', '0', 'no'),
(4862, 'wpseo_ryte', 'a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1609227810;}', 'yes'),
(5243, 'widget_mc4wp_form_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(5244, 'mc4wp_version', '4.8.1', 'yes'),
(5245, 'mc4wp_flash_messages', 'a:0:{}', 'no'),
(5248, 'mc4wp', 'a:6:{s:19:\"grecaptcha_site_key\";s:0:\"\";s:21:\"grecaptcha_secret_key\";s:0:\"\";s:7:\"api_key\";s:36:\"b3627ecb2700a7782096979e6f7272fc-us4\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1591097546;}', 'yes'),
(5674, 'widget_akismet_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(7342, 'polylang', 'a:16:{s:7:\"browser\";b:0;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:0;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";b:1;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"2.9.1\";s:16:\"first_activation\";i:1591257266;s:12:\"default_lang\";s:2:\"cs\";s:9:\"nav_menus\";a:1:{s:13:\"betheme-child\";a:5:{s:9:\"main-menu\";a:2:{s:2:\"en\";i:2;s:2:\"cs\";i:3;}s:14:\"secondary-menu\";a:2:{s:2:\"en\";i:0;s:2:\"cs\";i:0;}s:9:\"lang-menu\";a:2:{s:2:\"en\";i:0;s:2:\"cs\";i:0;}s:11:\"social-menu\";a:2:{s:2:\"en\";i:0;s:2:\"cs\";i:0;}s:18:\"social-menu-bottom\";a:2:{s:2:\"en\";i:0;s:2:\"cs\";i:0;}}}s:16:\"previous_version\";s:5:\"2.8.4\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(7343, 'polylang_wpml_strings', 'a:92:{s:32:\"03f97f98f236c184dbbb02f627a9e26e\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"gallery_2_name\";s:6:\"string\";s:6:\"Cessna\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"d6c7aa890ce3d3df9cb4b132837d6e89\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_11_alttext\";s:6:\"string\";s:20:\"Citation_CJ2_Image_2\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"06aa7f9fcfe8d35ddc03a33947ad4b64\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_12_alttext\";s:6:\"string\";s:20:\"Citation_CJ3_Image_8\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"835b8c780738d7f020d7d26719f75a60\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_13_alttext\";s:6:\"string\";s:21:\"Citation_CJ3_Image_11\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"0c0ac16d607ae54b99abae3f573b22bf\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_14_alttext\";s:6:\"string\";s:20:\"Citation_CJ4_Image_1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"26dd41562985406fedfc3c257cd60f81\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:18:\"pic_15_description\";s:6:\"string\";s:8:\"CJ4+ 003\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"80d3c577d0ad087173a6b1e0945633a6\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_15_alttext\";s:6:\"string\";s:8:\"CJ4+ 003\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"e99ef8d982751581b21ab5de50ede5df\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_16_alttext\";s:6:\"string\";s:25:\"Citation_Latitude_Image_2\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"b28e250483736e0b26bd30443e4981f6\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_17_alttext\";s:6:\"string\";s:25:\"Citation_Latitude_Image_3\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"a50329625aa9238a12d7737404a39c26\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_18_alttext\";s:6:\"string\";s:25:\"Citation_Latitude_Image_7\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"6b51cde9bc4d7cf2f8b5b53fc1d0e567\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:18:\"pic_19_description\";s:6:\"string\";s:162:\"BEAUTY C10 SERVICE CENTER WEST RAMP SIDE FOR USE IN THE CESSNA CITATION SPECIAL AIR MISSIONS BROCHURE 2008 FOR SHS SULLIVAN HIGDON SINK, KEN SMITH, CHUCK MILLER.\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"a6ab228fbda25b68000f6b0ee9670d43\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_19_alttext\";s:6:\"string\";s:162:\"BEAUTY C10 SERVICE CENTER WEST RAMP SIDE FOR USE IN THE CESSNA CITATION SPECIAL AIR MISSIONS BROCHURE 2008 FOR SHS SULLIVAN HIGDON SINK, KEN SMITH, CHUCK MILLER.\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"03728c2c2e4e097e7bc973065e9bd8ea\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:18:\"pic_20_description\";s:6:\"string\";s:68:\"Citation Special Olympics Airlift departure day in Lincoln, Nebraska\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"1680f80c6f7814f812aa0981de075417\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_20_alttext\";s:6:\"string\";s:68:\"Citation Special Olympics Airlift departure day in Lincoln, Nebraska\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"d89d34052dbae24f2637fd1581013b80\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_21_alttext\";s:6:\"string\";s:27:\"Citation_Logitude_Image_9-1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"10f6e699ee7212dcc8bd0711b3377222\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_22_alttext\";s:6:\"string\";s:28:\"Citation_Logitude_Image_10-1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"1a72ca69645936139312d97be65845e0\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_23_alttext\";s:6:\"string\";s:28:\"Citation_Logitude_Image_11-1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"716e8f364ac3336fcc1d9a0a275e8d32\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_24_alttext\";s:6:\"string\";s:28:\"Citation_Logitude_Image_12-1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"e2c65d76615c3947ab0b4983bde51d2f\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_25_alttext\";s:6:\"string\";s:28:\"Citation_Logitude_Image_13-1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"2974a15e0d7590bed2711029a111cc3d\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_26_alttext\";s:6:\"string\";s:21:\"Citation_M2_Image_8-1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"aa457afb272670b48e8f9fd15cd4e514\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_27_alttext\";s:6:\"string\";s:9:\"Cessna M2\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"2b2f34290e25a6e5ac0289354b255502\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_28_alttext\";s:6:\"string\";s:26:\"Citation_Sovereign_Image_6\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"b16bc8ae9b9bb5a15c7302a3f60748c2\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_44_alttext\";s:6:\"string\";s:30:\"Citation_Sovereign_Image_3_683\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"4be1b67876f80d1cfd8b5e9d2133ef07\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:18:\"pic_73_description\";s:6:\"string\";s:149:\"Aerial photography of the Textron Cessna Latitude business jet flying over Keystone Lake, west of Tulsa, OK.Mid-Continent Airport (ICT)Wichita KS USA\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"e16592be283f502828a5f2de95ef947b\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_73_alttext\";s:6:\"string\";s:23:\"Textron Cessna Latitude\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"c5d79f73a1b13b1bb661ae7000af80ac\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"gallery_5_name\";s:6:\"string\";s:10:\"Gulfstream\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"59faa1fd73a121b1292d0a7e096b0961\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:18:\"pic_59_description\";s:6:\"string\";s:9:\"x-default\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"09d0c651bf29347b912de5e83454c6b5\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_59_alttext\";s:6:\"string\";s:326:\"g550, G550, interior, interiors, int, Interiors, Interior, Rev. G, rev g, Rev G, rev.g, completions, final phase manufacturing, final phase, Final Phase, Completions, Rev. G interior, Rev. G Interior, rev g interior, rev. g interior, cabin, demonstrator, company demonstrator, demo aircraft, Demo, demo, Corporate Demonstrator\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"4ee85332d1c339f56e046ead855d1193\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:18:\"pic_60_description\";s:6:\"string\";s:9:\"x-default\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"94d028b064f54a673243fea648043262\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_60_alttext\";s:6:\"string\";s:326:\"g550, G550, interior, interiors, int, Interiors, Interior, Rev. G, rev g, Rev G, rev.g, completions, final phase manufacturing, final phase, Final Phase, Completions, Rev. G interior, Rev. G Interior, rev g interior, rev. g interior, cabin, demonstrator, company demonstrator, demo aircraft, Demo, demo, Corporate Demonstrator\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"0e38c8057a312d2496b4995841e358b9\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_61_alttext\";s:6:\"string\";s:18:\"d_g550_g_media_116\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"aa1aafc12c97d2811459eb6bebd3f9b9\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_62_alttext\";s:6:\"string\";s:18:\"d_g550_g_media_115\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"0cdbd320085a0be0a63ffaada43436e7\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:18:\"pic_63_description\";s:6:\"string\";s:9:\"x-default\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"55bd4abd99dc3d37530b5590fa8750fb\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_63_alttext\";s:6:\"string\";s:38:\"G550 Aerials, Aerial, air, Air, aerial\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"88389d5f8b34e61311d5e4d43e56b1e1\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:18:\"pic_64_description\";s:6:\"string\";s:9:\"x-default\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"6d30af9a1d46d8fd1265785c3bb512e4\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_64_alttext\";s:6:\"string\";s:38:\"G550 Aerials, Aerial, air, Air, aerial\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"e50a5caff79291d2dc09a82f44ecfad9\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_65_alttext\";s:6:\"string\";s:18:\"d_g280_i_media_120\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"c55dcc0144d195d4e5dd23084602a155\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_66_alttext\";s:6:\"string\";s:18:\"d_g280_i_media_116\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"b043895b65469d864a18e9267dd847bb\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_67_alttext\";s:6:\"string\";s:18:\"d_g280_i_media_059\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"866224a1f64921dc51ab36fcb29be4d1\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_68_alttext\";s:6:\"string\";s:18:\"d_g280_i_media_043\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"de2012c75dca959d12cf22874f2effdd\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"gallery_1_name\";s:6:\"string\";s:10:\"Bombardier\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"09f81d90b0c8141f592cb3637618545f\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_72_alttext\";s:6:\"string\";s:36:\"Challenger-650-Exterior-Clouds-1_web\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"7f17bf812835135093ff83affc34da02\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:13:\"pic_1_alttext\";s:6:\"string\";s:21:\"Global-5000-in-flight\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"cfa92a703eb2cdfbf68ce2cf16691d5b\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:13:\"pic_3_alttext\";s:6:\"string\";s:22:\"Global-6000-in-flight2\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"edaecb3d0602a8b498576592d4d3bd34\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:13:\"pic_5_alttext\";s:6:\"string\";s:29:\"Global_6000Singapore_DDBA0027\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"5c2133b244dd33b63a9e8d449c4be864\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:13:\"pic_7_alttext\";s:6:\"string\";s:22:\"Learjet-60xr-interior2\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"676b9ab9e13ee5796b5d3aba961cbc8a\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:13:\"pic_8_alttext\";s:6:\"string\";s:20:\"Learjet-85-interior2\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"905b56daf1ef427f6c8789d708b4e700\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:13:\"pic_9_alttext\";s:6:\"string\";s:26:\"Learjet70_DDBA0048_Shot5-1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"a9235c6f89e20225e69d466159188724\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_10_alttext\";s:6:\"string\";s:26:\"Learjet75_DDBA0048_Shot5-1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"34dfd407bb141e5a12c3cec33fc139dd\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_76_alttext\";s:6:\"string\";s:32:\"Cessna-Citation-Longitude_4_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"9ebcc18d8889f830bddc3118a1c99929\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_77_alttext\";s:6:\"string\";s:25:\"Cessna-Citation__CJ3_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"cf17cd3bf8ca1d3b19d7e45989abba7c\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_78_alttext\";s:6:\"string\";s:31:\"Cessna-Citation-Latitude_1_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"d5d383e2f146454f0da812164e5b8975\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"gallery_3_name\";s:6:\"string\";s:8:\"Dassault\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"b81f51522764a83daf584d77bfb16385\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_83_alttext\";s:6:\"string\";s:25:\"Falcon6X_22_USB57_HD_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"31c3aa42eef169084e21e005cbcbbd46\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_81_alttext\";s:6:\"string\";s:33:\"098_Falcon6X_2018USB55_A4_HD_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"01264cfef1f61187f8ef3dfc3f5b670d\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_80_alttext\";s:6:\"string\";s:33:\"097_Falcon6X_2018USB55_A4_HD_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"caa76c9ebc2f17aa955d69a55e6b7e74\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_82_alttext\";s:6:\"string\";s:25:\"Falcon6X_21_USB57_HD_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"fb62ce70eefb1ce33ba1477035e8e5a6\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_79_alttext\";s:6:\"string\";s:33:\"038_Falcon8X_2018USB55_A4_HD_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"0f7ded76e401946a40b445f04ddf6f63\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_30_alttext\";s:6:\"string\";s:24:\"004_Falcon5X_2013DVD43LR\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"4cd33188a67524acc284c2712b3d820b\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_31_alttext\";s:6:\"string\";s:24:\"007_Falcon5X_2013DVD43LR\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"7173a2e180382a459e965633465f92ff\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_32_alttext\";s:6:\"string\";s:26:\"009_Falcon5X_2013DVD43LR-1\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"20fb04e0a57be575276b080b5d39b7a8\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_33_alttext\";s:6:\"string\";s:24:\"010_Falcon5X_2013DVD43LR\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"1b4d766af5a8ead0733e8c2b3b1db3a1\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_34_alttext\";s:6:\"string\";s:24:\"018_Falcon5X_2013DVD43LR\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"6acea249bdaf911287649c8d5a0f2a67\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_35_alttext\";s:6:\"string\";s:24:\"019_Falcon5X_2013DVD43LR\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"276ed5390a862f8c65859a801b29be52\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_36_alttext\";s:6:\"string\";s:24:\"026_Falcon5X_2013DVD43LR\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"daf1d8a7494196c9319839de1f4c65aa\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_37_alttext\";s:6:\"string\";s:22:\"046_Falcon7X_2013DVD41\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"06edb8fb7ba7f3f1f385e42491cc67ab\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_38_alttext\";s:6:\"string\";s:22:\"052_Falcon7X_2013DVD41\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"b063d7cb9b100c40fdbe0cb9eeba8904\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_39_alttext\";s:6:\"string\";s:27:\"092_Falcon2000LXS_2013DVD41\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"6aceb1f5c3c80f69fa8f6c4b0f8d6103\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_40_alttext\";s:6:\"string\";s:27:\"101_Falcon2000LXS_2013DVD41\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"422b93a20152cf07b6825c485bdcd227\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_41_alttext\";s:6:\"string\";s:25:\"137_Falcon2000S_2013DVD41\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"4b0800722ad5b31388af5e7bae6e3ff1\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_42_alttext\";s:6:\"string\";s:25:\"139_Falcon2000S_2013DVD41\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"0e2e01b7a84e189ea96d28524fae634d\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_43_alttext\";s:6:\"string\";s:25:\"140_Falcon2000S_2013DVD41\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"1966c9b087033575725c78d0b9b8556c\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"gallery_4_name\";s:6:\"string\";s:7:\"Embraer\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"23a390e1e0a8493cde7d9d435c87e0ed\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_46_alttext\";s:6:\"string\";s:24:\"P100E_Still_in_Flight_R3\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"2766a3b39adfaed7f62d28a7b5686aef\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_47_alttext\";s:6:\"string\";s:14:\"P100-Flight-05\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"ef9d8432d2724f4a3fa7fc49011afd59\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_48_alttext\";s:6:\"string\";s:36:\"L650_On_the_Ground_at_Dusk_1_RT2Rich\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"4d86c9df67a7ec2e370ed9d9bc7482ab\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_49_alttext\";s:6:\"string\";s:25:\"L650_Exterior-CoolBlue-04\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"63353985c3e33531bf2acfa8f0afb124\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_50_alttext\";s:6:\"string\";s:20:\"L500_Exterior-Violet\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"22f0567ebc366d14f5981ac425f613d2\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_51_alttext\";s:6:\"string\";s:29:\"L500_Cabin_lights_Off_UPDATED\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"f489ce806598a47368a49712ad69a61e\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_52_alttext\";s:6:\"string\";s:26:\"EM_P300___P100_-_Landscape\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"9a86dd24f2d04e17c8ceb3c089befc02\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_53_alttext\";s:6:\"string\";s:26:\"1_Phgenom_300_exterior_006\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"b57d343400c929f8df1b871f0d0d5d83\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_54_alttext\";s:6:\"string\";s:25:\"1_Phenom_300_interior_001\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"bad00a5d3a27409bfbb7441261316832\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_55_alttext\";s:6:\"string\";s:25:\"1_Phenom_100_interior_007\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"f1665aa9c05f7d946cd8eaec678af436\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:18:\"pic_56_description\";s:6:\"string\";s:9:\"cock- 021\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"b6af497fcffa6a7c3e73dbdf705173e6\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_56_alttext\";s:6:\"string\";s:9:\"cock- 021\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"489fb50438abc7e19785982ce26fab65\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_84_alttext\";s:6:\"string\";s:29:\"P100E_Still_in_Flight_R3_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"6056466cb57f39742d84ab785afd4a5c\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_86_alttext\";s:6:\"string\";s:18:\"G500-interior_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"76e83fe7fcd985bae548f8f680a76916\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_87_alttext\";s:6:\"string\";s:20:\"Gulfstream-G600_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"bfba3e6853fa4e9171634cbf04984c26\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_88_alttext\";s:6:\"string\";s:20:\"Gulfstream-G500_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"0965eb3c9e89c36c05fa2fa250ee1613\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"gallery_6_name\";s:6:\"string\";s:9:\"Honda Jet\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"b71da6b0a1292b8ca71b88abc89f1587\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_91_alttext\";s:6:\"string\";s:21:\"hondajet-595_683_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}s:32:\"0fc3af42606d9d60b924f1554b9c9821\";a:5:{s:7:\"context\";s:10:\"plugin_ngg\";s:4:\"name\";s:14:\"pic_90_alttext\";s:6:\"string\";s:26:\"spacious-interior-360_1920\";s:9:\"multiline\";b:1;s:3:\"icl\";b:1;}}', 'yes'),
(7344, 'widget_polylang', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(7357, 'pll_dismissed_notices', 'a:3:{i:0;s:6:\"wizard\";i:1;s:8:\"lingotek\";i:2;s:6:\"review\";}', 'yes'),
(7648, 'elementor_log', 'a:1:{s:32:\"9f759668152cc5c08016ed57d1277b24\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-06-04 10:07:36\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.9\";s:2:\"to\";s:6:\"2.9.11\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-06-04 10:07:36\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"2.9.9\";s:2:\"to\";s:6:\"2.9.11\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}', 'no'),
(7655, 'elementor-custom-breakpoints-files', 'a:1:{s:19:\"custom-frontend.min\";a:1:{s:4:\"time\";i:1591265332;}}', 'yes'),
(11170, 'ngg_options', 'a:76:{s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:32:\"<h3>Související obrázky:</h3>\";s:10:\"thumbwidth\";i:240;s:11:\"thumbheight\";i:160;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:1800;s:9:\"imgHeight\";i:1200;s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:1;s:9:\"galImages\";s:2:\"24\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:0;s:12:\"galTextSlide\";s:14:\"View Slideshow\";s:14:\"galTextGallery\";s:15:\"View Thumbnails\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:1;s:11:\"thumbEffect\";s:8:\"fancybox\";s:9:\"thumbCode\";s:47:\"class=\"ngg-simplelightbox\" rel=\"%GALLERY_NAME%\"\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:33:\"watermark_automatically_at_upload\";i:0;s:5:\"wmPos\";s:9:\"midCenter\";s:6:\"wmXpos\";i:15;s:6:\"wmYpos\";i:5;s:6:\"wmType\";s:4:\"text\";s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:30;s:6:\"wmText\";s:9:\"WAPE JETS\";s:7:\"wmColor\";s:7:\"#ffffff\";s:8:\"wmOpaque\";s:2:\"33\";s:7:\"slideFX\";s:4:\"fade\";s:7:\"irWidth\";i:750;s:8:\"irHeight\";i:500;s:12:\"irRotatetime\";i:5;s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:28:\"always_enable_frontend_logic\";b:0;s:27:\"use_alternate_random_method\";b:0;s:19:\"disable_fontawesome\";b:0;s:23:\"random_widget_cache_ttl\";i:30;s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:11:\"installDate\";i:1591594512;s:13:\"gallery_count\";i:6;s:11:\"gallerypath\";s:1:\"/\";s:18:\"thumbEffectScripts\";a:1:{i:0;s:0:\"\";}s:17:\"thumbEffectStyles\";a:1:{i:0;s:0:\"\";}s:15:\"thumbEffectCode\";s:0:\"\";s:40:\"gallery_created_after_reviews_introduced\";b:1;}', 'yes'),
(11323, 'envira_gallery_116', '1', 'yes'),
(11324, 'envira_gallery_121', '1', 'yes'),
(11325, 'envira_gallery_review', 'a:2:{s:4:\"time\";i:1591593798;s:9:\"dismissed\";b:0;}', 'yes'),
(12573, 'category_children', 'a:0:{}', 'yes'),
(13250, 'wp-optimize-schedule', 'false', 'yes'),
(13251, 'wp-optimize-last-optimized', 'Never', 'yes'),
(13252, 'wp-optimize-schedule-type', 'wpo_weekly', 'yes'),
(13253, 'wp-optimize-retention-enabled', 'false', 'yes'),
(13254, 'wp-optimize-retention-period', '2', 'yes'),
(13255, 'wp-optimize-enable-admin-menu', 'false', 'yes'),
(13256, 'wp-optimize-total-cleaned', '0', 'yes'),
(13257, 'wp-optimize-auto', 'a:7:{s:6:\"drafts\";s:4:\"true\";s:8:\"optimize\";s:5:\"false\";s:9:\"revisions\";s:4:\"true\";s:5:\"spams\";s:4:\"true\";s:9:\"transient\";s:5:\"false\";s:5:\"trash\";s:4:\"true\";s:10:\"unapproved\";s:5:\"false\";}', 'yes'),
(13258, 'wp-optimize-settings', 'a:13:{s:11:\"user-drafts\";s:4:\"true\";s:16:\"user-commentmeta\";s:4:\"true\";s:13:\"user-optimize\";s:4:\"true\";s:15:\"user-orphandata\";s:4:\"true\";s:14:\"user-pingbacks\";s:4:\"true\";s:13:\"user-postmeta\";s:4:\"true\";s:14:\"user-revisions\";s:4:\"true\";s:10:\"user-spams\";s:4:\"true\";s:15:\"user-trackbacks\";s:4:\"true\";s:14:\"user-transient\";s:4:\"true\";s:10:\"user-trash\";s:4:\"true\";s:15:\"user-unapproved\";s:4:\"true\";s:13:\"last_saved_in\";s:5:\"3.1.2\";}', 'yes'),
(13259, 'wpo_minify_config', 'a:49:{s:5:\"debug\";b:0;s:19:\"enabled_css_preload\";b:0;s:18:\"enabled_js_preload\";b:0;s:11:\"hpreconnect\";s:0:\"\";s:8:\"hpreload\";s:0:\"\";s:7:\"loadcss\";b:0;s:10:\"remove_css\";b:0;s:17:\"critical_path_css\";s:0:\"\";s:31:\"critical_path_css_is_front_page\";s:0:\"\";s:30:\"preserve_settings_on_uninstall\";b:1;s:22:\"disable_when_logged_in\";b:0;s:16:\"default_protocol\";s:7:\"dynamic\";s:17:\"html_minification\";b:1;s:16:\"clean_header_one\";b:0;s:13:\"emoji_removal\";b:1;s:18:\"merge_google_fonts\";b:1;s:18:\"remove_googlefonts\";b:0;s:13:\"gfonts_method\";s:6:\"inline\";s:15:\"fawesome_method\";s:6:\"inline\";s:10:\"enable_css\";b:1;s:23:\"enable_css_minification\";b:1;s:21:\"enable_merging_of_css\";b:1;s:23:\"remove_print_mediatypes\";b:0;s:10:\"inline_css\";b:0;s:9:\"enable_js\";b:1;s:22:\"enable_js_minification\";b:1;s:20:\"enable_merging_of_js\";b:1;s:15:\"enable_defer_js\";s:10:\"individual\";s:13:\"defer_js_type\";s:5:\"defer\";s:12:\"defer_jquery\";b:1;s:18:\"enable_js_trycatch\";b:0;s:19:\"exclude_defer_login\";b:0;s:7:\"cdn_url\";s:0:\"\";s:9:\"cdn_force\";b:0;s:9:\"async_css\";s:0:\"\";s:8:\"async_js\";s:0:\"\";s:24:\"disable_css_inline_merge\";b:1;s:6:\"ualist\";a:8:{i:0;s:12:\"x11.*fox\\/54\";i:1;s:20:\"oid\\s4.*xus.*ome\\/62\";i:2;s:12:\"x11.*ome\\/62\";i:3;s:5:\"oobot\";i:4;s:5:\"ighth\";i:5;s:5:\"tmetr\";i:6;s:6:\"eadles\";i:7;s:5:\"ingdo\";}s:9:\"blacklist\";s:441:\"/html5shiv.js\n/html5shiv-printshiv.min.js\n/excanvas.js\n/avada-ie9.js\n/respond.js\n/respond.min.js\n/selectivizr.js\n/Avada/assets/css/ie.css\n/html5.js\n/IE9.js\n/fusion-ie9.js\n/vc_lte_ie9.min.css\n/old-ie.css\n/ie.css\n/vc-ie8.min.css\n/mailchimp-for-wp/assets/js/third-party/placeholders.min.js\n/assets/js/plugins/wp-enqueue/min/webfontloader.js\n/a.optnmstr.com/app/js/api.min.js\n/pixelyoursite/js/public.js\n/assets/js/wcdrip-drip.js\n/instantpage.js\";s:11:\"ignore_list\";s:561:\"/genericons.css\n/Avada/assets/js/main.min.js\n/woocommerce-product-search/js/product-search.js\n/includes/builder/scripts/frontend-builder-scripts.js\n/assets/js/jquery.themepunch.tools.min.js\n/js/TweenMax.min.js\n/jupiter/assets/js/min/full-scripts\n/wp-content/themes/Divi/core/admin/js/react-dom.production.min.js\n/LayerSlider/static/layerslider/js/greensock.js\n/themes/kalium/assets/js/main.min.js\n/elementor/assets/js/common.min.js\n/elementor/assets/js/frontend.min.js\n/elementor-pro/assets/js/frontend.min.js\n/wp-includes/js/mediaelement/wp-mediaelement.min.js\";s:10:\"exclude_js\";s:0:\"\";s:11:\"exclude_css\";s:0:\"\";s:23:\"edit_default_exclutions\";b:0;s:18:\"merge_allowed_urls\";s:0:\"\";s:7:\"enabled\";b:0;s:17:\"last-cache-update\";i:1608311168;s:14:\"plugin_version\";s:5:\"0.0.0\";s:19:\"defer_for_pagespeed\";b:0;s:19:\"include_ui_elements\";b:1;}', 'yes'),
(13260, 'updraft_task_manager_dbversion', '1.1', 'yes'),
(13261, 'wpo_update_version', '3.1.4', 'yes'),
(13283, 'wpo_cache_config', 'a:16:{s:19:\"enable_page_caching\";b:1;s:23:\"page_cache_length_value\";i:24;s:22:\"page_cache_length_unit\";s:5:\"hours\";s:17:\"page_cache_length\";i:86400;s:20:\"cache_exception_urls\";a:1:{i:0;s:0:\"\";}s:23:\"cache_exception_cookies\";a:1:{i:0;s:0:\"\";}s:30:\"cache_exception_browser_agents\";a:1:{i:0;s:0:\"\";}s:22:\"enable_sitemap_preload\";b:0;s:23:\"enable_schedule_preload\";s:1:\"1\";s:21:\"preload_schedule_type\";s:22:\"wpo_use_cache_lifespan\";s:21:\"enable_mobile_caching\";s:1:\"1\";s:19:\"enable_user_caching\";s:1:\"0\";s:8:\"site_url\";s:22:\"httpss://wapejets.com/\";s:24:\"enable_cache_per_country\";b:0;s:17:\"wpo_cache_cookies\";a:0:{}s:25:\"wpo_cache_query_variables\";a:0:{}}', 'yes'),
(13284, 'wp-smush-settings', 'a:22:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:1;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:4:\"bulk\";b:0;}', 'yes'),
(13285, 'wp-smush-install-type', 'existing', 'no'),
(13286, 'wp-smush-version', '3.6.3', 'no'),
(13289, 'wdev-frash', 'a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1591732753;}s:5:\"queue\";a:2:{s:32:\"7de3619981caadc55f30a002bfb299f6\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1591732753;}s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1592337553;}}s:4:\"done\";a:0:{}}', 'no'),
(13290, 'wpmudev_recommended_plugins_registered', 'a:1:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1591732753;}}', 'no'),
(13294, 'smush_global_stats', 'a:9:{s:11:\"size_before\";i:198842702;s:10:\"size_after\";i:181127344;s:7:\"percent\";d:8.9000000000000004;s:5:\"human\";s:7:\"16,9 MB\";s:5:\"bytes\";i:17715358;s:12:\"total_images\";i:2721;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}', 'no'),
(13296, 'dir_smush_stats', 'a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}', 'no'),
(13297, 'wp-smush-lazy_load', 'a:8:{s:6:\"format\";a:5:{s:4:\"jpeg\";b:1;s:3:\"png\";b:1;s:3:\"gif\";b:1;s:3:\"svg\";b:1;s:6:\"iframe\";b:1;}s:6:\"output\";a:4:{s:7:\"content\";b:1;s:7:\"widgets\";b:1;s:10:\"thumbnails\";b:1;s:9:\"gravatars\";b:1;}s:9:\"animation\";a:4:{s:8:\"selected\";s:6:\"fadein\";s:6:\"fadein\";a:2:{s:8:\"duration\";i:400;s:5:\"delay\";i:0;}s:7:\"spinner\";a:2:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}}s:11:\"placeholder\";a:3:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}s:5:\"color\";s:7:\"#F3F3F3\";}}s:7:\"include\";a:7:{s:9:\"frontpage\";b:1;s:4:\"home\";b:1;s:4:\"page\";b:1;s:6:\"single\";b:1;s:7:\"archive\";b:1;s:8:\"category\";b:1;s:3:\"tag\";b:1;}s:13:\"exclude-pages\";a:0:{}s:15:\"exclude-classes\";a:0:{}s:6:\"footer\";b:1;s:6:\"native\";b:0;}', 'yes'),
(13298, 'skip-smush-setup', '1', 'yes'),
(13301, 'wp-smush-hide_smush_welcome', '1', 'no'),
(13302, 'wp-smush-resize_sizes', 'a:2:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;}', 'yes'),
(14179, 'updraft_unlocked_wpo_cache_preloader_creating_tasks', '1', 'no'),
(14180, 'updraft_last_lock_time_wpo_cache_preloader_creating_tasks', '2020-06-10 10:59:16', 'no'),
(14181, 'updraft_semaphore_wpo_cache_preloader_creating_tasks', '0', 'no'),
(14182, 'wp-optimize-is_gzip_compression_enabled', 'gzip', 'yes'),
(14185, 'wp-optimize-install-or-update-notice-version', '1.1', 'yes'),
(14186, 'wp-optimize-corrupted-tables-count', '0', 'yes'),
(14223, 'wp-optimize-enable-auto-backup', 'false', 'yes'),
(14224, 'wp-optimize-enable-auto-backup-1', 'true', 'yes'),
(14373, 'wp-optimize-compression_server', 'resmushit', 'yes'),
(14374, 'wp-optimize-back_up_original', '1', 'yes'),
(14375, 'wp-optimize-back_up_delete_after', '1', 'yes'),
(14376, 'wp-optimize-back_up_delete_after_days', '50', 'yes'),
(14377, 'wp-optimize-image_quality', '100', 'yes'),
(14378, 'wp-optimize-show_smush_metabox', 'show', 'yes'),
(14382, 'wp-optimize-wpo_last_page_cache_preload_type', 'sitemap', 'yes'),
(14388, 'wp-optimize-completed_task_count', '95', 'yes'),
(14389, 'wp-optimize-total_bytes_saved', '0', 'yes'),
(14390, 'wp-optimize-total_percent_saved', '0', 'yes'),
(14427, 'wp-optimize-browser_cache_expire_days', '28', 'yes'),
(14428, 'wp-optimize-browser_cache_expire_hours', '0', 'yes'),
(14445, 'wp-optimize-logging', '', 'yes'),
(14446, 'wp-optimize-logging-additional', '', 'yes'),
(14447, 'wp-optimize-enable-db-force-optimize', 'false', 'yes'),
(14458, 'wp-optimize-wpo_last_page_cache_preload', '1591787324', 'yes'),
(15286, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"design@davidbauer.cz\";s:7:\"version\";s:5:\"5.4.4\";s:9:\"timestamp\";i:1604121115;}', 'no'),
(29851, 'wp_mail_smtp_migration_version', '2', 'yes'),
(29864, 'wp_mail_smtp_review_notice', 'a:2:{s:4:\"time\";i:1593868614;s:9:\"dismissed\";b:0;}', 'yes'),
(29900, 'newsletter_logger_secret', 'cdfbeb84', 'yes'),
(29902, 'newsletter_main_first_install_time', '1593869529', 'no'),
(29903, 'newsletter_main', 'a:36:{s:11:\"return_path\";b:0;s:8:\"reply_to\";b:0;s:12:\"sender_email\";s:17:\"info@wapejets.com\";s:11:\"sender_name\";s:9:\"WAPE JETS\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";s:3:\"100\";s:9:\"phpmailer\";i:0;s:5:\"debug\";s:1:\"0\";s:5:\"track\";s:1:\"1\";s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";s:1:\"0\";s:2:\"ip\";s:0:\"\";s:4:\"page\";s:3:\"587\";s:19:\"disable_cron_notice\";i:0;s:13:\"do_shortcodes\";s:1:\"0\";s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"588\";s:3:\"url\";s:81:\"https://wapejets.com/wp-content/uploads/2020/07/wapejets_logo_mail_white_1200.png\";}s:12:\"header_title\";s:9:\"WAPE JETS\";s:10:\"header_sub\";s:47:\"Vítejte ve světě, kde letadlo čeká na vás\";s:12:\"footer_title\";s:14:\"WAPE EBS s.r.o\";s:14:\"footer_contact\";s:50:\"Kaprova 42/14 · Praha 110 00 · Česká republika\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:33:\"https://www.facebook.com/wapejets\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:36:\"httpss://www.instagram.com/wape_jets\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";s:12:\"contract_key\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:25:\"content_transfer_encoding\";s:0:\"\";s:5:\"roles\";a:0:{}}', 'yes'),
(29904, 'newsletter_main_info', 'a:17:{s:11:\"header_logo\";a:2:{s:2:\"id\";s:3:\"588\";s:3:\"url\";s:81:\"https://wapejets.com/wp-content/uploads/2020/07/wapejets_logo_mail_white_1200.png\";}s:12:\"header_title\";s:9:\"WAPE JETS\";s:10:\"header_sub\";s:47:\"Vítejte ve světě, kde letadlo čeká na vás\";s:12:\"footer_title\";s:14:\"WAPE EBS s.r.o\";s:14:\"footer_contact\";s:50:\"Kaprova 42/14 · Praha 110 00 · Česká republika\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:33:\"https://www.facebook.com/wapejets\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:36:\"httpss://www.instagram.com/wape_jets\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";}', 'yes'),
(29905, 'newsletter_main_smtp', 'a:8:{s:7:\"enabled\";s:1:\"1\";s:4:\"host\";s:14:\"smtp.seznam.cz\";s:4:\"user\";s:17:\"info@wapejets.com\";s:4:\"pass\";s:16:\"Embraerlegacy650\";s:4:\"port\";s:3:\"465\";s:6:\"secure\";s:3:\"ssl\";s:12:\"ssl_insecure\";s:1:\"0\";s:10:\"test_email\";s:20:\"design@davidbauer.cz\";}', 'yes'),
(29906, 'newsletter_main_version', '1.6.5', 'yes'),
(29907, 'newsletter_subscription_first_install_time', '1593869530', 'no'),
(29908, 'newsletter', 'a:17:{s:14:\"noconfirmation\";s:1:\"1\";s:14:\"optin_override\";s:1:\"0\";s:6:\"notify\";s:1:\"0\";s:12:\"notify_email\";s:20:\"design@davidbauer.cz\";s:17:\"subscription_text\";s:26:\"<p>{subscription_form}</p>\";s:8:\"multiple\";s:1:\"1\";s:10:\"error_text\";s:124:\"<p>Nemůžete se registrovat k odběru s vámi zadanou e-mailovou adresou, prosím kontaktujte administrátora stránek.</p>\";s:17:\"confirmation_text\";s:115:\"<p>Konfirmační zpráva byla odeslána. Postupujte podle instrukcí a zkontrolujte i složku spamu. Děkujeme!</p>\";s:16:\"confirmation_url\";s:0:\"\";s:20:\"confirmation_subject\";s:30:\"Prosím potvrďte svůj odběr\";s:20:\"confirmation_message\";s:109:\"<p>Prosím potvrďte své přihlášení k odběru<a href=\"{subscription_confirm_url}\">kliknutím zde</a></p>\";s:14:\"confirmed_text\";s:33:\"<p>Váš odběr byl potvrzen.</p>\";s:13:\"confirmed_url\";s:0:\"\";s:18:\"confirmed_tracking\";s:0:\"\";s:18:\"confirmed_disabled\";s:1:\"0\";s:17:\"confirmed_subject\";s:8:\"Vítejte\";s:17:\"confirmed_message\";s:144:\"<p>Tato zpráva potvrzuje vaši úspěšnou registraci k odběru. Děkujeme!</p>\r\n<hr>\r\n<p><a href=\"{profile_url}\">Změňte svůj profil</a></p>\";}', 'yes'),
(29909, 'newsletter_subscription_lists', 'a:162:{s:6:\"list_1\";s:7:\"Admin I\";s:13:\"list_1_status\";s:1:\"0\";s:19:\"list_1_subscription\";s:1:\"0\";s:14:\"list_1_profile\";s:1:\"0\";s:16:\"list_1_languages\";a:1:{i:0;s:2:\"cs\";}s:6:\"list_2\";s:8:\"Admin II\";s:13:\"list_2_status\";s:1:\"0\";s:19:\"list_2_subscription\";s:1:\"0\";s:14:\"list_2_profile\";s:1:\"0\";s:16:\"list_2_languages\";a:1:{i:0;s:2:\"cs\";}s:6:\"list_3\";s:7:\"Clients\";s:13:\"list_3_status\";s:1:\"0\";s:19:\"list_3_subscription\";s:1:\"0\";s:14:\"list_3_profile\";s:1:\"0\";s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";s:1:\"0\";s:19:\"list_4_subscription\";s:1:\"0\";s:14:\"list_4_profile\";s:1:\"0\";s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";s:1:\"0\";s:19:\"list_5_subscription\";s:1:\"0\";s:14:\"list_5_profile\";s:1:\"0\";s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";s:1:\"0\";s:19:\"list_6_subscription\";s:1:\"0\";s:14:\"list_6_profile\";s:1:\"0\";s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";s:1:\"0\";s:19:\"list_7_subscription\";s:1:\"0\";s:14:\"list_7_profile\";s:1:\"0\";s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";s:1:\"0\";s:19:\"list_8_subscription\";s:1:\"0\";s:14:\"list_8_profile\";s:1:\"0\";s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";s:1:\"0\";s:19:\"list_9_subscription\";s:1:\"0\";s:14:\"list_9_profile\";s:1:\"0\";s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";s:1:\"0\";s:20:\"list_10_subscription\";s:1:\"0\";s:15:\"list_10_profile\";s:1:\"0\";s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";s:1:\"0\";s:20:\"list_11_subscription\";s:1:\"0\";s:15:\"list_11_profile\";s:1:\"0\";s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";s:1:\"0\";s:20:\"list_12_subscription\";s:1:\"0\";s:15:\"list_12_profile\";s:1:\"0\";s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";s:1:\"0\";s:20:\"list_13_subscription\";s:1:\"0\";s:15:\"list_13_profile\";s:1:\"0\";s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";s:1:\"0\";s:20:\"list_14_subscription\";s:1:\"0\";s:15:\"list_14_profile\";s:1:\"0\";s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";s:1:\"0\";s:20:\"list_15_subscription\";s:1:\"0\";s:15:\"list_15_profile\";s:1:\"0\";s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";s:1:\"0\";s:20:\"list_16_subscription\";s:1:\"0\";s:15:\"list_16_profile\";s:1:\"0\";s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";s:1:\"0\";s:20:\"list_17_subscription\";s:1:\"0\";s:15:\"list_17_profile\";s:1:\"0\";s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";s:1:\"0\";s:20:\"list_18_subscription\";s:1:\"0\";s:15:\"list_18_profile\";s:1:\"0\";s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";s:1:\"0\";s:20:\"list_19_subscription\";s:1:\"0\";s:15:\"list_19_profile\";s:1:\"0\";s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";s:1:\"0\";s:20:\"list_20_subscription\";s:1:\"0\";s:15:\"list_20_profile\";s:1:\"0\";s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";s:1:\"0\";s:20:\"list_21_subscription\";s:1:\"0\";s:15:\"list_21_profile\";s:1:\"0\";s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";s:1:\"0\";s:20:\"list_22_subscription\";s:1:\"0\";s:15:\"list_22_profile\";s:1:\"0\";s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";s:1:\"0\";s:20:\"list_23_subscription\";s:1:\"0\";s:15:\"list_23_profile\";s:1:\"0\";s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";s:1:\"0\";s:20:\"list_24_subscription\";s:1:\"0\";s:15:\"list_24_profile\";s:1:\"0\";s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";s:1:\"0\";s:20:\"list_25_subscription\";s:1:\"0\";s:15:\"list_25_profile\";s:1:\"0\";s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";s:1:\"0\";s:20:\"list_26_subscription\";s:1:\"0\";s:15:\"list_26_profile\";s:1:\"0\";s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";s:1:\"0\";s:20:\"list_27_subscription\";s:1:\"0\";s:15:\"list_27_profile\";s:1:\"0\";s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";s:1:\"0\";s:20:\"list_28_subscription\";s:1:\"0\";s:15:\"list_28_profile\";s:1:\"0\";s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";s:1:\"0\";s:20:\"list_29_subscription\";s:1:\"0\";s:15:\"list_29_profile\";s:1:\"0\";s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";s:1:\"0\";s:20:\"list_30_subscription\";s:1:\"0\";s:15:\"list_30_profile\";s:1:\"0\";s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";s:1:\"0\";s:20:\"list_31_subscription\";s:1:\"0\";s:15:\"list_31_profile\";s:1:\"0\";s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";s:1:\"0\";s:20:\"list_32_subscription\";s:1:\"0\";s:15:\"list_32_profile\";s:1:\"0\";s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";s:1:\"0\";s:20:\"list_33_subscription\";s:1:\"0\";s:15:\"list_33_profile\";s:1:\"0\";s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";s:1:\"0\";s:20:\"list_34_subscription\";s:1:\"0\";s:15:\"list_34_profile\";s:1:\"0\";s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";s:1:\"0\";s:20:\"list_35_subscription\";s:1:\"0\";s:15:\"list_35_profile\";s:1:\"0\";s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";s:1:\"0\";s:20:\"list_36_subscription\";s:1:\"0\";s:15:\"list_36_profile\";s:1:\"0\";s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";s:1:\"0\";s:20:\"list_37_subscription\";s:1:\"0\";s:15:\"list_37_profile\";s:1:\"0\";s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";s:1:\"0\";s:20:\"list_38_subscription\";s:1:\"0\";s:15:\"list_38_profile\";s:1:\"0\";s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";s:1:\"0\";s:20:\"list_39_subscription\";s:1:\"0\";s:15:\"list_39_profile\";s:1:\"0\";s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";s:1:\"0\";s:20:\"list_40_subscription\";s:1:\"0\";s:15:\"list_40_profile\";s:1:\"0\";}', 'yes'),
(29910, 'newsletter_subscription_template', 'a:1:{s:8:\"template\";s:2365:\"<!DOCTYPE html>\n<html>\n <head>\n <!-- General styles, not used by all email clients -->\n <style type=\"text/css\" media=\"all\">\n a {\n text-decoration: none;\n color: #0088cc;\n }\n hr {\n border-top: 1px solid #999;\n }\n </style>\n </head>\n\n <!-- KEEP THE LAYOUT SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n <body style=\"margin: 0; padding: 0;\">\n\n <!-- Top title with dark background -->\n <table style=\"background-color: #444; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n <tr>\n <td style=\"padding: 20px; text-align: center; font-family: sans-serif; color: #fff; font-size: 28px\">\n {blog_title}\n </td>\n </tr>\n </table>\n\n <!-- Main table 100% wide with background color #eee --> \n <table style=\"background-color: #eee; width: 100%;\">\n <tr>\n <td align=\"center\" style=\"padding: 15px;\">\n\n <!-- Content table with backgdound color #fff, width 500px -->\n <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n <tr>\n <td style=\"padding: 15px; color: #333; font-size: 16px; font-family: sans-serif\">\n <!-- The \"message\" tag below is replaced with one of confirmation, welcome or goodbye messages -->\n <!-- Messages content can be configured on Newsletter List Building panels --> \n\n {message}\n\n <hr>\n <!-- Signature if not already added to single messages (surround with <p>) -->\n <p>\n <small>\n <a href=\"{blog_url}\">{blog_url}</a><br>\n {company_name}<br>\n {company_address}\n </small>\n </p>\n \n\n </td>\n </tr>\n </table>\n\n </td>\n </tr>\n </table>\n\n </body>\n</html>\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(29911, 'newsletter_profile', 'a:184:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:38:\"E-mailová adresa nemá správný tvar\";s:4:\"name\";s:23:\"Jméno nebo příjmení\";s:10:\"name_error\";s:22:\"Jméno je požadováno\";s:11:\"name_status\";i:0;s:10:\"name_rules\";i:0;s:7:\"surname\";s:16:\"Křestní jméno\";s:13:\"surname_error\";s:27:\"Příjmení je požadováno\";s:14:\"surname_status\";i:0;s:10:\"sex_status\";i:0;s:3:\"sex\";s:3:\"Já\";s:7:\"privacy\";s:64:\"Pokračováním, příjímáte zásady ochrany osobních údajů\";s:13:\"privacy_error\";s:34:\"You must accept the privacy policy\";s:14:\"privacy_status\";i:0;s:11:\"privacy_url\";s:0:\"\";s:18:\"privacy_use_wp_url\";i:0;s:9:\"subscribe\";s:9:\"Odebírat\";s:12:\"title_female\";s:5:\"Paní\";s:10:\"title_male\";s:3:\"Pan\";s:10:\"title_none\";s:6:\"Drahý\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:13:\"Not specified\";s:13:\"profile_error\";s:29:\"Povinné pole není vyplněno\";s:16:\"profile_1_status\";i:0;s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";i:0;s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";i:0;s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";i:0;s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";i:0;s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";i:0;s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";i:0;s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";i:0;s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";i:0;s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";i:0;s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";i:0;s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";i:0;s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";i:0;s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";i:0;s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";i:0;s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";i:0;s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";i:0;s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";i:0;s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";i:0;s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";i:0;s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";i:0;s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";i:0;s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";i:0;s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";i:0;s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";i:0;s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";i:0;s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";i:0;s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";i:0;s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";i:0;s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";i:0;s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";i:0;s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";i:0;s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";i:0;s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";i:0;s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";i:0;s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";i:0;s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";i:0;s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";i:0;s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";i:0;s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";i:0;s:18:\"profile_20_options\";s:0:\"\";s:13:\"list_1_forced\";i:0;s:13:\"list_2_forced\";i:0;s:13:\"list_3_forced\";i:0;s:13:\"list_4_forced\";i:0;s:13:\"list_5_forced\";i:0;s:13:\"list_6_forced\";i:0;s:13:\"list_7_forced\";i:0;s:13:\"list_8_forced\";i:0;s:13:\"list_9_forced\";i:0;s:14:\"list_10_forced\";i:0;s:14:\"list_11_forced\";i:0;s:14:\"list_12_forced\";i:0;s:14:\"list_13_forced\";i:0;s:14:\"list_14_forced\";i:0;s:14:\"list_15_forced\";i:0;s:14:\"list_16_forced\";i:0;s:14:\"list_17_forced\";i:0;s:14:\"list_18_forced\";i:0;s:14:\"list_19_forced\";i:0;s:14:\"list_20_forced\";i:0;s:14:\"list_21_forced\";i:0;s:14:\"list_22_forced\";i:0;s:14:\"list_23_forced\";i:0;s:14:\"list_24_forced\";i:0;s:14:\"list_25_forced\";i:0;s:14:\"list_26_forced\";i:0;s:14:\"list_27_forced\";i:0;s:14:\"list_28_forced\";i:0;s:14:\"list_29_forced\";i:0;s:14:\"list_30_forced\";i:0;s:14:\"list_31_forced\";i:0;s:14:\"list_32_forced\";i:0;s:14:\"list_33_forced\";i:0;s:14:\"list_34_forced\";i:0;s:14:\"list_35_forced\";i:0;s:14:\"list_36_forced\";i:0;s:14:\"list_37_forced\";i:0;s:14:\"list_38_forced\";i:0;s:14:\"list_39_forced\";i:0;s:14:\"list_40_forced\";i:0;}', 'yes'),
(29912, 'newsletter_subscription_antibot', 'a:6:{s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:9:\"antiflood\";i:60;s:7:\"akismet\";i:0;s:7:\"captcha\";i:0;s:8:\"disabled\";i:0;}', 'yes'),
(29913, 'newsletter_subscription_version', '2.2.7', 'yes'),
(29914, 'newsletter_unsubscription_first_install_time', '1593869531', 'no'),
(29915, 'newsletter_unsubscription', 'a:6:{s:16:\"unsubscribe_text\";s:101:\"<p>Prosím potvrďte své odhlášení <a href=\"{unsubscription_confirm_url}\">kliknutím zde</a>.</p>\";s:10:\"error_text\";s:108:\"<p>Uživatel nebyl nalezen, pravděpodobně již byl smazán. Nejsou požadovány žádné další akce.</p>\";s:17:\"unsubscribed_text\";s:134:\"<p>Vaše předplatné bylo smazáno. Pokud se jednalo o chybu, můžete obnovit svůj profil <a href=\"{reactivate_url}\"> zde </a>.</p>\";s:20:\"unsubscribed_subject\";s:11:\"Nashledanou\";s:20:\"unsubscribed_message\";s:82:\"<p>Tato zpráva potvrzuje Vaše odhlášení z našeho newsletteru. Děkujeme.</p>\";s:16:\"reactivated_text\";s:47:\"<p>Vaše registrace byla znovu aktivována.</p>\";}', 'yes'),
(29916, 'newsletter_unsubscription_version', '1.0.3', 'yes'),
(29917, 'newsletter_profile_first_install_time', '1593869531', 'no'),
(29918, 'newsletter_profile_main', 'a:8:{s:4:\"text\";s:202:\"{profile_form}\n<p> Pokud změníte svou e-mailovou adresu, bude vám zaslán potvrzovací e-mail k její aktivaci. </p>\n <p> <a href=\"{unsubscription_confirm_url}\"> Zrušení předplatného </a> </p>\";s:13:\"email_changed\";s:78:\"Váš e-mail byl změněn, byl Vám odeslán aktivační e-mail s instrukcemi.\";s:5:\"error\";s:51:\"Váš e-mail je neplatný nebo je již používán.\";s:10:\"save_label\";s:7:\"Uložit\";s:13:\"privacy_label\";s:59:\"Přečtěte si naši poznámku o ochraně osobních údajů\";s:5:\"saved\";s:15:\"Profil uložen.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";}', 'yes'),
(29919, 'newsletter_profile_version', '1.1.0', 'yes'),
(29920, 'newsletter_emails_first_install_time', '1593869531', 'no'),
(29921, 'newsletter_emails', 'a:1:{s:5:\"theme\";s:7:\"default\";}', 'yes'),
(29922, 'newsletter_emails_theme_default', 'a:0:{}', 'no'),
(29923, 'newsletter_emails_version', '1.1.5', 'yes'),
(29924, 'newsletter_users_first_install_time', '1593869531', 'no'),
(29925, 'newsletter_users', 'a:0:{}', 'yes'),
(29926, 'newsletter_users_version', '1.3.0', 'yes'),
(29927, 'newsletter_statistics_first_install_time', '1593869532', 'no'),
(29928, 'newsletter_statistics', 'a:1:{s:3:\"key\";s:32:\"c2b0d80850ecf5cf4a8a9645c3ebb803\";}', 'yes'),
(29929, 'newsletter_statistics_version', '1.2.8', 'yes'),
(29930, 'newsletter_install_time', '1593869533', 'no'),
(29931, 'widget_newsletterwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(29932, 'widget_newsletterwidgetminimal', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(29936, 'newsletter_page', '587', 'no'),
(29938, 'newsletter_diagnostic_cron_calls', 'a:100:{i:0;i:1609747620;i:1;i:1609747686;i:2;i:1609748110;i:3;i:1609748136;i:4;i:1609748457;i:5;i:1609748954;i:6;i:1609749388;i:7;i:1609750069;i:8;i:1609750699;i:9;i:1609751294;i:10;i:1609752063;i:11;i:1609752382;i:12;i:1609752713;i:13;i:1609752860;i:14;i:1609753521;i:15;i:1609753966;i:16;i:1609753986;i:17;i:1609754014;i:18;i:1609754642;i:19;i:1609754796;i:20;i:1609755055;i:21;i:1609755325;i:22;i:1609755822;i:23;i:1609755932;i:24;i:1609756548;i:25;i:1609756701;i:26;i:1609756759;i:27;i:1609757273;i:28;i:1609757302;i:29;i:1609757940;i:30;i:1609758443;i:31;i:1609758505;i:32;i:1609758538;i:33;i:1609758586;i:34;i:1609758641;i:35;i:1609758671;i:36;i:1609758689;i:37;i:1609758753;i:38;i:1609758784;i:39;i:1609758821;i:40;i:1609758842;i:41;i:1609758893;i:42;i:1609758949;i:43;i:1609759009;i:44;i:1609759130;i:45;i:1609759173;i:46;i:1609759249;i:47;i:1609759295;i:48;i:1609759368;i:49;i:1609759379;i:50;i:1609759430;i:51;i:1609759496;i:52;i:1609759617;i:53;i:1609759677;i:54;i:1609759804;i:55;i:1609759887;i:56;i:1609760457;i:57;i:1609760516;i:58;i:1609761124;i:59;i:1609761263;i:60;i:1609761547;i:61;i:1609761717;i:62;i:1609761753;i:63;i:1609761798;i:64;i:1609761815;i:65;i:1609762301;i:66;i:1609762674;i:67;i:1609762955;i:68;i:1609763136;i:69;i:1609763253;i:70;i:1609763959;i:71;i:1609763977;i:72;i:1609764179;i:73;i:1609764686;i:74;i:1609764932;i:75;i:1609765421;i:76;i:1609766047;i:77;i:1609766071;i:78;i:1609766490;i:79;i:1609766775;i:80;i:1609766989;i:81;i:1609767362;i:82;i:1609767511;i:83;i:1609768368;i:84;i:1609768661;i:85;i:1609768999;i:86;i:1609769006;i:87;i:1609769900;i:88;i:1609770257;i:89;i:1609770322;i:90;i:1609770388;i:91;i:1609770449;i:92;i:1609770617;i:93;i:1609770699;i:94;i:1609770756;i:95;i:1609770788;i:96;i:1609770834;i:97;i:1609770880;i:98;i:1609770922;i:99;i:1609771334;}', 'no'),
(29939, 'newsletter_diagnostic_cron_data', 'a:3:{s:4:\"mean\";d:236.13999999999999;s:3:\"max\";i:894;s:3:\"min\";i:7;}', 'no'),
(29944, 'newsletter_main_status', 'a:2:{s:10:\"test_email\";s:20:\"design@davidbauer.cz\";s:4:\"mail\";i:1;}', 'yes'),
(29995, 'newsletter_log_level', '0', 'yes'),
(38929, 'wpfssl_options', 'a:2:{s:8:\"wpfs_ssl\";s:3:\"yes\";s:9:\"wpfs_hsts\";s:2:\"no\";}', 'yes'),
(38930, 'wpfssl_meta', 'a:3:{s:13:\"first_version\";s:4:\"1.55\";s:13:\"first_install\";i:1594372792;s:24:\"hide_review_notification\";b:0;}', 'yes'),
(87029, 'wp_mail_smtp_notifications', 'a:4:{s:6:\"update\";i:1608547502;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(90647, 'swift_performance_options', 'a:151:{s:13:\"settings-mode\";s:8:\"advanced\";s:16:\"cookies-disabled\";s:0:\"\";s:10:\"whitelabel\";s:0:\"\";s:15:\"use-compute-api\";s:0:\"\";s:16:\"prebuild-booster\";s:1:\"1\";s:21:\"disable-admin-notices\";s:0:\"\";s:14:\"enable-logging\";s:0:\"\";s:8:\"loglevel\";s:1:\"1\";s:8:\"log-path\";s:57:\"/volume1/web/wapejets_com/wp-content/swift-logs-265e4bee/\";s:26:\"normalize-static-resources\";s:1:\"1\";s:12:\"dns-prefetch\";s:1:\"1\";s:15:\"dns-prefetch-js\";s:0:\"\";s:20:\"exclude-dns-prefetch\";a:0:{}s:14:\"gravatar-cache\";s:0:\"\";s:21:\"gravatar-cache-expiry\";s:4:\"3600\";s:15:\"custom-htaccess\";s:0:\"\";s:19:\"background-requests\";s:0:\"\";s:17:\"disable-heartbeat\";s:0:\"\";s:19:\"heartbeat-frequency\";s:2:\"60\";s:13:\"limit-wp-cron\";s:0:\"\";s:11:\"remote-cron\";s:0:\"\";s:9:\"bypass-ga\";s:0:\"\";s:14:\"ga-tracking-id\";s:0:\"\";s:12:\"ga-ip-source\";s:11:\"REMOTE_ADDR\";s:15:\"ga-anonymize-ip\";s:0:\"\";s:16:\"delay-ga-collect\";s:1:\"1\";s:16:\"ga-exclude-roles\";s:0:\"\";s:16:\"whitelabel-dummy\";s:0:\"\";s:24:\"optimize-uploaded-images\";s:0:\"\";s:19:\"resize-large-images\";s:0:\"\";s:20:\"keep-original-images\";s:0:\"\";s:10:\"serve-webp\";s:0:\"\";s:19:\"base64-small-images\";s:0:\"\";s:24:\"base64-small-images-size\";s:4:\"1000\";s:27:\"exclude-base64-small-images\";a:0:{}s:16:\"lazy-load-images\";s:1:\"1\";s:17:\"exclude-lazy-load\";a:0:{}s:31:\"load-images-on-user-interaction\";s:0:\"\";s:23:\"base64-lazy-load-images\";s:1:\"1\";s:23:\"force-responsive-images\";s:0:\"\";s:19:\"smart-youtube-embed\";s:0:\"\";s:16:\"lazyload-iframes\";s:0:\"\";s:23:\"exclude-iframe-lazyload\";a:0:{}s:32:\"load-iframes-on-user-interaction\";s:0:\"\";s:28:\"merge-assets-logged-in-users\";s:0:\"\";s:11:\"server-push\";s:0:\"\";s:22:\"optimize-prebuild-only\";s:0:\"\";s:21:\"merge-background-only\";s:0:\"\";s:13:\"html-auto-fix\";s:1:\"1\";s:11:\"minify-html\";s:0:\"\";s:14:\"disable-emojis\";s:0:\"\";s:13:\"limit-threads\";s:0:\"\";s:11:\"max-threads\";s:1:\"3\";s:21:\"dom-parser-max-buffer\";s:7:\"1000000\";s:13:\"merge-scripts\";s:1:\"1\";s:13:\"async-scripts\";s:0:\"\";s:30:\"merge-scripts-exlude-3rd-party\";s:0:\"\";s:15:\"exclude-scripts\";a:0:{}s:22:\"exclude-inline-scripts\";a:0:{}s:28:\"exclude-script-localizations\";s:1:\"1\";s:14:\"minify-scripts\";s:1:\"1\";s:22:\"use-script-compute-api\";s:0:\"\";s:22:\"proxy-3rd-party-assets\";s:0:\"\";s:24:\"include-3rd-party-assets\";a:0:{}s:11:\"separate-js\";s:0:\"\";s:21:\"inline-merged-scripts\";s:0:\"\";s:17:\"lazy-load-scripts\";a:0:{}s:15:\"include-scripts\";a:0:{}s:12:\"merge-styles\";s:1:\"1\";s:12:\"critical-css\";s:1:\"1\";s:18:\"extra-critical-css\";s:0:\"\";s:16:\"disable-full-css\";s:0:\"\";s:12:\"compress-css\";s:0:\"\";s:16:\"remove-keyframes\";s:0:\"\";s:19:\"inline_critical_css\";s:1:\"1\";s:15:\"inline_full_css\";s:0:\"\";s:12:\"separate-css\";s:0:\"\";s:10:\"minify-css\";s:1:\"1\";s:17:\"bypass-css-import\";s:1:\"1\";s:30:\"merge-styles-exclude-3rd-party\";s:0:\"\";s:14:\"exclude-styles\";a:0:{}s:21:\"exclude-inline-styles\";a:0:{}s:14:\"include-styles\";a:0:{}s:12:\"font-display\";s:0:\"\";s:14:\"enable-caching\";s:1:\"1\";s:12:\"caching-mode\";s:14:\"disk_cache_php\";s:14:\"memcached-host\";s:9:\"localhost\";s:14:\"memcached-port\";s:5:\"11211\";s:10:\"early-load\";s:1:\"1\";s:10:\"cache-path\";s:43:\"/volume1/web/wapejets_com/wp-content/cache/\";s:17:\"cache-expiry-mode\";s:9:\"timebased\";s:17:\"cache-expiry-time\";s:5:\"43200\";s:29:\"cache-garbage-collection-time\";s:4:\"1800\";s:27:\"clear-page-cache-after-post\";s:0:\"\";s:32:\"clear-permalink-cache-after-post\";a:0:{}s:19:\"clear-cache-updater\";s:0:\"\";s:30:\"enable-caching-logged-in-users\";s:0:\"\";s:22:\"shared-logged-in-cache\";s:0:\"\";s:14:\"mobile-support\";s:0:\"\";s:13:\"browser-cache\";s:1:\"1\";s:11:\"enable-gzip\";s:1:\"1\";s:10:\"304-header\";s:0:\"\";s:9:\"cache-404\";s:0:\"\";s:15:\"dynamic-caching\";s:0:\"\";s:26:\"cacheable-dynamic-requests\";a:0:{}s:22:\"cacheable-ajax-actions\";a:0:{}s:22:\"ajax-cache-expiry-time\";s:4:\"1440\";s:19:\"ignore-query-string\";s:0:\"\";s:19:\"avoid-mixed-content\";s:0:\"\";s:21:\"keep-original-headers\";s:0:\"\";s:22:\"cache-case-insensitive\";s:0:\"\";s:7:\"ajaxify\";s:0:\"\";s:18:\"exclude-post-types\";s:0:\"\";s:13:\"exclude-pages\";s:0:\"\";s:15:\"exclude-strings\";a:0:{}s:15:\"exclude-cookies\";s:0:\"\";s:21:\"exclude-content-parts\";a:0:{}s:18:\"exclude-useragents\";a:0:{}s:16:\"exclude-crawlers\";s:0:\"\";s:14:\"exclude-author\";s:1:\"1\";s:15:\"exclude-archive\";s:0:\"\";s:12:\"exclude-rest\";s:1:\"1\";s:12:\"exclude-feed\";s:1:\"1\";s:28:\"enable-remote-prebuild-cache\";s:0:\"\";s:24:\"automated_prebuild_cache\";s:0:\"\";s:14:\"prebuild-speed\";s:1:\"5\";s:15:\"discover-warmup\";s:0:\"\";s:12:\"cache-author\";s:0:\"\";s:13:\"cache-archive\";s:1:\"1\";s:10:\"cache-rest\";s:0:\"\";s:10:\"cache-feed\";s:0:\"\";s:18:\"varnish-auto-purge\";s:0:\"\";s:19:\"custom-varnish-host\";s:0:\"\";s:16:\"wpcf7-smart-load\";s:0:\"\";s:10:\"enable-cdn\";s:1:\"1\";s:19:\"cdn-hostname-master\";s:0:\"\";s:19:\"cdn-hostname-slot-1\";s:0:\"\";s:19:\"cdn-hostname-slot-2\";s:0:\"\";s:14:\"enable-cdn-ssl\";s:0:\"\";s:23:\"cdn-hostname-master-ssl\";s:0:\"\";s:23:\"cdn-hostname-slot-1-ssl\";s:0:\"\";s:23:\"cdn-hostname-slot-2-ssl\";s:0:\"\";s:14:\"cdn-file-types\";s:0:\"\";s:22:\"exclude-cdn-file-types\";s:0:\"\";s:21:\"cloudflare-auto-purge\";s:0:\"\";s:16:\"cloudflare-email\";s:0:\"\";s:18:\"cloudflare-api-key\";s:0:\"\";s:15:\"cloudflare-host\";s:12:\"wapejets.com\";s:12:\"maxcdn-alias\";s:0:\"\";s:10:\"maxcdn-key\";s:0:\"\";s:13:\"maxcdn-secret\";s:0:\"\";}', 'yes'),
(90651, 'wp_swift_performance_db_version', '1.6', 'yes'),
(161786, 'seedprod_settings', '{\"api_key\":\"\",\"enable_coming_soon_mode\":false,\"enable_maintenance_mode\":false,\"enable_login_mode\":false,\"enable_404_mode\":false}', 'yes'),
(161787, 'seedprod_coming_soon_page_id', '638', 'yes'),
(161788, 'seedprod_csp4_imported', '1', 'yes'),
(161789, 'seedprod_show_csp4', '1', 'yes'),
(161790, 'seedprod_migration_run_once', '1', 'yes'),
(161797, 'seedprod_version', '6.0.8.3', 'yes'),
(161803, 'duplicate_post_version', '3.2.6', 'yes'),
(165007, 'disallowed_keys', '', 'no'),
(165008, 'comment_previously_approved', '1', 'yes'),
(165009, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(165010, 'finished_updating_comment_type', '1', 'yes'),
(165014, 'can_compress_scripts', '1', 'no'),
(165980, 'seedprod_onetime_flush_rewrite', '1', 'yes'),
(165981, 'seedprod_maintenance_mode_page_id', '678', 'yes'),
(173847, 'bsr_data', 'a:8:{s:13:\"select_tables\";a:1:{i:0;s:11:\"wp_postmeta\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:7:\"http://\";s:12:\"replace_with\";s:8:\"https://\";s:15:\"completed_pages\";i:1;s:11:\"total_pages\";i:1;}', 'yes'),
(174931, 'seedprod_review', 'a:2:{s:4:\"time\";i:1605015453;s:9:\"dismissed\";b:0;}', 'yes'),
(175858, 'envato_purchase_code_7758048', '25697fd9-4573-44c9-89eb-b5254b6a0846', 'no'),
(180055, 'seedprod_over_time', 'a:2:{s:17:\"installed_version\";s:7:\"6.0.8.5\";s:14:\"installed_date\";i:1605447836;}', 'yes'),
(181404, 'maintenance_meta', 'a:3:{s:13:\"first_version\";s:3:\"3.8\";s:13:\"first_install\";i:1605512685;s:11:\"old_version\";b:0;}', 'yes'),
(181405, 'mtnc_db_version', '2', 'yes'),
(181406, 'maintenance_options', 'a:24:{s:10:\"page_title\";s:0:\"\";s:7:\"heading\";s:46:\"Právě probíhá údržba webových stránek.\";s:11:\"description\";s:99:\"V případě potřeby nás kontaktujte na <a href=\"mailto:info@wapejets.com\">info@wapejets.com</a>.\";s:11:\"footer_text\";s:17:\"© WAPE JETS 2020\";s:10:\"logo_width\";s:0:\"\";s:11:\"logo_height\";s:0:\"\";s:4:\"logo\";s:3:\"755\";s:11:\"retina_logo\";s:3:\"756\";s:7:\"body_bg\";s:3:\"752\";s:17:\"bg_image_portrait\";s:1:\"0\";s:13:\"preloader_img\";s:1:\"0\";s:13:\"body_bg_color\";s:7:\"#111111\";s:10:\"font_color\";s:7:\"#ffffff\";s:17:\"controls_bg_color\";s:7:\"#111111\";s:16:\"body_font_family\";s:9:\"Open Sans\";s:16:\"body_font_subset\";s:3:\"300\";s:15:\"gg_analytics_id\";s:0:\"\";s:14:\"blur_intensity\";s:1:\"5\";s:8:\"is_login\";s:1:\"1\";s:10:\"custom_css\";s:0:\"\";s:5:\"state\";i:0;s:2:\"ID\";i:0;s:6:\"filter\";s:2:\"db\";s:16:\"default_settings\";b:0;}', 'yes'),
(181481, 'action_scheduler_migration_status', 'complete', 'yes'),
(192385, 'tablepress_plugin_options', '{\"plugin_options_db_version\":41,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"0\",\"tablepress_version\":\"1.12\",\"first_activation\":1606403447,\"message_plugin_update\":false,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\".tablepress,\\n.tablepress tr,\\n.tablepress tbody td,\\n.tablepress thead th,\\n.tablepress tfoot th {\\n\\tborder: none !important;\\n}\\n\\n.tablepress td {\\n\\tpadding: 1px !important;\\n}\\n\\n.tablepress tbody td {\\n\\tfont-size: 16px;\\n}\\n\\n@media screen and (max-width:768px) {\\n\\n\\t.tablepress tbody td {\\n\\t\\tfont-size: 14px;\\n\\t}\\n\\n}\\n\\n.tablepress .column-1 {\\n\\twidth: 60%;\\n}\\n\\n.tablepress .column-2 {\\n\\twidth: 40%;\\n}\\n\\n.tablepress tr {\\n\\tpadding: 0 !important;\\n}\\n\\n.tablepress {\\n}\\n\\n.tablepress tr:first-child td {\\n\\tbox-shadow: none;\\n}\",\"custom_css_minified\":\".tablepress,.tablepress tr,.tablepress tbody td,.tablepress thead th,.tablepress tfoot th{border:none!important}.tablepress td{padding:1px!important}.tablepress tbody td{font-size:16px}@media screen and (max-width:768px){.tablepress tbody td{font-size:14px}}.tablepress .column-1{width:60%}.tablepress .column-2{width:40%}.tablepress tr{padding:0!important}.tablepress tr:first-child td{box-shadow:none}\",\"custom_css_version\":24}', 'yes'),
(192390, 'tablepress_tables', '{\"last_id\":7,\"table_post\":{\"1\":764,\"2\":766,\"3\":768,\"4\":770,\"5\":758,\"6\":772}}', 'yes'),
(192487, '_transient_timeout_tablepress_c_c4ca4238a0b923820dcc509a6f75849b', '1609872074', 'no'),
(192488, '_transient_tablepress_c_c4ca4238a0b923820dcc509a6f75849b', '[\"tablepress_83ee4af03e3441edf0de2cd6892211d9\",\"tablepress_5767f1c7d2c5d7875c55af5bf00b381d\"]', 'no'),
(192491, '_transient_timeout_tablepress_c_e4da3b7fbbce2345d7772b0674a318d5', '1609872076', 'no'),
(192492, '_transient_tablepress_c_e4da3b7fbbce2345d7772b0674a318d5', '[\"tablepress_71f8cb65d787dfa4d2d16486ba7c6fc4\",\"tablepress_cd787b2aea8e727eb268946b82add8f8\",\"tablepress_ab2f35b0af6ae69378e4957fd8462e42\"]', 'no'),
(192497, '_transient_timeout_tablepress_c_c81e728d9d4c2f636f067f89cc14862c', '1609872074', 'no'),
(192498, '_transient_tablepress_c_c81e728d9d4c2f636f067f89cc14862c', '[\"tablepress_a54fba85746c1b946f890ebc65a0fb71\",\"tablepress_3c518da9b68a371615f1efb2b6a25429\"]', 'no'),
(192528, '_transient_timeout_tablepress_c_eccbc87e4b5ce2fe28308fd9f2a7baf3', '1609872075', 'no'),
(192529, '_transient_tablepress_c_eccbc87e4b5ce2fe28308fd9f2a7baf3', '[\"tablepress_23b84e1920dd3c7f371e144223dba0cf\",\"tablepress_5a0e4a717cf5ef28284c1a91855d425c\"]', 'no'),
(192540, '_transient_timeout_tablepress_c_a87ff679a2f3e71d9181a67b7542122c', '1609872075', 'no'),
(192541, '_transient_tablepress_c_a87ff679a2f3e71d9181a67b7542122c', '[\"tablepress_e4cdc389f7bbf374572b26ecec17ad4d\",\"tablepress_927abb922602689a49db0935bb45b627\"]', 'no'),
(192559, '_transient_timeout_tablepress_c_1679091c5a880faf6fb5e6087eb1b2dc', '1609872077', 'no'),
(192560, '_transient_tablepress_c_1679091c5a880faf6fb5e6087eb1b2dc', '[\"tablepress_72a7ad21ed78ab3f31e1def2255dd0ba\",\"tablepress_3b123b3fd8895821a2f657254b794da9\"]', 'no'),
(214456, 'auto_update_plugins', 'a:0:{}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(214465, 'rewrite_rules', 'a:557:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:56:\"^(en|cs)/wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:92:\"index.php?lang=$matches[1]&sitemap=$matches[2]&sitemap-subtype=$matches[3]&paged=$matches[4]\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:42:\"^(en|cs)/wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:64:\"index.php?lang=$matches[1]&sitemap=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:25:\"^cf-api/([^/]*)/([^/]*)/?\";s:49:\"index.php?cf_api=$matches[1]&cf_entry=$matches[2]\";s:17:\"^cf-api/([^/]*)/?\";s:28:\"index.php?cf_api=$matches[1]\";s:55:\"(en|cs)/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"(en|cs)/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:31:\"(en|cs)/category/(.+?)/embed/?$\";s:63:\"index.php?lang=$matches[1]&category_name=$matches[2]&embed=true\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:43:\"(en|cs)/category/(.+?)/page/?([0-9]{1,})/?$\";s:70:\"index.php?lang=$matches[1]&category_name=$matches[2]&paged=$matches[3]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:25:\"(en|cs)/category/(.+?)/?$\";s:52:\"index.php?lang=$matches[1]&category_name=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"(en|cs)/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:47:\"(en|cs)/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:28:\"(en|cs)/tag/([^/]+)/embed/?$\";s:53:\"index.php?lang=$matches[1]&tag=$matches[2]&embed=true\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:40:\"(en|cs)/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?lang=$matches[1]&tag=$matches[2]&paged=$matches[3]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:22:\"(en|cs)/tag/([^/]+)/?$\";s:42:\"index.php?lang=$matches[1]&tag=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:53:\"(en|cs)/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]\";s:48:\"(en|cs)/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]\";s:29:\"(en|cs)/type/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&post_format=$matches[2]&embed=true\";s:41:\"(en|cs)/type/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&post_format=$matches[2]&paged=$matches[3]\";s:23:\"(en|cs)/type/([^/]+)/?$\";s:50:\"index.php?lang=$matches[1]&post_format=$matches[2]\";s:48:\"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:43:\"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:24:\"ngg_tag/([^/]+)/embed/?$\";s:40:\"index.php?ngg_tag=$matches[1]&embed=true\";s:36:\"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ngg_tag=$matches[1]&paged=$matches[2]\";s:18:\"ngg_tag/([^/]+)/?$\";s:29:\"index.php?ngg_tag=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"ngg_album/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"ngg_album/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"ngg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"ngg_album/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"ngg_album/([^/]+)/embed/?$\";s:42:\"index.php?ngg_album=$matches[1]&embed=true\";s:30:\"ngg_album/([^/]+)/trackback/?$\";s:36:\"index.php?ngg_album=$matches[1]&tb=1\";s:38:\"ngg_album/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&paged=$matches[2]\";s:45:\"ngg_album/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&cpage=$matches[2]\";s:34:\"ngg_album/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?ngg_album=$matches[1]&page=$matches[2]\";s:26:\"ngg_album/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"ngg_album/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"ngg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"ngg_album/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"ngg_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ngg_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ngg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ngg_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"ngg_gallery/([^/]+)/embed/?$\";s:44:\"index.php?ngg_gallery=$matches[1]&embed=true\";s:32:\"ngg_gallery/([^/]+)/trackback/?$\";s:38:\"index.php?ngg_gallery=$matches[1]&tb=1\";s:40:\"ngg_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&paged=$matches[2]\";s:47:\"ngg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&cpage=$matches[2]\";s:36:\"ngg_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?ngg_gallery=$matches[1]&page=$matches[2]\";s:28:\"ngg_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ngg_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ngg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"ngg_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"ngg_pictures/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"ngg_pictures/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"ngg_pictures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"ngg_pictures/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"ngg_pictures/([^/]+)/embed/?$\";s:45:\"index.php?ngg_pictures=$matches[1]&embed=true\";s:33:\"ngg_pictures/([^/]+)/trackback/?$\";s:39:\"index.php?ngg_pictures=$matches[1]&tb=1\";s:41:\"ngg_pictures/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&paged=$matches[2]\";s:48:\"ngg_pictures/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&cpage=$matches[2]\";s:37:\"ngg_pictures/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?ngg_pictures=$matches[1]&page=$matches[2]\";s:29:\"ngg_pictures/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"ngg_pictures/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"ngg_pictures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"ngg_pictures/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"lightbox_library/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"lightbox_library/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"lightbox_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"lightbox_library/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"lightbox_library/([^/]+)/embed/?$\";s:49:\"index.php?lightbox_library=$matches[1]&embed=true\";s:37:\"lightbox_library/([^/]+)/trackback/?$\";s:43:\"index.php?lightbox_library=$matches[1]&tb=1\";s:45:\"lightbox_library/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&paged=$matches[2]\";s:52:\"lightbox_library/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&cpage=$matches[2]\";s:41:\"lightbox_library/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?lightbox_library=$matches[1]&page=$matches[2]\";s:33:\"lightbox_library/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"lightbox_library/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"lightbox_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"lightbox_library/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"(en|cs)/client/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:34:\"client/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"(en|cs)/client/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:44:\"client/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"(en|cs)/client/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:64:\"client/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"(en|cs)/client/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:59:\"client/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"(en|cs)/client/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:59:\"client/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"(en|cs)/client/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:40:\"client/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"(en|cs)/client/([^/]+)/embed/?$\";s:56:\"index.php?lang=$matches[1]&client=$matches[2]&embed=true\";s:23:\"client/([^/]+)/embed/?$\";s:39:\"index.php?client=$matches[1]&embed=true\";s:35:\"(en|cs)/client/([^/]+)/trackback/?$\";s:50:\"index.php?lang=$matches[1]&client=$matches[2]&tb=1\";s:27:\"client/([^/]+)/trackback/?$\";s:33:\"index.php?client=$matches[1]&tb=1\";s:43:\"(en|cs)/client/([^/]+)/page/?([0-9]{1,})/?$\";s:63:\"index.php?lang=$matches[1]&client=$matches[2]&paged=$matches[3]\";s:35:\"client/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?client=$matches[1]&paged=$matches[2]\";s:50:\"(en|cs)/client/([^/]+)/comment-page-([0-9]{1,})/?$\";s:63:\"index.php?lang=$matches[1]&client=$matches[2]&cpage=$matches[3]\";s:42:\"client/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?client=$matches[1]&cpage=$matches[2]\";s:39:\"(en|cs)/client/([^/]+)(?:/([0-9]+))?/?$\";s:62:\"index.php?lang=$matches[1]&client=$matches[2]&page=$matches[3]\";s:31:\"client/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?client=$matches[1]&page=$matches[2]\";s:31:\"(en|cs)/client/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:23:\"client/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"(en|cs)/client/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:33:\"client/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"(en|cs)/client/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:53:\"client/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"(en|cs)/client/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:48:\"client/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"(en|cs)/client/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:48:\"client/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"(en|cs)/client/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:29:\"client/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"client-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?client-types=$matches[1]&feed=$matches[2]\";s:48:\"client-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?client-types=$matches[1]&feed=$matches[2]\";s:29:\"client-types/([^/]+)/embed/?$\";s:45:\"index.php?client-types=$matches[1]&embed=true\";s:41:\"client-types/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?client-types=$matches[1]&paged=$matches[2]\";s:23:\"client-types/([^/]+)/?$\";s:34:\"index.php?client-types=$matches[1]\";s:41:\"(en|cs)/offer/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:33:\"offer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"(en|cs)/offer/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:43:\"offer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"(en|cs)/offer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:63:\"offer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"(en|cs)/offer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:58:\"offer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"(en|cs)/offer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:58:\"offer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"(en|cs)/offer/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:39:\"offer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"(en|cs)/offer/([^/]+)/embed/?$\";s:55:\"index.php?lang=$matches[1]&offer=$matches[2]&embed=true\";s:22:\"offer/([^/]+)/embed/?$\";s:38:\"index.php?offer=$matches[1]&embed=true\";s:34:\"(en|cs)/offer/([^/]+)/trackback/?$\";s:49:\"index.php?lang=$matches[1]&offer=$matches[2]&tb=1\";s:26:\"offer/([^/]+)/trackback/?$\";s:32:\"index.php?offer=$matches[1]&tb=1\";s:42:\"(en|cs)/offer/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?lang=$matches[1]&offer=$matches[2]&paged=$matches[3]\";s:34:\"offer/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?offer=$matches[1]&paged=$matches[2]\";s:49:\"(en|cs)/offer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:62:\"index.php?lang=$matches[1]&offer=$matches[2]&cpage=$matches[3]\";s:41:\"offer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?offer=$matches[1]&cpage=$matches[2]\";s:38:\"(en|cs)/offer/([^/]+)(?:/([0-9]+))?/?$\";s:61:\"index.php?lang=$matches[1]&offer=$matches[2]&page=$matches[3]\";s:30:\"offer/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?offer=$matches[1]&page=$matches[2]\";s:30:\"(en|cs)/offer/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:22:\"offer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"(en|cs)/offer/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:32:\"offer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"(en|cs)/offer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:52:\"offer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"(en|cs)/offer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:47:\"offer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"(en|cs)/offer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:47:\"offer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"(en|cs)/offer/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:28:\"offer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"offer-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?offer-types=$matches[1]&feed=$matches[2]\";s:47:\"offer-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?offer-types=$matches[1]&feed=$matches[2]\";s:28:\"offer-types/([^/]+)/embed/?$\";s:44:\"index.php?offer-types=$matches[1]&embed=true\";s:40:\"offer-types/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?offer-types=$matches[1]&paged=$matches[2]\";s:22:\"offer-types/([^/]+)/?$\";s:33:\"index.php?offer-types=$matches[1]\";s:50:\"(en|cs)/portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:60:\"(en|cs)/portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"(en|cs)/portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"(en|cs)/portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"(en|cs)/portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:56:\"(en|cs)/portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"(en|cs)/portfolio-item/([^/]+)/embed/?$\";s:59:\"index.php?lang=$matches[1]&portfolio=$matches[2]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:43:\"(en|cs)/portfolio-item/([^/]+)/trackback/?$\";s:53:\"index.php?lang=$matches[1]&portfolio=$matches[2]&tb=1\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:51:\"(en|cs)/portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?lang=$matches[1]&portfolio=$matches[2]&paged=$matches[3]\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:58:\"(en|cs)/portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?lang=$matches[1]&portfolio=$matches[2]&cpage=$matches[3]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:47:\"(en|cs)/portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?lang=$matches[1]&portfolio=$matches[2]&page=$matches[3]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:39:\"(en|cs)/portfolio-item/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"(en|cs)/portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"(en|cs)/portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"(en|cs)/portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"(en|cs)/portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"(en|cs)/portfolio-item/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"(en|cs)/portfolio-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:71:\"index.php?lang=$matches[1]&portfolio-types=$matches[2]&feed=$matches[3]\";s:56:\"portfolio-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?portfolio-types=$matches[1]&feed=$matches[2]\";s:59:\"(en|cs)/portfolio-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:71:\"index.php?lang=$matches[1]&portfolio-types=$matches[2]&feed=$matches[3]\";s:51:\"portfolio-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?portfolio-types=$matches[1]&feed=$matches[2]\";s:40:\"(en|cs)/portfolio-types/([^/]+)/embed/?$\";s:65:\"index.php?lang=$matches[1]&portfolio-types=$matches[2]&embed=true\";s:32:\"portfolio-types/([^/]+)/embed/?$\";s:48:\"index.php?portfolio-types=$matches[1]&embed=true\";s:52:\"(en|cs)/portfolio-types/([^/]+)/page/?([0-9]{1,})/?$\";s:72:\"index.php?lang=$matches[1]&portfolio-types=$matches[2]&paged=$matches[3]\";s:44:\"portfolio-types/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?portfolio-types=$matches[1]&paged=$matches[2]\";s:34:\"(en|cs)/portfolio-types/([^/]+)/?$\";s:54:\"index.php?lang=$matches[1]&portfolio-types=$matches[2]\";s:26:\"portfolio-types/([^/]+)/?$\";s:37:\"index.php?portfolio-types=$matches[1]\";s:41:\"(en|cs)/slide/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:33:\"slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"(en|cs)/slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:43:\"slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"(en|cs)/slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:63:\"slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"(en|cs)/slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:58:\"slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"(en|cs)/slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:58:\"slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"(en|cs)/slide/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:39:\"slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"(en|cs)/slide/([^/]+)/embed/?$\";s:55:\"index.php?lang=$matches[1]&slide=$matches[2]&embed=true\";s:22:\"slide/([^/]+)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:34:\"(en|cs)/slide/([^/]+)/trackback/?$\";s:49:\"index.php?lang=$matches[1]&slide=$matches[2]&tb=1\";s:26:\"slide/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:42:\"(en|cs)/slide/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?lang=$matches[1]&slide=$matches[2]&paged=$matches[3]\";s:34:\"slide/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:49:\"(en|cs)/slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:62:\"index.php?lang=$matches[1]&slide=$matches[2]&cpage=$matches[3]\";s:41:\"slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:38:\"(en|cs)/slide/([^/]+)(?:/([0-9]+))?/?$\";s:61:\"index.php?lang=$matches[1]&slide=$matches[2]&page=$matches[3]\";s:30:\"slide/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:30:\"(en|cs)/slide/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:22:\"slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"(en|cs)/slide/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:32:\"slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"(en|cs)/slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:52:\"slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"(en|cs)/slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:47:\"slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"(en|cs)/slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:47:\"slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"(en|cs)/slide/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:28:\"slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"slide-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?slide-types=$matches[1]&feed=$matches[2]\";s:47:\"slide-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?slide-types=$matches[1]&feed=$matches[2]\";s:28:\"slide-types/([^/]+)/embed/?$\";s:44:\"index.php?slide-types=$matches[1]&embed=true\";s:40:\"slide-types/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?slide-types=$matches[1]&paged=$matches[2]\";s:22:\"slide-types/([^/]+)/?$\";s:33:\"index.php?slide-types=$matches[1]\";s:47:\"(en|cs)/testimonial/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"(en|cs)/testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"(en|cs)/testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"(en|cs)/testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"(en|cs)/testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"(en|cs)/testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"(en|cs)/testimonial/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&testimonial=$matches[2]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:40:\"(en|cs)/testimonial/([^/]+)/trackback/?$\";s:55:\"index.php?lang=$matches[1]&testimonial=$matches[2]&tb=1\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:48:\"(en|cs)/testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&testimonial=$matches[2]&paged=$matches[3]\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:55:\"(en|cs)/testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&testimonial=$matches[2]&cpage=$matches[3]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:44:\"(en|cs)/testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?lang=$matches[1]&testimonial=$matches[2]&page=$matches[3]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:36:\"(en|cs)/testimonial/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"(en|cs)/testimonial/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"(en|cs)/testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"(en|cs)/testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"(en|cs)/testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"(en|cs)/testimonial/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"testimonial-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial-types=$matches[1]&feed=$matches[2]\";s:53:\"testimonial-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial-types=$matches[1]&feed=$matches[2]\";s:34:\"testimonial-types/([^/]+)/embed/?$\";s:50:\"index.php?testimonial-types=$matches[1]&embed=true\";s:46:\"testimonial-types/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?testimonial-types=$matches[1]&paged=$matches[2]\";s:28:\"testimonial-types/([^/]+)/?$\";s:39:\"index.php?testimonial-types=$matches[1]\";s:34:\"layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"layout/([^/]+)/embed/?$\";s:39:\"index.php?layout=$matches[1]&embed=true\";s:27:\"layout/([^/]+)/trackback/?$\";s:33:\"index.php?layout=$matches[1]&tb=1\";s:35:\"layout/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?layout=$matches[1]&paged=$matches[2]\";s:42:\"layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?layout=$matches[1]&cpage=$matches[2]\";s:31:\"layout/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?layout=$matches[1]&page=$matches[2]\";s:23:\"layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"template-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"template-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"template-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"template-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"template-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"template-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"template-item/([^/]+)/embed/?$\";s:41:\"index.php?template=$matches[1]&embed=true\";s:34:\"template-item/([^/]+)/trackback/?$\";s:35:\"index.php?template=$matches[1]&tb=1\";s:42:\"template-item/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?template=$matches[1]&paged=$matches[2]\";s:49:\"template-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?template=$matches[1]&cpage=$matches[2]\";s:38:\"template-item/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?template=$matches[1]&page=$matches[2]\";s:30:\"template-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"template-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"template-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"template-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"template-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"template-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"(en|cs)/displayed_gallery/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:45:\"displayed_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:63:\"(en|cs)/displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:55:\"displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:83:\"(en|cs)/displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:75:\"displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:78:\"(en|cs)/displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:78:\"(en|cs)/displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:59:\"(en|cs)/displayed_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:51:\"displayed_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"(en|cs)/displayed_gallery/([^/]+)/embed/?$\";s:67:\"index.php?lang=$matches[1]&displayed_gallery=$matches[2]&embed=true\";s:34:\"displayed_gallery/([^/]+)/embed/?$\";s:50:\"index.php?displayed_gallery=$matches[1]&embed=true\";s:46:\"(en|cs)/displayed_gallery/([^/]+)/trackback/?$\";s:61:\"index.php?lang=$matches[1]&displayed_gallery=$matches[2]&tb=1\";s:38:\"displayed_gallery/([^/]+)/trackback/?$\";s:44:\"index.php?displayed_gallery=$matches[1]&tb=1\";s:54:\"(en|cs)/displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:74:\"index.php?lang=$matches[1]&displayed_gallery=$matches[2]&paged=$matches[3]\";s:46:\"displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&paged=$matches[2]\";s:61:\"(en|cs)/displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:74:\"index.php?lang=$matches[1]&displayed_gallery=$matches[2]&cpage=$matches[3]\";s:53:\"displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&cpage=$matches[2]\";s:50:\"(en|cs)/displayed_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:73:\"index.php?lang=$matches[1]&displayed_gallery=$matches[2]&page=$matches[3]\";s:42:\"displayed_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?displayed_gallery=$matches[1]&page=$matches[2]\";s:42:\"(en|cs)/displayed_gallery/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:34:\"displayed_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"(en|cs)/displayed_gallery/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:44:\"displayed_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"(en|cs)/displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:64:\"displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"(en|cs)/displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"(en|cs)/displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"(en|cs)/displayed_gallery/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:40:\"displayed_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"display_type/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"display_type/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"display_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"display_type/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"display_type/([^/]+)/embed/?$\";s:45:\"index.php?display_type=$matches[1]&embed=true\";s:33:\"display_type/([^/]+)/trackback/?$\";s:39:\"index.php?display_type=$matches[1]&tb=1\";s:41:\"display_type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&paged=$matches[2]\";s:48:\"display_type/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&cpage=$matches[2]\";s:37:\"display_type/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?display_type=$matches[1]&page=$matches[2]\";s:29:\"display_type/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"display_type/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"display_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"display_type/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"gal_display_source/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"gal_display_source/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"gal_display_source/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"gal_display_source/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"gal_display_source/([^/]+)/embed/?$\";s:51:\"index.php?gal_display_source=$matches[1]&embed=true\";s:39:\"gal_display_source/([^/]+)/trackback/?$\";s:45:\"index.php?gal_display_source=$matches[1]&tb=1\";s:47:\"gal_display_source/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&paged=$matches[2]\";s:54:\"gal_display_source/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&cpage=$matches[2]\";s:43:\"gal_display_source/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?gal_display_source=$matches[1]&page=$matches[2]\";s:35:\"gal_display_source/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"gal_display_source/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"gal_display_source/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"gal_display_source/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:40:\"(en|cs)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?lang=$matches[1]&&feed=$matches[2]\";s:35:\"(en|cs)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?lang=$matches[1]&&feed=$matches[2]\";s:16:\"(en|cs)/embed/?$\";s:38:\"index.php?lang=$matches[1]&&embed=true\";s:28:\"(en|cs)/page/?([0-9]{1,})/?$\";s:45:\"index.php?lang=$matches[1]&&paged=$matches[2]\";s:35:\"(en|cs)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?lang=$matches[1]&&page_id=80&cpage=$matches[2]\";s:10:\"(en|cs)/?$\";s:26:\"index.php?lang=$matches[1]\";s:49:\"(en|cs)/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1\";s:44:\"(en|cs)/comments/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1\";s:25:\"(en|cs)/comments/embed/?$\";s:38:\"index.php?lang=$matches[1]&&embed=true\";s:52:\"(en|cs)/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]\";s:47:\"(en|cs)/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]\";s:28:\"(en|cs)/search/(.+)/embed/?$\";s:51:\"index.php?lang=$matches[1]&s=$matches[2]&embed=true\";s:40:\"(en|cs)/search/(.+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?lang=$matches[1]&s=$matches[2]&paged=$matches[3]\";s:22:\"(en|cs)/search/(.+)/?$\";s:40:\"index.php?lang=$matches[1]&s=$matches[2]\";s:55:\"(en|cs)/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]\";s:50:\"(en|cs)/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]\";s:31:\"(en|cs)/author/([^/]+)/embed/?$\";s:61:\"index.php?lang=$matches[1]&author_name=$matches[2]&embed=true\";s:43:\"(en|cs)/author/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?lang=$matches[1]&author_name=$matches[2]&paged=$matches[3]\";s:25:\"(en|cs)/author/([^/]+)/?$\";s:50:\"index.php?lang=$matches[1]&author_name=$matches[2]\";s:77:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]\";s:72:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]\";s:53:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:91:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&embed=true\";s:65:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:98:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&paged=$matches[5]\";s:47:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:80:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]\";s:64:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]\";s:59:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]\";s:40:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:75:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&embed=true\";s:52:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:82:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]\";s:34:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/?$\";s:64:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]\";s:51:\"(en|cs)/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]\";s:46:\"(en|cs)/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]\";s:27:\"(en|cs)/([0-9]{4})/embed/?$\";s:54:\"index.php?lang=$matches[1]&year=$matches[2]&embed=true\";s:39:\"(en|cs)/([0-9]{4})/page/?([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&year=$matches[2]&paged=$matches[3]\";s:21:\"(en|cs)/([0-9]{4})/?$\";s:43:\"index.php?lang=$matches[1]&year=$matches[2]\";s:66:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:76:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:96:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:91:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:91:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:72:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:108:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:65:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:102:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&tb=1\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:85:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:114:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&feed=$matches[6]\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:80:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:114:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&feed=$matches[6]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:73:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:115:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&paged=$matches[6]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:80:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:115:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&cpage=$matches[6]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:69:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:114:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&page=$matches[6]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:55:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:65:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:85:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:80:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:61:\"(en|cs)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:72:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&cpage=$matches[5]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:59:\"(en|cs)/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:82:\"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:46:\"(en|cs)/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:61:\"index.php?lang=$matches[1]&year=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:35:\"(en|cs)/.?.+?/attachment/([^/]+)/?$\";s:49:\"index.php?lang=$matches[1]&attachment=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"(en|cs)/.?.+?/attachment/([^/]+)/trackback/?$\";s:54:\"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"(en|cs)/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"(en|cs)/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"(en|cs)/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"(en|cs)/.?.+?/attachment/([^/]+)/embed/?$\";s:60:\"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"(en|cs)/(.?.+?)/embed/?$\";s:58:\"index.php?lang=$matches[1]&pagename=$matches[2]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:28:\"(en|cs)/(.?.+?)/trackback/?$\";s:52:\"index.php?lang=$matches[1]&pagename=$matches[2]&tb=1\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:48:\"(en|cs)/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:43:\"(en|cs)/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:36:\"(en|cs)/(.?.+?)/page/?([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&pagename=$matches[2]&paged=$matches[3]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:43:\"(en|cs)/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?lang=$matches[1]&pagename=$matches[2]&cpage=$matches[3]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:32:\"(en|cs)/(.?.+?)(?:/([0-9]+))?/?$\";s:64:\"index.php?lang=$matches[1]&pagename=$matches[2]&page=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(214728, 'newsletter_users_search', 'a:4:{s:11:\"search_text\";s:0:\"\";s:13:\"search_status\";s:1:\"U\";s:11:\"search_list\";s:0:\"\";s:11:\"search_page\";i:0;}', 'yes'),
(216830, 'newsletter_dismissed', 'a:2:{s:20:\"newsletter-subscribe\";i:1;s:4:\"rate\";i:1;}', 'yes'),
(216838, 'newsletter_diagnostic_send_calls', 'a:100:{i:0;a:4:{i:0;d:1608598764.9258959;i:1;d:1608598773.752022;i:2;i:1;i:3;b:1;}i:1;a:4:{i:0;d:1608599510.597012;i:1;d:1608599514.1324461;i:2;i:1;i:3;b:1;}i:2;a:4:{i:0;d:1608599618.51284;i:1;d:1608599624.3761401;i:2;i:1;i:3;b:1;}i:3;a:4:{i:0;d:1608599991.301719;i:1;d:1608599999.099853;i:2;i:1;i:3;b:1;}i:4;a:4:{i:0;d:1608600379.374146;i:1;d:1608600383.3278921;i:2;i:1;i:3;b:1;}i:5;a:4:{i:0;d:1608601634.167347;i:1;d:1608601641.4299681;i:2;i:1;i:3;b:1;}i:6;a:4:{i:0;d:1608602421.4986279;i:1;d:1608602429.897053;i:2;i:1;i:3;b:1;}i:7;a:4:{i:0;d:1608603071.8976829;i:1;d:1608603074.797874;i:2;i:1;i:3;b:1;}i:8;a:4:{i:0;d:1608605355.9837389;i:1;d:1608605360.9841509;i:2;i:1;i:3;b:1;}i:9;a:4:{i:0;d:1608605715.60568;i:1;d:1608605719.229264;i:2;i:1;i:3;b:1;}i:10;a:4:{i:0;d:1608606522.6102769;i:1;d:1608606526.9497621;i:2;i:1;i:3;b:1;}i:11;a:4:{i:0;d:1608607533.7803349;i:1;d:1608607536.9616399;i:2;i:1;i:3;b:1;}i:12;a:4:{i:0;d:1608607720.0584509;i:1;d:1608607725.5133109;i:2;i:1;i:3;b:1;}i:13;a:4:{i:0;d:1608608276.27917;i:1;d:1608608280.1604061;i:2;i:1;i:3;b:1;}i:14;a:4:{i:0;d:1608609269.6221941;i:1;d:1608609272.8616769;i:2;i:1;i:3;b:1;}i:15;a:4:{i:0;d:1608610004.459754;i:1;d:1608610007.6336551;i:2;i:1;i:3;b:1;}i:16;a:4:{i:0;d:1608611031.5753851;i:1;d:1608611034.677717;i:2;i:1;i:3;b:1;}i:17;a:4:{i:0;d:1608612116.4845331;i:1;d:1608612119.686985;i:2;i:1;i:3;b:1;}i:18;a:4:{i:0;d:1608612963.408031;i:1;d:1608612966.334785;i:2;i:1;i:3;b:1;}i:19;a:4:{i:0;d:1608613265.1606259;i:1;d:1608613267.938504;i:2;i:1;i:3;b:1;}i:20;a:4:{i:0;d:1608613710.626575;i:1;d:1608613716.0673809;i:2;i:1;i:3;b:1;}i:21;a:4:{i:0;d:1608614128.527523;i:1;d:1608614131.6604359;i:2;i:1;i:3;b:1;}i:22;a:4:{i:0;d:1608614348.2699809;i:1;d:1608614351.3427219;i:2;i:1;i:3;b:1;}i:23;a:4:{i:0;d:1608614797.9690239;i:1;d:1608614802.602982;i:2;i:1;i:3;b:1;}i:24;a:4:{i:0;d:1608614915.050266;i:1;d:1608614918.4482679;i:2;i:1;i:3;b:1;}i:25;a:4:{i:0;d:1608615549.5723219;i:1;d:1608615552.4386661;i:2;i:1;i:3;b:1;}i:26;a:4:{i:0;d:1608615904.8342481;i:1;d:1608615908.7923479;i:2;i:1;i:3;b:1;}i:27;a:4:{i:0;d:1608616302.52211;i:1;d:1608616305.535449;i:2;i:1;i:3;b:1;}i:28;a:4:{i:0;d:1608616505.2092471;i:1;d:1608616511.624351;i:2;i:1;i:3;b:1;}i:29;a:4:{i:0;d:1608617364.7618699;i:1;d:1608617368.2641349;i:2;i:1;i:3;b:1;}i:30;a:4:{i:0;d:1608617628.253305;i:1;d:1608617632.7785699;i:2;i:1;i:3;b:1;}i:31;a:4:{i:0;d:1608618257.0539989;i:1;d:1608618260.7706871;i:2;i:1;i:3;b:1;}i:32;a:4:{i:0;d:1608618719.8062871;i:1;d:1608618723.1585469;i:2;i:1;i:3;b:1;}i:33;a:4:{i:0;d:1608619069.020658;i:1;d:1608619072.7067721;i:2;i:1;i:3;b:1;}i:34;a:4:{i:0;d:1608619291.2576439;i:1;d:1608619294.8126011;i:2;i:1;i:3;b:1;}i:35;a:4:{i:0;d:1608619470.706526;i:1;d:1608619475.1652131;i:2;i:1;i:3;b:1;}i:36;a:4:{i:0;d:1608619877.6183879;i:1;d:1608619880.848119;i:2;i:1;i:3;b:1;}i:37;a:4:{i:0;d:1608620171.249402;i:1;d:1608620174.636517;i:2;i:1;i:3;b:1;}i:38;a:4:{i:0;d:1608620413.479018;i:1;d:1608620416.7599449;i:2;i:1;i:3;b:1;}i:39;a:4:{i:0;d:1608620917.603667;i:1;d:1608620920.7929151;i:2;i:1;i:3;b:1;}i:40;a:4:{i:0;d:1608621278.9254439;i:1;d:1608621281.7729609;i:2;i:1;i:3;b:1;}i:41;a:4:{i:0;d:1608621735.2357199;i:1;d:1608621739.306572;i:2;i:1;i:3;b:1;}i:42;a:4:{i:0;d:1608621919.842469;i:1;d:1608621927.159004;i:2;i:1;i:3;b:1;}i:43;a:4:{i:0;d:1608622364.1193869;i:1;d:1608622367.364974;i:2;i:1;i:3;b:1;}i:44;a:4:{i:0;d:1608622966.3102551;i:1;d:1608622969.9566691;i:2;i:1;i:3;b:1;}i:45;a:4:{i:0;d:1608623234.9740031;i:1;d:1608623238.298842;i:2;i:1;i:3;b:1;}i:46;a:4:{i:0;d:1608623313.9462769;i:1;d:1608623317.7377679;i:2;i:1;i:3;b:1;}i:47;a:4:{i:0;d:1608623614.0996039;i:1;d:1608623617.531631;i:2;i:1;i:3;b:1;}i:48;a:4:{i:0;d:1608623952.6132071;i:1;d:1608623956.053607;i:2;i:1;i:3;b:1;}i:49;a:4:{i:0;d:1608624848.548769;i:1;d:1608624851.7226701;i:2;i:1;i:3;b:1;}i:50;a:4:{i:0;d:1608625531.912257;i:1;d:1608625535.4686961;i:2;i:1;i:3;b:1;}i:51;a:4:{i:0;d:1608625799.3873141;i:1;d:1608625802.6042831;i:2;i:1;i:3;b:1;}i:52;a:4:{i:0;d:1608626027.9074359;i:1;d:1608626035.145669;i:2;i:1;i:3;b:1;}i:53;a:4:{i:0;d:1608626316.8067591;i:1;d:1608626319.8724461;i:2;i:1;i:3;b:1;}i:54;a:4:{i:0;d:1608627236.2721651;i:1;d:1608627239.4940081;i:2;i:1;i:3;b:1;}i:55;a:4:{i:0;d:1608627613.158927;i:1;d:1608627616.770941;i:2;i:1;i:3;b:1;}i:56;a:4:{i:0;d:1608627889.7066579;i:1;d:1608627893.0406909;i:2;i:1;i:3;b:1;}i:57;a:4:{i:0;d:1608628519.116081;i:1;d:1608628522.1496329;i:2;i:1;i:3;b:1;}i:58;a:4:{i:0;d:1608628948.5358641;i:1;d:1608628952.092617;i:2;i:1;i:3;b:1;}i:59;a:4:{i:0;d:1608629115.2022779;i:1;d:1608629119.6426921;i:2;i:1;i:3;b:1;}i:60;a:4:{i:0;d:1608629539.701453;i:1;d:1608629543.185379;i:2;i:1;i:3;b:1;}i:61;a:4:{i:0;d:1608629614.8058021;i:1;d:1608629618.192735;i:2;i:1;i:3;b:1;}i:62;a:4:{i:0;d:1608630081.789454;i:1;d:1608630084.875339;i:2;i:1;i:3;b:1;}i:63;a:4:{i:0;d:1608630214.240339;i:1;d:1608630218.4261119;i:2;i:1;i:3;b:1;}i:64;a:4:{i:0;d:1608630512.233048;i:1;d:1608630516.3701789;i:2;i:1;i:3;b:1;}i:65;a:4:{i:0;d:1608630850.688108;i:1;d:1608630854.378598;i:2;i:1;i:3;b:1;}i:66;a:4:{i:0;d:1608631413.977231;i:1;d:1608631417.7839589;i:2;i:1;i:3;b:1;}i:67;a:4:{i:0;d:1608631909.441292;i:1;d:1608631912.395915;i:2;i:1;i:3;b:1;}i:68;a:4:{i:0;d:1608632655.301167;i:1;d:1608632659.5323031;i:2;i:1;i:3;b:1;}i:69;a:4:{i:0;d:1608632961.804476;i:1;d:1608632966.2653151;i:2;i:1;i:3;b:1;}i:70;a:4:{i:0;d:1608633217.12288;i:1;d:1608633220.956867;i:2;i:1;i:3;b:1;}i:71;a:4:{i:0;d:1608633526.651788;i:1;d:1608633530.412442;i:2;i:1;i:3;b:1;}i:72;a:4:{i:0;d:1608633913.304641;i:1;d:1608633918.969816;i:2;i:1;i:3;b:1;}i:73;a:4:{i:0;d:1608634181.5299909;i:1;d:1608634185.4206271;i:2;i:1;i:3;b:1;}i:74;a:4:{i:0;d:1608634678.7127049;i:1;d:1608634682.0941801;i:2;i:1;i:3;b:1;}i:75;a:4:{i:0;d:1608635011.0014529;i:1;d:1608635014.425379;i:2;i:1;i:3;b:1;}i:76;a:4:{i:0;d:1608635362.658097;i:1;d:1608635367.0314541;i:2;i:1;i:3;b:1;}i:77;a:4:{i:0;d:1608635647.584307;i:1;d:1608635654.732065;i:2;i:1;i:3;b:1;}i:78;a:4:{i:0;d:1608636018.624567;i:1;d:1608636021.6425071;i:2;i:1;i:3;b:1;}i:79;a:4:{i:0;d:1608636332.54913;i:1;d:1608636336.3391149;i:2;i:1;i:3;b:1;}i:80;a:4:{i:0;d:1608636894.2221789;i:1;d:1608636898.3059299;i:2;i:1;i:3;b:1;}i:81;a:4:{i:0;d:1608637447.0661449;i:1;d:1608637453.46556;i:2;i:1;i:3;b:1;}i:82;a:4:{i:0;d:1608637838.4671841;i:1;d:1608637841.771683;i:2;i:1;i:3;b:1;}i:83;a:4:{i:0;d:1608638200.198179;i:1;d:1608638203.6285059;i:2;i:1;i:3;b:1;}i:84;a:4:{i:0;d:1608638545.3090961;i:1;d:1608638548.852567;i:2;i:1;i:3;b:1;}i:85;a:4:{i:0;d:1608638909.886255;i:1;d:1608638913.2644019;i:2;i:1;i:3;b:1;}i:86;a:4:{i:0;d:1608639404.7380741;i:1;d:1608639407.9736831;i:2;i:1;i:3;b:1;}i:87;a:4:{i:0;d:1608639590.700731;i:1;d:1608639597.105067;i:2;i:1;i:3;b:1;}i:88;a:4:{i:0;d:1608640610.439492;i:1;d:1608640615.016619;i:2;i:1;i:3;b:1;}i:89;a:4:{i:0;d:1608640887.753449;i:1;d:1608640891.1510329;i:2;i:1;i:3;b:1;}i:90;a:4:{i:0;d:1608641201.982655;i:1;d:1608641208.2304471;i:2;i:1;i:3;b:1;}i:91;a:4:{i:0;d:1608641318.2941539;i:1;d:1608641322.6065669;i:2;i:1;i:3;b:1;}i:92;a:4:{i:0;d:1608641610.537765;i:1;d:1608641613.918968;i:2;i:1;i:3;b:1;}i:93;a:4:{i:0;d:1608642108.4038739;i:1;d:1608642111.6495149;i:2;i:1;i:3;b:1;}i:94;a:4:{i:0;d:1608642294.703423;i:1;d:1608642299.0214331;i:2;i:1;i:3;b:1;}i:95;a:4:{i:0;d:1608643415.333657;i:1;d:1608643420.1067801;i:2;i:1;i:3;b:1;}i:96;a:4:{i:0;d:1608644212.489095;i:1;d:1608644216.5416081;i:2;i:1;i:3;b:1;}i:97;a:4:{i:0;d:1608644408.0663469;i:1;d:1608644411.237529;i:2;i:1;i:3;b:1;}i:98;a:4:{i:0;d:1608644772.265898;i:1;d:1608644775.4842169;i:2;i:1;i:3;b:1;}i:99;a:4:{i:0;d:1608645088.1543319;i:1;d:1608645092.370666;i:2;i:1;i:3;b:1;}}', 'no'),
(222836, '_transient_pll_languages_list', 'a:2:{i:0;a:26:{s:7:\"term_id\";i:88;s:4:\"name\";s:6:\"- EN -\";s:4:\"slug\";s:2:\"en\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:88;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:5:\"en_US\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:10:\"tl_term_id\";i:89;s:19:\"tl_term_taxonomy_id\";i:89;s:8:\"tl_count\";i:1;s:6:\"locale\";R:9;s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"en-US\";s:8:\"facebook\";s:5:\"en_US\";s:8:\"flag_url\";s:61:\"https://wapejets.com/wp-content/plugins/polylang/flags/us.png\";s:4:\"flag\";s:934:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHzSURBVHjaYkxOP8IAB//+Mfz7w8Dwi4HhP5CcJb/n/7evb16/APL/gRFQDiAAw3JuAgAIBEDQ/iswEERjGzBQLEru97ll0g0+3HvqMn1SpqlqGsZMsZsIe0SICA5gt5a/AGIEarCPtFh+6N/ffwxA9OvP/7//QYwff/6fZahmePeB4dNHhi+fGb59Y4zyvHHmCEAAAW3YDzQYaJJ93a+vX79aVf58//69fvEPlpIfnz59+vDhw7t37968efP3b/SXL59OnjwIEEAsDP+YgY53b2b89++/awvLn98MDi2cVxl+/vl6mituCtBghi9f/v/48e/XL86krj9XzwEEEENy8g6gu22rfn78+NGs5Ofr16+ZC58+fvyYwX8rxOxXr169fPny+fPn1//93bJlBUAAsQADZMEBxj9/GBxb2P/9+S/R8u3vzxuyaX8ZHv3j8/YGms3w8ycQARmi2eE37t4ACCDGR4/uSkrKAS35B3TT////wADOgLOBIaXIyjBlwxKAAGKRXjCB0SOEaeu+/y9fMnz4AHQxCP348R/o+l+//sMZQBNLEvif3AcIIMZbty7Ly6t9ZmXl+fXj/38GoHH/UcGfP79//BBiYHjy9+8/oUkNAAHEwt1V/vI/KBY/QSISFqM/GBg+MzB8A6PfYC5EFiDAABqgW776MP0rAAAAAElFTkSuQmCC\" title=\"- EN -\" alt=\"- EN -\" width=\"16\" height=\"11\" style=\"width: 16px; height: 11px;\" />\";s:8:\"home_url\";s:29:\"https://wapejets.com/en/home/\";s:10:\"search_url\";s:24:\"https://wapejets.com/en/\";s:4:\"host\";N;s:5:\"mo_id\";s:3:\"564\";s:13:\"page_on_front\";i:487;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"us\";}i:1;a:26:{s:7:\"term_id\";i:76;s:4:\"name\";s:6:\"- CZ -\";s:4:\"slug\";s:2:\"cs\";s:10:\"term_group\";i:1;s:16:\"term_taxonomy_id\";i:76;s:8:\"taxonomy\";s:8:\"language\";s:11:\"description\";s:5:\"cs_CZ\";s:6:\"parent\";i:0;s:5:\"count\";i:139;s:10:\"tl_term_id\";i:77;s:19:\"tl_term_taxonomy_id\";i:77;s:8:\"tl_count\";i:2;s:6:\"locale\";R:35;s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"cs-CZ\";s:8:\"facebook\";s:5:\"cs_CZ\";s:8:\"flag_url\";s:61:\"https://wapejets.com/wp-content/plugins/polylang/flags/cz.png\";s:4:\"flag\";s:758:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFuSURBVHjaYmSIP9sdIJLlJsIABv/+/YOQyAw4+PPvH0AAsQj++8LGK3vzxV8DRR6Inv//wQScQgIvXrwACCAmIOD+/2f1hS9Hrn+EqIArQzMeYiFAALEAGX///ef6+3PjlX9///2z0xL4jwNANAAEEMsfoLuAhv3/z/3357qLf//8/eegLYBLw58/fwACiOXXH7Bv/v7/+/c/59+fK87+Fd++WkmUDcj/9+cPkGT4C5b7+5dRQIAhLw8ggIA2AA0FCQL1/P77z/fCGplzG37++v3/16+/v0Hk/9+//4FJFiWlDz9/AgQQy98/QKeDlAI12J3faHduI1TR798Mv34xgPUASaBrQIiBASCAWBh+gawAqT630f48SDXEPLg2kMgfoAaQq4A6AAIIqAGk2uvZEdO35xmkpIFyTEDzgEqBHvj9mxFI/vnDDPMG0AaAAGJh+PHnWohxCMP7l8BQAyNQaMDYfyDRD2MwMTAABBgAMxl5E8UTSgsAAAAASUVORK5CYII=\" title=\"- CZ -\" alt=\"- CZ -\" width=\"16\" height=\"11\" style=\"width: 16px; height: 11px;\" />\";s:8:\"home_url\";s:29:\"https://wapejets.com/cs/uvod/\";s:10:\"search_url\";s:24:\"https://wapejets.com/cs/\";s:4:\"host\";N;s:5:\"mo_id\";s:3:\"481\";s:13:\"page_on_front\";i:80;s:14:\"page_for_posts\";b:0;s:6:\"filter\";s:3:\"raw\";s:9:\"flag_code\";s:2:\"cz\";}}', 'yes'),
(226643, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/cs_CZ/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"cs_CZ\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/cs_CZ/wordpress-5.6.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1609738341;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}', 'no'),
(227991, '_site_transient_timeout_php_check_8706d9e16ec2aa6542c624d1e3c9facd', '1610126807', 'no'),
(227992, '_site_transient_php_check_8706d9e16ec2aa6542c624d1e3c9facd', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}', 'no'),
(228696, '_transient_timeout_tnp_extensions_json', '1609910129', 'no'),
(228697, '_transient_tnp_extensions_json', '[\n {\n \"id\": \"85\",\n \"children_fileid\": null,\n \"version\": \"1.1.3\",\n \"title\": \"Addons Manager\",\n \"description\": \"\",\n \"slug\": \"newsletter-extensions\",\n \"type\": \"manager\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"\",\n \"status\": \"4\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=85\",\n \"wp_slug\": \"newsletter-extensions\\/extensions.php\"\n },\n {\n \"id\": \"87\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.3\",\n \"title\": \"Speed and Delivery Hours Control\",\n \"description\": \"Configure a different delivery speed for each newsletter and the delivery hours window. Only for regular newsletters.\",\n \"slug\": \"newsletter-speedcontrol\",\n \"type\": \"legacy\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/12\\/speedcontrol.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=87\",\n \"wp_slug\": \"newsletter-speedcontrol\\/speedcontrol.php\"\n },\n {\n \"id\": \"90\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.3\",\n \"title\": \"Sendinblue\",\n \"description\": \"Integration with Sendinblue mailing service.\",\n \"slug\": \"newsletter-sendinblue\",\n \"type\": \"delivery\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/?p=198432\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=90\",\n \"wp_slug\": \"newsletter-sendinblue\\/sendinblue.php\"\n },\n {\n \"id\": \"91\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.2\",\n \"title\": \"Instasend\",\n \"description\": \"Quickly create a newsletter from a post (free for limited time)\",\n \"slug\": \"newsletter-instasend\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2020\\/05\\/instasend-32.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=91\",\n \"wp_slug\": \"newsletter-instasend\\/instasend.php\"\n },\n {\n \"id\": \"61\",\n \"children_fileid\": \"\",\n \"version\": \"4.1.9\",\n \"title\": \"Contact Form 7\",\n \"description\": \"Adds the newsletter subscription feature to your Contact Form 7 forms.\",\n \"slug\": \"newsletter-cf7\",\n \"type\": \"integration\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/contact-form-7-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/users-32px-outline_badge-13.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=61\",\n \"wp_slug\": \"newsletter-cf7\\/cf7.php\"\n },\n {\n \"id\": \"83\",\n \"children_fileid\": null,\n \"version\": \"1.0.3\",\n \"title\": \"Ninja Forms Integration\",\n \"description\": \"Integrate Ninja Forms with Newsletter collecting subscription from your contact form.\",\n \"slug\": \"newsletter-ninjaforms\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/10\\/forms-integration.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=83\",\n \"wp_slug\": \"newsletter-ninjaforms\\/ninjaforms.php\"\n },\n {\n \"id\": \"84\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.4\",\n \"title\": \"WP Forms Integration\",\n \"description\": \"Integration with WP-Forms plugin. You can add a subscription option to your contact forms.\",\n \"slug\": \"newsletter-wpforms\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/10\\/forms-integration.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=84\",\n \"wp_slug\": \"newsletter-wpforms\\/wpforms.php\"\n },\n {\n \"id\": \"50\",\n \"children_fileid\": \"\",\n \"version\": \"4.3.7\",\n \"title\": \"Reports\",\n \"description\": \"Shows tables and diagrams of the collected data (opens, clicks, ...).\",\n \"slug\": \"newsletter-reports\",\n \"type\": \"extension\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/reports\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/business-32px-outline_chart-bar-33.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=50\",\n \"wp_slug\": \"newsletter-reports\\/reports.php\"\n },\n {\n \"id\": \"62\",\n \"children_fileid\": \"\",\n \"version\": \"4.5.0\",\n \"title\": \"Automated\",\n \"description\": \"Automatically creates periodic newsletters with your blog contents. Multichannel.\",\n \"slug\": \"newsletter-automated\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/automated\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-2_time-countdown.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=62\",\n \"wp_slug\": \"newsletter-automated\\/automated.php\"\n },\n {\n \"id\": \"63\",\n \"children_fileid\": \"\",\n \"version\": \"1.5.7\",\n \"title\": \"WooCommerce\",\n \"description\": \"The Newsletter Plugin integration for WooCommerce\\u2122. Unleash your marketing powers.\",\n \"slug\": \"newsletter-woocommerce\",\n \"type\": \"integration\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/woocommerce\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/woocommerce-extension-icon.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=63\",\n \"wp_slug\": \"newsletter-woocommerce\\/woocommerce.php\"\n },\n {\n \"id\": \"67\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.1\",\n \"title\": \"Leads\",\n \"description\": \"Add a popup or a fixed subscription bar to your website and offer your visitors a simple way to subscribe.\",\n \"slug\": \"newsletter-leads\",\n \"type\": \"extension\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/leads-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=67\",\n \"wp_slug\": \"newsletter-leads\\/leads.php\"\n },\n {\n \"id\": \"68\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.2\",\n \"title\": \"Google Analytics\",\n \"description\": \"Automatically add Google Analytics UTM campaign tracking to links\",\n \"slug\": \"newsletter-analytics\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/google-analytics\",\n \"image\": \" https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/analytics.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=68\",\n \"wp_slug\": \"newsletter-analytics\\/analytics.php\"\n },\n {\n \"id\": \"70\",\n \"children_fileid\": null,\n \"version\": \"1.0.7\",\n \"title\": \"Subscribe on Comment\",\n \"description\": \"Adds the subscription option to your blog comment form\",\n \"slug\": \"newsletter-comments\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/02\\/comment-notification.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=70\",\n \"wp_slug\": \"newsletter-comments\\/comments.php\"\n },\n {\n \"id\": \"72\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.8\",\n \"title\": \"Autoresponder\",\n \"description\": \"Create unlimited email series to follow-up your subscribers. Lessons, up-sells, conversations.\",\n \"slug\": \"newsletter-autoresponder\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/autoresponder\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/emoticons-32px-outline_robot.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=72\",\n \"wp_slug\": \"newsletter-autoresponder\\/autoresponder.php\"\n },\n {\n \"id\": \"74\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.9\",\n \"title\": \"Extended Composer Blocks\",\n \"description\": \"Adds new blocks to the newsletter composer: list, video, gallery, full post.\",\n \"slug\": \"newsletter-blocks\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-3_widget.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=74\",\n \"wp_slug\": \"newsletter-blocks\\/blocks.php\"\n },\n {\n \"id\": \"75\",\n \"children_fileid\": null,\n \"version\": \"1.1.0\",\n \"title\": \"Geolocation\",\n \"description\": \"Geolocate the subscribers and target them by geolocation in your campaign.\",\n \"slug\": \"newsletter-geo\",\n \"type\": \"extension\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/geo-extension-icon.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=75\",\n \"wp_slug\": \"newsletter-geo\\/geo.php\"\n },\n {\n \"id\": \"77\",\n \"children_fileid\": \"\",\n \"version\": \"2.1.3\",\n \"title\": \"Newsletter API\",\n \"description\": \"Access programmatically to The Newsletter Plugin via REST calls.\",\n \"slug\": \"newsletter-api\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=77\",\n \"wp_slug\": \"newsletter-api\\/api.php\"\n },\n {\n \"id\": \"55\",\n \"children_fileid\": null,\n \"version\": \"4.0.9\",\n \"title\": \"Facebook\",\n \"description\": \"One click subscription and confirmation with Facebook Connect.\",\n \"slug\": \"newsletter-facebook\",\n \"type\": \"integration\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/facebook-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/Facebook.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=55\",\n \"wp_slug\": \"newsletter-facebook\\/facebook.php\"\n },\n {\n \"id\": \"76\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.5\",\n \"title\": \"Bounce Management\",\n \"description\": \"This experimental extension manages the bounces and keeps the list clean of invalid addresses.\",\n \"slug\": \"newsletter-bounce\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/ic_settings_backup_restore_32px.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=76\",\n \"wp_slug\": \"newsletter-bounce\\/bounce.php\"\n },\n {\n \"id\": \"79\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.0\",\n \"title\": \"Events Manager Integration\",\n \"description\": \"Integrates with Events Manager plugin to add events in your regular and automated newsletters.\",\n \"slug\": \"newsletter-events\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/events-manager-icon.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=79\",\n \"wp_slug\": \"newsletter-events\\/events.php\"\n },\n {\n \"id\": \"82\",\n \"children_fileid\": null,\n \"version\": \"1.0.0\",\n \"title\": \"Translatepress Bridge\",\n \"description\": \"Enables few multilanguage Newsletter features for who is using Translatepress.\",\n \"slug\": \"newsletter-translatepress\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/09\\/translatepress.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=82\",\n \"wp_slug\": \"newsletter-translatepress\\/translatepress.php\"\n },\n {\n \"id\": \"86\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.2\",\n \"title\": \"Advanced Import\",\n \"description\": \"An advanced import system with extended profile fields and mapping (beta version).\",\n \"slug\": \"newsletter-import\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/file-upload-88.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=86\",\n \"wp_slug\": \"newsletter-import\\/import.php\"\n },\n {\n \"id\": \"88\",\n \"children_fileid\": null,\n \"version\": \"1.1.1\",\n \"title\": \"The Events Calendar (by Tribe)\",\n \"description\": \"Adds a composer block which extracts the events managed by The Events Calendar plugin.\",\n \"slug\": \"newsletter-tribeevents\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/tribeevents-extension\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/tribe-event-calendar-icon.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=88\",\n \"wp_slug\": \"newsletter-tribeevents\\/tribeevents.php\"\n },\n {\n \"id\": \"58\",\n \"children_fileid\": \"\",\n \"version\": \"4.0.4\",\n \"title\": \"Public Archive\",\n \"description\": \"Generates a public archive of the sent newsletters for your blog.\",\n \"slug\": \"newsletter-archive\",\n \"type\": \"extension\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/newsletter-archive-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/files-32px-outline_archive-3d-content.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=58\",\n \"wp_slug\": \"newsletter-archive\\/archive.php\"\n },\n {\n \"id\": \"71\",\n \"children_fileid\": null,\n \"version\": \"1.0.7\",\n \"title\": \"Locked Content\",\n \"description\": \"Boost your subscription rate locking out your premium contents with a subscription form.\",\n \"slug\": \"newsletter-lock\",\n \"type\": \"extension\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-1_lock-open.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=71\",\n \"wp_slug\": \"newsletter-lock\\/lock.php\"\n },\n {\n \"id\": \"73\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.6\",\n \"title\": \"WP Users Integration\",\n \"description\": \"Connects the WordPress user registration with Newsletter subscription. Optionally imports all WP users as subscribers.\",\n \"slug\": \"newsletter-wpusers\",\n \"type\": \"integration\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/media-32px-outline-2_speaker-01.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=73\",\n \"wp_slug\": \"newsletter-wpusers\\/wpusers.php\"\n },\n {\n \"id\": \"51\",\n \"children_fileid\": \"\",\n \"version\": \"4.1.3\",\n \"title\": \"Feed by Mail\",\n \"description\": \"Automatically creates and sends newsletters with the latest blog posts.\",\n \"slug\": \"newsletter-feed\",\n \"type\": \"legacy\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/feed-by-mail-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_playlist.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=51\",\n \"wp_slug\": \"newsletter-feed\\/feed.php\"\n },\n {\n \"id\": \"53\",\n \"children_fileid\": null,\n \"version\": \"2.2.0\",\n \"title\": \"Popup\",\n \"description\": \"Configurable popup system to increase the subscription rate.\",\n \"slug\": \"newsletter-popup\",\n \"type\": \"legacy\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/popup-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=53\",\n \"wp_slug\": \"newsletter-popup\\/popup.php\"\n },\n {\n \"id\": \"54\",\n \"children_fileid\": \"\",\n \"version\": \"4.1.3\",\n \"title\": \"Followup\",\n \"description\": \"Automated email series sent upon subscription at defined intervals.\",\n \"slug\": \"newsletter-followup\",\n \"type\": \"legacy\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/follow-up-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-2_time-countdown.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=54\",\n \"wp_slug\": \"newsletter-followup\\/followup.php\"\n },\n {\n \"id\": \"48\",\n \"children_fileid\": \"\",\n \"version\": \"4.2.1\",\n \"title\": \"SendGrid\",\n \"description\": \"Integrates the SendGrid delivery system and bounce detection.\",\n \"slug\": \"newsletter-sendgrid\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/sendgrid-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=48\",\n \"wp_slug\": \"newsletter-sendgrid\\/sendgrid.php\"\n },\n {\n \"id\": \"49\",\n \"children_fileid\": \"\",\n \"version\": \"4.0.0\",\n \"title\": \"Mandrill\",\n \"description\": \"Integrates the Mandrill delivery system and bounce detection.\",\n \"slug\": \"newsletter-mandrill\",\n \"type\": \"legacy\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mandrill-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=49\",\n \"wp_slug\": \"newsletter-mandrill\\/mandrill.php\"\n },\n {\n \"id\": \"52\",\n \"children_fileid\": \"\",\n \"version\": \"4.0.8\",\n \"title\": \"Mailjet\",\n \"description\": \"Integrates the Mailjet delivery system and bounce detection.\",\n \"slug\": \"newsletter-mailjet\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mailjet-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=52\",\n \"wp_slug\": \"newsletter-mailjet\\/mailjet.php\"\n },\n {\n \"id\": \"60\",\n \"children_fileid\": \"\",\n \"version\": \"1.2.9\",\n \"title\": \"Amazon SES\",\n \"description\": \"Integrates Newsletter with Amazon SES service for sending emails and processing bounces.\",\n \"slug\": \"newsletter-amazon\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/amazon-ses-extension\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=60\",\n \"wp_slug\": \"newsletter-amazon\\/amazon.php\"\n },\n {\n \"id\": \"65\",\n \"children_fileid\": null,\n \"version\": \"4.1.0\",\n \"title\": \"Mailgun\",\n \"description\": \"Integrates the Mailgun delivery system and bounce detection.\",\n \"slug\": \"newsletter-mailgun\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mailgun-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=65\",\n \"wp_slug\": \"newsletter-mailgun\\/mailgun.php\"\n },\n {\n \"id\": \"66\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.9\",\n \"title\": \"ElasticEmail\",\n \"description\": \"ElasticEmail integration\",\n \"slug\": \"newsletter-elasticemail\",\n \"type\": \"delivery\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=66\",\n \"wp_slug\": \"newsletter-elasticemail\\/elasticemail.php\"\n },\n {\n \"id\": \"69\",\n \"children_fileid\": \"\",\n \"version\": \"1.1.7\",\n \"title\": \"SparkPost\",\n \"description\": \"Integrates Newsletter with the SparkPost mail delivery service and bounce detection.\",\n \"slug\": \"newsletter-sparkpost\",\n \"type\": \"delivery\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/premium\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"2\",\n \"free\": false,\n \"downloadable\": false,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=69\",\n \"wp_slug\": \"newsletter-sparkpost\\/sparkpost.php\"\n },\n {\n \"id\": \"56\",\n \"children_fileid\": \"\",\n \"version\": \"2.2.0\",\n \"title\": \"Grabber\",\n \"description\": \"Experimental! General subscription grabber from other forms. Requires technical skills.\",\n \"slug\": \"newsletter-grabber\",\n \"type\": \"legacy\",\n \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/grabber-module\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/placeholder.png\",\n \"status\": \"4\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=56\",\n \"wp_slug\": \"newsletter-grabber\\/grabber.php\"\n },\n {\n \"id\": \"96\",\n \"children_fileid\": \"\",\n \"version\": \"1.0.1\",\n \"title\": \"Office 365 Header Removal\",\n \"description\": \"This addon removes hidden headers from outgoing email to avoid Office365 SMTP block (or attempt to...). Install ONLY if you\'re using Office365 SMTP with an SMTP plugin!\",\n \"slug\": \"newsletter-office365\",\n \"type\": \"delivery\",\n \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n \"status\": \"3\",\n \"free\": true,\n \"downloadable\": true,\n \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=96\",\n \"wp_slug\": \"newsletter-office365\\/office365.php\"\n }\n]', 'no'),
(229231, '_transient_timeout_tablepress_83ee4af03e3441edf0de2cd6892211d9', '1609774062', 'no'),
(229232, '_transient_tablepress_83ee4af03e3441edf0de2cd6892211d9', '\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">M2</td><td class=\"column-2\">5.5 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">CJ3+</td><td class=\"column-2\">9.3 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">CJ4</td><td class=\"column-2\">10 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">XLS+<br />\n</td><td class=\"column-2\">12.95 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">LATITUDE</td><td class=\"column-2\">16.5 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">SOVEREIGN+</td><td class=\"column-2\">17.895 mil. USD</td>\n</tr>\n<tr class=\"row-7\">\n <td class=\"column-1\">CITATION X+</td><td class=\"column-2\">23.365 mil. USD</td>\n</tr>\n<tr class=\"row-8\">\n <td class=\"column-1\">LONGITUDE</td><td class=\"column-2\">26.95 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229233, '_transient_timeout_tablepress_a54fba85746c1b946f890ebc65a0fb71', '1609774062', 'no'),
(229234, '_transient_tablepress_a54fba85746c1b946f890ebc65a0fb71', '\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">LEARJET 75</td><td class=\"column-2\">13.8 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">CHALLENGER 350</td><td class=\"column-2\">26.67 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">CHALLENGER 650</td><td class=\"column-2\">32.35 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">GLOBAL 5000</td><td class=\"column-2\">50.44 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">GLOBAL 5500</td><td class=\"column-2\">46 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">GLOBAL 6000</td><td class=\"column-2\">62.31 mil. USD</td>\n</tr>\n<tr class=\"row-7\">\n <td class=\"column-1\">GLOBAL 6500</td><td class=\"column-2\">56 mil. USD</td>\n</tr>\n<tr class=\"row-8\">\n <td class=\"column-1\">GLOBAL 7500</td><td class=\"column-2\">72.8 mil. USD</td>\n</tr>\n<tr class=\"row-9\">\n <td class=\"column-1\">GLOBAL 8000</td><td class=\"column-2\">71 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229235, '_transient_timeout_tablepress_23b84e1920dd3c7f371e144223dba0cf', '1609774063', 'no'),
(229236, '_transient_tablepress_23b84e1920dd3c7f371e144223dba0cf', '\n<table id=\"tablepress-3\" class=\"tablepress tablepress-id-3 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">G280</td><td class=\"column-2\">24.5 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">G550</td><td class=\"column-2\">61.5 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">G500</td><td class=\"column-2\">44.65 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">G600</td><td class=\"column-2\">55.65 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">G650</td><td class=\"column-2\">64.5 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">G650ER</td><td class=\"column-2\">68.8 mil. USD</td>\n</tr>\n<tr class=\"row-7\">\n <td class=\"column-1\">G700</td><td class=\"column-2\">75 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229237, '_transient_timeout_tablepress_e4cdc389f7bbf374572b26ecec17ad4d', '1609774063', 'no'),
(229238, '_transient_tablepress_e4cdc389f7bbf374572b26ecec17ad4d', '\n<table id=\"tablepress-4\" class=\"tablepress tablepress-id-4 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">FALCON 2000</td><td class=\"column-2\">29.95 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">FALCON 2000LX</td><td class=\"column-2\">33 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">FALCON 900LX</td><td class=\"column-2\">43.80 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">FALCON 6X</td><td class=\"column-2\">47 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">FALCON 7X</td><td class=\"column-2\">53.8 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">FALCON 8X</td><td class=\"column-2\">57.5 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229239, '_transient_timeout_tablepress_71f8cb65d787dfa4d2d16486ba7c6fc4', '1609774064', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(229240, '_transient_tablepress_71f8cb65d787dfa4d2d16486ba7c6fc4', '\n<table id=\"tablepress-5\" class=\"tablepress tablepress-id-5 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">PHENOM 100EV</td><td class=\"column-2\">5.3 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">PHENOM 300E</td><td class=\"column-2\">9.5 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">PRAETOR 500</td><td class=\"column-2\">17 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">PRAETOR 600</td><td class=\"column-2\">21 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">LEGACY 450</td><td class=\"column-2\">16.57 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">LEGACY 500</td><td class=\"column-2\">19.995 mil. USD</td>\n</tr>\n<tr class=\"row-7\">\n <td class=\"column-1\">LEGACY 650E</td><td class=\"column-2\">31.6 mil. USD</td>\n</tr>\n<tr class=\"row-8\">\n <td class=\"column-1\">LINEAGE 1000E</td><td class=\"column-2\">53 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229241, '_transient_timeout_tablepress_72a7ad21ed78ab3f31e1def2255dd0ba', '1609774064', 'no'),
(229242, '_transient_tablepress_72a7ad21ed78ab3f31e1def2255dd0ba', '\n<table id=\"tablepress-6\" class=\"tablepress tablepress-id-6 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">HONDA JET HA-420</td><td class=\"column-2\">4.9 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229324, '_transient_timeout_tablepress_5767f1c7d2c5d7875c55af5bf00b381d', '1609785673', 'no'),
(229325, '_transient_tablepress_5767f1c7d2c5d7875c55af5bf00b381d', '\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">M2</td><td class=\"column-2\">5.5 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">CJ3+</td><td class=\"column-2\">9.3 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">CJ4</td><td class=\"column-2\">10 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">XLS+<br />\n</td><td class=\"column-2\">12.95 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">LATITUDE</td><td class=\"column-2\">16.5 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">SOVEREIGN+</td><td class=\"column-2\">17.895 mil. USD</td>\n</tr>\n<tr class=\"row-7\">\n <td class=\"column-1\">CITATION X+</td><td class=\"column-2\">23.365 mil. USD</td>\n</tr>\n<tr class=\"row-8\">\n <td class=\"column-1\">LONGITUDE</td><td class=\"column-2\">26.95 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229328, '_transient_timeout_tablepress_3c518da9b68a371615f1efb2b6a25429', '1609785674', 'no'),
(229329, '_transient_tablepress_3c518da9b68a371615f1efb2b6a25429', '\n<table id=\"tablepress-2\" class=\"tablepress tablepress-id-2 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">LEARJET 75</td><td class=\"column-2\">13.8 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">CHALLENGER 350</td><td class=\"column-2\">26.67 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">CHALLENGER 650</td><td class=\"column-2\">32.35 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">GLOBAL 5000</td><td class=\"column-2\">50.44 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">GLOBAL 5500</td><td class=\"column-2\">46 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">GLOBAL 6000</td><td class=\"column-2\">62.31 mil. USD</td>\n</tr>\n<tr class=\"row-7\">\n <td class=\"column-1\">GLOBAL 6500</td><td class=\"column-2\">56 mil. USD</td>\n</tr>\n<tr class=\"row-8\">\n <td class=\"column-1\">GLOBAL 7500</td><td class=\"column-2\">72.8 mil. USD</td>\n</tr>\n<tr class=\"row-9\">\n <td class=\"column-1\">GLOBAL 8000</td><td class=\"column-2\">71 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229332, '_transient_timeout_tablepress_5a0e4a717cf5ef28284c1a91855d425c', '1609785675', 'no'),
(229333, '_transient_tablepress_5a0e4a717cf5ef28284c1a91855d425c', '\n<table id=\"tablepress-3\" class=\"tablepress tablepress-id-3 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">G280</td><td class=\"column-2\">24.5 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">G550</td><td class=\"column-2\">61.5 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">G500</td><td class=\"column-2\">44.65 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">G600</td><td class=\"column-2\">55.65 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">G650</td><td class=\"column-2\">64.5 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">G650ER</td><td class=\"column-2\">68.8 mil. USD</td>\n</tr>\n<tr class=\"row-7\">\n <td class=\"column-1\">G700</td><td class=\"column-2\">75 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229334, '_transient_timeout_tablepress_927abb922602689a49db0935bb45b627', '1609785675', 'no'),
(229335, '_transient_tablepress_927abb922602689a49db0935bb45b627', '\n<table id=\"tablepress-4\" class=\"tablepress tablepress-id-4 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">FALCON 2000</td><td class=\"column-2\">29.95 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">FALCON 2000LX</td><td class=\"column-2\">33 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">FALCON 900LX</td><td class=\"column-2\">43.80 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">FALCON 6X</td><td class=\"column-2\">47 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">FALCON 7X</td><td class=\"column-2\">53.8 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">FALCON 8X</td><td class=\"column-2\">57.5 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229336, '_transient_timeout_tablepress_ab2f35b0af6ae69378e4957fd8462e42', '1609785676', 'no'),
(229337, '_transient_tablepress_ab2f35b0af6ae69378e4957fd8462e42', '\n<table id=\"tablepress-5\" class=\"tablepress tablepress-id-5 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">PHENOM 100EV</td><td class=\"column-2\">5.3 mil. USD</td>\n</tr>\n<tr class=\"row-2\">\n <td class=\"column-1\">PHENOM 300E</td><td class=\"column-2\">9.5 mil. USD</td>\n</tr>\n<tr class=\"row-3\">\n <td class=\"column-1\">PRAETOR 500</td><td class=\"column-2\">17 mil. USD</td>\n</tr>\n<tr class=\"row-4\">\n <td class=\"column-1\">PRAETOR 600</td><td class=\"column-2\">21 mil. USD</td>\n</tr>\n<tr class=\"row-5\">\n <td class=\"column-1\">LEGACY 450</td><td class=\"column-2\">16.57 mil. USD</td>\n</tr>\n<tr class=\"row-6\">\n <td class=\"column-1\">LEGACY 500</td><td class=\"column-2\">19.995 mil. USD</td>\n</tr>\n<tr class=\"row-7\">\n <td class=\"column-1\">LEGACY 650E</td><td class=\"column-2\">31.6 mil. USD</td>\n</tr>\n<tr class=\"row-8\">\n <td class=\"column-1\">LINEAGE 1000E</td><td class=\"column-2\">53 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229338, '_transient_timeout_tablepress_3b123b3fd8895821a2f657254b794da9', '1609785676', 'no'),
(229339, '_transient_tablepress_3b123b3fd8895821a2f657254b794da9', '\n<table id=\"tablepress-6\" class=\"tablepress tablepress-id-6 big\">\n<tbody>\n<tr class=\"row-1\">\n <td class=\"column-1\">HONDA JET HA-420</td><td class=\"column-2\">4.9 mil. USD</td>\n</tr>\n</tbody>\n</table>\n', 'no'),
(229502, '_transient_timeout_2__2951165530', '1609773140', 'no'),
(229503, '_transient_2__2951165530', '[]', 'no'),
(229509, '_site_transient_timeout_theme_roots', '1609740144', 'no'),
(229510, '_site_transient_theme_roots', 'a:6:{s:13:\"betheme-child\";s:7:\"/themes\";s:7:\"betheme\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(229511, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1609738347;s:7:\"checked\";a:6:{s:13:\"betheme-child\";s:5:\"1.6.2\";s:7:\"betheme\";s:6:\"21.9.3\";s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:13:\"twentysixteen\";s:3:\"2.2\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:4:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.3.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(229512, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1609738352;s:7:\"checked\";a:31:{s:19:\"akismet/akismet.php\";s:5:\"4.1.7\";s:41:\"mfn-header-builder/mfn-header-builder.php\";s:5:\"1.0.7\";s:47:\"better-search-replace/better-search-replace.php\";s:5:\"1.3.4\";s:30:\"caldera-forms/caldera-core.php\";s:5:\"1.9.2\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.6\";s:27:\"coming-soon/coming-soon.php\";s:7:\"6.0.9.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.3.2\";s:51:\"disable-real-mime-check/disable-real-mime-check.php\";s:3:\"1.0\";s:39:\"easy-theme-and-plugin-upgrades/init.php\";s:5:\"2.0.1\";s:23:\"elementor/elementor.php\";s:6:\"3.0.14\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:5:\"2.0.6\";s:9:\"hello.php\";s:5:\"1.7.2\";s:27:\"LayerSlider/layerslider.php\";s:6:\"6.11.2\";s:23:\"loco-translate/loco.php\";s:5:\"2.5.0\";s:27:\"maintenance/maintenance.php\";s:4:\"3.97\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.8.1\";s:21:\"newsletter/plugin.php\";s:5:\"7.0.0\";s:29:\"nextgen-gallery/nggallery.php\";s:5:\"3.5.0\";s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";s:5:\"3.1.0\";s:21:\"polylang/polylang.php\";s:5:\"2.9.1\";s:23:\"revslider/revslider.php\";s:6:\"6.2.23\";s:25:\"tablepress/tablepress.php\";s:4:\"1.12\";s:27:\"updraftplus/updraftplus.php\";s:9:\"2.16.43.1\";s:29:\"use-any-font/use-any-font.php\";s:6:\"5.11.5\";s:27:\"wp-optimize/wp-optimize.php\";s:5:\"3.1.4\";s:27:\"js_composer/js_composer.php\";s:5:\"6.4.1\";s:29:\"wp-force-ssl/wp-force-ssl.php\";s:4:\"1.56\";s:24:\"wpforms-lite/wpforms.php\";s:5:\"1.6.4\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"2.5.1\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.6\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"15.5\";}s:8:\"response\";a:6:{s:30:\"caldera-forms/caldera-core.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/caldera-forms\";s:4:\"slug\";s:13:\"caldera-forms\";s:6:\"plugin\";s:30:\"caldera-forms/caldera-core.php\";s:11:\"new_version\";s:5:\"1.9.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/caldera-forms/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/caldera-forms.1.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/caldera-forms/assets/icon-256x256.png?rev=1522173\";s:2:\"1x\";s:66:\"https://ps.w.org/caldera-forms/assets/icon-128x128.png?rev=1522173\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/caldera-forms/assets/banner-1544x500.png?rev=1657327\";s:2:\"1x\";s:68:\"https://ps.w.org/caldera-forms/assets/banner-772x250.png?rev=1657327\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.4\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.0.15\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"7.0.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.7.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-optimize/wp-optimize.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/wp-optimize\";s:4:\"slug\";s:11:\"wp-optimize\";s:6:\"plugin\";s:27:\"wp-optimize/wp-optimize.php\";s:11:\"new_version\";s:5:\"3.1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-optimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-optimize.3.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-128x128.png?rev=1552899\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-optimize/assets/banner-1544x500.png?rev=2125385\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-optimize/assets/banner-772x250.png?rev=2125385\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.6.4.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.6.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=1371112\";s:2:\"1x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-128x128.png?rev=1371112\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=1371112\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=1371112\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.5.3\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"6.5\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";N;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:22:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:5:\"1.3.4\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/better-search-replace.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=1238934\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=1238934\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=1238934\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.png?rev=1238934\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"coming-soon/coming-soon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/coming-soon\";s:4:\"slug\";s:11:\"coming-soon\";s:6:\"plugin\";s:27:\"coming-soon/coming-soon.php\";s:11:\"new_version\";s:7:\"6.0.9.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/coming-soon/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/coming-soon.6.0.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-256x256.png?rev=2402574\";s:2:\"1x\";s:64:\"https://ps.w.org/coming-soon/assets/icon-128x128.png?rev=2402575\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/coming-soon/assets/banner-772x250.png?rev=2402574\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.3.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:51:\"disable-real-mime-check/disable-real-mime-check.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/disable-real-mime-check\";s:4:\"slug\";s:23:\"disable-real-mime-check\";s:6:\"plugin\";s:51:\"disable-real-mime-check/disable-real-mime-check.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/disable-real-mime-check/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/disable-real-mime-check.1.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:67:\"https://s.w.org/plugins/geopattern-icon/disable-real-mime-check.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:39:\"easy-theme-and-plugin-upgrades/init.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:44:\"w.org/plugins/easy-theme-and-plugin-upgrades\";s:4:\"slug\";s:30:\"easy-theme-and-plugin-upgrades\";s:6:\"plugin\";s:39:\"easy-theme-and-plugin-upgrades/init.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/easy-theme-and-plugin-upgrades.2.0.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:74:\"https://s.w.org/plugins/geopattern-icon/easy-theme-and-plugin-upgrades.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/force-regenerate-thumbnails\";s:4:\"slug\";s:27:\"force-regenerate-thumbnails\";s:6:\"plugin\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/force-regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:71:\"https://s.w.org/plugins/geopattern-icon/force-regenerate-thumbnails.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"loco-translate/loco.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/loco-translate\";s:4:\"slug\";s:14:\"loco-translate\";s:6:\"plugin\";s:23:\"loco-translate/loco.php\";s:11:\"new_version\";s:5:\"2.5.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/loco-translate/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/loco-translate.2.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676\";s:2:\"1x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-128x128.png?rev=1000676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/loco-translate/assets/banner-772x250.jpg?rev=745046\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"maintenance/maintenance.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/maintenance\";s:4:\"slug\";s:11:\"maintenance\";s:6:\"plugin\";s:27:\"maintenance/maintenance.php\";s:11:\"new_version\";s:4:\"3.97\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/maintenance/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/maintenance.3.97.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/maintenance/assets/icon-256x256.png?rev=2160987\";s:2:\"1x\";s:64:\"https://ps.w.org/maintenance/assets/icon-128x128.png?rev=2160987\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/maintenance/assets/banner-772x250.png?rev=1637471\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"4.8.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/nextgen-gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:5:\"3.5.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/nextgen-gallery.3.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961\";s:2:\"1x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-128x128.png?rev=2083961\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/nextgen-gallery/assets/banner-1544x500.png?rev=2083961\";s:2:\"1x\";s:70:\"https://ps.w.org/nextgen-gallery/assets/banner-772x250.png?rev=2083961\";}s:11:\"banners_rtl\";a:0:{}}s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:57:\"w.org/plugins/wonderm00ns-simple-facebook-open-graph-tags\";s:4:\"slug\";s:43:\"wonderm00ns-simple-facebook-open-graph-tags\";s:6:\"plugin\";s:69:\"wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php\";s:11:\"new_version\";s:5:\"3.1.0\";s:3:\"url\";s:74:\"https://wordpress.org/plugins/wonderm00ns-simple-facebook-open-graph-tags/\";s:7:\"package\";s:92:\"https://downloads.wordpress.org/plugin/wonderm00ns-simple-facebook-open-graph-tags.3.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:88:\"https://ps.w.org/wonderm00ns-simple-facebook-open-graph-tags/assets/icon.svg?rev=2077834\";s:3:\"svg\";s:88:\"https://ps.w.org/wonderm00ns-simple-facebook-open-graph-tags/assets/icon.svg?rev=2077834\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:99:\"https://ps.w.org/wonderm00ns-simple-facebook-open-graph-tags/assets/banner-1544x500.jpg?rev=1773921\";s:2:\"1x\";s:98:\"https://ps.w.org/wonderm00ns-simple-facebook-open-graph-tags/assets/banner-772x250.jpg?rev=1773921\";}s:11:\"banners_rtl\";a:0:{}}s:21:\"polylang/polylang.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/polylang\";s:4:\"slug\";s:8:\"polylang\";s:6:\"plugin\";s:21:\"polylang/polylang.php\";s:11:\"new_version\";s:5:\"2.9.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/polylang/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/polylang.2.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/polylang/assets/icon-256x256.png?rev=1331499\";s:2:\"1x\";s:61:\"https://ps.w.org/polylang/assets/icon-128x128.png?rev=1331499\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/polylang/assets/banner-1544x500.png?rev=1405299\";s:2:\"1x\";s:63:\"https://ps.w.org/polylang/assets/banner-772x250.png?rev=1405299\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/tablepress\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:4:\"1.12\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/tablepress.1.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/tablepress/assets/icon-256x256.png?rev=1064192\";s:2:\"1x\";s:63:\"https://ps.w.org/tablepress/assets/icon-128x128.png?rev=1064192\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/tablepress/assets/banner-1544x500.png?rev=1275767\";s:2:\"1x\";s:65:\"https://ps.w.org/tablepress/assets/banner-772x250.png?rev=1275767\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/tablepress/assets/banner-1544x500-rtl.png?rev=1275767\";s:2:\"1x\";s:69:\"https://ps.w.org/tablepress/assets/banner-772x250-rtl.png?rev=1275767\";}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.43\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.43.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"use-any-font/use-any-font.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/use-any-font\";s:4:\"slug\";s:12:\"use-any-font\";s:6:\"plugin\";s:29:\"use-any-font/use-any-font.php\";s:11:\"new_version\";s:6:\"5.11.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/use-any-font/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/use-any-font.5.11.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/use-any-font/assets/icon-128x128.png?rev=1018539\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/use-any-font/assets/banner-1544x500.jpg?rev=1625029\";s:2:\"1x\";s:67:\"https://ps.w.org/use-any-font/assets/banner-772x250.png?rev=1626279\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"wp-force-ssl/wp-force-ssl.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wp-force-ssl\";s:4:\"slug\";s:12:\"wp-force-ssl\";s:6:\"plugin\";s:29:\"wp-force-ssl/wp-force-ssl.php\";s:11:\"new_version\";s:4:\"1.56\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-force-ssl/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-force-ssl.1.56.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-force-ssl/assets/icon-256x256.png?rev=1593573\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-force-ssl/assets/icon-128x128.png?rev=1593573\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-force-ssl/assets/banner-772x250.jpg?rev=1593573\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.2.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=2120094\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=2120094\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"15.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.15.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}}}}', 'no'),
(229746, '_site_transient_timeout_betheme_update', '1609762042', 'no'),
(229747, '_site_transient_betheme_update', '21.9.6', 'no'),
(229748, '_site_transient_timeout_betheme_update_plugins', '1609762042', 'no'),
(229749, '_site_transient_betheme_update_plugins', '1', 'no'),
(229750, '_site_transient_timeout_betheme_plugins', '1609762043', 'no'),
(229751, '_site_transient_betheme_plugins', 'a:4:{i:0;a:5:{s:4:\"name\";s:12:\"Layer Slider\";s:4:\"slug\";s:11:\"LayerSlider\";s:8:\"required\";b:0;s:7:\"version\";s:6:\"6.11.2\";s:6:\"source\";s:109:\"https://api.muffingroup.com/plugins/download.php?code=25697fd9-4573-44c9-89eb-b5254b6a0846&plugin=LayerSlider\";}i:1;a:5:{s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:8:\"required\";b:0;s:7:\"version\";s:5:\"6.3.3\";s:6:\"source\";s:107:\"https://api.muffingroup.com/plugins/download.php?code=25697fd9-4573-44c9-89eb-b5254b6a0846&plugin=revslider\";}i:2;a:5:{s:4:\"name\";s:21:\"WPBakery Page Builder\";s:4:\"slug\";s:11:\"js_composer\";s:8:\"required\";b:0;s:7:\"version\";s:3:\"6.5\";s:6:\"source\";s:109:\"https://api.muffingroup.com/plugins/download.php?code=25697fd9-4573-44c9-89eb-b5254b6a0846&plugin=js_composer\";}i:3;a:5:{s:4:\"name\";s:22:\"BeTheme Header Builder\";s:4:\"slug\";s:18:\"mfn-header-builder\";s:8:\"required\";b:0;s:7:\"version\";s:5:\"1.0.7\";s:6:\"source\";s:116:\"https://api.muffingroup.com/plugins/download.php?code=25697fd9-4573-44c9-89eb-b5254b6a0846&plugin=mfn-header-builder\";}}', 'no'),
(229763, '_transient_timeout_newsletter_user_count', '1609844857', 'no'),
(229764, '_transient_newsletter_user_count', '5566', 'no'),
(229991, '_site_transient_timeout_updraft_initial_resume_interval', '1610462112', 'no'),
(229992, '_site_transient_updraft_initial_resume_interval', '681', 'no'),
(229995, 'updraft_combine_jobs_around', '1610374863', 'yes');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_postmeta`
--
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(7, 1, 'mfn-post-love', '0'),
(8, 7, '_form', '<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),
(9, 7, '_mail', 'a:8:{s:7:\"subject\";s:26:\"WAPE JETS \"[your-subject]\"\";s:6:\"sender\";s:34:\"WAPE JETS <wordpress@dbwebtest.eu>\";s:4:\"body\";s:168:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on WAPE JETS (https://wapejets.com)\";s:9:\"recipient\";s:20:\"design@davidbauer.cz\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(10, 7, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"WAPE JETS \"[your-subject]\"\";s:6:\"sender\";s:34:\"WAPE JETS <wordpress@dbwebtest.eu>\";s:4:\"body\";s:110:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on WAPE JETS (https://wapejets.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:30:\"Reply-To: design@davidbauer.cz\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(11, 7, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(12, 7, '_additional_settings', NULL),
(13, 7, '_locale', 'cs_CZ'),
(14, 8, '_wp_attached_file', '2015/06/home_jet_map.png'),
(15, 8, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:843;s:6:\"height\";i:389;s:4:\"file\";s:24:\"2015/06/home_jet_map.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"home_jet_map-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"home_jet_map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"home_jet_map-768x354.png\";s:5:\"width\";i:768;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"home_jet_map-260x120.png\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"home_jet_map-50x23.png\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"home_jet_map-150x69.png\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"home_jet_map-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"home_jet_map-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:24:\"home_jet_map-768x389.png\";s:5:\"width\";i:768;s:6:\"height\";i:389;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(16, 9, '_wp_attached_file', '2015/06/home_jet_counter_1.png'),
(17, 9, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:58;s:6:\"height\";i:58;s:4:\"file\";s:30:\"2015/06/home_jet_counter_1.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"home_jet_counter_1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18, 10, '_wp_attached_file', '2015/06/home_jet_counter_2.png'),
(19, 10, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:58;s:6:\"height\";i:58;s:4:\"file\";s:30:\"2015/06/home_jet_counter_2.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"home_jet_counter_2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20, 11, '_wp_attached_file', '2015/06/home_jet_counter_3.png'),
(21, 11, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:58;s:6:\"height\";i:58;s:4:\"file\";s:30:\"2015/06/home_jet_counter_3.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"home_jet_counter_3-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(22, 14, '_wp_attached_file', '2015/06/home_jet_slide_1_bg.jpg'),
(23, 14, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:815;s:4:\"file\";s:31:\"2015/06/home_jet_slide_1_bg.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home_jet_slide_1_bg-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"home_jet_slide_1_bg-1024x435.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_slide_1_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"home_jet_slide_1_bg-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"home_jet_slide_1_bg-1536x652.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_slide_1_bg-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"home_jet_slide_1_bg-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_jet_slide_1_bg-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"home_jet_slide_1_bg-1630x815.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"home_jet_slide_1_bg-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"home_jet_slide_1_bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"home_jet_slide_1_bg-1280x815.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"home_jet_slide_1_bg-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"home_jet_slide_1_bg-768x815.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"home_jet_slide_1_bg-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"home_jet_slide_1_bg-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"home_jet_slide_1_bg-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24, 15, '_wp_attached_file', '2015/06/retina-jet.png'),
(25, 15, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:338;s:6:\"height\";i:88;s:4:\"file\";s:22:\"2015/06/retina-jet.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"retina-jet-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"retina-jet-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"retina-jet-260x68.png\";s:5:\"width\";i:260;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"retina-jet-50x13.png\";s:5:\"width\";i:50;s:6:\"height\";i:13;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"retina-jet-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"retina-jet-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"retina-jet-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(26, 16, '_wp_attached_file', '2015/06/jet.png'),
(27, 16, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:169;s:6:\"height\";i:44;s:4:\"file\";s:15:\"2015/06/jet.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"jet-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:13:\"jet-50x13.png\";s:5:\"width\";i:50;s:6:\"height\";i:13;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:14:\"jet-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:13:\"jet-85x44.png\";s:5:\"width\";i:85;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:13:\"jet-80x44.png\";s:5:\"width\";i:80;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28, 17, '_wp_attached_file', '2015/06/home_jet_footer.jpg'),
(29, 17, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:932;s:4:\"file\";s:27:\"2015/06/home_jet_footer.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home_jet_footer-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"home_jet_footer-1024x497.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_footer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"home_jet_footer-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"home_jet_footer-1536x746.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:746;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_footer-260x126.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"home_jet_footer-50x24.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"home_jet_footer-150x73.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"home_jet_footer-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"home_jet_footer-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"home_jet_footer-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"home_jet_footer-1280x932.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:932;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"home_jet_footer-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"home_jet_footer-768x932.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:932;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"home_jet_footer-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:27:\"home_jet_footer-960x720.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"home_jet_footer-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(30, 18, '_wp_attached_file', '2015/06/home_jet_list.png'),
(31, 18, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:10;s:6:\"height\";i:10;s:4:\"file\";s:25:\"2015/06/home_jet_list.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(32, 19, '_wp_attached_file', '2015/06/home_jet_offer1.jpg'),
(33, 19, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:380;s:6:\"height\";i:232;s:4:\"file\";s:27:\"2015/06/home_jet_offer1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home_jet_offer1-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_offer1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_offer1-239x146.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"home_jet_offer1-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"home_jet_offer1-123x75.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"home_jet_offer1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"home_jet_offer1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(34, 20, '_wp_attached_file', '2015/06/home_jet_offer2.jpg'),
(35, 20, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:380;s:6:\"height\";i:232;s:4:\"file\";s:27:\"2015/06/home_jet_offer2.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home_jet_offer2-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_offer2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_offer2-239x146.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"home_jet_offer2-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"home_jet_offer2-123x75.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"home_jet_offer2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"home_jet_offer2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(36, 21, '_wp_attached_file', '2015/06/home_jet_offer3.jpg'),
(37, 21, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:380;s:6:\"height\";i:232;s:4:\"file\";s:27:\"2015/06/home_jet_offer3.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home_jet_offer3-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_offer3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_offer3-239x146.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"home_jet_offer3-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"home_jet_offer3-123x75.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"home_jet_offer3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"home_jet_offer3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38, 22, '_wp_attached_file', '2015/06/home_jet_welcome_bg.jpg'),
(39, 22, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:686;s:4:\"file\";s:31:\"2015/06/home_jet_welcome_bg.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home_jet_welcome_bg-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg-1024x366.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_welcome_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"home_jet_welcome_bg-768x274.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg-1536x549.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"home_jet_welcome_bg-260x93.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"home_jet_welcome_bg-50x18.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_jet_welcome_bg-150x54.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg-1630x686.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"home_jet_welcome_bg-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"home_jet_welcome_bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg-1280x686.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"home_jet_welcome_bg-768x686.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"home_jet_welcome_bg-960x686.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40, 23, '_wp_attached_file', '2015/06/home_jet_welcome_bg2.jpg'),
(41, 23, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:687;s:4:\"file\";s:32:\"2015/06/home_jet_welcome_bg2.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg2-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg2-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg2-213x146.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_jet_welcome_bg2-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"home_jet_welcome_bg2-109x75.jpg\";s:5:\"width\";i:109;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"home_jet_welcome_bg2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"home_jet_welcome_bg2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"home_jet_welcome_bg2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg2-768x687.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"home_jet_welcome_bg2-960x687.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"home_jet_welcome_bg2-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(42, 25, '_wp_attached_file', '2015/06/home_jet_slide_1_line.png'),
(43, 25, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3;s:6:\"height\";i:173;s:4:\"file\";s:33:\"2015/06/home_jet_slide_1_line.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_slide_1_line-3x150.png\";s:5:\"width\";i:3;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_slide_1_line-3x146.png\";s:5:\"width\";i:3;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_jet_slide_1_line-1x50.png\";s:5:\"width\";i:1;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_jet_slide_1_line-1x75.png\";s:5:\"width\";i:1;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"home_jet_slide_1_line-3x85.png\";s:5:\"width\";i:3;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"home_jet_slide_1_line-3x80.png\";s:5:\"width\";i:3;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(44, 26, '_wp_attached_file', '2015/06/home_jet_offer_bg.jpg'),
(45, 26, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:90;s:6:\"height\";i:232;s:4:\"file\";s:29:\"2015/06/home_jet_offer_bg.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"home_jet_offer_bg-90x150.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"home_jet_offer_bg-57x146.jpg\";s:5:\"width\";i:57;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"home_jet_offer_bg-19x50.jpg\";s:5:\"width\";i:19;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"home_jet_offer_bg-29x75.jpg\";s:5:\"width\";i:29;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"home_jet_offer_bg-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"home_jet_offer_bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(46, 39, '_wp_attached_file', '2015/06/home_jet_subheader.jpg'),
(47, 39, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:595;s:4:\"file\";s:30:\"2015/06/home_jet_subheader.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"home_jet_subheader-300x93.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"home_jet_subheader-1024x317.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"home_jet_subheader-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"home_jet_subheader-768x238.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"home_jet_subheader-1536x476.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"home_jet_subheader-260x81.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"home_jet_subheader-50x15.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"home_jet_subheader-150x46.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"home_jet_subheader-1630x595.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"home_jet_subheader-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"home_jet_subheader-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:31:\"home_jet_subheader-1280x595.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"home_jet_subheader-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"home_jet_subheader-768x595.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"home_jet_subheader-960x595.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"home_jet_subheader-1200x595.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(48, 42, '_wp_attached_file', '2015/06/home_jet_about.png'),
(49, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:843;s:6:\"height\";i:552;s:4:\"file\";s:26:\"2015/06/home_jet_about.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"home_jet_about-300x196.png\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"home_jet_about-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"home_jet_about-768x503.png\";s:5:\"width\";i:768;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"home_jet_about-223x146.png\";s:5:\"width\";i:223;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"home_jet_about-50x33.png\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"home_jet_about-115x75.png\";s:5:\"width\";i:115;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"home_jet_about-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"home_jet_about-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:26:\"home_jet_about-843x500.png\";s:5:\"width\";i:843;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:26:\"home_jet_about-768x552.png\";s:5:\"width\";i:768;s:6:\"height\";i:552;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(50, 43, '_wp_attached_file', '2015/06/home_jet_about1.jpg'),
(51, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:380;s:6:\"height\";i:290;s:4:\"file\";s:27:\"2015/06/home_jet_about1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home_jet_about1-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_about1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_about1-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"home_jet_about1-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"home_jet_about1-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"home_jet_about1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"home_jet_about1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(52, 44, '_wp_attached_file', '2015/06/home_jet_about2.jpg'),
(53, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:380;s:6:\"height\";i:290;s:4:\"file\";s:27:\"2015/06/home_jet_about2.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home_jet_about2-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_about2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_about2-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"home_jet_about2-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"home_jet_about2-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"home_jet_about2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"home_jet_about2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(54, 45, '_wp_page_template', 'default'),
(55, 45, 'mfn-post-hide-content', '0'),
(56, 45, 'mfn-post-custom-layout', '0'),
(57, 45, 'mfn-post-slider', 'jet'),
(58, 45, 'mfn-post-slider-layer', '0'),
(59, 45, 'mfn-post-menu', '0'),
(60, 45, 'mfn-post-one-page', '0'),
(61, 45, 'mfn-post-hide-title', '0'),
(62, 45, 'mfn-post-remove-padding', '1'),
(63, 45, 'slide_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(64, 45, 'mfn-page-items', 'YTo0OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI2OTBhNWNjZmMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjcwOiJodHRwOi8vZGJ3ZWJ0ZXN0LmV1L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X3dlbGNvbWVfYmcuanBnIjtzOjExOiJiZ19wb3NpdGlvbiI7czoxODoibm8tcmVwZWF0O2NlbnRlcjs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MTU6ImhpZ2hsaWdodC1yaWdodCI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjdlYzllMzQxMSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmNWZlMTBhN2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE4OiJJZGVhbCBmb3IgYnVzaW5lc3MiO3M6NzoiY29udGVudCI7czo0NToiPGgyPlNFRCBDVUxJUyBQSEFSRVRSQTxiciAvPkRVSVMgRklOSUJVUzwvaDI+IjtzOjU6ImFsaWduIjtzOjU6InJpZ2h0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6NjoiZmFkZUluIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjEwMHB4IDQlIDUwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6ImIzYjEyYjhjOSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJkMTdiYjFlYjkiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkRlc2MiO3M6NzoiY29udGVudCI7czoxMzI6IjxwPlF1aXNxdWUgZmVybWVudHVtIHRvcnRvciBudW5jOyBzaXQgYW1ldCBkYXBpYnVzIGRvbG9yIGJpYmVuZHVtIGF0PyBNb3JiaSBzb2RhbGVzIHJ1dHJ1bSB0ZW1wdXMuIFNlZCBjb25ndWUgaW50ZXJkdW0gbWFzc2EgYWMuPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czo2OiJmYWRlSW4iO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Ijc0NzQzNmM1NSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NDoiRGVzYyI7czo3OiJjb250ZW50IjtzOjE1NzoiPHA+U2VkIG5lcXVlIGVuaW0sIHVsdHJpY2VzIHNlZCBzYXBpZW4gc2l0IGFtZXQsIHZvbHV0cGF0IGRpY3R1bSBsb3JlbT8gRHVpcyBldSBsaWd1bGEgbmVjIGxlbyBsYW9yZWV0IGxvYm9ydGlzLiBEdWlzIGZpbmlidXMsIGVzdCBzZWQgaWFjdWxpcyBwaGFyZXRyYS4uPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czo2OiJmYWRlSW4iO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMTAwcHggNCUgNTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YTozOntzOjM6InVpZCI7czo5OiI5MDczMGYxZjciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImQ3ZmVkOGZlYyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6ODoiZmxhdF9ib3giO3M6MzoidWlkIjtzOjk6IjhjN2Q1YjA2NiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6MTA6e3M6NToiaW1hZ2UiO3M6NjY6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfb2ZmZXIxLmpwZyI7czo1OiJ0aXRsZSI7czoxNzoiQUlSUE9SVCBUUkFOU1BPUlQiO3M6NzoiY29udGVudCI7czoyMTE6IjxwPk1hdXJpcyBwb3J0dGl0b3IsIHR1cnBpcyBpZCBwbGFjZXJhdCBoZW5kcmVyaXQsIHNhcGllbiBvZGlvIGludGVyZHVtIG1ldHVzLCBhYyB2ZWhpY3VsYSBuaXNpIGVzdCBpbiBtaSEgTnVuYyBtYWxlc3VhZGEgYWMgbGVjdHVzIHNpdCBhbWV0IHZlaGljdWxhLiBDdW0gcG9zdWVyZS48L3A+DQo8cCBzdHlsZT0iY29sb3I6ICNiNTlhNWE7Ij5SZWFkIG1vcmU8L3A+DQoiO3M6NDoiaWNvbiI7czoxMzoiaWNvbi1leWUtbGluZSI7czoxMDoiaWNvbl9pbWFnZSI7czowOiIiO3M6MTA6ImJhY2tncm91bmQiO3M6NzoiIzE4MjgzOCI7czo0OiJsaW5rIjtzOjE6IiMiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czoxMDoiZmFkZUluTGVmdCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6ODoiZmxhdF9ib3giO3M6MzoidWlkIjtzOjk6ImFkZWYzY2Q5MyI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6MTA6e3M6NToiaW1hZ2UiO3M6NjY6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfb2ZmZXIyLmpwZyI7czo1OiJ0aXRsZSI7czo5OiJDT05DSUVSR0UiO3M6NzoiY29udGVudCI7czoxOTk6IjxwPk1hZWNlbmFzIHRlbXB1cyB0ZW1wdXMgc2VtIHZ1bHB1dGF0ZSBpYWN1bGlzPyBWZXN0aWJ1bHVtIGxhY2luaWEgbWV0dXMgZXN0LCBldSBwcmV0aXVtIG51bmMgY3Vyc3VzIGluLiBTZWQgaWQgYXVndWUgZWdldCBtYWduYSB2ZW5lbmF0aXMgZWxlaWZlbmQgc2VkLjwvcD4NCjxwIHN0eWxlPSJjb2xvcjogI2I1OWE1YTsiPlJlYWQgbW9yZTwvcD4iO3M6NDoiaWNvbiI7czoxODoiaWNvbi1jYWxlbmRhci1saW5lIjtzOjEwOiJpY29uX2ltYWdlIjtzOjA6IiI7czoxMDoiYmFja2dyb3VuZCI7czo3OiIjMTgyODM4IjtzOjQ6ImxpbmsiO3M6MToiIyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6ImZhZGVJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6ODoiZmxhdF9ib3giO3M6MzoidWlkIjtzOjk6ImYyMTg4OTcxYiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6MTA6e3M6NToiaW1hZ2UiO3M6NjY6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfb2ZmZXIzLmpwZyI7czo1OiJ0aXRsZSI7czo4OiJDQVRFUklORyI7czo3OiJjb250ZW50IjtzOjIxMToiPHA+TW9yYmkgcHVsdmluYXIgcG9zdWVyZSBzYXBpZW4gaW4gZmluaWJ1cy4gRG9uZWMgcG9zdWVyZSBmZWxpcyB1cm5hLCBldCBzYWdpdHRpcyBsb3JlbSBjb25zZWN0ZXR1ciBzaXQgYW1ldC4gTnVsbGEgcXVpcyBvcmNpIHZpdGFlIGRvbG9yIHJ1dHJ1bSB2aXZlcnJhIHV0IG1ldHVzLjwvcD4NCjxwIHN0eWxlPSJjb2xvcjogI2I1OWE1YTsiPlJlYWQgbW9yZTwvcD4NCiI7czo0OiJpY29uIjtzOjEzOiJpY29uLWN1cC1saW5lIjtzOjEwOiJpY29uX2ltYWdlIjtzOjA6IiI7czoxMDoiYmFja2dyb3VuZCI7czo3OiIjMTgyODM4IjtzOjQ6ImxpbmsiO3M6MToiIyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjExOiJmYWRlSW5SaWdodCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImQ2OTliYzNlYyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI1MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MTA6ImZ1bGwtd2lkdGgiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJkMDI2YWQ2NzkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiIwY2U0MzhjNTUiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo2MzoiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9tYXAucG5nIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6Njoiem9vbUluIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjcyZjJkZjc1NyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjI2OToiPGgzPlRBS0UgQSBQUklWQVRFIEpFVDxiciAvPg0KT04gWU9VUiBCVVNJTkVTUyBUUklQPGJyIC8+DQpBTkQgRElTQ09WRVIgTFVYVVJZIFRSQVZFTCBBVCBJVOKAmVMgRklORVNULjwvaDM+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IkNoZWNrIG91ciBwcmljaW5nIHBsYW5zIiBsaW5rPSIjIiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0NCltidXR0b24gdGl0bGU9IkNvbnRhY3QgdXMgZm9yIG1vcmUgaW5mbyIgbGluaz0iIyIgIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6ODoiNzBweCAwIDAiO3M6NzoiYW5pbWF0ZSI7czoxMDoiZmFkZUluTGVmdCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YTozOntzOjM6InVpZCI7czo5OiJmOWQ2Mzc2N2MiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiMDE0YWFjZjRkIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJjb3VudGVyIjtzOjM6InVpZCI7czo5OiIzYWZlZjkyMTEiO3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NjoiZmllbGRzIjthOjEwOntzOjU6InRpdGxlIjtzOjE1OiJJbnRlZ2VyIGFsaXF1YW0iO3M6NDoiaWNvbiI7czoxOToiaWNvbi1oZWFydC1lbXB0eS1mYSI7czo1OiJjb2xvciI7czowOiIiO3M6NToiaW1hZ2UiO3M6Njk6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfY291bnRlcl8xLnBuZyI7czo2OiJwcmVmaXgiO3M6MDoiIjtzOjY6Im51bWJlciI7czoyOiIxMiI7czo1OiJsYWJlbCI7czowOiIiO3M6NDoidHlwZSI7czo4OiJ2ZXJ0aWNhbCI7czo3OiJhbmltYXRlIjtzOjg6ImJvdW5jZUluIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJjb3VudGVyIjtzOjM6InVpZCI7czo5OiI0NGU1Mjc5MDIiO3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NjoiZmllbGRzIjthOjEwOntzOjU6InRpdGxlIjtzOjE1OiJCaWJlbmR1bSBzYXBpZW4iO3M6NDoiaWNvbiI7czoxOToiaWNvbi1oZWFydC1lbXB0eS1mYSI7czo1OiJjb2xvciI7czowOiIiO3M6NToiaW1hZ2UiO3M6Njk6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfY291bnRlcl8yLnBuZyI7czo2OiJwcmVmaXgiO3M6MDoiIjtzOjY6Im51bWJlciI7czo0OiIxNTIwIjtzOjU6ImxhYmVsIjtzOjA6IiI7czo0OiJ0eXBlIjtzOjg6InZlcnRpY2FsIjtzOjc6ImFuaW1hdGUiO3M6ODoiYm91bmNlSW4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImNvdW50ZXIiO3M6MzoidWlkIjtzOjk6IjcwMDdlMDc1NiI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTA6e3M6NToidGl0bGUiO3M6MTg6IlZlc3RpYnVsdW0gY29tbW9kbyI7czo0OiJpY29uIjtzOjE5OiJpY29uLWhlYXJ0LWVtcHR5LWZhIjtzOjU6ImNvbG9yIjtzOjA6IiI7czo1OiJpbWFnZSI7czo2OToiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9jb3VudGVyXzMucG5nIjtzOjY6InByZWZpeCI7czowOiIiO3M6NjoibnVtYmVyIjtzOjM6Ijk1MiI7czo1OiJsYWJlbCI7czoxOiJrIjtzOjQ6InR5cGUiO3M6ODoidmVydGljYWwiO3M6NzoiYW5pbWF0ZSI7czo4OiJib3VuY2VJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIyODY3NWZjODgiO3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE0OiJGTFkgV0lUSCBCRUpFVCI7czo3OiJjb250ZW50IjtzOjI3NzoiPGgzPkZMWSBXSVRIIEJFSkVUPC9oMz4NCjxwIGNsYXNzPSJiaWciPkludGVnZXIgdmVsIGF1Z3VlIHF1aXMgbGlndWxhIHZlc3RpYnVsdW0gcG9zdWVyZS4gQWVuZWFuIHV0IGxhY3VzLjwvcD4NCjxwPlZpdmFtdXMgc2l0IGFtZXQgdWx0cmljZXMgZWxpdCwgdml0YWUgbHVjdHVzIGVuaW0uIE1hZWNlbmFzIG9yY2kgc2FwaWVuLCBzYWdpdHRpcyBuZWMgbWkgZXQsIGZpbmlidXMgbWFsZXN1YWRhIG51bmMuIDwvcD4NCjxhIGNsYXNzPSJiaWciIGhyZWY9IiMiPlJlYWQgbW9yZTwvYT4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czoxMToiZmFkZUluUmlnaHQiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),
(65, 45, 'mfn-page-items-seo', 'Ideal for business\n<h2>SED CULIS PHARETRA<br />DUIS FINIBUS</h2>\nright\nno-repeat;center top;;\nauto\nfadeIn\n\nDesc\n<p>Quisque fermentum tortor nunc; sit amet dapibus dolor bibendum at? Morbi sodales rutrum tempus. Sed congue interdum massa ac.</p>\nno-repeat;center top;;\nauto\nfadeIn\n\nDesc\n<p>Sed neque enim, ultrices sed sapien sit amet, volutpat dictum lorem? Duis eu ligula nec leo laoreet lobortis. Duis finibus, est sed iaculis pharetra..</p>\nno-repeat;center top;;\nauto\nfadeIn\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer1.jpg\" alt=\"home_jet_offer1\"/>\nAIRPORT TRANSPORT\n<p>Mauris porttitor, turpis id placerat hendrerit, sapien odio interdum metus, ac vehicula nisi est in mi! Nunc malesuada ac lectus sit amet vehicula. Cum posuere.</p>\r\n<p style=\"color: #b59a5a;\">Read more</p>\nicon-eye-line\n#182838\n<a href=\"#\">#</a>\nfadeInLeft\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer2.jpg\" alt=\"home_jet_offer2\"/>\nCONCIERGE\n<p>Maecenas tempus tempus sem vulputate iaculis? Vestibulum lacinia metus est, eu pretium nunc cursus in. Sed id augue eget magna venenatis eleifend sed.</p>\r\n<p style=\"color: #b59a5a;\">Read more</p>\nicon-calendar-line\n#182838\n<a href=\"#\">#</a>\nfadeIn\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer3.jpg\" alt=\"home_jet_offer3\"/>\nCATERING\n<p>Morbi pulvinar posuere sapien in finibus. Donec posuere felis urna, et sagittis lorem consectetur sit amet. Nulla quis orci vitae dolor rutrum viverra ut metus.</p>\r\n<p style=\"color: #b59a5a;\">Read more</p>\nicon-cup-line\n#182838\n<a href=\"#\">#</a>\nfadeInRight\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_map.png\" alt=\"home_jet_map\"/>\ncenter\nzoomIn\n\nHeading\n<h3>TAKE A PRIVATE JET<br />\r\nON YOUR BUSINESS TRIP<br />\r\nAND DISCOVER LUXURY TRAVEL AT IT’S FINEST.</h3>\r\n[divider height=\"40\"]\r\n[button title=\"Check our pricing plans\" link=\"#\" color=\"theme\" large=\"1\"]\r\n[button title=\"Contact us for more info\" link=\"#\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n70px 0 0\nfadeInLeft\n\nInteger aliquam\nicon-heart-empty-fa\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_counter_1.png\" alt=\"home_jet_counter_1\"/>\n12\nvertical\nbounceIn\n\nBibendum sapien\nicon-heart-empty-fa\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_counter_2.png\" alt=\"home_jet_counter_2\"/>\n1520\nvertical\nbounceIn\n\nVestibulum commodo\nicon-heart-empty-fa\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_counter_3.png\" alt=\"home_jet_counter_3\"/>\n952\nk\nvertical\nbounceIn\n\nFLY WITH BEJET\n<h3>FLY WITH BEJET</h3>\r\n<p class=\"big\">Integer vel augue quis ligula vestibulum posuere. Aenean ut lacus.</p>\r\n<p>Vivamus sit amet ultrices elit, vitae luctus enim. Maecenas orci sapien, sagittis nec mi et, finibus malesuada nunc. </p>\r\n<a class=\"big\" href=\"#\">Read more</a>\nno-repeat;center top;;\nauto\nfadeInRight\n\n'),
(76, 27, '_wp_page_template', 'default'),
(77, 27, 'slide_template', ''),
(78, 27, 'mfn-post-hide-content', '0'),
(79, 27, 'mfn-post-custom-layout', '0'),
(80, 27, 'mfn-post-slider', '0'),
(81, 27, 'mfn-post-slider-layer', '0'),
(82, 27, 'mfn-post-menu', '0'),
(83, 27, 'mfn-post-one-page', '0'),
(84, 27, 'mfn-post-hide-title', '0'),
(85, 27, 'mfn-post-remove-padding', '1'),
(86, 27, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czo2NToiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9hYm91dC5wbmciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjM6IjMyMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MzoiMjgwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6NzI6IjxoMj4gTUFFQ0VOQVMgTUFMRVNVQURBIEVMSVQ8YnIgLz5MRUNUVVMgRkVMSVMsIE1BTEVTVUFEQSBVTFRSSUNJRVM8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO31zOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO319czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9czozOiJ1aWQiO3M6OToiYTc1NDQ1OTEzIjt9fXM6MzoidWlkIjtzOjk6IjA0YjMyMWUxOCI7fWk6MTthOjM6e3M6NDoiYXR0ciI7YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NDoidGFicyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6Njp7czo1OiJ0aXRsZSI7czowOiIiO3M6NToiY291bnQiO3M6MToiMyI7czo0OiJ0YWJzIjthOjM6e2k6MDthOjI6e3M6NToidGl0bGUiO3M6ODoiQUJPVVQgVVMiO3M6NzoiY29udGVudCI7czo0MjU6IltvbmVfc2l4dGhdWy9vbmVfc2l4dGhdDQoNCltvbmVfdGhpcmRdDQo8cD5Eb25lYyBzYWdpdHRpcyBmZWxpcyBwbGFjZXJhdCBjcmFzIGFtZXQuIFNlZCBpbiBpcHN1bSBub24gZHVpIGVmZmljaXR1ciB2b2x1dHBhdC4gVml2YW11cyBzY2VsZXJpc3F1ZSBhdCBtYWduYSBub24gbnVsbGFtLiBQcm9pbiBzaXQgYW1ldCB0ZW1wb3IgbGlndWxhLiBEb25lYyBzZWQuPC9wPg0KWy9vbmVfdGhpcmRdDQoNCltvbmVfdGhpcmRdDQo8cD5Eb25lYyBzYWdpdHRpcyBmZWxpcyBwbGFjZXJhdCBjcmFzIGFtZXQuIFNlZCBpbiBpcHN1bSBub24gZHVpIGVmZmljaXR1ciB2b2x1dHBhdC4gVml2YW11cyBzY2VsZXJpc3F1ZSBhdCBtYWduYSBub24gbnVsbGFtLiBQcm9pbiBzaXQgYW1ldCB0ZW1wb3IgbGlndWxhLiBEb25lYyBzZWQuPC9wPg0KWy9vbmVfdGhpcmRdIjt9aToxO2E6Mjp7czo1OiJ0aXRsZSI7czoxMToiVEhFIEhJU1RPUlkiO3M6NzoiY29udGVudCI7czo0MjM6IltvbmVfc2l4dGhdWy9vbmVfc2l4dGhdDQoNCltvbmVfdGhpcmRdDQo8cD5lc3VhZGEgZWxpdCBsZWN0dXMgZmVsaXMsIG1hbGVzdWFkYSB1bHRyaWNpZXMuIEN1cmFiaXR1ciBldCBsaWd1bGEuIFV0IG1vbGVzdGllIGEsIHVsdHJpY2llcyBwb3J0YSB1cm5hLiBWZXN0aWJ1bHVtIGNvbW1vZG8gdm9sdXRwYXQgYSwgY29udmFsbGlzIGFjLCBsYW9yZWV0IGVuaW0uIDwvcD4NClsvb25lX3RoaXJkXQ0KDQpbb25lX3RoaXJkXQ0KPHA+UGhhc2VsbHVzIGZlcm1lbnR1bSBpbiwgZG9sb3IuIFBlbGxlbnRlc3F1ZSBmYWNpbGlzaXMuIE51bGxhIGltcGVyZGlldCBzaXQgYW1ldCBtYWduYS4gVmVzdGlidWx1bSBkYXBpYnVzLCBtYXVyaXMgbmVjIGZhbWVzIGFjIHR1cnBpcyB2ZWxpdCwgcmhvbmN1cyBldSwgbHVjdHVzLjwvcD4NClsvb25lX3RoaXJkXSI7fWk6MjthOjI6e3M6NToidGl0bGUiO3M6NzoiUVVBTElUWSI7czo3OiJjb250ZW50IjtzOjQyNDoiW29uZV9zaXh0aF1bL29uZV9zaXh0aF0NCg0KW29uZV90aGlyZF0NCjxwPkFsaXF1YW0gZXJhdCBhYyBpcHN1bS4gSW50ZWdlciBhbGlxdWFtIHB1cnVzLiBRdWlzcXVlIGxvcmVtIHRvcnRvciBmcmluZ2lsbGEgc2VkLCB2ZXN0aWJ1bHVtIGlkLCBlbGVpZmVuZCBqdXN0byB2ZWwgYmliZW5kdW0gc2FwaWVuIG1hc3NhIGFjIHR1cnBpcyBmYXVjaWJ1cyBvcmNpLjwvcD4NClsvb25lX3RoaXJkXQ0KDQpbb25lX3RoaXJkXQ0KPHA+THVjdHVzIG5vbiwgY29uc2VjdGV0dWVyIGxvYm9ydGlzIHF1aXMsIHZhcml1cyBpbiwgcHVydXMuIEludGVnZXIgdWx0cmljZXMgcG9zdWVyZSBjdWJpbGlhIEN1cmFlLCBOdWxsYSBpcHN1bSBkb2xvciBsYWN1cywgc3VzY2lwaXQgYWRpcGlzY2luZy4gQ3VtIHNvY2lpcyBuYXRvcXVlLjwvcD4NClsvb25lX3RoaXJkXSI7fX1zOjQ6InR5cGUiO3M6ODoiY2VudGVyZWQiO3M6MzoidWlkIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6IjNkNzA5ZjcyOCI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo4OiJvdXJfdGVhbSI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTc6e3M6NzoiaGVhZGluZyI7czowOiIiO3M6NToiaW1hZ2UiO3M6NjY6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfYWJvdXQ0LmpwZyI7czo1OiJ0aXRsZSI7czoxMToiUEFVTCBXUklHSFQiO3M6ODoic3VidGl0bGUiO3M6MTI6IkVsZW1lbiB0dW1pZCI7czo1OiJwaG9uZSI7czowOiIiO3M6NzoiY29udGVudCI7czo3MToiQ3JhcyBqdXN0byBudWxsYTsgY29udmFsbGlzIGV1IGxhb3JlZXQgc2l0IGFtZXQ7IHNjZWxlcmlzcXVlIGlkIGlwc3VtLiAiO3M6NToiZW1haWwiO3M6MDoiIjtzOjg6ImZhY2Vib29rIjtzOjA6IiI7czo3OiJ0d2l0dGVyIjtzOjA6IiI7czo4OiJsaW5rZWRpbiI7czowOiIiO3M6NToidmNhcmQiO3M6MDoiIjtzOjEwOiJibG9ja3F1b3RlIjtzOjA6IiI7czo1OiJzdHlsZSI7czo4OiJ2ZXJ0aWNhbCI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6ImVjOGM5OTFhMSI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo4OiJvdXJfdGVhbSI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTc6e3M6NzoiaGVhZGluZyI7czowOiIiO3M6NToiaW1hZ2UiO3M6NjY6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfYWJvdXQyLmpwZyI7czo1OiJ0aXRsZSI7czoxMjoiRE9SSVMgRkxPUkVTIjtzOjg6InN1YnRpdGxlIjtzOjEwOiJOdWxsYW0gbmVjIjtzOjU6InBob25lIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjU2OiJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiI7czo1OiJlbWFpbCI7czowOiIiO3M6ODoiZmFjZWJvb2siO3M6MDoiIjtzOjc6InR3aXR0ZXIiO3M6MDoiIjtzOjg6ImxpbmtlZGluIjtzOjA6IiI7czo1OiJ2Y2FyZCI7czowOiIiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjg6InZlcnRpY2FsIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9czozOiJ1aWQiO3M6OToiNjhiMTIxZWUwIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjg6Im91cl90ZWFtIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxNzp7czo3OiJoZWFkaW5nIjtzOjA6IiI7czo1OiJpbWFnZSI7czo2NjoiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9hYm91dDEuanBnIjtzOjU6InRpdGxlIjtzOjEyOiJCUkFORE9OIFJPU1MiO3M6ODoic3VidGl0bGUiO3M6MTY6IkludGVnZXIgdWx0cmljZXMiO3M6NToicGhvbmUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6NjY6IlF1aXNxdWUgZWxlbWVudHVtIG1hdHRpcyByaXN1cywgdml0YWUgc29kYWxlcyB2ZWxpdCB1bHRyaWNlcyBzZWQuICI7czo1OiJlbWFpbCI7czowOiIiO3M6ODoiZmFjZWJvb2siO3M6MDoiIjtzOjc6InR3aXR0ZXIiO3M6MDoiIjtzOjg6ImxpbmtlZGluIjtzOjA6IiI7czo1OiJ2Y2FyZCI7czowOiIiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjg6InZlcnRpY2FsIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9czozOiJ1aWQiO3M6OToiM2MyYzRjNDhkIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjg6Im91cl90ZWFtIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxNzp7czo3OiJoZWFkaW5nIjtzOjA6IiI7czo1OiJpbWFnZSI7czo2NjoiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9hYm91dDMuanBnIjtzOjU6InRpdGxlIjtzOjEwOiJBTElDRSBCT1lEIjtzOjg6InN1YnRpdGxlIjtzOjE3OiJTdXNwZW5kaXNzZSBtYWxlcyI7czo1OiJwaG9uZSI7czowOiIiO3M6NzoiY29udGVudCI7czo2NzoiUXVpc3F1ZSB2ZWwgcXVhbSBuZXF1ZS4gQ3VyYWJpdHVyIGV1aXNtb2QgdnVscHV0YXRlIGF1Z3VlIHNpdCBhbWV0LiI7czo1OiJlbWFpbCI7czowOiIiO3M6ODoiZmFjZWJvb2siO3M6MDoiIjtzOjc6InR3aXR0ZXIiO3M6MDoiIjtzOjg6ImxpbmtlZGluIjtzOjA6IiI7czo1OiJ2Y2FyZCI7czowOiIiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjg6InZlcnRpY2FsIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9czozOiJ1aWQiO3M6OToiZmQzNTI5ZmJmIjt9fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6IjMxYjU5Mzk2OSI7fX1zOjM6InVpZCI7czo5OiIxODg0NjNiODciO31pOjI7YTozOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MzoiMTAwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjE5ODoiPGgyIHN0eWxlPSJjb2xvcjogI2NjYjQ3YTsiPlRBS0UgQSBQUklWQVRFIEpFVDxiciAvPg0KT04gWU9VUiBCVVNJTkVTUyBUUklQPGJyIC8+DQpBTkQgRElTQ09WRVIgTFVYVVJZIFRSQVZFTDwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlJFQUQgTU9SRSIgbGluaz0iIyIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6IjViZDE0NTE1NiI7fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO31zOjM6InVpZCI7czo5OiJiOTljMmVlMzgiO319czozOiJ1aWQiO3M6OToiYTVmMmNmOWI3Ijt9fQ=='),
(87, 27, 'mfn-page-items-seo', 'Heading\n<h2> MAECENAS MALESUADA ELIT<br />LECTUS FELIS, MALESUADA ULTRICIES</h2>\ncenter\nno-repeat;center top;;\nABOUT US: [one_sixth][/one_sixth]\n[one_third]\n<p>Donec sagittis felis placerat cras amet. Sed in ipsum non dui efficitur volutpat. Vivamus scelerisque at magna non nullam. Proin sit amet tempor ligula. Donec sed.</p>\n[/one_third]\n[one_third]\n<p>Donec sagittis felis placerat cras amet. Sed in ipsum non dui efficitur volutpat. Vivamus scelerisque at magna non nullam. Proin sit amet tempor ligula. Donec sed.</p>\n[/one_third]\nTHE HISTORY: [one_sixth][/one_sixth]\n[one_third]\n<p>esuada elit lectus felis, malesuada ultricies. Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim. </p>\n[/one_third]\n[one_third]\n<p>Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna. Vestibulum dapibus, mauris nec fames ac turpis velit, rhoncus eu, luctus.</p>\n[/one_third]\nQUALITY: [one_sixth][/one_sixth]\n[one_third]\n<p>Aliquam erat ac ipsum. Integer aliquam purus. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci.</p>\n[/one_third]\n[one_third]\n<p>Luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque.</p>\n[/one_third]\ncentered\n<img src=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_about4.jpg\" alt=\"home_jet_about4\"/>\nPAUL WRIGHT\nElemen tumid\nCras justo nulla; convallis eu laoreet sit amet; scelerisque id ipsum.\nvertical\n<img src=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_about2.jpg\" alt=\"home_jet_about2\"/>\nDORIS FLORES\nNullam nec\nLorem ipsum dolor sit amet, consectetur adipiscing elit.\nvertical\n<img src=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_about1.jpg\" alt=\"home_jet_about1\"/>\nBRANDON ROSS\nInteger ultrices\nQuisque elementum mattis risus, vitae sodales velit ultrices sed.\nvertical\n<img src=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_about3.jpg\" alt=\"home_jet_about3\"/>\nALICE BOYD\nSuspendisse males\nQuisque vel quam neque. Curabitur euismod vulputate augue sit amet.\nvertical\nHeading\n<h2 style=\"color: #ccb47a;\">TAKE A PRIVATE JET<br />\nON YOUR BUSINESS TRIP<br />\nAND DISCOVER LUXURY TRAVEL</h2>\n[divider height=\"40\"]\n[button title=\"READ MORE\" link=\"#\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\n'),
(120, 49, '_wp_attached_file', '2015/06/home_jet_about3.jpg'),
(121, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:380;s:6:\"height\";i:290;s:4:\"file\";s:27:\"2015/06/home_jet_about3.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home_jet_about3-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_about3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_about3-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"home_jet_about3-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"home_jet_about3-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"home_jet_about3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"home_jet_about3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(122, 50, '_wp_attached_file', '2015/06/home_jet_about4.jpg'),
(123, 50, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:380;s:6:\"height\";i:290;s:4:\"file\";s:27:\"2015/06/home_jet_about4.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"home_jet_about4-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_about4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"home_jet_about4-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"home_jet_about4-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"home_jet_about4-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"home_jet_about4-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"home_jet_about4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(124, 51, '_wp_attached_file', '2015/06/home_jet_subheader_icon.png'),
(125, 51, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:84;s:6:\"height\";i:84;s:4:\"file\";s:35:\"2015/06/home_jet_subheader_icon.png\";s:5:\"sizes\";a:3:{s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"home_jet_subheader_icon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_jet_subheader_icon-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"home_jet_subheader_icon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(126, 52, '_wp_attached_file', '2015/06/home_jet_services_logo.png'),
(127, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:193;s:6:\"height\";i:198;s:4:\"file\";s:34:\"2015/06/home_jet_services_logo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"home_jet_services_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"home_jet_services_logo-142x146.png\";s:5:\"width\";i:142;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"home_jet_services_logo-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"home_jet_services_logo-73x75.png\";s:5:\"width\";i:73;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"home_jet_services_logo-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"home_jet_services_logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(128, 53, '_wp_attached_file', '2015/06/home_jet_services_1.jpg'),
(129, 53, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:576;s:6:\"height\";i:449;s:4:\"file\";s:31:\"2015/06/home_jet_services_1.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home_jet_services_1-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_services_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_services_1-187x146.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"home_jet_services_1-50x39.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"home_jet_services_1-96x75.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"home_jet_services_1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"home_jet_services_1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(130, 54, '_wp_attached_file', '2015/06/home_jet_services_2.jpg'),
(131, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:576;s:6:\"height\";i:449;s:4:\"file\";s:31:\"2015/06/home_jet_services_2.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home_jet_services_2-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_services_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_services_2-187x146.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"home_jet_services_2-50x39.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"home_jet_services_2-96x75.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"home_jet_services_2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"home_jet_services_2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(132, 55, '_wp_attached_file', '2015/06/home_jet_services_3.jpg'),
(133, 55, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:576;s:6:\"height\";i:449;s:4:\"file\";s:31:\"2015/06/home_jet_services_3.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home_jet_services_3-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_services_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_services_3-187x146.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"home_jet_services_3-50x39.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"home_jet_services_3-96x75.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"home_jet_services_3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"home_jet_services_3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(134, 56, '_wp_attached_file', '2015/06/home_jet_list2.png'),
(135, 56, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:28;s:6:\"height\";i:44;s:4:\"file\";s:26:\"2015/06/home_jet_list2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(136, 57, '_wp_attached_file', '2015/06/home_jet_aircraft_1.png'),
(137, 57, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:953;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2015/06/home_jet_aircraft_1.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_1-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_1-768x484.png\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_1-232x146.png\";s:5:\"width\";i:232;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"home_jet_aircraft_1-50x31.png\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_jet_aircraft_1-119x75.png\";s:5:\"width\";i:119;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"home_jet_aircraft_1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"home_jet_aircraft_1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_1-953x500.png\";s:5:\"width\";i:953;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_1-768x600.png\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(138, 58, '_wp_attached_file', '2015/06/home_jet_aircraft_2.png'),
(139, 58, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:953;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2015/06/home_jet_aircraft_2.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_2-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_2-768x484.png\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_2-232x146.png\";s:5:\"width\";i:232;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"home_jet_aircraft_2-50x31.png\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_jet_aircraft_2-119x75.png\";s:5:\"width\";i:119;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"home_jet_aircraft_2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"home_jet_aircraft_2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_2-953x500.png\";s:5:\"width\";i:953;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"home_jet_aircraft_2-768x600.png\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140, 59, '_wp_attached_file', '2015/06/home_jet_contact_pin.png'),
(141, 59, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:80;s:6:\"height\";i:62;s:4:\"file\";s:32:\"2015/06/home_jet_contact_pin.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_jet_contact_pin-50x39.png\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(152, 31, '_wp_page_template', 'default'),
(153, 31, 'slide_template', ''),
(154, 31, 'mfn-post-hide-content', '0'),
(155, 31, 'mfn-post-custom-layout', '0'),
(156, 31, 'mfn-post-slider', '0'),
(157, 31, 'mfn-post-slider-layer', '0'),
(158, 31, 'mfn-post-menu', '0'),
(159, 31, 'mfn-post-one-page', '0'),
(160, 31, 'mfn-post-hide-title', '0'),
(161, 31, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(162, 31, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjQ6ImF0dHIiO2E6MTg6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiODAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxMToiT1VSIENFTlRSRVMiO3M6NzoiY29udGVudCI7czo3NzQ6IjxoNCBzdHlsZT0iY29sb3I6ICNmZmY7Ij5PVVIgQ0VOVFJFUzwvaDI+DQo8cCBjbGFzcz0iYmlnIj5Eb25lYyBldCBibGFuZGl0IGVyYXQuIFZlc3RpYnVsdW0gdWx0cmljZXMgdG9ydG9yIHZlbCBpYWN1bGlzIHNvbGxpY2l0dWRpbiEgRXRpYW0gYXJjdSBhcmN1OyBkYXBpYnVzIGVnZXQgY3Vyc3VzIGV0LCBjb25ndWUgdml0YWUgbWFnbmEuIFBlbGxlbnRlc3F1ZSBjcmFzIGFtZXQuPC9wPg0KDQpbbGlzdCBpbWFnZT0iaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9jb250YWN0X3Bpbi5wbmciIHRpdGxlPSJGdXNjZSBhbGlxdWFtIiBzdHlsZT0iMiJdQ3VyYWJpdHVyIGNvbmRpbWVudHVtIHRlbXBvciwgdG9ydG9yIGp1c3RvIGRvbG9yLCB2YXJpdXMgZHVpLiBDcmFzIHZpdGFlIGZhY2lsaXNpcyBsaWJlcm8uIE51bGxhIGVnZXQgb3JjaSBsdWN0dXMgZXQgbmV0dXMgZXQgbWFzc2EuWy9saXN0XQ0KW2RpdmlkZXIgaGVpZ2h0PSIyNSJdDQpbbGlzdCBpbWFnZT0iaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9jb250YWN0X3Bpbi5wbmciIHRpdGxlPSJDcmFzIHZpdGFlIiBzdHlsZT0iMiJdTnVsbGFtIGV0IHZlbGl0LiBOdWxsYSBhbGlxdWV0IHF1aXMsIHBlbGxlbnRlc3F1ZSBhdCwgbGFjdXMuIFF1aXNxdWUgaW4gcHVydXMgbGFvcmVldCBzaXQgYW1ldCB1bHRyaWNpZXMgcG9ydGEgdGluY2lkdW50LlsvbGlzdF0NCltkaXZpZGVyIGhlaWdodD0iMjUiXSI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9czozOiJ1aWQiO3M6OToiOTlhMWQ5MjQzIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjQ6InNpemUiO3M6MzoiMi81IjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NjY6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfYWJvdXQ0LmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6ImFlNTQxZWViMyI7fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9czozOiJ1aWQiO3M6OToiNDMwYWE3YmQ3Ijt9fXM6MzoidWlkIjtzOjk6ImFkNzU0ODlkNSI7fWk6MTthOjM6e3M6NDoiYXR0ciI7YToxODp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzgxNmU0ZSI7czo4OiJiZ19pbWFnZSI7czo3MDoiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF93ZWxjb21lX2JnLmpwZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjE1OiJoaWdobGlnaHQtcmlnaHQiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjQzOiI8aDI+U0VEIENVTElTIFBIQVJFVFJBPGJyPkRVSVMgRklOSUJVUzwvaDI+IjtzOjU6ImFsaWduIjtzOjU6InJpZ2h0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6IjQwZjY5NjhhYyI7fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMTAwcHggNCUgNjBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO31zOjM6InVpZCI7czo5OiI0NjM2ZTNiMjIiO31pOjE7YTo0OntzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkZvcm0iO3M6NzoiY29udGVudCI7czo0MToiW2NvbnRhY3QtZm9ybS03IGlkPSI2MSIgdGl0bGU9IlVudGl0bGVkIl0iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6IjkzNzdjNTBhZiI7fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMTEwcHggNCUgNjBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO31zOjM6InVpZCI7czo5OiI1NTg3ZjE3ZDIiO319czozOiJ1aWQiO3M6OToiY2M1ZGEzYmE2Ijt9aToyO2E6Mzp7czo0OiJhdHRyIjthOjE4OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjQ6Imxpc3QiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoxNToiIGljb24tbWFpbC1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxMzk6IjxiaWcgc3R5bGU9InBhZGRpbmctdG9wOiAxMnB4OyBkaXNwbGF5OiBibG9jayI+SGF2ZSBhbnkgcXVlc3Rpb25zPzwvYmlnPjxoND48YSBocmVmPSJtYWlsdG86bm9yZXBseUBlbnZhdG8uY29tIj5ub3JlcGx5QGVudmF0by5jb208L2E+PC9oND4iO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToic3R5bGUiO3M6MToiMiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6IjI1ZDk0MWQwMSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MTc6Imljb24tY29tbWVudC1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxMDQ6IjxiaWcgc3R5bGU9InBhZGRpbmctdG9wOiAxMnB4OyBkaXNwbGF5OiBibG9jayI+Q2FsbCB1czwvYmlnPjxoND48YSBocmVmPSIjIj4rNjEgKDApIDMgODM3NiA2Mjg0PC9hPjwvaDQ+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6InN0eWxlIjtzOjE6IjIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO31zOjM6InVpZCI7czo5OiI2MjY0NTUzMWYiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6OTp7czo0OiJpY29uIjtzOjEzOiJpY29uLWRvYy1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxMDA6IjxiaWcgc3R5bGU9InBhZGRpbmctdG9wOiAxMnB4OyBkaXNwbGF5OiBibG9jayI+RmF4PC9iaWc+PGg0PjxhIGhyZWY9IiMiPis2MSAoMCkgMyA4Mzc2IDYyODQ8L2E+PC9oND4iO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToic3R5bGUiO3M6MToiMiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6ImY0NjZmMTI0ZSI7fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9czozOiJ1aWQiO3M6OToiYzZkOTJjMjRiIjt9fXM6MzoidWlkIjtzOjk6ImU1MGJjZTVjMCI7fX0='),
(163, 31, 'mfn-page-items-seo', 'OUR CENTRES\n<h4 style=\"color: #fff;\">OUR CENTRES</h2>\n<p class=\"big\">Donec et blandit erat. Vestibulum ultrices tortor vel iaculis sollicitudin! Etiam arcu arcu; dapibus eget cursus et, congue vitae magna. Pellentesque cras amet.</p>\n[list image=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_contact_pin.png\" title=\"Fusce aliquam\" style=\"2\"]Curabitur condimentum tempor, tortor justo dolor, varius dui. Cras vitae facilisis libero. Nulla eget orci luctus et netus et massa.[/list]\n[divider height=\"25\"]\n[list image=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_contact_pin.png\" title=\"Cras vitae\" style=\"2\"]Nullam et velit. Nulla aliquet quis, pellentesque at, lacus. Quisque in purus laoreet sit amet ultricies porta tincidunt.[/list]\n[divider height=\"25\"]\nno-repeat;center top;;\nauto\n<img src=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_about4.jpg\" alt=\"home_jet_about4\"/>\nHeading\n<h2>SED CULIS PHARETRA<br>DUIS FINIBUS</h2>\nright\nno-repeat;center top;;\nauto\nForm\n[contact-form-7 id=\"61\" title=\"Untitled\"]\nno-repeat;center top;;\nauto\nicon-mail-line\n<big style=\"padding-top: 12px; display: block\">Have any questions?</big><h4><a href=\"mailto:noreply@envato.com\">noreply@envato.com</a></h4>\n2\nicon-comment-line\n<big style=\"padding-top: 12px; display: block\">Call us</big><h4><a href=\"#\">+61 (0) 3 8376 6284</a></h4>\n2\nicon-doc-line\n<big style=\"padding-top: 12px; display: block\">Fax</big><h4><a href=\"#\">+61 (0) 3 8376 6284</a></h4>\n2\n'),
(164, 33, '_wp_page_template', 'default'),
(165, 33, 'slide_template', 'default'),
(166, 33, 'mfn-post-hide-content', '0'),
(167, 33, 'mfn-post-custom-layout', '0'),
(168, 33, 'mfn-post-slider', '0'),
(169, 33, 'mfn-post-slider-layer', '0'),
(170, 33, 'mfn-post-menu', '0'),
(171, 33, 'mfn-post-one-page', '0'),
(172, 33, 'mfn-post-hide-title', '0'),
(173, 33, 'mfn-post-remove-padding', '1'),
(174, 33, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjEyMzoiPGgyIHN0eWxlPSJjb2xvcjogI2NjYjQ3YTsiPlFVSVNRVUUgSU4gUFVSVVM8YnIgLz5MQU9SRUVUIFNJVCBBTUVUIFVMVFJJQ0lFUzxiciAvPlBPUlRBIFRJTkNJRFVOVCBCTEFORElUIFNVU0NJUElUPC9oMj4NCg0KIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6IjA2MDhmZGIyYiI7fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO31zOjM6InVpZCI7czo5OiI5NDljMTQ4MjMiO319czozOiJ1aWQiO3M6OToiOTE4NzExNDI0Ijt9aToxO2E6Mzp7czo0OiJhdHRyIjthOjE3OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxNjp7czozOiJzcmMiO3M6NzA6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfYWlyY3JhZnRfMS5wbmciO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6IjAyYWIwMzRkNSI7fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO31zOjM6InVpZCI7czo5OiI1ZDI0MzQ4OGIiO31pOjE7YTo0OntzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjE3OiJBSVJQT1JUIFRSQU5TUE9SVCI7czo3OiJjb250ZW50IjtzOjg2MToiPGgyIHN0eWxlPSJjb2xvcjogI2ZmZjsgbWFyZ2luLWJvdHRvbTogN3B4OyI+QkUtMTAyPC9oMj4NCjxwIHN0eWxlPSJmb250LXNpemU6IDIwcHg7IGNvbG9yOiAjZWZmMGYwOyBtYXJnaW4tYm90dG9tOiAzMHB4Ij5wdXJ1cyBsYW9yZWV0IHNpdCBhbWV0IHVsdHJpY2llczwvcD4NCjxwIGNsYXNzPSJiaWciPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0IHF1YW0uIFByYWVzZW50IG5lYyBsb3JlbSBwcmV0aXVtIG5lYywgcGhhcmV0cmEgcG9ydHRpdG9yIGFudGUgbW9sbGlzIHRlbXBvciBlbGl0IHVsdHJpY2llcyBuZWMsIGVsZW1lbnR1bSBlbGVpZmVuZC48L3A+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCg0KW2xpc3QgaW1hZ2U9Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfbGlzdDIucG5nIiB0aXRsZT0iRnVzY2UgYWxpcXVhbSIgc3R5bGU9IjIiXUN1cmFiaXR1ciBjb25kaW1lbnR1bSB0ZW1wb3IsIHRvcnRvciBqdXN0byBkb2xvciwgdmFyaXVzIGR1aS4gQ3JhcyB2aXRhZSBmYWNpbGlzaXMgbGliZXJvLiBOdWxsYSBlZ2V0IG9yY2kgbHVjdHVzIGV0IG5ldHVzIGV0IG1hc3NhLlsvbGlzdF0NCltkaXZpZGVyIGhlaWdodD0iMjUiXQ0KW2xpc3QgaW1hZ2U9Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfbGlzdDIucG5nIiB0aXRsZT0iQ3JhcyB2aXRhZSIgc3R5bGU9IjIiXU51bGxhbSBldCB2ZWxpdC4gTnVsbGEgYWxpcXVldCBxdWlzLCBwZWxsZW50ZXNxdWUgYXQsIGxhY3VzLiBRdWlzcXVlIGluIHB1cnVzIGxhb3JlZXQgc2l0IGFtZXQgdWx0cmljaWVzIHBvcnRhIHRpbmNpZHVudC5bL2xpc3RdIjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6NDoiMCAyJSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO31zOjM6InVpZCI7czo5OiJlMGM2NjY5MWEiO319czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9czozOiJ1aWQiO3M6OToiOGYwM2JmNzZlIjt9fXM6MzoidWlkIjtzOjk6ImM3MzFhMmFjNiI7fWk6MjthOjM6e3M6NDoiYXR0ciI7YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6OToiQ09OQ0lFUkdFIjtzOjc6ImNvbnRlbnQiO3M6NzQzOiI8aDIgc3R5bGU9ImNvbG9yOiAjZmZmOyBtYXJnaW4tYm90dG9tOiA3cHg7Ij5CRS0xMDM8L2gyPg0KPHAgc3R5bGU9ImZvbnQtc2l6ZTogMjBweDsgY29sb3I6ICNlZmYwZjA7IG1hcmdpbi1ib3R0b206IDMwcHgiPmJpYmVuZHVtIGlwc3VtIG9yY2kgdml2ZXJyYSBzb2RhbGVzPC9wPg0KPHAgY2xhc3M9ImJpZyI+UGVsbGVudGVzcXVlIG1hbGVzdWFkYSBlbGl0IHBvcnR0aXRvciByaXN1cy4gU2VkIHVsdHJpY2llcyBsYWNpbmlhIHNjZWxlcmlzcXVlLCBsaWd1bGEgcXVpcyB3aXNpLiBNb3JiaSBwbGFjZXJhdCBuaXNsIGF0IHR1cnBpcy4gRnVzY2UgYWxpcXVhbSB1dCwgbWV0dXMuIEN1cmFiaXR1ciBxdWFtIGF0IGxpYmVyby4gTnVsbGFtIGFsaXF1ZXQsIGFyY3UgYWNjdW1zYW4gcGVkZSBwdXJ1cywgY29uc2VjdGV0dWVyIGVsaXQuIFNlZCBhIGFudGUgbmVjIGF1Z3VlLiBQZWxsZW50ZXNxdWUgYW50ZS48L3A+DQoNCltkaXZpZGVyIGhlaWdodD0iNDAiXQ0KDQpbbGlzdCBpbWFnZT0iaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9saXN0Mi5wbmciIHRpdGxlPSJGdXNjZSBhbGlxdWFtIiBzdHlsZT0iMiJdQ3VyYWJpdHVyIGNvbmRpbWVudHVtIHRlbXBvciwgdG9ydG9yIGp1c3RvIGRvbG9yLCB2YXJpdXMgZHVpLiBDcmFzIHZpdGFlIGZhY2lsaXNpcyBsaWJlcm8uIE51bGxhIGVnZXQgb3JjaSBsdWN0dXMgZXQgbmV0dXMgZXQgbWFzc2EuWy9saXN0XSI7czo1OiJhbGlnbiI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjQ6IjAgMiUiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9czozOiJ1aWQiO3M6OToiMGMzOWYzOTk5Ijt9fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6IjIxODdiODQxNiI7fWk6MTthOjQ6e3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxNjp7czozOiJzcmMiO3M6NzA6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfYWlyY3JhZnRfMi5wbmciO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fXM6MzoidWlkIjtzOjk6ImMyZGU5MGJmYyI7fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO31zOjM6InVpZCI7czo5OiIyNDU5ZTgyZmMiO319czozOiJ1aWQiO3M6OToiYjEzZTIxZDRiIjt9fQ=='),
(175, 33, 'mfn-page-items-seo', 'Heading\n<h2 style=\"color: #ccb47a;\">QUISQUE IN PURUS<br />LAOREET SIT AMET ULTRICIES<br />PORTA TINCIDUNT BLANDIT SUSCIPIT</h2>\ncenter\nno-repeat;center top;;\n<img src=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_aircraft_1.png\" alt=\"home_jet_aircraft_1\"/>\ncenter\nAIRPORT TRANSPORT\n<h2 style=\"color: #fff; margin-bottom: 7px;\">BE-102</h2>\n<p style=\"font-size: 20px; color: #eff0f0; margin-bottom: 30px\">purus laoreet sit amet ultricies</p>\n<p class=\"big\">Lorem ipsum dolor sit amet quam. Praesent nec lorem pretium nec, pharetra porttitor ante mollis tempor elit ultricies nec, elementum eleifend.</p>\n[divider height=\"40\"]\n[list image=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_list2.png\" title=\"Fusce aliquam\" style=\"2\"]Curabitur condimentum tempor, tortor justo dolor, varius dui. Cras vitae facilisis libero. Nulla eget orci luctus et netus et massa.[/list]\n[divider height=\"25\"]\n[list image=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_list2.png\" title=\"Cras vitae\" style=\"2\"]Nullam et velit. Nulla aliquet quis, pellentesque at, lacus. Quisque in purus laoreet sit amet ultricies porta tincidunt.[/list]\nno-repeat;center top;;\n0 2%\nCONCIERGE\n<h2 style=\"color: #fff; margin-bottom: 7px;\">BE-103</h2>\n<p style=\"font-size: 20px; color: #eff0f0; margin-bottom: 30px\">bibendum ipsum orci viverra sodales</p>\n<p class=\"big\">Pellentesque malesuada elit porttitor risus. Sed ultricies lacinia scelerisque, ligula quis wisi. Morbi placerat nisl at turpis. Fusce aliquam ut, metus. Curabitur quam at libero. Nullam aliquet, arcu accumsan pede purus, consectetuer elit. Sed a ante nec augue. Pellentesque ante.</p>\n[divider height=\"40\"]\n[list image=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_list2.png\" title=\"Fusce aliquam\" style=\"2\"]Curabitur condimentum tempor, tortor justo dolor, varius dui. Cras vitae facilisis libero. Nulla eget orci luctus et netus et massa.[/list]\nno-repeat;center top;;\n0 2%\n<img src=\"https://themes.muffingroup.com/be/jet/wp-content/uploads/2015/06/home_jet_aircraft_2.png\" alt=\"home_jet_aircraft_2\"/>\n'),
(176, 61, '_form', '<div class=\"column one-second\">[text* your-name placeholder \"Your name\"] </div>\n<div class=\"column one-second\">[email* your-email placeholder \"Your e-mail\"] </div>\n<div class=\"column one\">[text your-subject placeholder \"Subject\"] </div>\n<div class=\"column one\">[textarea your-message x3 placeholder \"Message\"]</div>\n<div class=\"column one\">[submit \"Send a message\"]</div>'),
(177, 61, '_mail', ''),
(178, 61, '_mail_2', ''),
(179, 61, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),
(180, 61, '_additional_settings', ''),
(181, 61, '_locale', 'en_US'),
(202, 64, '_wp_attached_file', '2020/05/wapejets_logo_200.png'),
(203, 64, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:20;s:4:\"file\";s:29:\"2020/05/wapejets_logo_200.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wapejets_logo_200-150x20.png\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"wapejets_logo_200-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"wapejets_logo_200-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"wapejets_logo_200-85x20.png\";s:5:\"width\";i:85;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"wapejets_logo_200-80x20.png\";s:5:\"width\";i:80;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(204, 65, '_wp_attached_file', '2020/05/wapejets_logo_200@2x.png'),
(205, 65, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:41;s:4:\"file\";s:32:\"2020/05/wapejets_logo_200@2x.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_200@2x-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_200@2x-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_200@2x-260x27.png\";s:5:\"width\";i:260;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"wapejets_logo_200@2x-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_200@2x-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"wapejets_logo_200@2x-85x41.png\";s:5:\"width\";i:85;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"wapejets_logo_200@2x-80x41.png\";s:5:\"width\";i:80;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(210, 68, '_wp_attached_file', '2020/05/wapejets_logo_web_full_200.png'),
(211, 68, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:35;s:4:\"file\";s:38:\"2020/05/wapejets_logo_web_full_200.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_web_full_200-150x35.png\";s:5:\"width\";i:150;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_web_full_200-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_web_full_200-150x26.png\";s:5:\"width\";i:150;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_web_full_200-85x35.png\";s:5:\"width\";i:85;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_web_full_200-80x35.png\";s:5:\"width\";i:80;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(212, 69, '_wp_attached_file', '2020/05/wapejets_logo_web_full_400@2x.png'),
(213, 69, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:71;s:4:\"file\";s:41:\"2020/05/wapejets_logo_web_full_400@2x.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"wapejets_logo_web_full_400@2x-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"wapejets_logo_web_full_400@2x-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"wapejets_logo_web_full_400@2x-260x46.png\";s:5:\"width\";i:260;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_web_full_400@2x-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"wapejets_logo_web_full_400@2x-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"wapejets_logo_web_full_400@2x-85x71.png\";s:5:\"width\";i:85;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"wapejets_logo_web_full_400@2x-80x71.png\";s:5:\"width\";i:80;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(214, 70, '_wp_attached_file', '2020/05/wapejets_logo_web_full.png'),
(215, 70, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:71;s:4:\"file\";s:34:\"2020/05/wapejets_logo_web_full.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_web_full-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_web_full-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_web_full-260x46.png\";s:5:\"width\";i:260;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_web_full-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_web_full-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"wapejets_logo_web_full-85x71.png\";s:5:\"width\";i:85;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"wapejets_logo_web_full-80x71.png\";s:5:\"width\";i:80;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(216, 71, '_wp_attached_file', '2020/05/wapejets_logo_web_full@2x.png'),
(217, 71, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:142;s:4:\"file\";s:37:\"2020/05/wapejets_logo_web_full@2x.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_web_full@2x-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_web_full@2x-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_web_full@2x-768x136.png\";s:5:\"width\";i:768;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_web_full@2x-260x46.png\";s:5:\"width\";i:260;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_web_full@2x-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_web_full@2x-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_web_full@2x-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_web_full@2x-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_web_full@2x-768x142.png\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(218, 72, '_wp_attached_file', '2020/05/wapejets_logo_white_200.png'),
(219, 72, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:20;s:4:\"file\";s:35:\"2020/05/wapejets_logo_white_200.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_white_200-150x20.png\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"wapejets_logo_white_200-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_white_200-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_white_200-85x20.png\";s:5:\"width\";i:85;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_white_200-80x20.png\";s:5:\"width\";i:80;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:32:\"wapejets_logo_white_200-20x2.png\";s:5:\"width\";i:20;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(220, 73, '_wp_attached_file', '2020/05/wapejets_logo_white_200@2x.png'),
(221, 73, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:41;s:4:\"file\";s:38:\"2020/05/wapejets_logo_white_200@2x.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_200@2x-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_200@2x-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_200@2x-260x27.png\";s:5:\"width\";i:260;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_white_200@2x-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_200@2x-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_white_200@2x-85x41.png\";s:5:\"width\";i:85;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_white_200@2x-80x41.png\";s:5:\"width\";i:80;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(222, 74, '_wp_attached_file', '2020/05/wapejets_logo_white_400.png'),
(223, 74, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:41;s:4:\"file\";s:35:\"2020/05/wapejets_logo_white_400.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_white_400-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_white_400-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_white_400-260x27.png\";s:5:\"width\";i:260;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"wapejets_logo_white_400-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_white_400-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_white_400-85x41.png\";s:5:\"width\";i:85;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_white_400-80x41.png\";s:5:\"width\";i:80;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(224, 75, '_wp_attached_file', '2020/05/wapejets_logo_white_400@2x.png'),
(225, 75, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:82;s:4:\"file\";s:38:\"2020/05/wapejets_logo_white_400@2x.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_400@2x-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_400@2x-150x82.png\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_400@2x-768x79.png\";s:5:\"width\";i:768;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_400@2x-260x27.png\";s:5:\"width\";i:260;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_white_400@2x-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_400@2x-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_white_400@2x-85x82.png\";s:5:\"width\";i:85;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_white_400@2x-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_400@2x-768x82.png\";s:5:\"width\";i:768;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(230, 78, '_wp_attached_file', '2020/05/wapejets_logo_black_400.png'),
(231, 78, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:41;s:4:\"file\";s:35:\"2020/05/wapejets_logo_black_400.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_black_400-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_black_400-150x41.png\";s:5:\"width\";i:150;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_black_400-260x27.png\";s:5:\"width\";i:260;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"wapejets_logo_black_400-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_black_400-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_black_400-85x41.png\";s:5:\"width\";i:85;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_black_400-80x41.png\";s:5:\"width\";i:80;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(232, 79, '_wp_attached_file', '2020/05/wapejets_logo_black_400@2x.png'),
(233, 79, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:82;s:4:\"file\";s:38:\"2020/05/wapejets_logo_black_400@2x.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_black_400@2x-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_black_400@2x-150x82.png\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_black_400@2x-768x79.png\";s:5:\"width\";i:768;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_black_400@2x-260x27.png\";s:5:\"width\";i:260;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_black_400@2x-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_black_400@2x-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_black_400@2x-85x82.png\";s:5:\"width\";i:85;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_black_400@2x-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_black_400@2x-768x82.png\";s:5:\"width\";i:768;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(234, 45, '_edit_lock', '1591701843:1'),
(235, 80, '_wp_page_template', 'default'),
(236, 80, 'mfn-post-hide-content', '0'),
(237, 80, 'mfn-post-custom-layout', '0'),
(238, 80, 'mfn-post-slider', 'home-jet-11'),
(239, 80, 'mfn-post-slider-layer', '0'),
(240, 80, 'mfn-post-menu', '0'),
(241, 80, 'mfn-post-one-page', '0'),
(242, 80, 'mfn-post-hide-title', '0'),
(243, 80, 'mfn-post-remove-padding', '0'),
(244, 80, 'slide_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(245, 80, 'mfn-page-items', 'YTo1OntpOjA7YTozOntzOjM6InVpZCI7czo5OiJlZWR3aG8xcTAiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjkzOiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi8wMTBfRmFsY29uNVhfMjAxM0RWRDQzXzE5MjBfbW9iX3NvZnRfZmxpcC5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NToiY292ZXIiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjExOiIgZnVsbC13aWR0aCI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjI0OiJoaWRlLWRlc2t0b3AgaGlkZS10YWJsZXQiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6InZnanE4bG1xMSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJnN2xsaDZhN3AiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjEwMzoiPGJyPjxicj48aDQgc3R5bGU9ImNvbG9yOndoaXRlOyI+DQpWw41URUpURSBWRSBTVsSaVMSaLDxicj4NCktERSBMRVRBRExPDQrEjEVLw4EgTkEgVsOBUzwvc3R5bGU+PC9oND4NCiI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiMCAyMHB4IDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjAxMG1qcmc1ciI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTE0OiJbYnV0dG9uIHRpdGxlPSJQb3B0w6F2a2EgbGV0dSIgbGluaz0iaHR0cHM6Ly93YXBlamV0cy5jb20vc2x1emJ5I3BvcHRhdmthIiBjb2xvcj0idGhlbWUiIGxhcmdlPSIzIiBmb250LXNpemU9IjI0Il0iO3M6NToiYWxpZ24iO3M6NToicmlnaHQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjAgMjBweCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEyOiIxMjBweCAwIDAgMCAiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJib3R0b20iO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiZDY5OWJjM2VjIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEwOiJmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiZDAyNmFkNjc5IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjcyZjJkZjc1NyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjU5MzoiPGgzPkxFxaRURSBQUklWw4FUTsONTSBMRVRBRExFTTxiciAvPg0KTkEgT0JDSE9ETsONIFNDSMWuWktVIE5FQk8gRE9WT0xFTk9VPGJyIC8+DQpBIFpBxb1JSlRFIFbDnUpJTUXEjE7DiSBDRVNUT1bDgU7DjSBOQSBWTEFTVE7DjSBLxa7FvUk8L2gzPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJQcm9uw6FqZW0gbGV0YWRlbCIgbGluaz0iaHR0cHM6Ly93YXBlamV0cy5jb20vY3MvcHJvbmFqZW0tbGV0YWRlbC8iIGNvbG9yPSJ0aGVtZSIgc2l6ZT0iNCIgZm9udC1zaXplPSIxNSJdDQpbYnV0dG9uIHRpdGxlPSJQcm9kZWogbGV0YWRlbCIgbGluaz0iaHR0cHM6Ly93YXBlamV0cy5jb20vY3MvcHJvZGVqLWxldGFkZWwvIiAgY29sb3I9InRoZW1lIiBzaXplPSI0Il0NCltidXR0b24gdGl0bGU9IlBvcmFkZW5zdHbDrSIgbGluaz0iaHR0cHM6Ly93YXBlamV0cy5jb20vcG9yYWRlbnN0dmkiIGNvbG9yPSJ0aGVtZSIgc2l6ZT0iNCJdDQpbYnV0dG9uIHRpdGxlPSJUcmF2ZWwgTWFuYWdlbWVudCIgbGluaz0iaHR0cHM6Ly93YXBlamV0cy5jb20vdHJhdmVsLW1hbmFnZW1lbnQiIGNvbG9yPSJ0aGVtZSIgc2l6ZT0iNCJdDQoiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiNDBweCI7czo3OiJwYWRkaW5nIjtzOjg6IjcwcHggMCAwIjtzOjc6ImFuaW1hdGUiO3M6MTA6ImZhZGVJbkxlZnQiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6NDoiNDBweCI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJvZHQ3cjBkM2oiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImRpdmlkZXIiO3M6MzoidWlkIjtzOjk6IjM5ODQxZGpiaCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6Njp7czo2OiJoZWlnaHQiO3M6MjoiODAiO3M6NToic3R5bGUiO3M6NzoiZGVmYXVsdCI7czo0OiJsaW5lIjtzOjA6IiI7czo1OiJjb2xvciI7czowOiIiO3M6MTA6InRoZW1lY29sb3IiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJudm5wd21xOWciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE3OiJUcmF2ZWwgbWFuYWdlbWVudCI7czo3OiJjb250ZW50IjtzOjYzNDoiPGgzPldBUEUgSkVUUzwvaDM+DQo8cCBjbGFzcz0iYmlnIj5XQVBFIEpFVFMgamUgc3BvbGXEjW5vc3QgcMWvc29iw61jw60gdiBvYm9ydSBzb3Vrcm9tw6kgbGV0ZWNrw6kgZG9wcmF2eSwga3RlcsOhIHBvc2t5dHVqZSBrb21wbGV4bsOtIMWha8OhbHUgc2x1xb5lYiBhIMWZZcWhZW7DrSB2IGRhbsOpbSBvZHbEm3R2w60uIFpwcm9zdMWZZWRrb3bDoW7DrSBzb3Vrcm9tw71jaCBsZXTFrywga291cMSbIGxldGFkbGEgbmVibyBwb3JhZGVuc3R2w60gc3BhZMOhIGRvIHBvcnRmb2xpYSBXQVBFIEpFVFMgamnFviBtbm9obyBsZXQuIFrDoWtsYWQgc3BvbGXEjW5vc3RpIHR2b8WZw60gcHJvZmVzaW9uw6FsbsOtIGEgaW5kaXZpZHXDoWxuw60gcMWZw61zdHVwIGtlIGthxb5kw6ltdSBrbGllbnRvdmkgemFsb8W+ZW7DvSBuYSBzcG9sdXByw6FjaSBzIHDFmWVkbsOtbWkgc3bEm3RvdsO9bWkgdsO9cm9iY2kgYSBwcm92b3pvdmF0ZWxpIGxldGFkZWwuPC9wPg0KPHAgY2xhc3M9ImJpZyI+UHJpb3JpdHkgc3BvbGXEjW5vc3RpIHN0b2rDrSBuYSDEjXR5xZllY2ggcGV2bsO9Y2ggcGlsw63FmcOtY2g6IGJlenBlxI1ub3N0LCBkaXNrcsOpdG5vc3QsIGZsZXhpYmlsaXRhLCBpbmRpdmlkdcOhbG7DrSBwxZnDrXN0dXAuPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjE3OiIwcHggNDBweCAwcHggNDBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6NDp7czozOiJ1aWQiO3M6OToieXg1cWQyb3kxIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiMjM0NGx5eWw5IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NzM6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L3dhcGVfd29ybGRfbWFwXzEyMDAtMi5wbmciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czo2OiJ6b29tSW4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxNzoiMHB4IDQwcHggMHB4IDQwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJtaWRkbGUiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToiMmVsY3dyNGllIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI0MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjExOiIgZnVsbC13aWR0aCI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImF2NzRhNnp5aCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIwdzI4eW45MXIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjIzNjoiPGgyPkpTTUUgVsOBTSBLIERJU1BPWklDSSAyNCBIT0RJTiBERU5OxJosPGJyIC8+DQo3IEROw40gViBUw51ETlUgQSAzNjUgRE7DjSBWIFJPQ0U8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJQb2TDrXZlanRlIHNlIG5hIG5hYsOtZGt1IG5hxaFpY2ggc2x1xb5lYiIgbGluaz0iaHR0cDovL3dhcGVqZXRzLmNvbS9zbHV6YnkvIiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjg6IjQwcHggMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YTozOntzOjM6InVpZCI7czo5OiJmOWQ2Mzc2N2MiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjAxNGFhY2Y0ZCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiY291bnRlciI7czozOiJ1aWQiO3M6OToiM2FmZWY5MjExIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxMDp7czo1OiJ0aXRsZSI7czoxOToiemt1xaFlbsO9Y2ggcGlsb3TFryI7czo0OiJpY29uIjtzOjE5OiJpY29uLWhlYXJ0LWVtcHR5LWZhIjtzOjU6ImNvbG9yIjtzOjc6IiMyOGI4Y2UiO3M6NToiaW1hZ2UiO3M6NzE6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvaG9tZV9qZXRfY291bnRlcl8xX2IucG5nIjtzOjY6InByZWZpeCI7czowOiIiO3M6NjoibnVtYmVyIjtzOjI6IjI4IjtzOjU6ImxhYmVsIjtzOjA6IiI7czo0OiJ0eXBlIjtzOjg6InZlcnRpY2FsIjtzOjc6ImFuaW1hdGUiO3M6ODoiYm91bmNlSW4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImNvdW50ZXIiO3M6MzoidWlkIjtzOjk6IjQ0ZTUyNzkwMiI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTA6e3M6NToidGl0bGUiO3M6MTg6InByaXbDoXRuw61jaCBqZXTFryI7czo0OiJpY29uIjtzOjE5OiJpY29uLWhlYXJ0LWVtcHR5LWZhIjtzOjU6ImNvbG9yIjtzOjA6IiI7czo1OiJpbWFnZSI7czo3MToiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9ob21lX2pldF9jb3VudGVyXzJfYi5wbmciO3M6NjoicHJlZml4IjtzOjA6IiI7czo2OiJudW1iZXIiO3M6MjoiMTciO3M6NToibGFiZWwiO3M6MDoiIjtzOjQ6InR5cGUiO3M6ODoidmVydGljYWwiO3M6NzoiYW5pbWF0ZSI7czo4OiJib3VuY2VJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJpaXdkMmF4YTMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE0OiJUaXR1bGthIG1vYmlsZSI7czo3OiJjb250ZW50IjtzOjcwOiI8aDQ+VsONVEVKVEUgVkUgU1bEmlTEmiw8YnIgLz4NCktERSBMRVRBRExPPGJyIC8+DQrEjEVLw4EgTkEgVsOBUzwvaDQ+IjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czo0OiJsZWZ0IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjQwcHggMCAwIDIwcHgiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJjb3VudGVyIjtzOjM6InVpZCI7czo5OiI3MDA3ZTA3NTYiO3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NjoiZmllbGRzIjthOjEwOntzOjU6InRpdGxlIjtzOjIwOiJuYWzDqXTDoW1lIHphIHTDvWRlbiI7czo0OiJpY29uIjtzOjE5OiJpY29uLWhlYXJ0LWVtcHR5LWZhIjtzOjU6ImNvbG9yIjtzOjA6IiI7czo1OiJpbWFnZSI7czo3MToiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9ob21lX2pldF9jb3VudGVyXzNfYi5wbmciO3M6NjoicHJlZml4IjtzOjA6IiI7czo2OiJudW1iZXIiO3M6NDoiMzQwMCI7czo1OiJsYWJlbCI7czoyOiJrbSI7czo0OiJ0eXBlIjtzOjg6InZlcnRpY2FsIjtzOjc6ImFuaW1hdGUiO3M6ODoiYm91bmNlSW4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiMjg2NzVmYzg4IjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNDoiTGXFpXRlIHMgbsOhbWkiO3M6NzoiY29udGVudCI7czoyODY6IjxoMz5MZcWldGUgPGJyPg0KcyBuw6FtaTwvaDM+DQo8cCBjbGFzcz0iYmlnIj4tIHZ5YmVyZW1lIFbDoW0gdmhvZG7DqSBsZXRhZGxvPC9wPg0KPHAgY2xhc3M9ImJpZyI+LSBwb3N0YXLDoW1lIHNlIG8gb3JnYW5pemFjaSBWYcWhw60gY2VzdHk8L3A+DQo8cCBjbGFzcz0iYmlnIj4tIHphamlzdMOtbWUgdHJhbnNwb3J0IHogYSBuYSBsZXRpxaF0xJs8L3A+PGJyPg0KDQo8cCBjbGFzcz0iYmlnIj48YSBocmVmPSJodHRwOi8vZGJ3ZWJ0ZXN0LmV1L3NsdXpieSI+RGFsxaHDrSBzbHXFvmJ5PC9hPjwvcD4iO3M6NToiYWxpZ24iO3M6NDoibGVmdCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjExOiJmYWRlSW5SaWdodCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjQ7YTozOntzOjM6InVpZCI7czo5OiI5MDczMGYxZjciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJkN2ZlZDhmZWMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjg6ImZsYXRfYm94IjtzOjM6InVpZCI7czo5OiI4YzdkNWIwNjYiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjEwOntzOjU6ImltYWdlIjtzOjY2OiJodHRwOi8vZGJ3ZWJ0ZXN0LmV1L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X29mZmVyMS5qcGciO3M6NToidGl0bGUiO3M6MTc6IkFJUlBPUlQgVFJBTlNQT1JUIjtzOjc6ImNvbnRlbnQiO3M6MjExOiI8cD5NYXVyaXMgcG9ydHRpdG9yLCB0dXJwaXMgaWQgcGxhY2VyYXQgaGVuZHJlcml0LCBzYXBpZW4gb2RpbyBpbnRlcmR1bSBtZXR1cywgYWMgdmVoaWN1bGEgbmlzaSBlc3QgaW4gbWkhIE51bmMgbWFsZXN1YWRhIGFjIGxlY3R1cyBzaXQgYW1ldCB2ZWhpY3VsYS4gQ3VtIHBvc3VlcmUuPC9wPg0KPHAgc3R5bGU9ImNvbG9yOiAjYjU5YTVhOyI+UmVhZCBtb3JlPC9wPg0KIjtzOjQ6Imljb24iO3M6MTM6Imljb24tZXllLWxpbmUiO3M6MTA6Imljb25faW1hZ2UiO3M6MDoiIjtzOjEwOiJiYWNrZ3JvdW5kIjtzOjc6IiMxODI4MzgiO3M6NDoibGluayI7czoxOiIjIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MTA6ImZhZGVJbkxlZnQiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjg6ImZsYXRfYm94IjtzOjM6InVpZCI7czo5OiJhZGVmM2NkOTMiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjEwOntzOjU6ImltYWdlIjtzOjY2OiJodHRwOi8vZGJ3ZWJ0ZXN0LmV1L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X29mZmVyMi5qcGciO3M6NToidGl0bGUiO3M6OToiQ09OQ0lFUkdFIjtzOjc6ImNvbnRlbnQiO3M6MTk5OiI8cD5NYWVjZW5hcyB0ZW1wdXMgdGVtcHVzIHNlbSB2dWxwdXRhdGUgaWFjdWxpcz8gVmVzdGlidWx1bSBsYWNpbmlhIG1ldHVzIGVzdCwgZXUgcHJldGl1bSBudW5jIGN1cnN1cyBpbi4gU2VkIGlkIGF1Z3VlIGVnZXQgbWFnbmEgdmVuZW5hdGlzIGVsZWlmZW5kIHNlZC48L3A+DQo8cCBzdHlsZT0iY29sb3I6ICNiNTlhNWE7Ij5SZWFkIG1vcmU8L3A+IjtzOjQ6Imljb24iO3M6MTg6Imljb24tY2FsZW5kYXItbGluZSI7czoxMDoiaWNvbl9pbWFnZSI7czowOiIiO3M6MTA6ImJhY2tncm91bmQiO3M6NzoiIzE4MjgzOCI7czo0OiJsaW5rIjtzOjE6IiMiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czo2OiJmYWRlSW4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjY6InZpc3VhbCI7czozOiJ1aWQiO3M6OToiZGs3MmgzOG10IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTozOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjIxNToiPGg0PiZuYnNwOzwvaDQ+PGg0IHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsiPjxzcGFuIHN0eWxlPSJjb2xvcjogI2ZmZmZmZjsiPlbDjVRFSlRFIFZFIFNWxJpUxJosPC9zcGFuPjxicj48c3BhbiBzdHlsZT0iY29sb3I6ICNmZmZmZmY7Ij5LREUgTEVUQURMTzwvc3Bhbj48YnI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjZmZmZmZmOyI+xIxFS8OBIE5BIFbDgVM8L3NwYW4+PC9oND4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTozO2E6NDp7czo0OiJ0eXBlIjtzOjg6ImZsYXRfYm94IjtzOjM6InVpZCI7czo5OiJmMjE4ODk3MWIiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjEwOntzOjU6ImltYWdlIjtzOjY2OiJodHRwOi8vZGJ3ZWJ0ZXN0LmV1L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X29mZmVyMy5qcGciO3M6NToidGl0bGUiO3M6ODoiQ0FURVJJTkciO3M6NzoiY29udGVudCI7czoyMTE6IjxwPk1vcmJpIHB1bHZpbmFyIHBvc3VlcmUgc2FwaWVuIGluIGZpbmlidXMuIERvbmVjIHBvc3VlcmUgZmVsaXMgdXJuYSwgZXQgc2FnaXR0aXMgbG9yZW0gY29uc2VjdGV0dXIgc2l0IGFtZXQuIE51bGxhIHF1aXMgb3JjaSB2aXRhZSBkb2xvciBydXRydW0gdml2ZXJyYSB1dCBtZXR1cy48L3A+DQo8cCBzdHlsZT0iY29sb3I6ICNiNTlhNWE7Ij5SZWFkIG1vcmU8L3A+DQoiO3M6NDoiaWNvbiI7czoxMzoiaWNvbi1jdXAtbGluZSI7czoxMDoiaWNvbl9pbWFnZSI7czowOiIiO3M6MTA6ImJhY2tncm91bmQiO3M6NzoiIzE4MjgzOCI7czo0OiJsaW5rIjtzOjE6IiMiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czoxMToiZmFkZUluUmlnaHQiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(246, 80, 'mfn-page-items-seo', '<br><br><h4 style=\"color:white;\">\r\nVÍTEJTE VE SVĚTĚ,<br>\r\nKDE LETADLO\r\nČEKÁ NA VÁS</style></h4>\nright\nno-repeat;left top;;\nauto\n0 20px 0 0\n\n[button title=\"Poptávka letu\" link=\"https://wapejets.com/sluzby#poptavka\" color=\"theme\" large=\"3\" font-size=\"24\"]\nright\nno-repeat;left top;;\nauto\n0 20px 0 0\n\nHeading\n<h3>LEŤTE PRIVÁTNÍM LETADLEM<br />\r\nNA OBCHODNÍ SCHŮZKU NEBO DOVOLENOU<br />\r\nA ZAŽIJTE VÝJIMEČNÉ CESTOVÁNÍ NA VLASTNÍ KŮŽI</h3>\r\n[divider height=\"40\"]\r\n[button title=\"Pronájem letadel\" link=\"https://wapejets.com/cs/pronajem-letadel/\" color=\"theme\" size=\"4\" font-size=\"15\"]\r\n[button title=\"Prodej letadel\" link=\"https://wapejets.com/cs/prodej-letadel/\" color=\"theme\" size=\"4\"]\r\n[button title=\"Poradenství\" link=\"https://wapejets.com/poradenstvi\" color=\"theme\" size=\"4\"]\r\n[button title=\"Travel Management\" link=\"https://wapejets.com/travel-management\" color=\"theme\" size=\"4\"]\ncenter\nno-repeat;center top;;\nauto\n40px\n70px 0 0\nfadeInLeft\n\n80\ndefault\n\nTravel management\n<h3>WAPE JETS</h3>\r\n<p class=\"big\">WAPE JETS je společnost působící v oboru soukromé letecké dopravy, která poskytuje komplexní škálu služeb a řešení v daném odvětví. Zprostředkování soukromých letů, koupě letadla nebo poradenství spadá do portfolia WAPE JETS již mnoho let. Základ společnosti tvoří profesionální a individuální přístup ke každému klientovi založený na spolupráci s předními světovými výrobci a provozovateli letadel.</p>\r\n<p class=\"big\">Priority společnosti stojí na čtyřech pevných pilířích: bezpečnost, diskrétnost, flexibilita, individuální přístup.</p>\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/06/wape_world_map_1200-2.png\" alt=\"wape_world_map_1200 2\"/>\ncenter\nzoomIn\n\n<h2>JSME VÁM K DISPOZICI 24 HODIN DENNĚ,<br />\r\n7 DNÍ V TÝDNU A 365 DNÍ V ROCE<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na nabídku našich služeb\" link=\"https://wapejets.com/sluzby/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;left top;;\nauto\n40px 0 0\n\nzkušených pilotů\nicon-heart-empty-fa\n#28b8ce\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_counter_1_b.png\" alt=\"home_jet_counter_1_b\"/>\n28\nvertical\nbounceIn\n\nprivátních jetů\nicon-heart-empty-fa\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_counter_2_b.png\" alt=\"home_jet_counter_2_b\"/>\n17\nvertical\nbounceIn\n\nTitulka mobile\n<h4>VÍTEJTE VE SVĚTĚ,<br />\r\nKDE LETADLO<br />\r\nČEKÁ NA VÁS</h4>\nleft\nleft\nno-repeat;center top;;\nauto\n40px 0 0 20px\n\nnalétáme za týden\nicon-heart-empty-fa\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_counter_3_b.png\" alt=\"home_jet_counter_3_b\"/>\n3400\nkm\nvertical\nbounceIn\n\nLeťte s námi\n<h3>Leťte <br>\r\ns námi</h3>\r\n<p class=\"big\">- vybereme Vám vhodné letadlo</p>\r\n<p class=\"big\">- postaráme se o organizaci Vaší cesty</p>\r\n<p class=\"big\">- zajistíme transport z a na letiště</p><br>\r\n\r\n<p class=\"big\"><a href=\"https://dbwebtest.eu/sluzby\">Další služby</a></p>\nleft\nno-repeat;center top;;\nauto\nfadeInRight\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer1.jpg\" alt=\"home_jet_offer1\"/>\nAIRPORT TRANSPORT\n<p>Mauris porttitor, turpis id placerat hendrerit, sapien odio interdum metus, ac vehicula nisi est in mi! Nunc malesuada ac lectus sit amet vehicula. Cum posuere.</p>\r\n<p style=\"color: #b59a5a;\">Read more</p>\nicon-eye-line\n#182838\n<a href=\"#\">#</a>\nfadeInLeft\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer2.jpg\" alt=\"home_jet_offer2\"/>\nCONCIERGE\n<p>Maecenas tempus tempus sem vulputate iaculis? Vestibulum lacinia metus est, eu pretium nunc cursus in. Sed id augue eget magna venenatis eleifend sed.</p>\r\n<p style=\"color: #b59a5a;\">Read more</p>\nicon-calendar-line\n#182838\n<a href=\"#\">#</a>\nfadeIn\n\n<h4> </h4><h4 style=\"text-align: right;\"><span style=\"color: #ffffff;\">VÍTEJTE VE SVĚTĚ,</span><br><span style=\"color: #ffffff;\">KDE LETADLO</span><br><span style=\"color: #ffffff;\">ČEKÁ NA VÁS</span></h4>\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer3.jpg\" alt=\"home_jet_offer3\"/>\nCATERING\n<p>Morbi pulvinar posuere sapien in finibus. Donec posuere felis urna, et sagittis lorem consectetur sit amet. Nulla quis orci vitae dolor rutrum viverra ut metus.</p>\r\n<p style=\"color: #b59a5a;\">Read more</p>\nicon-cup-line\n#182838\n<a href=\"#\">#</a>\nfadeInRight\n\n'),
(247, 80, '_dp_original', '45'),
(248, 80, '_edit_lock', '1608548473:1'),
(250, 80, '_edit_last', '1'),
(251, 80, 'rs_page_bg_color', '#ffffff'),
(252, 80, '_wpb_vc_js_status', 'true'),
(253, 80, '_elementor_template_type', 'wp-page'),
(254, 80, '_elementor_version', '2.9.9'),
(255, 82, '_elementor_edit_mode', 'builder'),
(256, 82, '_elementor_template_type', 'kit'),
(257, 82, '_elementor_version', '2.9.9'),
(336, 92, '_wp_attached_file', '2020/05/wape_world_map.png'),
(337, 92, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1096;s:6:\"height\";i:521;s:4:\"file\";s:26:\"2020/05/wape_world_map.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"wape_world_map-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"wape_world_map-1024x487.png\";s:5:\"width\";i:1024;s:6:\"height\";i:487;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wape_world_map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"wape_world_map-768x365.png\";s:5:\"width\";i:768;s:6:\"height\";i:365;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"wape_world_map-260x124.png\";s:5:\"width\";i:260;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"wape_world_map-50x24.png\";s:5:\"width\";i:50;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"wape_world_map-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"wape_world_map-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"wape_world_map-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"wape_world_map-1096x500.png\";s:5:\"width\";i:1096;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:26:\"wape_world_map-768x521.png\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"wape_world_map-960x521.png\";s:5:\"width\";i:960;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"wape_world_map-1096x480.png\";s:5:\"width\";i:1096;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(338, 93, '_wp_attached_file', '2020/05/wape_world_map_1200.png'),
(339, 93, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:717;s:4:\"file\";s:31:\"2020/05/wape_world_map_1200.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"wape_world_map_1200-1024x612.png\";s:5:\"width\";i:1024;s:6:\"height\";i:612;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-768x459.png\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-244x146.png\";s:5:\"width\";i:244;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"wape_world_map_1200-50x30.png\";s:5:\"width\";i:50;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"wape_world_map_1200-126x75.png\";s:5:\"width\";i:126;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"wape_world_map_1200-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"wape_world_map_1200-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"wape_world_map_1200-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-768x717.png\";s:5:\"width\";i:768;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-960x717.png\";s:5:\"width\";i:960;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"wape_world_map_1200-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(348, 102, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-12.10.49.png'),
(349, 102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:804;s:6:\"height\";i:908;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-12.10.49.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-266x300.png\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-768x867.png\";s:5:\"width\";i:768;s:6:\"height\";i:867;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-129x146.png\";s:5:\"width\";i:129;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-12.10.49-44x50.png\";s:5:\"width\";i:44;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-12.10.49-66x75.png\";s:5:\"width\";i:66;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-804x860.png\";s:5:\"width\";i:804;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-12.10.49-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-12.10.49-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-804x500.png\";s:5:\"width\";i:804;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-768x908.png\";s:5:\"width\";i:768;s:6:\"height\";i:908;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-804x750.png\";s:5:\"width\";i:804;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-804x750.png\";s:5:\"width\";i:804;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.10.49-804x480.png\";s:5:\"width\";i:804;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(350, 103, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-12.17.09.png'),
(351, 103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:408;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-12.17.09.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-12.17.09-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-12.17.09-1024x232.png\";s:5:\"width\";i:1024;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.17.09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.17.09-768x174.png\";s:5:\"width\";i:768;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-12.17.09-1536x348.png\";s:5:\"width\";i:1536;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-12.17.09-260x59.png\";s:5:\"width\";i:260;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-12.17.09-50x11.png\";s:5:\"width\";i:50;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-12.17.09-150x34.png\";s:5:\"width\";i:150;s:6:\"height\";i:34;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-12.17.09-1630x408.png\";s:5:\"width\";i:1630;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-12.17.09-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-12.17.09-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-12.17.09-1280x408.png\";s:5:\"width\";i:1280;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-12.17.09-1280x408.png\";s:5:\"width\";i:1280;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.17.09-768x408.png\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-12.17.09-960x408.png\";s:5:\"width\";i:960;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-12.17.09-1200x408.png\";s:5:\"width\";i:1200;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(360, 80, '_elementor_data', '[]'),
(382, 82, '_edit_lock', '1590752701:1'),
(388, 109, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-14.04.52.png'),
(389, 109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1158;s:6:\"height\";i:744;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-14.04.52.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.52-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.04.52-1024x658.png\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.52-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.52-768x493.png\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.52-227x146.png\";s:5:\"width\";i:227;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.04.52-50x32.png\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-14.04.52-117x75.png\";s:5:\"width\";i:117;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.04.52-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.04.52-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.04.52-1158x500.png\";s:5:\"width\";i:1158;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.52-768x744.png\";s:5:\"width\";i:768;s:6:\"height\";i:744;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.52-960x744.png\";s:5:\"width\";i:960;s:6:\"height\";i:744;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.04.52-1158x480.png\";s:5:\"width\";i:1158;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(390, 110, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-14.04.58.png'),
(391, 110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1268;s:6:\"height\";i:396;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-14.04.58.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-14.04.58-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.04.58-1024x320.png\";s:5:\"width\";i:1024;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.58-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.58-768x240.png\";s:5:\"width\";i:768;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-14.04.58-260x81.png\";s:5:\"width\";i:260;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.04.58-50x16.png\";s:5:\"width\";i:50;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-14.04.58-150x47.png\";s:5:\"width\";i:150;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.04.58-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.04.58-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.58-768x396.png\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.04.58-960x396.png\";s:5:\"width\";i:960;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.04.58-1200x396.png\";s:5:\"width\";i:1200;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(392, 111, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-14.05.09.png'),
(393, 111, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1008;s:6:\"height\";i:208;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-14.05.09.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-14.05.09-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.05.09-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.05.09-768x158.png\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-14.05.09-260x54.png\";s:5:\"width\";i:260;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.05.09-50x10.png\";s:5:\"width\";i:50;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-14.05.09-150x31.png\";s:5:\"width\";i:150;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.05.09-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.05.09-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.05.09-768x208.png\";s:5:\"width\";i:768;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.05.09-960x208.png\";s:5:\"width\";i:960;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(394, 112, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-14.09.15.png'),
(395, 112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1604;s:6:\"height\";i:1124;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-14.09.15.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.09.15-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.09.15-1024x718.png\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.09.15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.09.15-768x538.png\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-05-29-at-14.09.15-1536x1076.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1076;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.09.15-208x146.png\";s:5:\"width\";i:208;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.09.15-50x35.png\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-14.09.15-107x75.png\";s:5:\"width\";i:107;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.09.15-1604x860.png\";s:5:\"width\";i:1604;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.09.15-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.09.15-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-05-29-at-14.09.15-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.09.15-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.09.15-768x1124.png\";s:5:\"width\";i:768;s:6:\"height\";i:1124;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.09.15-1604x750.png\";s:5:\"width\";i:1604;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.09.15-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.09.15-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(396, 113, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-14.17.06.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(397, 113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:961;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-14.17.06.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.17.06-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.17.06-1024x547.png\";s:5:\"width\";i:1024;s:6:\"height\";i:547;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.17.06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.17.06-768x410.png\";s:5:\"width\";i:768;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.17.06-1536x820.png\";s:5:\"width\";i:1536;s:6:\"height\";i:820;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.17.06-260x139.png\";s:5:\"width\";i:260;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.17.06-50x27.png\";s:5:\"width\";i:50;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-14.17.06-140x75.png\";s:5:\"width\";i:140;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.17.06-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.17.06-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-14.17.06-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.17.06-1280x961.png\";s:5:\"width\";i:1280;s:6:\"height\";i:961;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.17.06-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.17.06-768x961.png\";s:5:\"width\";i:768;s:6:\"height\";i:961;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.17.06-1800x750.png\";s:5:\"width\";i:1800;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-14.17.06-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-14.17.06-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(398, 114, '_wp_page_template', 'default'),
(399, 114, 'slide_template', 'default'),
(400, 114, 'mfn-post-hide-content', '0'),
(401, 114, 'mfn-post-custom-layout', '0'),
(402, 114, 'mfn-post-slider', '0'),
(403, 114, 'mfn-post-slider-layer', '0'),
(404, 114, 'mfn-post-menu', '3'),
(405, 114, 'mfn-post-one-page', '0'),
(406, 114, 'mfn-post-hide-title', '1'),
(407, 114, 'mfn-post-remove-padding', '1'),
(408, 114, 'mfn-page-items', 'YTo5OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czo0ODoiPGgyPk5BQsONWsONTUUgVsOBTSBQUk9GRVNJT07DgUxOw40gU0xVxb1CWTwvaDI+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YTozOntzOjM6InVpZCI7czo5OiJiYjUwZjUzMmEiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjk6ImJyb2tlcmFnZSI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjRiYjNiZDM2NyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6ImlzbXNiN2N1ZyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc5OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0xlYXJqZXQ3NV9EREJBMDA0OF9TaG90NV93ZWIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Imc1bDdtNmthYSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIwMToiPGg1PsWgZXTFmWV0ZSDEjWFzIGEgYnXEj3RlIGZsZXhpYmlsbsOtPGJyPjxiciAvPg0KVcW+aWp0ZSBzaSBkaXNrcsOpdG5vc3QgYSBwb2hvZGzDrTxicj48YnIgLz4NClDFmWlibGnFvnRlIHNlIGNvIG5lanbDrWNlIGPDrWxvdsOpIGRlc3RpbmFjaTxicj48YnIgLz4NClZlem3Em3RlIG5hIHBhbHVidSBpIGRvbcOhY8OtaG8gbWF6bMOtxI1rYTwvaDU+IjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6ImU4OGQzNmI1NSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJhZDM5MDJmNzYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjk2NjoiPGg0PlByb27DoWplbSBwcml2w6F0bsOtaG8gbGV0YWRsYSAtIGJyb2tlcmFnZTwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5XQVBFIEpFVFMgVsOhbSB1bW/Fvm7DrSBwbG7EmyBzaSB1xb7DrXQgdsO9aG9keSBwcml2w6F0bsOtaG8gbGV0ZWN0dsOtLiBQb3JhZMOtbWUgVsOhbSBzIHbDvWLEm3JlbSBuZWp2aG9kbsSbasWhw61obyBsZXRhZGxhIHBybyBWw6HFoSBsZXQsIGFieXN0ZSBzZSBjw610aWxpIGNvIG5lamtvbWZvcnRuxJtqaS4gWmFqaXN0w61tZSBrb21wbGV0bsOtIG9yZ2FuaXphY2kgVmHFocOtIGNlc3R5IGEgbW9obGkganN0ZSBzaSBwbG7EmyB1xb7DrXQgdHJhbnNwb3J0IG5hIGxldGnFoXTEmyBpIHBvIHDFmcOtbGV0dSBkbyBkZXN0aW5hY2UuIENoY2V0ZS1saSB2eXXFvsOtdCBsaW11esOtbnUsIGhlbGlrb3B0w6lydSBuZWJvIHJlemVydm92YXQgaG90ZWwsIHN0YcSNw60gc2UgbmEgbsOhcyBvYnLDoXRpdC48YnIgLz4NCkxldHkgc291a3JvbcO9bWkgbGV0YWRseSB6YWppxaHFpXVqZW1lIHBvIGNlbMOpbSBzdsSbdMSbLCBhIHRvIHXFviBkbyB0xZnDrSBob2RpbiBvZCBwb3R2cnplbsOtLiBQb2t1ZCBwb3TFmWVidWpldGUgcnljaGxlIG9kbGV0xJt0IG5hIG5lb2RrbGFkbm91IHNjaMWvemt1IG5lYm8gZG92b2xlbm91LCBwb3N0YXLDoW1lIHNlIG8gVsOhcy48YnIgLz4NCkxldHkganNvdSBvZGJhdm92w6FueSB2w71ocmFkbsSbIHZlIFZJUCB0ZXJtaW7DoWxlY2gsIGNvxb4gbWluaW1hbGl6dWplIGRvYnUgb2RiYXZlbsOtIGEgemFqacWhxaV1amUgZGlza3LDqXRub3N0LCBrdGVyw6EgamUgcHJvIG7DoXMgcHJpb3JpdG91LiBOYSBsZXRpxaF0xJsgbcWvxb5ldGUgZG9yYXppdCAxNSBtaW4gcMWZZWQgb2RsZXRlbS4gQSBwcm90b8W+ZSBwbMOhbnkgc2UgbW9ob3UgbcSbbml0LCBqc21lIHR1IHBybyBWw6FzIDI0IGhvZGluIGRlbm7EmywgMzY1IGRuxa8gdiByb2NlLjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImJ6NWJ0YmcwZCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQnJva2VyYWdlIjtzOjc6ImNvbnRlbnQiO3M6Mjk3OiI8cCBjbGFzcz0iYmlnIj4tIHbDvWLEm3IgdmhvZG7DqWhvIGxldGFkbGE8YnI+DQotIGtvbXBsZXRuw60gb3JnYW5pemFjZSBWYcWhw60gY2VzdHk8YnI+DQotIHphamnFoXTEm27DrSB0cmFuc3BvcnR1IHovbmEgbGV0acWhdMSbPGJyPg0KLSB0cmF2ZWwgTWFuYWdlbWVudCBuYSBtw61ydTxicj4NCi0gY2F0ZXJpbmcgbmEgcGFsdWLEmyBsZXRhZGxhIHBvZGxlIHDFmcOhbsOtIGtsaWVudGE8YnI+DQotIGNhbGwgY2VudHJ1bSBkb3N0dXBuw6kgMjQgaG9kaW4gZGVubsSbLCAzNjUgZG7DrSB2IHJvY2U8YnI+PC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImdpMGFzcGZjcCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjg6InBvcHRhdmthIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiam5rYjh3Y2JoIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImYxbXdhdm9yNSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjM1OiI8aDQ+TkVaw4FWQVpOw4EgUE9QVMOBVktBIExFVFU8L2g0PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InNmajhpM2R3dyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MjE6Ik5lesOhdmF6bsOhIHBvcHTDoXZrYSI7czo3OiJjb250ZW50IjtzOjM1OiJbY2FsZGVyYV9mb3JtIGlkPSJDRjVlZDE2OTkwMzJlMDQiXSI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzc2hhbGdwdjEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkNlbnkiO3M6NzoiY29udGVudCI7czoxMDc6IjxhIGhyZWY9Imh0dHA6Ly93YXBlamV0cy5jb20vZmFrdG9yeS1sZXR1LyI+PGg1Pj4gRmFrdG9yeSBvdmxpdsWIdWrDrWPDrSBjZW51IHNvdWtyb23DqWhvIGxldHU8L2g1PjwvYT4NCg0KIjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmcnhzc29sOHEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkNlbnkiO3M6NzoiY29udGVudCI7czo4ODoiPGEgaHJlZj0iaHR0cDovL3dhcGVqZXRzLmNvbS9mYXEiPjxoNT4+IE9kcG92xJtkaSBuYSBuZWrEjWFzdMSbasWhw60gZG90YXp5PC9oNT48L2E+DQoNCiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjM6IjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6NDoiMzBweCI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6ImNwM25ndXptMiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjU6ImtvbmVjIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiZHBxb2Jhc3dkIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImxtcHdrcmdpYyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIxOiI8aDQ+VElQWSBOQSBMRVRZPC9oND4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMzBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToiMzU5ZDlpNGYyIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjcyOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L21vbmFjby0yLTE5MjB4ODAwXzFfMS5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjM3OiJBWlVST1bDiSBQT0LFmEXFvcONPGJyPi0gTmljZSwgTW9uYWNvIjtzOjc6ImNvbnRlbnQiO3M6MTE4OiJDZXNzbmEgTXVzdGFuZywgNCBvc29ieSBvZCA2LjcwMCBFVVI8YnI+DQpQaGVub20gMTAwLCA0IG9zb2J5IG9kIDcuMzAwIEVVUjxicj4NCkNlc3NuYSBFeGNlbCwgOCBvc29iIG9kIDExLjEwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiJ1amRzZWV5MGsiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6NTY6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvaW1hZ2UuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czozMjoiQlVTSU5FU1MgQSBTSE9QUElORzxicj4tIExvbmTDvW4iO3M6NzoiY29udGVudCI7czo3ODoiQ2Vzc25hIENKIDIsIDYgb3NvYiBvZCAxMC41MDAgRVVSPGJyPg0KQ2Vzc25hIEV4Y2NlbCwgOCBvc29iIG9kIDEyLjgwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiI0MGp6bmFobzUiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6ODM6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvMDA0Njg2YzYxNGQyOGFjYjFhZDA0ODFmYmMxZjExNjQuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo0MzoiT1BFUkEgViBNSUzDgU7EmiA8YnI+LSB6w6HFvml0ZWsgeiBMYSBTY2FseSI7czo3OiJjb250ZW50IjtzOjczOiJQaGVub20gMTAwLCA0IG9zb2J5IG9kIDYuNjAwIEVVUjxicj4NCkNlc3NuYSBDSjIsIDYgb3NvYiBvZCA4LjcwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiOXdzcGtqZmp4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6ImVjNzA1b2NtMCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czo5ODoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9wYXJpcy1mcmFuY2UtdmFudGluZXMtZGF5LXJvbWFudGljLWhvdGVsLWd1aWRlcy5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjQ3OiJCQULDjSBMw4lUTyBWIFBBxZjDjcW9STxicj4tIHJvbWFudGlja8O9IHbDvWxldCI7czo3OiJjb250ZW50IjtzOjc3OiJDZXNzbmEgTXVzdGFuZywgNCBvc29ieSBvZCA2LjkwMCBFVVI8YnI+DQpDZXNzbmEgQ0oyLCA2IG9zb2Igb2QgOS4wMDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjE4OiJteS1jbGFzcy1iaWctZm9udCAiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToiNWYzZzFvZmhmIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjg1OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1LzE0ODA0MzYxNjUtdmllbm5hLWNocmlzdG1hcy1tYXJrZXQuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo0MzoiVsOBTk/EjE7DjSBWw41ERcWHPGJyPi0gb2tvdXpsdWrDrWPDrSBwb2J5dCI7czo3OiJjb250ZW50IjtzOjExNDoiQ2Vzc25hIE11c3RhbmcsIDQgb3NvYnkgb2QgMy45MDAgRVVSPGJyPg0KSG9uZGEgSmV0LCA0IG9zb2J5IG9kIDQuMTAwIEVVUjxicj4NCkNlc3NuYSBDSjMsIDYgb3NvYiBvZCA0LjIwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6Ijc3OTlmY2c0cSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czoxMTI6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvdzgwMF8yMDE4LTAzLTE1LTAzLTE3LTMzLTljOThhZmYzYjM1Yzg2MGZkODk0ZjYzMWVkMDM2MWM2X3dlYi5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjQ1OiJMWcW9T1bDgU7DjSBWIEFMUMOBQ0g8YnI+LSBqw616ZGEgdiBOYXNzZmVsZHUiO3M6NzoiY29udGVudCI7czoxMDg6IkNlc3NuYSBDSjMsIDYgb3NvYiBvZCAxMC4xMDAgRVVSPGJyPg0KTmV4dGFudCwgNiBvc29iIG9kIDExLjI1MCBFVVI8YnI+DQpTb3ZlcmVpZ24sIDYgb3NvYiBvZCAxNS45MDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6NDp7czozOiJ1aWQiO3M6OToiaWQ0MmgwYzRtIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im9mdTFzeDhtYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NDoiQ2VueSI7czo3OiJjb250ZW50IjtzOjQwOiIqVsWhZWNobnkgY2VueSBqc291IHBvxI3DrXTDoW55IHogUHJhaHkuIjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMjBweCI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDQwcHggMCA0MHB4IjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjQ7YTozOntzOjM6InVpZCI7czo5OiJhY2MxMDc4YTEiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjEwMmVjM2Q1MCI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJscTl0d3E3MDAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE5OiJQb3JhZGVuc3R2w60gLSB0ZXh0IjtzOjc6ImNvbnRlbnQiO3M6NjI5OiI8aDQ+UHJvZGVqIGxldGFkZWw8L2g0Pg0KPHAgY2xhc3M9ImJpZyI+Wmt1xaFlbsO9IHTDvW0gc3BvbGXEjW5vc3RpIFdBUEUgSkVUUyBWw6FzIHByb3ZlZGUgc2xvxb5pdMO9bSBwcm9jZXNlbSBuw6FrdXB1IGxldGFkbGEuDQpQbyBwcnZvdG7DrW0gdsO9YsSbcnUgbGV0YWRsYSBWw6FtIHBvbcWvxb5lbWUgcyBwxZnDrXByYXZvdSBjZW5vdsOpIG5hYsOtZGt5IGEgdnlqZWRuw6F2w6Fuw61tIG8gcG9kbcOtbmvDoWNoIG7DoWt1cHUuIE7DoXNsZWRuxJsgVsOhbSBwb23Fr8W+ZW1lIHMgcMWZaXpwxa9zb2JlbsOtbSBsZXRhZGxhIHZhxaFpbSBwb8W+YWRhdmvFr20sIHMgZG9kw6Fuw61tLCByZWdpc3RyYWPDrSBhIGFkbWluaXN0cmF0aXZvdSBzcG9qZW5vdSBzIHZsYXN0bmljdHbDrW0uPGJyPjxicj4NCg0KLSB2w71ixJtyIGxldGFkbGE8YnI+DQotIGNlbm92w6EgbmFiw61ka2EgYSBwb2Rtw61ua3kgbsOha3VwdTxicj4NCi0gdnlqZWRuw6F2w6Fuw60gbyBrb25lxI1uw6kgcG9kb2LEmyBuw6FrdXB1PGJyPg0KLSBkb2TDoW7DrSwgZG9rdW1lbnRhY2UsIHV6YXbFmWVuw60gbsOha3VwdTxicj4NCi0gcmVnaXN0cmFjZSBhIGFkbWluaXN0cmF0aXZhIHNwb2plbsOhIHMgdmxhc3RuaWN0dsOtbTwvcD4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjgwMjE0NjM1YyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Ijd2ejlrMjUyeSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc1OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1LzAwOV9GYWxjb241WF8yMDEzRFZENDNMUi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjU7YTozOntzOjM6InVpZCI7czo5OiIwODA1MzczNDkiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjExOiJwb3JhZGVuc3R2aSI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImZiZmI5MzYwNiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjYxYzViOTYyMSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0NpdGF0aW9uX0xvZ2l0dWRlX0ltYWdlXzkuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjRlMjIxZWE0MyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJhZGt5Z2Q2YnAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjEyOiJQb3JhZGVuc3R2w60iO3M6NzoiY29udGVudCI7czo1OTA6IjxoND5Qb3JhZGVuc3R2w608L2g0Pg0KPHAgY2xhc3M9ImJpZyI+TMOpdGEgemt1xaFlbm9zdMOtIHYgb2JsYXN0aSBidXNpbmVzcyBhdmlhdGlvbiBqZSBqZWRub3UgeiB2w71ob2QsIGTDrWt5IG7DrcW+IFbDoW0gbmHFoWUgc3BvbGXEjW5vc3QgcG9txa/FvmUNCm9iamV2aXQgdsO9aG9keSBwcm9uw6FqbXUgxI1pIHZsYXN0bmljdHbDrSBsZXRhZGxhOiBzb3Vrcm9tw60sIGtvbWZvcnQsIGJlenBlxI1ub3N0IGEgc2Ftb3rFmWVqbcSbIGZsZXhpYmlsaXR1Ljxicj4NCkplc3RsacW+ZSBwxZllbcO9xaFsw610ZSBvIHRvbSwgxb5lIHNpIHBvxZnDrWTDrXRlIGxldGFkbG8gbmVibyBjaGNldGUgem3Em25pdCBzdMOhdmFqw61jw60gbW9kZWwgemEgbm92xJtqxaHDrSwgYWJ5IHN2w71taSBwYXJhbWV0cnkgdnlob3ZvdmFsbyBWYcWhaW0gcG90xZllYsOhbSBhIHJvenBvxI10dSwgcsOhZGkgVsOhbSBvYmphc27DrW1lIGtsYWR5IGkgesOhcG9yeSB2bGFzdG5pY3R2w60gbGV0YWRsYSB2IHBvcm92bsOhbsOtIHMgamVobyBwb2TDrWxuw71tIHZsYXN0bmljdHbDrW0sIGxlYXNpbmdlbSBhIG1vxb5ub3N0bWkgcHJvbsOham11LjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im5raHN3ajQzYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTk6IlBvcmFkZW5zdHbDrSAtIHRleHQiO3M6NzoiY29udGVudCI7czozNzA6IjxwIGNsYXNzPSJiaWciPi0gZGV0YWlsbsOtIHBvcm92bsOhbsOtIHZob2Ruw71jaCBsZXRhZGVsPGJyPg0KLSB6aG9kbm9jZW7DrSBwbG7DqWhvIHZsYXN0bmljdHbDrSBsZXRhZGxhIHbFr8SNaSBqaW7DvW0gbW/Fvm5vc3RlbSBuYXDFmS4gcHJvbsOham11PGJyPg0KLSBzdGFub3ZlbsOtIHRlY2huaWNrw71jaCBhIHByb3Zvem7DrWNoIHBhcmFtZXRyxa8gbGV0YWRsYSBhIHJvenBvxI10dTxicj4NCi0gdnlzdsSbdGxlbsOtIHbFoWVjaCBuw6FrbGFkxa8gc291dmlzZWrDrWPDrWNoIHMgdmxhc3RuaWN0dsOtbSBhIHByb3Zvem92w6Fuw61tIGxldGFkbGE8YnI+DQotIHRpcHkgYSB0YWt0aWNrw6kgcmFkeSBwcm8gbsOha3VwIGxldGFkbGE8L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NjthOjM6e3M6MzoidWlkIjtzOjk6IjJ0eXVwbHAzcSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MTA6Im1hbmFnZW1lbnQiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJueW43MDU4YWciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToid21uMTlscHNxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNzoiVHJhdmVsIE1hbmFnZW1lbnQiO3M6NzoiY29udGVudCI7czo1ODU6IjxoND5UcmF2ZWwgTWFuYWdlbWVudDwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5OYcWhZSBzcG9sZcSNbm9zdCBXQVBFIEpFVFMgbXlzbMOtIG5hIGthxb5kw70gZGV0YWlsLCBhIHByb3RvIHBybyBWw6FzIHYgcsOhbWNpIG5hxaFlaG8gVHJhdmVsIG1hbmFnZW1lbnR1IHphamlzdMOtbWUgaSBkYWzFocOtIHNsdcW+YnkgbmEgVmHFocOtIGNlc3TEmy4gUG9rdWQgc2UgcG90xZllYnVqZXRlIHBvaG9kbG7EmyBkb3ByYXZpdCBuYSBsZXRpxaF0xJsgbmVibyB6IG7Em2osIGxpbXV6w61ub3UgxI1pIGhlbGlrb3B0w6lyb3UgbmEgamFrw6lrb2xpIG3DrXN0bywgcMWZw61wYWRuxJsgc2kgcHJvbmFqbW91dCB5YWNodHUgYSBwbGF2aXQgc2UgcyBuw60gcG8gdMSbY2ggbmVqa3LDoXNuxJtqxaHDrWNoIG1vxZnDrWNoIG5lYm8gc2kgemFsZXTEm3QgbmEgb2plZGluxJtsw70ga29uY2VydCwganNtZSB0YWR5IHBybyBWw6FzLiBaYWppc3TDrW1lIGNlbMO9IHByb2dyYW0gVmHFocOtIGRvdm9sZW7DqSBhIHBvc3RhcsOhbWUgc2UgbyB0bywgYWJ5c3RlIHNpIGppIHXFvmlsaSB2IHTDqSBuZWp2ecWhxaHDrSBtb8W+bsOpIG3DrcWZZS4gPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIxNzJ5dDN4ZDUiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE3OiJUcmF2ZWwgTWFuYWdlbWVudCI7czo3OiJjb250ZW50IjtzOjE2NzoiPHAgY2xhc3M9ImJpZyI+RMOta3kgbmHFoWVtdSB0w71tdSBhIGRsb3Vob2xldMO9bSBwcm92xJvFmWVuw71tIHBhcnRuZXLFr20gVsOhbSBzcGxuw61tZSBrYcW+ZMOpIFZhxaFlIHDFmcOhbsOtLiBKc21lIHpkZSBwcm8gVsOhcyAyNGggZGVubsSbIDcgZG7DrSB2IHTDvWRudS4gDQo8L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiZjZzYnRnZTF5IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToic25tb2tuZW90IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NTY6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA4LzAwMDIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjc7YTozOntzOjM6InVpZCI7czo5OiJtd2Zvazl3eWQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MzoiMTAwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiNXByOGJrMzV0IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InNlcWI3ZmxrcyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIyNDoiPGgyPkJPTUJBUkRJRVIsIENFU1NOQSwgREFTU0FVTFQsPGJyIC8+DQpFTUJSQUVSLCBHVUxGU1RSRUFNLCBIT05EQSBKRVQ8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJQb2TDrXZlanRlIHNlIG5hIG5hYsOtZGt1IG5hxaFpY2ggbGV0YWRlbCIgbGluaz0iaHR0cDovL3dhcGVqZXRzLmNvbS9nYWxlcmllIiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjg7YTozOntzOjM6InVpZCI7czo5OiJicGt6Z202M3giO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiMXlpMzEwYjlwIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImZkMXB6aHJpayI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQnJva2VyYWdlIjtzOjc6ImNvbnRlbnQiO3M6NTE0OiI8aDU+UMWYw41LTEFET1bDiSBLQUxLVUxBQ0UgSkVUxa48L2g1Pg0KPHAgY2xhc3M9ImJpZyI+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QgdGVtcG9yIGluY2lkaWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdWEuIFV0IGVuaW0gYWQgbWluaW0gdmVuaWFtLCBxdWlzIG5vc3RydWQgZXhlcmNpdGF0aW9uIHVsbGFtY28gbGFib3JpcyBuaXNpIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kbyBjb25zZXF1YXQuIDxicj4NCkR1aXMgYXV0ZSBpcnVyZSBkb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlIGNpbGx1bSBkb2xvcmUgZXUgZnVnaWF0IG51bGxhIHBhcmlhdHVyLiBFeGNlcHRldXIgc2ludCBvY2NhZWNhdCBjdXBpZGF0YXQgbm9uIHByb2lkZW50LCBzdW50IGluIGN1bHBhIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdCBhbmltIGlkIGVzdCBsYWJvcnVtLjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImU4Njc3amtzNyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQnJva2VyYWdlIjtzOjc6ImNvbnRlbnQiO3M6NTIyOiI8aDU+VsOdSE9EWSBBIE5FVsOdSE9EWSBWTEFTVE5JQ1RWw40gSkVUVTwvaDU+DQo8cCBjbGFzcz0iYmlnIj5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24gdWxsYW1jbyBsYWJvcmlzIG5pc2kgdXQgYWxpcXVpcCBleCBlYSBjb21tb2RvIGNvbnNlcXVhdC4gPGJyPg0KRHVpcyBhdXRlIGlydXJlIGRvbG9yIGluIHJlcHJlaGVuZGVyaXQgaW4gdm9sdXB0YXRlIHZlbGl0IGVzc2UgY2lsbHVtIGRvbG9yZSBldSBmdWdpYXQgbnVsbGEgcGFyaWF0dXIuIEV4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWEgZGVzZXJ1bnQgbW9sbGl0IGFuaW0gaWQgZXN0IGxhYm9ydW0uPC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ==');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(409, 114, 'mfn-page-items-seo', 'Heading\n<h2>NABÍZÍME VÁM PROFESIONÁLNÍ SLUŽBY</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/06/Learjet75_DDBA0048_Shot5_web.jpg\" alt=\"Learjet75_DDBA0048_Shot5_web\"/>\n\nHeading\n<h5>Šetřete čas a buďte flexibilní<br><br />\r\nUžijte si diskrétnost a pohodlí<br><br />\r\nPřibližte se co nejvíce cílové destinaci<br><br />\r\nVezměte na palubu i domácího mazlíčka</h5>\nleft\nno-repeat;center top;;\nauto\n\nBrokerage\n<h4>Pronájem privátního letadla - brokerage</h4>\r\n<p class=\"big\">WAPE JETS Vám umožní plně si užít výhody privátního letectví. Poradíme Vám s výběrem nejvhodnějšího letadla pro Váš let, abyste se cítili co nejkomfortněji. Zajistíme kompletní organizaci Vaší cesty a mohli jste si plně užít transport na letiště i po příletu do destinace. Chcete-li využít limuzínu, helikoptéru nebo rezervovat hotel, stačí se na nás obrátit.<br />\r\nLety soukromými letadly zajišťujeme po celém světě, a to už do tří hodin od potvrzení. Pokud potřebujete rychle odletět na neodkladnou schůzku nebo dovolenou, postaráme se o Vás.<br />\r\nLety jsou odbavovány výhradně ve VIP terminálech, což minimalizuje dobu odbavení a zajišťuje diskrétnost, která je pro nás prioritou. Na letiště můžete dorazit 15 min před odletem. A protože plány se mohou měnit, jsme tu pro Vás 24 hodin denně, 365 dnů v roce.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<p class=\"big\">- výběr vhodného letadla<br>\r\n- kompletní organizace Vaší cesty<br>\r\n- zajištění transportu z/na letiště<br>\r\n- travel Management na míru<br>\r\n- catering na palubě letadla podle přání klienta<br>\r\n- call centrum dostupné 24 hodin denně, 365 dní v roce<br></p>\nno-repeat;center top;;\nauto\n10px\n\nHeading\n<h4>NEZÁVAZNÁ POPTÁVKA LETU</h4>\ncenter\nno-repeat;center top;;\nauto\n\nNezávazná poptávka\n[caldera_form id=\"CF5ed1699032e04\"]\nno-repeat;left top;;\nauto\n\nCeny\n<a href=\"https://wapejets.com/faktory-letu/\"><h5>> Faktory ovlivňující cenu soukromého letu</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nCeny\n<a href=\"https://wapejets.com/faq\"><h5>> Odpovědi na nejčastější dotazy</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nHeading\n<h4>TIPY NA LETY</h4>\ncenter\nno-repeat;center top;;\nauto\n30px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/monaco-2-1920x800_1_1.jpg\" alt=\"\"/>\nAZUROVÉ POBŘEŽÍ<br>- Nice, Monaco\nCessna Mustang, 4 osoby od 6.700 EUR<br>\r\nPhenom 100, 4 osoby od 7.300 EUR<br>\r\nCessna Excel, 8 osob od 11.100 EUR<br>\nmy-class-big-font\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/image.jpg\" alt=\"\"/>\nBUSINESS A SHOPPING<br>- Londýn\nCessna CJ 2, 6 osob od 10.500 EUR<br>\r\nCessna Exccel, 8 osob od 12.800 EUR<br>\nmy-class-big-font\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/004686c614d28acb1ad0481fbc1f1164.jpg\" alt=\"\"/>\nOPERA V MILÁNĚ <br>- zážitek z La Scaly\nPhenom 100, 4 osoby od 6.600 EUR<br>\r\nCessna CJ2, 6 osob od 8.700 EUR<br>\nmy-class-big-font\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/paris-france-vantines-day-romantic-hotel-guides.jpg\" alt=\"\"/>\nBABÍ LÉTO V PAŘÍŽI<br>- romantický výlet\nCessna Mustang, 4 osoby od 6.900 EUR<br>\r\nCessna CJ2, 6 osob od 9.000 EUR<br>\nmy-class-big-font\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/1480436165-vienna-christmas-market.jpg\" alt=\"\"/>\nVÁNOČNÍ VÍDEŇ<br>- okouzlující pobyt\nCessna Mustang, 4 osoby od 3.900 EUR<br>\r\nHonda Jet, 4 osoby od 4.100 EUR<br>\r\nCessna CJ3, 6 osob od 4.200 EUR<br>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web.jpg\" alt=\"\"/>\nLYŽOVÁNÍ V ALPÁCH<br>- jízda v Nassfeldu\nCessna CJ3, 6 osob od 10.100 EUR<br>\r\nNextant, 6 osob od 11.250 EUR<br>\r\nSovereign, 6 osob od 15.900 EUR<br>\n\nCeny\n*Všechny ceny jsou počítány z Prahy.\nleft\nno-repeat;left top;;\nauto\n20px\n0 40px 0 40px\n\nPoradenství - text\n<h4>Prodej letadel</h4>\r\n<p class=\"big\">Zkušený tým společnosti WAPE JETS Vás provede složitým procesem nákupu letadla.\r\nPo prvotním výběru letadla Vám pomůžeme s přípravou cenové nabídky a vyjednáváním o podmínkách nákupu. Následně Vám pomůžeme s přizpůsobením letadla vašim požadavkům, s dodáním, registrací a administrativou spojenou s vlastnictvím.<br><br>\r\n\r\n- výběr letadla<br>\r\n- cenová nabídka a podmínky nákupu<br>\r\n- vyjednávání o konečné podobě nákupu<br>\r\n- dodání, dokumentace, uzavření nákupu<br>\r\n- registrace a administrativa spojená s vlastnictvím</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR.jpg\" alt=\"\"/>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_9.jpg\" alt=\"\"/>\n\nPoradenství\n<h4>Poradenství</h4>\r\n<p class=\"big\">Léta zkušeností v oblasti business aviation je jednou z výhod, díky níž Vám naše společnost pomůže\r\nobjevit výhody pronájmu či vlastnictví letadla: soukromí, komfort, bezpečnost a samozřejmě flexibilitu.<br>\r\nJestliže přemýšlíte o tom, že si pořídíte letadlo nebo chcete změnit stávající model za novější, aby svými parametry vyhovovalo Vašim potřebám a rozpočtu, rádi Vám objasníme klady i zápory vlastnictví letadla v porovnání s jeho podílným vlastnictvím, leasingem a možnostmi pronájmu.</p>\nno-repeat;center top;;\nauto\n10px\n\nPoradenství - text\n<p class=\"big\">- detailní porovnání vhodných letadel<br>\r\n- zhodnocení plného vlastnictví letadla vůči jiným možnostem např. pronájmu<br>\r\n- stanovení technických a provozních parametrů letadla a rozpočtu<br>\r\n- vysvětlení všech nákladů souvisejících s vlastnictvím a provozováním letadla<br>\r\n- tipy a taktické rady pro nákup letadla</p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management\n<h4>Travel Management</h4>\r\n<p class=\"big\">Naše společnost WAPE JETS myslí na každý detail, a proto pro Vás v rámci našeho Travel managementu zajistíme i další služby na Vaší cestě. Pokud se potřebujete pohodlně dopravit na letiště nebo z něj, limuzínou či helikoptérou na jakékoli místo, případně si pronajmout yachtu a plavit se s ní po těch nejkrásnějších mořích nebo si zaletět na ojedinělý koncert, jsme tady pro Vás. Zajistíme celý program Vaší dovolené a postaráme se o to, abyste si ji užili v té nejvyšší možné míře. </p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management\n<p class=\"big\">Díky našemu týmu a dlouholetým prověřeným partnerům Vám splníme každé Vaše přání. Jsme zde pro Vás 24h denně 7 dní v týdnu. \r\n</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/08/0002.jpg\" alt=\"0002\"/>\n\nHeading\n<h2>BOMBARDIER, CESSNA, DASSAULT,<br />\r\nEMBRAER, GULFSTREAM, HONDA JET<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na nabídku našich letadel\" link=\"https://wapejets.com/galerie\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nBrokerage\n<h5>PŘÍKLADOVÉ KALKULACE JETŮ</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<h5>VÝHODY A NEVÝHODY VLASTNICTVÍ JETU</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\n'),
(410, 114, '_dp_original', '29'),
(411, 114, '_edit_lock', '1604834217:1'),
(412, 114, '_edit_last', '1'),
(413, 114, 'rs_page_bg_color', '#ffffff'),
(414, 114, '_wpb_vc_js_status', 'true'),
(415, 116, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-16.32.59.png'),
(416, 116, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2024;s:6:\"height\";i:780;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-16.32.59.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.32.59-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.32.59-1024x395.png\";s:5:\"width\";i:1024;s:6:\"height\";i:395;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.32.59-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.32.59-768x296.png\";s:5:\"width\";i:768;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.32.59-1536x592.png\";s:5:\"width\";i:1536;s:6:\"height\";i:592;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.32.59-260x100.png\";s:5:\"width\";i:260;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-16.32.59-50x19.png\";s:5:\"width\";i:50;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-16.32.59-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.32.59-1630x780.png\";s:5:\"width\";i:1630;s:6:\"height\";i:780;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-16.32.59-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-16.32.59-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.32.59-1280x780.png\";s:5:\"width\";i:1280;s:6:\"height\";i:780;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.32.59-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.32.59-768x780.png\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.32.59-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.32.59-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.32.59-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(417, 117, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-16.34.01.png'),
(418, 117, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2108;s:6:\"height\";i:1484;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-16.34.01.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.34.01-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.34.01-1024x721.png\";s:5:\"width\";i:1024;s:6:\"height\";i:721;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.34.01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.34.01-768x541.png\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-05-29-at-16.34.01-1536x1081.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1081;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-05-29-at-16.34.01-2048x1442.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1442;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.34.01-207x146.png\";s:5:\"width\";i:207;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-16.34.01-50x35.png\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-16.34.01-107x75.png\";s:5:\"width\";i:107;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.34.01-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-16.34.01-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-16.34.01-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-05-29-at-16.34.01-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.34.01-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.34.01-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.34.01-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.34.01-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.34.01-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(419, 118, '_wp_attached_file', '2020/05/Syncopate-Bold.woff'),
(420, 119, '_wp_attached_file', '2020/05/Syncopate-Regular.woff'),
(421, 120, '_wp_attached_file', '2020/05/Syncopate-Bold.ttf'),
(422, 121, '_wp_attached_file', '2020/05/Syncopate-Regular.ttf'),
(423, 122, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-16.58.46.png'),
(424, 122, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2412;s:6:\"height\";i:1314;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-16.58.46.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.58.46-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.58.46-1024x558.png\";s:5:\"width\";i:1024;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.58.46-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.58.46-768x418.png\";s:5:\"width\";i:768;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.58.46-1536x837.png\";s:5:\"width\";i:1536;s:6:\"height\";i:837;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-05-29-at-16.58.46-2048x1116.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1116;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.58.46-260x142.png\";s:5:\"width\";i:260;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-16.58.46-50x27.png\";s:5:\"width\";i:50;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-16.58.46-138x75.png\";s:5:\"width\";i:138;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.58.46-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-16.58.46-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-16.58.46-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-05-29-at-16.58.46-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.58.46-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.58.46-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.58.46-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-16.58.46-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-16.58.46-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(425, 123, '_wp_attached_file', '2020/05/Screenshot-2020-05-29-at-17.01.39.png'),
(426, 123, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2034;s:6:\"height\";i:716;s:4:\"file\";s:45:\"2020/05/Screenshot-2020-05-29-at-17.01.39.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-17.01.39-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-17.01.39-1024x360.png\";s:5:\"width\";i:1024;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-17.01.39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-17.01.39-768x270.png\";s:5:\"width\";i:768;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-17.01.39-1536x541.png\";s:5:\"width\";i:1536;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-17.01.39-260x92.png\";s:5:\"width\";i:260;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-17.01.39-50x18.png\";s:5:\"width\";i:50;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-05-29-at-17.01.39-150x53.png\";s:5:\"width\";i:150;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-17.01.39-1630x716.png\";s:5:\"width\";i:1630;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-17.01.39-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-05-29-at-17.01.39-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-17.01.39-1280x716.png\";s:5:\"width\";i:1280;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-17.01.39-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-17.01.39-768x716.png\";s:5:\"width\";i:768;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-17.01.39-1920x716.png\";s:5:\"width\";i:1920;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-05-29-at-17.01.39-960x716.png\";s:5:\"width\";i:960;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-05-29-at-17.01.39-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(427, 124, '_wp_attached_file', '2020/05/Learjet70_DDBA0048_Shot5.jpg'),
(428, 124, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2020/05/Learjet70_DDBA0048_Shot5.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Learjet70_DDBA0048_Shot5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Learjet70_DDBA0048_Shot5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Learjet70_DDBA0048_Shot5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Learjet70_DDBA0048_Shot5-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"Learjet70_DDBA0048_Shot5-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Learjet70_DDBA0048_Shot5-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"Learjet70_DDBA0048_Shot5-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"Learjet70_DDBA0048_Shot5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"Learjet70_DDBA0048_Shot5-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"Learjet70_DDBA0048_Shot5-768x682.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"Learjet70_DDBA0048_Shot5-960x682.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"Learjet70_DDBA0048_Shot5-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(429, 125, '_wp_attached_file', '2020/05/Learjet75_DDBA0048_Shot5.jpg'),
(430, 125, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:36:\"2020/05/Learjet75_DDBA0048_Shot5.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Learjet75_DDBA0048_Shot5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Learjet75_DDBA0048_Shot5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Learjet75_DDBA0048_Shot5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Learjet75_DDBA0048_Shot5-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"Learjet75_DDBA0048_Shot5-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Learjet75_DDBA0048_Shot5-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"Learjet75_DDBA0048_Shot5-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"Learjet75_DDBA0048_Shot5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"Learjet75_DDBA0048_Shot5-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"Learjet75_DDBA0048_Shot5-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"Learjet75_DDBA0048_Shot5-960x683.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"Learjet75_DDBA0048_Shot5-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(431, 126, '_wp_attached_file', '2020/05/Citation_Logitude_Image_9.jpg'),
(432, 126, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:37:\"2020/05/Citation_Logitude_Image_9.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_9-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_9-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_9-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_9-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_9-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_9-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_9-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_9-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_9-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_9-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_9-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_9-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_9-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_9-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:9:\"Dan Moore\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333366042\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(433, 127, '_wp_attached_file', '2020/05/Citation_Logitude_Image_10.jpg'),
(434, 127, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2020/05/Citation_Logitude_Image_10.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_10-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_10-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_10-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_10-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_10-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_10-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_10-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_10-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_10-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_10-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_10-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_10-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_10-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_10-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:9:\"Dan Moore\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333366075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(435, 128, '_wp_attached_file', '2020/05/Citation_Logitude_Image_11.jpg'),
(436, 128, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2020/05/Citation_Logitude_Image_11.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_11-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_11-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_11-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_11-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_11-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_11-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_11-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_11-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_11-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_11-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_11-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_11-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_11-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_11-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:9:\"Dan Moore\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333366249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(437, 129, '_wp_attached_file', '2020/05/Citation_Logitude_Image_12.jpg'),
(438, 129, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2020/05/Citation_Logitude_Image_12.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_12-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_12-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_12-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_12-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_12-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_12-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_12-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_12-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_12-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_12-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_12-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_12-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_12-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:13:\"Junebug Clark\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333348734\";s:9:\"copyright\";s:23:\"Cessna Aircraft Company\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(439, 130, '_wp_attached_file', '2020/05/Citation_Logitude_Image_13.jpg'),
(440, 130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2020/05/Citation_Logitude_Image_13.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_13-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_13-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_13-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_13-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_13-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_13-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_13-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_13-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Citation_Logitude_Image_13-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_13-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_13-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_13-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_13-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_13-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_13-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:13:\"Junebug Clark\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333349169\";s:9:\"copyright\";s:23:\"Cessna Aircraft Company\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(441, 131, '_wp_attached_file', '2020/05/Citation_M2_Image_8.jpg'),
(442, 131, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2020/05/Citation_M2_Image_8.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_8-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_8-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_8-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Citation_M2_Image_8-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Citation_M2_Image_8-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_8-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Citation_M2_Image_8-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Citation_M2_Image_8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:33:\"Citation_M2_Image_8-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_8-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_8-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_8-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_8-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_8-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:16:\"Chauncey Studios\";s:6:\"camera\";s:19:\"Hasselblad H3DII-39\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316103520\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(443, 132, '_wp_attached_file', '2020/05/Citation_Sovereign_Image_3.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(444, 132, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2020/05/Citation_Sovereign_Image_3.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_3-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_3-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_3-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Citation_Sovereign_Image_3-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Citation_Sovereign_Image_3-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_3-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Citation_Sovereign_Image_3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Citation_Sovereign_Image_3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_3-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_3-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_3-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_3-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1375696327\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(445, 133, '_wp_attached_file', '2020/05/009_Falcon5X_2013DVD43LR.jpg'),
(446, 133, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2020/05/009_Falcon5X_2013DVD43LR.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"009_Falcon5X_2013DVD43LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"009_Falcon5X_2013DVD43LR-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"009_Falcon5X_2013DVD43LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"009_Falcon5X_2013DVD43LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"009_Falcon5X_2013DVD43LR-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"009_Falcon5X_2013DVD43LR-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"009_Falcon5X_2013DVD43LR-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"009_Falcon5X_2013DVD43LR-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"009_Falcon5X_2013DVD43LR-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"009_Falcon5X_2013DVD43LR-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"009_Falcon5X_2013DVD43LR-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"009_Falcon5X_2013DVD43LR-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"009_Falcon5X_2013DVD43LR-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"009_Falcon5X_2013DVD43LR-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:34:\"009_Falcon5X_2013DVD43LR-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(447, 134, '_wp_attached_file', '2020/05/1_Legacy_500_interior_010_alta.jpg'),
(448, 134, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:42:\"2020/05/1_Legacy_500_interior_010_alta.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"1_Legacy_500_interior_010_alta-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"1_Legacy_500_interior_010_alta-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"1_Legacy_500_interior_010_alta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"1_Legacy_500_interior_010_alta-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"1_Legacy_500_interior_010_alta-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"1_Legacy_500_interior_010_alta-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"1_Legacy_500_interior_010_alta-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:43:\"1_Legacy_500_interior_010_alta-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"1_Legacy_500_interior_010_alta-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"1_Legacy_500_interior_010_alta-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"1_Legacy_500_interior_010_alta-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"1_Legacy_500_interior_010_alta-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:43:\"1_Legacy_500_interior_010_alta-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:42:\"1_Legacy_500_interior_010_alta-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"1_Legacy_500_interior_010_alta-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(449, 135, '_wp_attached_file', '2020/05/d_g550_a_media_019.jpg'),
(450, 135, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2020/05/d_g550_a_media_019.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_019-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_019-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_019-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_019-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"d_g550_a_media_019-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"d_g550_a_media_019-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_019-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"d_g550_a_media_019-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"d_g550_a_media_019-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_019-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_019-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_019-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_019-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_019-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_019-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:38:\"G550 Aerials, Aerial, air, Air, aerial\";s:17:\"created_timestamp\";s:10:\"1248256013\";s:9:\"copyright\";s:41:\"©2006 Gulfstream - Photo: John M. Dibbs\";s:12:\"focal_length\";s:2:\"53\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:38:\"G550 Aerials, Aerial, air, Air, aerial\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(451, 136, '_wp_attached_file', '2020/05/Citation_Sovereign_Image_3_alt.jpg'),
(452, 136, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1082;s:6:\"height\";i:1024;s:4:\"file\";s:42:\"2020/05/Citation_Sovereign_Image_3_alt.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_alt-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_alt-1024x969.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:969;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_alt-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_alt-768x727.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_alt-154x146.jpg\";s:5:\"width\";i:154;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_alt-50x47.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_alt-79x75.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_alt-1082x860.jpg\";s:5:\"width\";i:1082;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_alt-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_alt-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:44:\"Citation_Sovereign_Image_3_alt-1082x1000.jpg\";s:5:\"width\";i:1082;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_alt-1082x500.jpg\";s:5:\"width\";i:1082;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_alt-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_alt-1082x750.jpg\";s:5:\"width\";i:1082;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_alt-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_alt-1082x480.jpg\";s:5:\"width\";i:1082;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1375696327\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"23\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(454, 114, '_elementor_template_type', 'wp-page'),
(455, 114, '_elementor_version', '2.9.9'),
(468, 139, '_form', '<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),
(469, 139, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:26:\"WAPE JETS \"[your-subject]\"\";s:6:\"sender\";s:34:\"WAPE JETS <wordpress@dbwebtest.eu>\";s:9:\"recipient\";s:20:\"design@davidbauer.cz\";s:4:\"body\";s:168:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on WAPE JETS (https://wapejets.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(470, 139, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"WAPE JETS \"[your-subject]\"\";s:6:\"sender\";s:34:\"WAPE JETS <wordpress@dbwebtest.eu>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:110:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on WAPE JETS (https://wapejets.com)\";s:18:\"additional_headers\";s:30:\"Reply-To: design@davidbauer.cz\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(471, 139, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:26:\"Formát data je neplatný.\";s:14:\"date_too_early\";s:39:\"Datum je před nejnižším povoleným.\";s:13:\"date_too_late\";s:39:\"Datum je před nejvyšším povoleným.\";s:13:\"upload_failed\";s:56:\"Během nahrávání souboru se vyskytla neznámá chyba.\";s:24:\"upload_file_type_invalid\";s:71:\"Nemáte dostatečné oprávění pro nahrávání tohoto typu souborů.\";s:21:\"upload_file_too_large\";s:27:\"Soubor je příliš velký.\";s:23:\"upload_failed_php_error\";s:42:\"Při nahrávání souboru došlo k chybě.\";s:14:\"invalid_number\";s:29:\"Formát čísla je neplatný.\";s:16:\"number_too_small\";s:56:\"Číslo je nižší, než minimální povolená hodnota.\";s:16:\"number_too_large\";s:56:\"Číslo je vyšší, než maximální povolená hodnota.\";s:23:\"quiz_answer_not_correct\";s:30:\"Odpověď na kvíz je chybná.\";s:13:\"invalid_email\";s:39:\"Zadaná emailová adresa není platná.\";s:11:\"invalid_url\";s:33:\"Zadaná URL adresa není platná.\";s:11:\"invalid_tel\";s:40:\"Zadané telefonní číslo je neplatné.\";}'),
(472, 139, '_additional_settings', ''),
(473, 139, '_locale', 'cs_CZ'),
(475, 142, '_wp_attached_file', '2020/05/004686c614d28acb1ad0481fbc1f1164.jpg'),
(476, 142, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1146;s:6:\"height\";i:877;s:4:\"file\";s:44:\"2020/05/004686c614d28acb1ad0481fbc1f1164.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"004686c614d28acb1ad0481fbc1f1164-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"004686c614d28acb1ad0481fbc1f1164-1024x784.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"004686c614d28acb1ad0481fbc1f1164-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"004686c614d28acb1ad0481fbc1f1164-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"004686c614d28acb1ad0481fbc1f1164-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:42:\"004686c614d28acb1ad0481fbc1f1164-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"004686c614d28acb1ad0481fbc1f1164-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:45:\"004686c614d28acb1ad0481fbc1f1164-1146x860.jpg\";s:5:\"width\";i:1146;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"004686c614d28acb1ad0481fbc1f1164-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"004686c614d28acb1ad0481fbc1f1164-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"004686c614d28acb1ad0481fbc1f1164-1146x500.jpg\";s:5:\"width\";i:1146;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:44:\"004686c614d28acb1ad0481fbc1f1164-768x877.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:877;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"004686c614d28acb1ad0481fbc1f1164-1146x750.jpg\";s:5:\"width\";i:1146;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:44:\"004686c614d28acb1ad0481fbc1f1164-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"004686c614d28acb1ad0481fbc1f1164-1146x480.jpg\";s:5:\"width\";i:1146;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:42:\"004686c614d28acb1ad0481fbc1f1164-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(477, 143, '_wp_attached_file', '2020/05/15258617_390361601301482_9180081751513366528_n.jpg'),
(478, 143, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:826;s:4:\"file\";s:58:\"2020/05/15258617_390361601301482_9180081751513366528_n.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"15258617_390361601301482_9180081751513366528_n-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"15258617_390361601301482_9180081751513366528_n-1024x783.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"15258617_390361601301482_9180081751513366528_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"15258617_390361601301482_9180081751513366528_n-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"15258617_390361601301482_9180081751513366528_n-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:56:\"15258617_390361601301482_9180081751513366528_n-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:56:\"15258617_390361601301482_9180081751513366528_n-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:56:\"15258617_390361601301482_9180081751513366528_n-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:56:\"15258617_390361601301482_9180081751513366528_n-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:59:\"15258617_390361601301482_9180081751513366528_n-1080x500.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:58:\"15258617_390361601301482_9180081751513366528_n-768x826.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:59:\"15258617_390361601301482_9180081751513366528_n-1080x750.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:58:\"15258617_390361601301482_9180081751513366528_n-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:59:\"15258617_390361601301482_9180081751513366528_n-1080x480.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(479, 144, '_wp_attached_file', '2020/05/1480436165-vienna-christmas-market.jpg'),
(480, 144, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:765;s:4:\"file\";s:46:\"2020/05/1480436165-vienna-christmas-market.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:44:\"1480436165-vienna-christmas-market-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"1480436165-vienna-christmas-market-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:44:\"1480436165-vienna-christmas-market-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:44:\"1480436165-vienna-christmas-market-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:47:\"1480436165-vienna-christmas-market-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:47:\"1480436165-vienna-christmas-market-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:47:\"1480436165-vienna-christmas-market-1000x480.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:44:\"1480436165-vienna-christmas-market-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(481, 145, '_wp_attached_file', '2020/05/image.jpg'),
(482, 145, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2008;s:6:\"height\";i:1536;s:4:\"file\";s:17:\"2020/05/image.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"image-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"image-1024x783.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"image-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"image-1536x1175.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"image-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:15:\"image-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:15:\"image-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:18:\"image-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:15:\"image-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:15:\"image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:19:\"image-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:18:\"image-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:18:\"image-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:18:\"image-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:17:\"image-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:18:\"image-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:15:\"image-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(483, 146, '_wp_attached_file', '2020/05/london-carnaby-street.jpg'),
(484, 146, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1758;s:6:\"height\";i:1345;s:4:\"file\";s:33:\"2020/05/london-carnaby-street.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"london-carnaby-street-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"london-carnaby-street-1024x783.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"london-carnaby-street-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"london-carnaby-street-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"london-carnaby-street-1536x1175.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"london-carnaby-street-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"london-carnaby-street-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"london-carnaby-street-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:34:\"london-carnaby-street-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"london-carnaby-street-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"london-carnaby-street-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:35:\"london-carnaby-street-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"london-carnaby-street-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"london-carnaby-street-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"london-carnaby-street-1758x750.jpg\";s:5:\"width\";i:1758;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"london-carnaby-street-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"london-carnaby-street-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(485, 147, '_wp_attached_file', '2020/05/monaco-2-1920x800_1_1.jpg'),
(486, 147, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1046;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2020/05/monaco-2-1920x800_1_1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"monaco-2-1920x800_1_1-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"monaco-2-1920x800_1_1-1024x783.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"monaco-2-1920x800_1_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"monaco-2-1920x800_1_1-768x587.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"monaco-2-1920x800_1_1-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"monaco-2-1920x800_1_1-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"monaco-2-1920x800_1_1-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"monaco-2-1920x800_1_1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"monaco-2-1920x800_1_1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"monaco-2-1920x800_1_1-1046x500.jpg\";s:5:\"width\";i:1046;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"monaco-2-1920x800_1_1-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"monaco-2-1920x800_1_1-1046x750.jpg\";s:5:\"width\";i:1046;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"monaco-2-1920x800_1_1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"monaco-2-1920x800_1_1-1046x480.jpg\";s:5:\"width\";i:1046;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:31:\"monaco-2-1920x800_1_1-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(487, 148, '_wp_attached_file', '2020/05/paris-france-vantines-day-romantic-hotel-guides.jpg'),
(488, 148, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1176;s:6:\"height\";i:900;s:4:\"file\";s:59:\"2020/05/paris-france-vantines-day-romantic-hotel-guides.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"paris-france-vantines-day-romantic-hotel-guides-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"paris-france-vantines-day-romantic-hotel-guides-1024x784.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"paris-france-vantines-day-romantic-hotel-guides-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"paris-france-vantines-day-romantic-hotel-guides-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"paris-france-vantines-day-romantic-hotel-guides-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:57:\"paris-france-vantines-day-romantic-hotel-guides-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:57:\"paris-france-vantines-day-romantic-hotel-guides-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:60:\"paris-france-vantines-day-romantic-hotel-guides-1176x860.jpg\";s:5:\"width\";i:1176;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:57:\"paris-france-vantines-day-romantic-hotel-guides-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:57:\"paris-france-vantines-day-romantic-hotel-guides-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:60:\"paris-france-vantines-day-romantic-hotel-guides-1176x500.jpg\";s:5:\"width\";i:1176;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:59:\"paris-france-vantines-day-romantic-hotel-guides-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:60:\"paris-france-vantines-day-romantic-hotel-guides-1176x750.jpg\";s:5:\"width\";i:1176;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:59:\"paris-france-vantines-day-romantic-hotel-guides-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:60:\"paris-france-vantines-day-romantic-hotel-guides-1176x480.jpg\";s:5:\"width\";i:1176;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:57:\"paris-france-vantines-day-romantic-hotel-guides-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:20:\"guillaume de laubier\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(489, 149, '_wp_attached_file', '2020/05/SapphirePegasus-2015-0349.jpg'),
(490, 149, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:37:\"2020/05/SapphirePegasus-2015-0349.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"SapphirePegasus-2015-0349-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"SapphirePegasus-2015-0349-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"SapphirePegasus-2015-0349-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"SapphirePegasus-2015-0349-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-960x500.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:35:\"SapphirePegasus-2015-0349-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:26:\"Peter Ivan | MEDIA Tribune\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(491, 150, '_wp_attached_file', '2020/05/Vienna-Christmas-Markets-02.jpg'),
(492, 150, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1410;s:6:\"height\";i:940;s:4:\"file\";s:39:\"2020/05/Vienna-Christmas-Markets-02.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Vienna-Christmas-Markets-02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Vienna-Christmas-Markets-02-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Vienna-Christmas-Markets-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Vienna-Christmas-Markets-02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Vienna-Christmas-Markets-02-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Vienna-Christmas-Markets-02-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Vienna-Christmas-Markets-02-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:40:\"Vienna-Christmas-Markets-02-1410x860.jpg\";s:5:\"width\";i:1410;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Vienna-Christmas-Markets-02-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Vienna-Christmas-Markets-02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"Vienna-Christmas-Markets-02-1280x940.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"Vienna-Christmas-Markets-02-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Vienna-Christmas-Markets-02-768x940.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:40:\"Vienna-Christmas-Markets-02-1410x750.jpg\";s:5:\"width\";i:1410;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"Vienna-Christmas-Markets-02-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"Vienna-Christmas-Markets-02-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"Jaime J. Bestard\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:30:\"Copyright (C) Jaime J. Bestard\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(493, 151, '_wp_attached_file', '2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(494, 151, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:534;s:4:\"file\";s:69:\"2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:69:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:67:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:68:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:67:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:67:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:69:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:69:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-768x534.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:69:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(495, 152, '_wp_attached_file', '2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web.jpg'),
(496, 152, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:668;s:6:\"height\";i:519;s:4:\"file\";s:73:\"2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:73:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:73:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:73:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-188x146.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:71:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-50x39.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:71:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-97x75.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:71:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:71:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:73:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-668x500.jpg\";s:5:\"width\";i:668;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:73:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-668x480.jpg\";s:5:\"width\";i:668;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:71:\"w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web-20x16.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(497, 153, '_wp_attached_file', '2020/05/1480436165-vienna-christmas-market-1.jpg'),
(498, 153, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:765;s:4:\"file\";s:48:\"2020/05/1480436165-vienna-christmas-market-1.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1480436165-vienna-christmas-market-1-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1480436165-vienna-christmas-market-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"1480436165-vienna-christmas-market-1-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"1480436165-vienna-christmas-market-1-191x146.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-1-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-1-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:46:\"1480436165-vienna-christmas-market-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:49:\"1480436165-vienna-christmas-market-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:48:\"1480436165-vienna-christmas-market-1-768x765.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:49:\"1480436165-vienna-christmas-market-1-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:48:\"1480436165-vienna-christmas-market-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:49:\"1480436165-vienna-christmas-market-1-1000x480.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(504, 80, 'mfn-post-layout', 'no-sidebar'),
(505, 114, 'mfn-post-layout', 'no-sidebar'),
(508, 156, '_wp_page_template', 'default'),
(509, 156, 'slide_template', 'default'),
(510, 156, 'mfn-post-hide-content', '0'),
(511, 156, 'mfn-post-custom-layout', '0'),
(512, 156, 'mfn-post-slider', '0'),
(513, 156, 'mfn-post-slider-layer', '0'),
(514, 156, 'mfn-post-menu', '3'),
(515, 156, 'mfn-post-one-page', '0'),
(516, 156, 'mfn-post-hide-title', '1'),
(517, 156, 'mfn-post-remove-padding', '1'),
(518, 156, 'mfn-page-items', 'YTo0OntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI2MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czo2NzoiPGgyPiBWQcWgRSBMRVRBRExPIMSMRUvDgSBOQSBWw4FTLDxiciAvPk5FxIxFS0VKVEUgVlkgTkEgTsSaSiE8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiMTg4NDYzYjg3IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTo0OntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIzMWI1OTM5NjkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6InZpc3VhbCI7czozOiJ1aWQiO3M6OToiajFibXo2aW5lIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTozOntzOjU6InRpdGxlIjtzOjY6Ik8gTsOBUyI7czo3OiJjb250ZW50IjtzOjYxNDoiPGgzPk8gTsOBUzwvaDM+PHAgY2xhc3M9ImJpZyI+V0FQRSBKRVRTIGplIHNwb2xlxI1ub3N0IHDFr3NvYsOtY8OtIHYgb2JvcnUgc291a3JvbcOpIGxldGVja8OpIGRvcHJhdnksIGt0ZXLDoSBwb3NreXR1amUga29tcGxleG7DrSDFoWvDoWx1IHNsdcW+ZWIgYSDFmWXFoWVuw60gdiBkYW7DqW0gb2R2xJt0dsOtLiBacHJvc3TFmWVka292w6Fuw60gc291a3JvbcO9Y2ggbGV0xa8sIGtvdXDEmyBsZXRhZGxhIG5lYm8gcG9yYWRlbnN0dsOtIHNwYWTDoSBkbyBwb3J0Zm9saWEgV0FQRSBKRVRTIGppxb4gbW5vaG8gbGV0LiBaw6FrbGFkIHNwb2xlxI1ub3N0aSB0dm/FmcOtIHByb2Zlc2lvbsOhbG7DrSBhIGluZGl2aWR1w6FsbsOtIHDFmcOtc3R1cCBrZSBrYcW+ZMOpbXUga2xpZW50b3ZpLCB6YWxvxb5lbsO9IG5hIHNwb2x1cHLDoWNpIHMgcMWZZWRuw61taSBzdsSbdG92w71taSB2w71yb2JjaSBhIHByb3Zvem92YXRlbGkgbGV0YWRlbC4gPGJyPlByaW9yaXR5IHNwb2xlxI1ub3N0aSBzdG9qw60gbmEgxI10ecWZZWNoIHBldm7DvWNoIHBpbMOtxZnDrWNoOiBiZXpwZcSNbm9zdCwgZGlza3LDqXRub3N0LCBmbGV4aWJpbGl0YSwgaW5kaXZpZHXDoWxuw60gcMWZw61zdHVwLjwvcD4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToicXNvNXcwc3ZwIjtzOjQ6InNpemUiO3M6NzoiZGl2aWRlciI7czo1OiJpdGVtcyI7czowOiIiO3M6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6InQwMjlpc2RmNyI7czo0OiJzaXplIjtzOjM6IjIvMyI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoidmlzdWFsIjtzOjM6InVpZCI7czo5OiJ5eTVhdms2dXEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjM6e3M6NToidGl0bGUiO3M6NToiWnV6a2EiO3M6NzoiY29udGVudCI7czo4NDE6IjxoND5adXphbmEgUGV0w6Frb3bDoTwvaDQ+PHAgY2xhc3M9ImJpZyI+UGhEci4gWnV6YW5hIFBldMOha292w6EgamUgemFrbGFkYXRlbGthIHNwb2xlxI1ub3N0aSBXQVBFIEpFVFMsIGt0ZXLDoSBzZSBzcGVjaWFsaXp1amUgbmEgcHJpdsOhdG7DrSBsZXRlY3R2w60gemVqbcOpbmEgdiBvYmxhc3RpIHByb27DoWptdSBhIHByb2Rlamkgc291a3JvbcO9Y2ggbGV0YWRlbC48YnIgLz5Tdm91IGthcmnDqXJ1IHphxI1hbGEgdiBwcml2w6F0bsOtbSBsZXRlY3R2w60sIGtkZSBzZSB2xJtub3ZhbGEgcMWZZWRldsWhw61tIHByb2RlamkgbGV0YWRlbCwgbWFya2V0aW5ndSBhIGtvbXVuaWthY2kgbmEgbWV6aW7DoXJvZG7DrW0gcG9saS4gUG96ZMSbamkgcm96xaHDrcWZaWxhIHN2w6kgemt1xaFlbm9zdGkgbyBzZWdtZW50IGNlbG9zdsSbdG92xJsgdXpuw6F2YW7DvWNoIGx1eHVzbsOtY2ggYSBwcsOpbWlvdsO9Y2ggem5hxI1lay48YnIgLz5adXphbmEgaG92b8WZw60gYW5nbGlja3ksIGZyYW5jb3V6c2t5IGkgcnVza3kgYSB6YSBwb3NsZWRuw60gcm9reSBwcm9jZXN0b3ZhbGEgdMOpbcSbxZkgY2Vsw70gc3bEm3QuIETDrWt5IGplasOtbSB6a3XFoWVub3N0ZW0gVsOhbSBwb23Fr8W+ZSBuYWrDrXQgdHUgbmVqdmhvZG7Em2rFocOtIHZhcmlhbnR1IHBybyBWYcWhZSBjZXN0b3bDoW7DrSBhIHpwxZnDrWplbW7DrSB0YWsgxI1hcyBzdHLDoXZlbsO9IHZlIHZ6ZHVjaHUgaSBuYSB6ZW1pIGLEm2hlbSBwxZllbWlzxaVvdsOhbsOtIGRvIGPDrWxvdsOpIGRlc3RpbmFjZS48YnIgLz5CZXpwZcSNbm9zdCBhIHNwb2tvamVub3N0IGtsaWVudGEganNvdSBwcm8gbmkgcHJpb3JpdG91LjwvcD4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjEwOiJibG9ja3F1b3RlIjtzOjM6InVpZCI7czo5OiJhNGZ5NjhwaGIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjU6e3M6NzoiY29udGVudCI7czoxMDc6Ijxicj4NCjxoND5CZXpwZcSNbm9zdDxicj48YnI+DQpEaXNrcsOpdG5vc3Q8YnI+PGJyPg0KRmxleGliaWxpdGE8YnI+PGJyPg0KSW5kaXZpZHXDoWxuw60gcMWZw61zdHVwPGJyPjwvaDQ+IjtzOjY6ImF1dGhvciI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MzthOjQ6e3M6MzoidWlkIjtzOjk6ImNxdnNmY3c3cSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Imd1bnIwb2kyMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjY1OiJodHRwOi8vZGJ3ZWJ0ZXN0LmV1L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L3p1emthX3Nha29fOTYwLmpwZyI7czo0OiJzaXplIjtzOjU6ImxhcmdlIjtzOjU6IndpZHRoIjtzOjM6IjI0MCI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjU6InJpZ2h0IjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToiYTVmMmNmOWI3IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjM6IjEwMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIwIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJiOTljMmVlMzgiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiNWJkMTQ1MTU2IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MjI4OiI8aDI+xaBFVMWYRVRFIMSMQVMgQSBVxb1JSlRFIFNJIFBPSE9ETMONPGJyIC8+DQpQxZhJIENFU1RPVsOBTsONIFMgTsOBTUk8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJQb2TDrXZlanRlIHNlIG5hIG5hYsOtZGt1IG5hxaFpY2ggc2x1xb5lYiIgbGluaz0iaHR0cHM6Ly93YXBlamV0cy5jb20vY3Mvc2x1emJ5IiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTA6IjQwcHggMCAwIDAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTozO2E6Mzp7czozOiJ1aWQiO3M6OToidGZlNWVmMDJ1IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjV4a3Z0MWozdyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTo2OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NDoidGFicyI7czozOiJ1aWQiO3M6OToiM2Q3MDlmNzI4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo3OntzOjU6InRpdGxlIjtzOjA6IiI7czo1OiJjb3VudCI7czoxOiIzIjtzOjQ6InRhYnMiO2E6Mzp7aTowO2E6Mjp7czo1OiJ0aXRsZSI7czo4OiJBQk9VVCBVUyI7czo3OiJjb250ZW50IjtzOjQyNToiW29uZV9zaXh0aF1bL29uZV9zaXh0aF0NCg0KW29uZV90aGlyZF0NCjxwPkRvbmVjIHNhZ2l0dGlzIGZlbGlzIHBsYWNlcmF0IGNyYXMgYW1ldC4gU2VkIGluIGlwc3VtIG5vbiBkdWkgZWZmaWNpdHVyIHZvbHV0cGF0LiBWaXZhbXVzIHNjZWxlcmlzcXVlIGF0IG1hZ25hIG5vbiBudWxsYW0uIFByb2luIHNpdCBhbWV0IHRlbXBvciBsaWd1bGEuIERvbmVjIHNlZC48L3A+DQpbL29uZV90aGlyZF0NCg0KW29uZV90aGlyZF0NCjxwPkRvbmVjIHNhZ2l0dGlzIGZlbGlzIHBsYWNlcmF0IGNyYXMgYW1ldC4gU2VkIGluIGlwc3VtIG5vbiBkdWkgZWZmaWNpdHVyIHZvbHV0cGF0LiBWaXZhbXVzIHNjZWxlcmlzcXVlIGF0IG1hZ25hIG5vbiBudWxsYW0uIFByb2luIHNpdCBhbWV0IHRlbXBvciBsaWd1bGEuIERvbmVjIHNlZC48L3A+DQpbL29uZV90aGlyZF0iO31pOjE7YToyOntzOjU6InRpdGxlIjtzOjExOiJUSEUgSElTVE9SWSI7czo3OiJjb250ZW50IjtzOjQyMzoiW29uZV9zaXh0aF1bL29uZV9zaXh0aF0NCg0KW29uZV90aGlyZF0NCjxwPmVzdWFkYSBlbGl0IGxlY3R1cyBmZWxpcywgbWFsZXN1YWRhIHVsdHJpY2llcy4gQ3VyYWJpdHVyIGV0IGxpZ3VsYS4gVXQgbW9sZXN0aWUgYSwgdWx0cmljaWVzIHBvcnRhIHVybmEuIFZlc3RpYnVsdW0gY29tbW9kbyB2b2x1dHBhdCBhLCBjb252YWxsaXMgYWMsIGxhb3JlZXQgZW5pbS4gPC9wPg0KWy9vbmVfdGhpcmRdDQoNCltvbmVfdGhpcmRdDQo8cD5QaGFzZWxsdXMgZmVybWVudHVtIGluLCBkb2xvci4gUGVsbGVudGVzcXVlIGZhY2lsaXNpcy4gTnVsbGEgaW1wZXJkaWV0IHNpdCBhbWV0IG1hZ25hLiBWZXN0aWJ1bHVtIGRhcGlidXMsIG1hdXJpcyBuZWMgZmFtZXMgYWMgdHVycGlzIHZlbGl0LCByaG9uY3VzIGV1LCBsdWN0dXMuPC9wPg0KWy9vbmVfdGhpcmRdIjt9aToyO2E6Mjp7czo1OiJ0aXRsZSI7czo3OiJRVUFMSVRZIjtzOjc6ImNvbnRlbnQiO3M6NDI0OiJbb25lX3NpeHRoXVsvb25lX3NpeHRoXQ0KDQpbb25lX3RoaXJkXQ0KPHA+QWxpcXVhbSBlcmF0IGFjIGlwc3VtLiBJbnRlZ2VyIGFsaXF1YW0gcHVydXMuIFF1aXNxdWUgbG9yZW0gdG9ydG9yIGZyaW5naWxsYSBzZWQsIHZlc3RpYnVsdW0gaWQsIGVsZWlmZW5kIGp1c3RvIHZlbCBiaWJlbmR1bSBzYXBpZW4gbWFzc2EgYWMgdHVycGlzIGZhdWNpYnVzIG9yY2kuPC9wPg0KWy9vbmVfdGhpcmRdDQoNCltvbmVfdGhpcmRdDQo8cD5MdWN0dXMgbm9uLCBjb25zZWN0ZXR1ZXIgbG9ib3J0aXMgcXVpcywgdmFyaXVzIGluLCBwdXJ1cy4gSW50ZWdlciB1bHRyaWNlcyBwb3N1ZXJlIGN1YmlsaWEgQ3VyYWUsIE51bGxhIGlwc3VtIGRvbG9yIGxhY3VzLCBzdXNjaXBpdCBhZGlwaXNjaW5nLiBDdW0gc29jaWlzIG5hdG9xdWUuPC9wPg0KWy9vbmVfdGhpcmRdIjt9fXM6NDoidHlwZSI7czo4OiJjZW50ZXJlZCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czozOiJ1aWQiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo4OiJvdXJfdGVhbSI7czozOiJ1aWQiO3M6OToiM2MyYzRjNDhkIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxNzp7czo3OiJoZWFkaW5nIjtzOjA6IiI7czo1OiJpbWFnZSI7czo2NjoiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9hYm91dDEuanBnIjtzOjU6InRpdGxlIjtzOjEyOiJCUkFORE9OIFJPU1MiO3M6ODoic3VidGl0bGUiO3M6MTY6IkludGVnZXIgdWx0cmljZXMiO3M6NToicGhvbmUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6NjY6IlF1aXNxdWUgZWxlbWVudHVtIG1hdHRpcyByaXN1cywgdml0YWUgc29kYWxlcyB2ZWxpdCB1bHRyaWNlcyBzZWQuICI7czo1OiJlbWFpbCI7czowOiIiO3M6ODoiZmFjZWJvb2siO3M6MDoiIjtzOjc6InR3aXR0ZXIiO3M6MDoiIjtzOjg6ImxpbmtlZGluIjtzOjA6IiI7czo1OiJ2Y2FyZCI7czowOiIiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjg6InZlcnRpY2FsIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo4OiJvdXJfdGVhbSI7czozOiJ1aWQiO3M6OToiZmQzNTI5ZmJmIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxNzp7czo3OiJoZWFkaW5nIjtzOjA6IiI7czo1OiJpbWFnZSI7czo2NjoiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9hYm91dDMuanBnIjtzOjU6InRpdGxlIjtzOjEwOiJBTElDRSBCT1lEIjtzOjg6InN1YnRpdGxlIjtzOjE3OiJTdXNwZW5kaXNzZSBtYWxlcyI7czo1OiJwaG9uZSI7czowOiIiO3M6NzoiY29udGVudCI7czo2NzoiUXVpc3F1ZSB2ZWwgcXVhbSBuZXF1ZS4gQ3VyYWJpdHVyIGV1aXNtb2QgdnVscHV0YXRlIGF1Z3VlIHNpdCBhbWV0LiI7czo1OiJlbWFpbCI7czowOiIiO3M6ODoiZmFjZWJvb2siO3M6MDoiIjtzOjc6InR3aXR0ZXIiO3M6MDoiIjtzOjg6ImxpbmtlZGluIjtzOjA6IiI7czo1OiJ2Y2FyZCI7czowOiIiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjg6InZlcnRpY2FsIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MzthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImMyN2xtZm1hdiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjE5ODoiPGgyIHN0eWxlPSJjb2xvcjogI2NjYjQ3YTsiPlRBS0UgQSBQUklWQVRFIEpFVDxiciAvPg0KT04gWU9VUiBCVVNJTkVTUyBUUklQPGJyIC8+DQpBTkQgRElTQ09WRVIgTFVYVVJZIFRSQVZFTDwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlJFQUQgTU9SRSIgbGluaz0iIyIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjg6Im91cl90ZWFtIjtzOjM6InVpZCI7czo5OiJlYzhjOTkxYTEiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE3OntzOjc6ImhlYWRpbmciO3M6MDoiIjtzOjU6ImltYWdlIjtzOjY1OiJodHRwOi8vZGJ3ZWJ0ZXN0LmV1L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L3p1emthX3Nha29fOTYwLmpwZyI7czo1OiJ0aXRsZSI7czoxNzoiWlVaQU5BIFBFVMOBS09Ww4EiO3M6ODoic3VidGl0bGUiO3M6MDoiIjtzOjU6InBob25lIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjgyMToiPHAgY2xhc3M9ImJpZyI+UGhEci4gWnV6YW5hIFBldMOha292w6EgamUgemFrbGFkYXRlbGthIHNwb2xlxI1ub3N0aSBXQVBFIEpFVFMsIGt0ZXLDoSBzZSBzcGVjaWFsaXp1amUgbmEgcHJpdsOhdG7DrSBsZXRlY3R2w60gemVqbcOpbmEgdiBvYmxhc3RpIHByb27DoWptdSBhIHByb2Rlamkgc291a3JvbcO9Y2ggbGV0YWRlbC48YnIgLz4NClN2b3Uga2FyacOpcnUgemHEjWFsYSB2IHByaXbDoXRuw61tIGxldGVjdHbDrSwga2RlIHNlIHbEm25vdmFsYSBwxZllZGV2xaHDrW0gcHJvZGVqaSBsZXRhZGVsLCBtYXJrZXRpbmd1IGEga29tdW5pa2FjaSBuYSBtZXppbsOhcm9kbsOtbSBwb2xpLiBQb3pkxJtqaSByb3rFocOtxZlpbGEgc3bDqSB6a3XFoWVub3N0aSBvIHNlZ21lbnQgY2Vsb3N2xJt0b3bEmyB1em7DoXZhbsO9Y2ggbHV4dXNuw61jaCBhIHByw6ltaW92w71jaCB6bmHEjWVrLjxiciAvPg0KWnV6YW5hIGhvdm/FmcOtIGFuZ2xpY2t5LCBmcmFuY291enNreSBpIHJ1c2t5IGEgemEgcG9zbGVkbsOtIHJva3kgcHJvY2VzdG92YWxhIHTDqW3Em8WZIGNlbMO9IHN2xJt0LiBEw61reSBqZWrDrW0gemt1xaFlbm9zdGVtIFbDoW0gcG9txa/FvmUgbmFqw610IHR1IG5lanZob2RuxJtqxaHDrSB2YXJpYW50dSBwcm8gVmHFoWUgY2VzdG92w6Fuw60gYSB6cMWZw61qZW1uw60gdGFrIMSNYXMgc3Ryw6F2ZW7DvSB2ZSB2emR1Y2h1IGkgbmEgemVtaSBixJtoZW0gcMWZZW1pc8Wlb3bDoW7DrSBkbyBjw61sb3bDqSBkZXN0aW5hY2UuPGJyIC8+DQpCZXpwZcSNbm9zdCBhIHNwb2tvamVub3N0IGtsaWVudGEganNvdSBwcm8gbmkgcHJpb3JpdG91LjwvcD4iO3M6NToiZW1haWwiO3M6MDoiIjtzOjg6ImZhY2Vib29rIjtzOjA6IiI7czo3OiJ0d2l0dGVyIjtzOjA6IiI7czo4OiJsaW5rZWRpbiI7czowOiIiO3M6NToidmNhcmQiO3M6MDoiIjtzOjEwOiJibG9ja3F1b3RlIjtzOjA6IiI7czo1OiJzdHlsZSI7czo4OiJ2ZXJ0aWNhbCI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjU7YTo0OntzOjQ6InR5cGUiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MzoidWlkIjtzOjk6ImR5end6aDN2aSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6NTp7czo3OiJjb250ZW50IjtzOjk3OiI8YnI+DQo8aDM+VcW+aWp0ZSBzaSBkaXNrcsOpdG5vc3QgYSBwb2hvZGzDrTxicj48YnI+DQpwxZlpIGNlc3RvdsOhbsOtIHMgbsOhbWk8YnI+PGJyPg0KPGJyPjwvaDM+IjtzOjY6ImF1dGhvciI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),
(519, 156, 'mfn-page-items-seo', 'Heading\n<h2> VAŠE LETADLO ČEKÁ NA VÁS,<br />NEČEKEJTE VY NA NĚJ!</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nO NÁS\n<h3>O NÁS</h3><p class=\"big\">WAPE JETS je společnost působící v oboru soukromé letecké dopravy, která poskytuje komplexní škálu služeb a řešení v daném odvětví. Zprostředkování soukromých letů, koupě letadla nebo poradenství spadá do portfolia WAPE JETS již mnoho let. Základ společnosti tvoří profesionální a individuální přístup ke každému klientovi, založený na spolupráci s předními světovými výrobci a provozovateli letadel. <br>Priority společnosti stojí na čtyřech pevných pilířích: bezpečnost, diskrétnost, flexibilita, individuální přístup.</p>\n\nZuzka\n<h4>Zuzana Petáková</h4><p class=\"big\">PhDr. Zuzana Petáková je zakladatelka společnosti WAPE JETS, která se specializuje na privátní letectví zejména v oblasti pronájmu a prodeji soukromých letadel.<br />Svou kariéru začala v privátním letectví, kde se věnovala především prodeji letadel, marketingu a komunikaci na mezinárodním poli. Později rozšířila své zkušenosti o segment celosvětově uznávaných luxusních a prémiových značek.<br />Zuzana hovoří anglicky, francouzsky i rusky a za poslední roky procestovala téměř celý svět. Díky jejím zkušenostem Vám pomůže najít tu nejvhodnější variantu pro Vaše cestování a zpříjemní tak čas strávený ve vzduchu i na zemi během přemisťování do cílové destinace.<br />Bezpečnost a spokojenost klienta jsou pro ni prioritou.</p>\n\n<br>\r\n<h4>Bezpečnost<br><br>\r\nDiskrétnost<br><br>\r\nFlexibilita<br><br>\r\nIndividuální přístup<br></h4>\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2020/05/zuzka_sako_960.jpg\" alt=\"zuzka_sako_960\"/>\nlarge\n240\nright\n\nHeading\n<h2>ŠETŘETE ČAS A UŽIJTE SI POHODLÍ<br />\r\nPŘI CESTOVÁNÍ S NÁMI<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na nabídku našich služeb\" link=\"httpss://wapejets.com/cs/sluzby\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nABOUT US: [one_sixth][/one_sixth]\r\n\r\n[one_third]\r\n<p>Donec sagittis felis placerat cras amet. Sed in ipsum non dui efficitur volutpat. Vivamus scelerisque at magna non nullam. Proin sit amet tempor ligula. Donec sed.</p>\r\n[/one_third]\r\n\r\n[one_third]\r\n<p>Donec sagittis felis placerat cras amet. Sed in ipsum non dui efficitur volutpat. Vivamus scelerisque at magna non nullam. Proin sit amet tempor ligula. Donec sed.</p>\r\n[/one_third]\n\nTHE HISTORY: [one_sixth][/one_sixth]\r\n\r\n[one_third]\r\n<p>esuada elit lectus felis, malesuada ultricies. Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim. </p>\r\n[/one_third]\r\n\r\n[one_third]\r\n<p>Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna. Vestibulum dapibus, mauris nec fames ac turpis velit, rhoncus eu, luctus.</p>\r\n[/one_third]\n\nQUALITY: [one_sixth][/one_sixth]\r\n\r\n[one_third]\r\n<p>Aliquam erat ac ipsum. Integer aliquam purus. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci.</p>\r\n[/one_third]\r\n\r\n[one_third]\r\n<p>Luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque.</p>\r\n[/one_third]\n\ncentered\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_about1.jpg\" alt=\"home_jet_about1\"/>\nBRANDON ROSS\nInteger ultrices\nQuisque elementum mattis risus, vitae sodales velit ultrices sed.\nvertical\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_about3.jpg\" alt=\"home_jet_about3\"/>\nALICE BOYD\nSuspendisse males\nQuisque vel quam neque. Curabitur euismod vulputate augue sit amet.\nvertical\n\nHeading\n<h2 style=\"color: #ccb47a;\">TAKE A PRIVATE JET<br />\r\nON YOUR BUSINESS TRIP<br />\r\nAND DISCOVER LUXURY TRAVEL</h2>\r\n[divider height=\"40\"]\r\n[button title=\"READ MORE\" link=\"#\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2020/05/zuzka_sako_960.jpg\" alt=\"zuzka_sako_960\"/>\nZUZANA PETÁKOVÁ\n<p class=\"big\">PhDr. Zuzana Petáková je zakladatelka společnosti WAPE JETS, která se specializuje na privátní letectví zejména v oblasti pronájmu a prodeji soukromých letadel.<br />\r\nSvou kariéru začala v privátním letectví, kde se věnovala především prodeji letadel, marketingu a komunikaci na mezinárodním poli. Později rozšířila své zkušenosti o segment celosvětově uznávaných luxusních a prémiových značek.<br />\r\nZuzana hovoří anglicky, francouzsky i rusky a za poslední roky procestovala téměř celý svět. Díky jejím zkušenostem Vám pomůže najít tu nejvhodnější variantu pro Vaše cestování a zpříjemní tak čas strávený ve vzduchu i na zemi během přemisťování do cílové destinace.<br />\r\nBezpečnost a spokojenost klienta jsou pro ni prioritou.</p>\nvertical\n\n<br>\r\n<h3>Užijte si diskrétnost a pohodlí<br><br>\r\npři cestování s námi<br><br>\r\n<br></h3>\n\n'),
(520, 156, '_dp_original', '27'),
(521, 156, '_edit_lock', '1598828855:1'),
(522, 156, '_edit_last', '1'),
(523, 156, 'rs_page_bg_color', '#ffffff'),
(524, 156, '_wpb_vc_js_status', 'false'),
(525, 27, '_edit_lock', '1591259719:1'),
(526, 158, '_wp_attached_file', '2020/05/zuzka_sako_960.jpg'),
(527, 158, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"file\";s:26:\"2020/05/zuzka_sako_960.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"zuzka_sako_960-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"zuzka_sako_960-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"zuzka_sako_960-97x146.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"zuzka_sako_960-33x50.jpg\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"zuzka_sako_960-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:26:\"zuzka_sako_960-640x860.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"zuzka_sako_960-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"zuzka_sako_960-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:26:\"zuzka_sako_960-640x500.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:26:\"zuzka_sako_960-640x750.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"zuzka_sako_960-640x750.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:26:\"zuzka_sako_960-640x480.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:24:\"zuzka_sako_960-13x20.jpg\";s:5:\"width\";i:13;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:55:\"ALL RIGHTS RESERVED \nradovan@subin.cz\nTEL +420608118788\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(550, 161, '_wp_page_template', 'default'),
(551, 161, 'slide_template', 'default'),
(552, 161, 'mfn-post-hide-content', '0'),
(553, 161, 'mfn-post-custom-layout', '0'),
(554, 161, 'mfn-post-slider', '0'),
(555, 161, 'mfn-post-slider-layer', '0'),
(556, 161, 'mfn-post-menu', '3'),
(557, 161, 'mfn-post-one-page', '0'),
(558, 161, 'mfn-post-hide-title', '1'),
(559, 161, 'mfn-post-remove-padding', '1'),
(560, 161, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI2MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czo1MzoiPGgyPkZBS1RPUlkgT1ZMSVbFh1VKw41Dw40gQ0VOVSBTT1VLUk9Nw4lITyBMRVRVPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6IjE4ODQ2M2I4NyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToicXNvNXcwc3ZwIjtzOjQ6InNpemUiO3M6NzoiZGl2aWRlciI7czo1OiJpdGVtcyI7czowOiIiO3M6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6InQwMjlpc2RmNyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiI1ZHdjbHpscWoiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkZha3RvcnkiO3M6NzoiY29udGVudCI7czoyMTE1OiI8aDY+VHlwIGxldGFkbGE8L2g2Pg0KPHAgY2xhc3M9ImJpZyI+UHJvbsOhamVtIG1lbsWhw61obyBqZSB6cHJhdmlkbGEgbGV2bsSbasWhw60sIGF2xaFhayBzIHbEm3TFocOtbSBsZXRhZGxlbSByb3N0ZSBrb21mb3J0IG5lYm8gamVobyByeWNobG9zdCwgY2/FviBzZSBwcm9qZXZ1amUgdmUgZmluw6FsbsOtbSDEjWFzZSBsZXR1LiBGYWt0b3J5IG92bGl2xYh1asOtY8OtIGNlbnUgcHJvbsOham11IHYgdG9tdG8gcMWZw61wYWRuxJsganNvdSB0YWvDqSBuYXDFmS4gcG/FmWl6b3ZhY8OtIGEgcHJvdm96bsOtIG7DoWtsYWR5IGxldGFkbGEuIDwvcD48YnIgLz4NCjxoNj5WemTDoWxlbm9zdDwvaDY+DQo8cCBjbGFzcz0iYmlnIj5WemTDoWxlbm9zdCBkZXN0aW5hY2UgaSBkw6lsa2EgcG/FvmFkb3ZhbsOpIHRyYXN5IG92bGl2xYh1asOtIGxldG92w70gxI1hcywga3RlcsO9IGplIGplZG7DrW0geiBobGF2bsOtY2ggZmFrdG9yxa8gdXLEjXVqw61jw60gY2VudSBwcm9uw6FqbXUgcHJpdsOhdG7DrWhvIGxldGFkbGEuPC9wPjxiciAvPg0KDQo8aDY+WnDDoXRlxI1uw60gbGV0PC9oNj4NCjxwIGNsYXNzPSJiaWciPkTDqWxrYSBwb2J5dHUgdiBwxZllY2hvZG7DqSBuZWJvIGPDrWxvdsOpIGRlc3RpbmFjaSBvdmxpdsWIdWplIGNlbnUgcHJvbsOham11IGxldGFkbGEgeiBkxa92b2R1IHBhcmtvdsOhbsOtLiBWIHrDoXZpc2xvc3RpIG5hIGxldG92w6ltIHByb2dyYW11IMSNaW7DrSBtYXhpbcOhbG7DrSBkb2JhIHBhcmtvdsOhbsOtIGxldGFkbGEgNCBub2NpLjxicj4NClBva3VkIGplIHBvYnl0IGRlbMWhw61obyBjaGFyYWt0ZXJ1LCBrYWxrdWx1amUgc2UgxI1hc3RvIGpha28gZHZhIGplZG5vc23Em3Juw6kgbGV0eS48L3A+PGJyIC8+DQoNCjxoNj5KZWRub3NtxJtybsO9IGxldDwvaDY+DQo8cCBjbGFzcz0iYmlnIj5DZW5hIGplZG5vc23Em3Juw6lobyBsZXR1IG3Fr8W+ZSBiw710IHZ5xaHFocOtIGt2xa9saSB6YXBvxI10ZW7DrSBwcsOhemRuw6lobyBwxZllbGV0dSB6cMSbdCBuYSBkb21vdnNrw6kgbGV0acWhdMSbLiAgViBwcmF4aSBzZSB2xaFhayBzbmHFvsOtbWUgcHLDoXpkbsOpIGxldHkgbWF4aW3DoWxuxJsgZWxpbWlub3ZhdCwgYWJ5Y2hvbSBjbyBuZWp2w61jZSB2eWhvdsSbbGkga2xpZW50xa9tIHZ6aGxlZGVtIGsgcG9za3l0bnV0w60gY28gbmVqdsO9aG9kbsSbasWhw60gY2VueS48L3A+PGJyIC8+DQoNCjxoNj5KZSBjZW5hIGtvbmXEjW7DoSwgbmVibyBWw6FzIMSNZWthasOtIGplxaF0xJsgZGFsxaHDrSBza3J5dMOpIHBvcGxhdGt5PzwvaDY+DQo8cCBjbGFzcz0iYmlnIj5DZW5hIHYgbmFiw61kY2UgamUga29uZcSNbsOhLiBOZXphaHJudWplIHBvdXplIHDFmcOtcGFkbsOpIHBvcGxhdGt5IHphIG9kbXJhem92w6Fuw60gbGV0YWRsYSAocMWZZXbDocW+bsSbIHYgemltbsOtbSBvYmRvYsOtIG5lYm8gZGVzdGluYWNpLCBrdGVyw6EgamVqIHZ5xb5hZHVqZSkuIE9kbXJhem92w6Fuw60gamUgZmFrdHVyb3bDoW5vIGHFviBwbyB1c2t1dGXEjW7Em27DrSBsZXR1Ljxicj4NCkNlbmEgdiBuYWLDrWRjZSB6YWhybnVqZSBuw6FzbGVkdWrDrWPDrSBwb3BsYXRreTogVklQIGNhdGVyaW5nLCBvZGJhdmVuw60gbGV0YWRsYSB0enYuIGhhbmRsaW5nLCBwxZlpc3TDoXZhY8OtIHBvcGxhdGt5IGFwb2QuPC9wPjxiciAvPg0KDQo8aDY+Vnp0YWh1amUgc2UgbmEgY2VudSBsZXR1IGRhxYggeiBwxZlpZGFuw6kgaG9kbm90eSAoRFBIKT88L2g2Pg0KPHAgY2xhc3M9ImJpZyI+RFBIIHNlIHZ6dGFodWplIHBvdXplIG5hIHZuaXRyb3N0w6F0bsOtIGxldHkuPC9wPjxiciAvPg0KDQo8aDY+VXBsYXTFiHVqZXRlIG5hIHByaXbDoXRuw60gbGV0IHN0b3JubyBwb3BsYXRreSBwxZlpIGplaG8genJ1xaFlbsOtPzwvaDY+DQo8cCBjbGFzcz0iYmlnIj5Bbm8uIFYgcMWZw61wYWTEmywgxb5lIHNlIHJvemhvZG5ldGUgenJ1xaFpdCBWw6HFoSB6w6F2YXpuxJsgcmV6ZXJ2b3ZhbsO9IGxldCBwxZllZCBwbMOhbm92YW7DvW0gb2RsZXRlbSwgc3Rvcm5vIHBvcGxhdGt5IGpzb3UgdXBsYXRuxJtueS4gSmVqaWNoIHbDvcWhZSBqZSB6YXpuYW1lbsOhbmEgdiB6w6F2YXpuw6kgcmV6ZXJ2YWNpIGEgcG9kcGlzdSBzbWxvdXZ5LjwvcD4iO3M6NToiYWxpZ24iO3M6NDoibGVmdCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImE1ZjJjZjliNyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI0MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIwIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJiOTljMmVlMzgiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiNWJkMTQ1MTU2IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MjU4OiI8aDI+VllCRVJFTUUgIFBSTyBWw4FTIFZIT0ROw4kgTEVUQURMTyw8YnI+DQpaQUpJU1TDjU1FIFRSQU5TUE9SVCBaL05BIExFVEnFoFTEmjxicj4NCkEgQ0FURVJJTkcgUE9ETEUgVkHFoEVITyBQxZjDgU7DjTwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlpwxJt0IG5hIG5hYsOtZGt1IG5hxaFpY2ggc2x1xb5lYiIgbGluaz0iaHR0cDovL2Rid2VidGVzdC5ldS9zbHV6YnkvIiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTA6IjQwcHggMCAwIDAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),
(561, 161, 'mfn-page-items-seo', 'Heading\n<h2>FAKTORY OVLIVŇUJÍCÍ CENU SOUKROMÉHO LETU</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nFaktory\n<h6>Typ letadla</h6>\r\n<p class=\"big\">Pronájem menšího je zpravidla levnější, avšak s větším letadlem roste komfort nebo jeho rychlost, což se projevuje ve finálním čase letu. Faktory ovlivňující cenu pronájmu v tomto případně jsou také např. pořizovací a provozní náklady letadla. </p><br />\r\n<h6>Vzdálenost</h6>\r\n<p class=\"big\">Vzdálenost destinace i délka požadované trasy ovlivňují letový čas, který je jedním z hlavních faktorů určující cenu pronájmu privátního letadla.</p><br />\r\n\r\n<h6>Zpáteční let</h6>\r\n<p class=\"big\">Délka pobytu v přechodné nebo cílové destinaci ovlivňuje cenu pronájmu letadla z důvodu parkování. V závislosti na letovém programu činí maximální doba parkování letadla 4 noci.<br>\r\nPokud je pobyt delšího charakteru, kalkuluje se často jako dva jednosměrné lety.</p><br />\r\n\r\n<h6>Jednosměrný let</h6>\r\n<p class=\"big\">Cena jednosměrného letu může být vyšší kvůli započtení prázdného přeletu zpět na domovské letiště. V praxi se však snažíme prázdné lety maximálně eliminovat, abychom co nejvíce vyhověli klientům vzhledem k poskytnutí co nejvýhodnější ceny.</p><br />\r\n\r\n<h6>Je cena konečná, nebo Vás čekají ještě další skryté poplatky?</h6>\r\n<p class=\"big\">Cena v nabídce je konečná. Nezahrnuje pouze případné poplatky za odmrazování letadla (převážně v zimním období nebo destinaci, která jej vyžaduje). Odmrazování je fakturováno až po uskutečnění letu.<br>\r\nCena v nabídce zahrnuje následující poplatky: VIP catering, odbavení letadla tzv. handling, přistávací poplatky apod.</p><br />\r\n\r\n<h6>Vztahuje se na cenu letu daň z přidané hodnoty (DPH)?</h6>\r\n<p class=\"big\">DPH se vztahuje pouze na vnitrostátní lety.</p><br />\r\n\r\n<h6>Uplatňujete na privátní let storno poplatky při jeho zrušení?</h6>\r\n<p class=\"big\">Ano. V případě, že se rozhodnete zrušit Váš závazně rezervovaný let před plánovaným odletem, storno poplatky jsou uplatněny. Jejich výše je zaznamenána v závazné rezervaci a podpisu smlouvy.</p>\nleft\nno-repeat;left top;;\nauto\n\nHeading\n<h2>VYBEREME PRO VÁS VHODNÉ LETADLO,<br>\r\nZAJISTÍME TRANSPORT Z/NA LETIŠTĚ<br>\r\nA CATERING PODLE VAŠEHO PŘÁNÍ</h2>\r\n[divider height=\"40\"]\r\n[button title=\"Zpět na nabídku našich služeb\" link=\"http://dbwebtest.eu/sluzby/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(563, 161, 'rs_page_bg_color', '#ffffff'),
(564, 161, '_wpb_vc_js_status', 'false'),
(565, 161, '_dp_original', '156'),
(566, 161, '_edit_lock', '1605465414:1'),
(567, 161, '_edit_last', '1'),
(568, 163, '_wp_page_template', 'default'),
(569, 163, 'slide_template', 'default'),
(570, 163, 'mfn-post-hide-content', '0'),
(571, 163, 'mfn-post-custom-layout', '0'),
(572, 163, 'mfn-post-slider', '0'),
(573, 163, 'mfn-post-slider-layer', '0'),
(574, 163, 'mfn-post-menu', '3'),
(575, 163, 'mfn-post-one-page', '1'),
(576, 163, 'mfn-post-hide-title', '1'),
(577, 163, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(578, 163, 'mfn-page-items', 'YTo1OntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMzoiPGgyPk5BxaBFIFBST0pFS1RZPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6IjE4ODQ2M2I4NyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NzoiamV0Ym9vayI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjU6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6Imk3djF1NDlrZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJseWV5bXR2enQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjg6IkpldCBCb29rIjtzOjc6ImNvbnRlbnQiO3M6MTc6IjxoMz5KZXQgQm9vazwvaDM+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJ2aXN1YWwiO3M6MzoidWlkIjtzOjk6Imx4bjJqc3BjMSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6Mzp7czo1OiJ0aXRsZSI7czo2OiJPIE7DgVMiO3M6NzoiY29udGVudCI7czo0NjQ6IjxwIGNsYXNzPSJiaWciPlZlIHNwb2x1cHLDoWNpIHNlIHNwb2xlxI1ub3N0w60gTWVkaWEgVHJpYnVuZSZuYnNwO2J5bGEgdnlkw6FuYSBqacW+IGRydWjDoSBlZGljZSB1bmlrw6F0bsOtIGtuaWh5IEpldCBCb29rLCBrdGVyw71wxZlpbsOhxaHDrSB2xaFlbSBvcGVyw6F0b3LFr20sIHN0w6F2YWrDrWPDrW0gaSBidWRvdWPDrW0gbWFqaXRlbMWvbSBsZXRhZGVsIGEgZmFub3XFoWvFr20gbGV0ZWN0dsOtIGtvbXBsZXhuw61obyBhIHNyb3p1bWl0ZWxuw6lobyBwcsWvdm9kY2Ugc3bEm3RlbSBvYmNob2Ruw61jaCBsZXRhZGVsIGkgaGVsaWtvcHTDqXIuPGJyPktuaWhhIGplIHBsbsOhIHBvZHJvYm7DvWNoIHXFvml0ZcSNbsO9Y2ggaW5mb3JtYWPDrSBvIGplZG5vdGxpdsO9Y2ggc3Ryb2rDrWNoLCBrdGVyw6kgcHJvIGtuaWh1IHBvc2t5dGxpIHDFmcOtbW8gamVkbm90bGl2w60gdsO9cm9iY2kgbGV0YWRlbC48L3A+IjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo2OiJ2aXN1YWwiO3M6MzoidWlkIjtzOjk6InNpYWg3dW1paCI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6Mzp7czo1OiJ0aXRsZSI7czo2OiJPIE7DgVMiO3M6NzoiY29udGVudCI7czo0ODc6IjxwIGNsYXNzPSJiaWciPkplIHRhayB6w6FzYWRuw60gcHVibGlrYWPDrSBwcm8ga2HFvmTDqWhvLCBrZG8gc2UgY2hjZSBkb3p2xJtkxJt0IG5lamFrdHXDoWxuxJtqxaHDrSBkYXRhLCBzdGF0aXN0aWt5IGEgemFqw61tYXZvc3RpIG8gb2JjaG9kbsOtY2ggbGV0YWRsZWNoIGkgaGVsaWtvcHTDqXLDoWNoIGEgcHJvaGzDqWRub3V0IHNpIGplamljaCBleGtsdXppdm7DrSBmb3RvZ3JhZmllLjxiciAvPlB1Ymxpa2FjZSBKZXQgQm9vayBwcmV6ZW50dWplIGtvbXBsZXRuw60gcG9ydGZvbGlvIHbFoWVjaCBkb3N0dXBuw71jaCBidXNpbmVzcyBqZXTFryBhIGhlbGlrb3B0w6lyIGEgb2JzYWh1amUgdGFrw6kgc8OpcmlpIHJvemhvdm9yxa8gcyBsw61kcnkgbGV0ZWNrw6lobyBidXNpbmVzc3UuIEplIHZ5ZMOhdsOhbmEgdiBhbmdsacSNdGluxJssIHRpxaF0xJtuw6EgbmEgcHLDqW1pb3bDqW0gbWF0bsOpbSBwYXDDrcWZZSBuYSAyMzIgc3RyYW7DoWNoLjwvcD4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiZTQ0a2Y4bmlwIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImttZTZpNzZudCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTY6IlDFmWVobGVkIGthcGl0b2wiO3M6NzoiY29udGVudCI7czoyNToiPGg1PlDFmWVobGVkIGthcGl0b2w8L2g1PiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjM6IjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6InZpc3VhbCI7czozOiJ1aWQiO3M6OToiYmtpY3VoZnR2IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTozOntzOjU6InRpdGxlIjtzOjEwOiJLYXBpdG9seSAxIjtzOjc6ImNvbnRlbnQiO3M6MTc0OiI8cCBjbGFzcz0iYmlnIj5BRVJJT04gQ09SUE9SQVRJT048YnIgLz5BSVJCVVMgUy5BLlM8YnIgLz5USEUgQk9FSU5HIENPT01QQU5ZPGJyIC8+Qk9NQkFSSURFUiBJTkMuPGJyIC8+Q0VTU05BIEFJUkNSQUZUIENPT01QQU5ZPGJyIC8+Q0lSUlVTIEFJUkNBRlQ8YnIgLz5EQVNTQVVMVCBBVklBVElPTjwvcD4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjY6InZpc3VhbCI7czozOiJ1aWQiO3M6OToidnJsOHQweWcyIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTozOntzOjU6InRpdGxlIjtzOjEwOiJrYXBpdG9seSAyIjtzOjc6ImNvbnRlbnQiO3M6MTU0OiI8cCBjbGFzcz0iYmlnIj5FTUJSQUVSIFMuQS48YnIgLz5HVUxGU1RSRUFNIEFFUk9TUEFDRSBDT1JQLjxiciAvPkhPTkRBSkVUPGJyIC8+UElMQVRVUyBBSVJDUkFGVDxiciAvPlNVUEVSSkVUIElOVEVSTkFUSU9OQUwgU1BBPGJyIC8+U1lCRVJKRVQgQUlSQ1JBRlQ8L3A+IjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MzthOjQ6e3M6NDoidHlwZSI7czo2OiJ2aXN1YWwiO3M6MzoidWlkIjtzOjk6ImxlYzU2YWh2MSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6Mzp7czo1OiJ0aXRsZSI7czoxMDoia2FwaXRvbHkgMiI7czo3OiJjb250ZW50IjtzOjE2NjoiPHAgY2xhc3M9ImJpZyI+QUlSQlVTIEhFTElDT1BURVJTPGJyIC8+QVVHVVNUQSBXRVNUTEFORDxiciAvPkJFTEwgVEVYVFJPTjxiciAvPlNJS09SU0tZIEFJUkNSQUZUIENPTVBBTlk8YnIgLz5ST0JJTlNPTiBIRUxJQ09QVEVSIENPTVBBTlk8YnIgLz5SVVNTSUFOIEhFTElDT1BURVJTPC9wPiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjM6InVpZCI7czo5OiJjMDE2Y2NvbWMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjEzOiJpbWFnZV9nYWxsZXJ5IjtzOjM6InVpZCI7czo5OiJia3lqNHozdWQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjY6e3M6MzoiaWRzIjtzOjE1OiIxNjUsMTY2LDE2NywxNjgiO3M6NzoiY29sdW1ucyI7czoxOiI0IjtzOjQ6InNpemUiO3M6NDoiZnVsbCI7czo1OiJzdHlsZSI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJtaWRkbGUiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MzthOjQ6e3M6MzoidWlkIjtzOjk6IjAxajI0dnEzOSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6InB3MjcwcDZiOCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjcwOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L2pldGJvb2tfbm9fYmFjay1zZWwucG5nIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgNDBweCAwIDQwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MzoiMHB4IjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJtaWRkbGUiO3M6NToiY2xhc3MiO3M6MjE6IkVxdWFsIEhlaWdodCBvZiBXcmFwcyI7fX1pOjQ7YTo0OntzOjM6InVpZCI7czo5OiI4dGdmaTN2cWgiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibjBxczJha2FqIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxMjoiSmV0Qm9vayBjZW5hIjtzOjc6ImNvbnRlbnQiO3M6NDI6IjxoNT5KZXQgQm9vayBzaSBtxa/FvmV0ZSBvYmplZG5hdCB6ZGU8L2g1PiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJvcmxrNmhya3giO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjEyOiJKZXRCb29rIGNlbmEiO3M6NzoiY29udGVudCI7czoyMjoiPGg1PmNlbmE6IDEyMCBFVVI8L2g1PiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJrbXYzc3NzdHIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjIxOiJKZXRCb29rIC0gb2JqZWRuw6F2a2EiO3M6NzoiY29udGVudCI7czozNToiW2NhbGRlcmFfZm9ybSBpZD0iQ0Y1ZWQzODExOWEyMmRhIl0iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMDoiMjBweCAwIDAgMCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czoyMToiRXF1YWwgSGVpZ2h0IG9mIFdyYXBzIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToieTd6eXg2MG1lIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo3OiJwZWdhc3VzIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiejEybHF3bTUxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImNoM3Y2YXNkNSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6ODoiSmV0IEJvb2siO3M6NzoiY29udGVudCI7czozNjoiPGgzPlRoZSBTYXBwaGlyZSBQZWdhc3VzIEF3YXJkczwvaDM+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIyMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiczk2b2E2cWk3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Ing2d3U4Nml6YyI7czo0OiJzaXplIjtzOjM6IjMvNSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTM6Ik1lZGlhIFRyaWJ1bmUiO3M6NzoiY29udGVudCI7czo3MjA6IjxwIGNsYXNzPSJiaWciPlbCoG7DoXZhem5vc3RpIG5hIMO6c3DEm8WhbsOpIHZ5ZMOhbsOtIEpldEJvb2t1IGpzbWUgc8KgTWVkaWEgVHJpYnVuZSByb3rFocOtxZlpbGkgc3BvbHVwcsOhY2kgdGFrw6kgdsKgb2JsYXN0aSB1ZMSbbG92w6Fuw60gbWV6aW7DoXJvZG7DrWNoIG9jZW7Em27DrSB2wqBidXNpbmVzcyBhdmlhdGlvbi48L3A+DQo8cCBjbGFzcz0iYmlnIj5UaGUgU2FwcGhpcmUgUGVnYXN1cyBBd2FyZHMgamUgdW5pa8OhdG7DrSBzw6lyaWUgbWV6aW7DoXJvZG7DrWNoIG9jZW7Em27DrSB2IEJ1c2luZXNzIEF2aWF0aW9uLCB1ZMSbbHVqw60gc2UgemEgdnluaWthasOtY8OtIHbDvWtvbnkgc3BvbGXEjW5vc3TDrSBuZWJvIGplZG5vdGxpdmPFryB2wqBvYmxhc3RpIEJ1c2luZXNzIEF2aWF0aW9uLiBGaW5hbGlzdMOpIGpzb3Ugbm9taW5vdsOhbmkgc3BvbGXEjW5vc3RtaSBuZWJvIGplZG5vdGxpdmNpLiBOw6F2cmh5IGpzb3UgaG9kbm9jZW55IGEgcG9zdXpvdsOhbnkgUG9yYWRuw61tIHbDvWJvcmVtLCBrdGVyw70gcmVwcmV6ZW50dWrDrSBwcm9mZXNpb27DoWxvdsOpIHrCoHLFr3puw71jaCBvYmxhc3TDrSBsZXRlY3R2w60gYcKgQnVzaW5lc3MgQXZpYXRpb24uIFRoZSBTYXBwaGlyZSBQZWdhc3VzIG9jZcWIdWplIHZ5bmlrYWrDrWPDrSB2w71rb255IHNwb2xlxI1ub3N0w60sIHTDvW3FryBhIG9iY2hvZG7DrWvFryBuZWplbm9tIHrCoEVNRUEuPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Ijk3NTZpaWJwNCI7czo0OiJzaXplIjtzOjM6IjIvNSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L1NhcHBoaXJlUGVnYXN1cy0yMDE1LTAzNDkuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6InEwZXRmaXl5ZiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6OToiYWVyb3NwYWNlIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToia2d3cWp4M2Y1IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InlvYTZ4ZzNzcSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQWVyb3NwYWNlIjtzOjc6ImNvbnRlbnQiO3M6MzE6IjxoMz5hZXJvc3BhY2UgbWVkaWEgYXdhcmRzPC9oMz4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImFmNWhndXcwYyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQWVyb3NwYWNlIjtzOjc6ImNvbnRlbnQiO3M6NTU6IjxoND5Pc2xhdmEgbGV0ZWNrw6kgxb51cm5hbGlzdGlreSBhIHZ5ZGF2YXRlbHN0dsOtPC9oND4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJhZmJ1ZnZ0ZTYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibmtkZm5sdXdoIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNDoiQWVyb3NwYWNlIEFzaWEiO3M6NzoiY29udGVudCI7czo1ODQ6IjxoNT5FVlJPUEEg4oCTIExPTkTDnU4gMjAuIDcuIDIwMjA8L2g1Pg0KPHAgY2xhc3M9ImJpZyI+QWVyb3NwYWNlIE1lZGlhIERpbm5lciBqZSBrYcW+ZG9yb8SNbsOtIHNsYXZub3N0bsOtIHDFmWVkw6F2w6Fuw60gY2VuLCBrdGVyw6kgb3NsYXZ1amUgdnluaWthasOtY8OtIHbDvXNsZWRreSB2IGxldGVja8OpIMW+dXJuYWxpc3RpY2UuIFVkxJtsb3bDoW7DrSBvY2VuxJtuw60gYnlsbyB6YWxvxb5lbm8gdiByb2NlIDIwMTIgYSBrb27DoSBzZSB2xb5keSB2IExvbmTDvW7EmyBuZWJvIFBhxZnDrcW+aSB2IHDFmWVkdmXEjWVyIEZhcm5ib3JvdWdoIGEgUGFyaXMgQWlyc2hvd3MuIENlbnkganNvdSB1ZMSbbG92w6FueSBub3ZpbsOhxZnFr20gYSBwdWJsaWthY8OtbSwga3RlcsOpIGJ5bHkgbmV6w6F2aXNsb3UgcG9yb3RvdSB2IGplamljaCBrYXRlZ29yaWkgaG9kbm9jZW55IGpha28gbmVqbGVwxaHDrS4gQWVyb3NwYWNlIE1lZGlhIERpbm5lciBzZSB6YSBzdsOpIHJva3kgcMWvc29iZW7DrSBzdGFsYSBtaW1vIGppbsOpIHbDvWppbWXEjW5vdSBsZXRlY2tvdSBuZXR3b3JraW5nb3ZvdSBtZWRpw6FsbsOtIHPDrXTDrS48L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Imt3cG95cWFtOCI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTQ6IkFlcm9zcGFjZSBBc2lhIjtzOjc6ImNvbnRlbnQiO3M6NTg0OiI8aDU+RVZST1BBIOKAkyBMT05Ew51OIDIwLiA3LiAyMDIwPC9oNT4NCjxwIGNsYXNzPSJiaWciPkFlcm9zcGFjZSBNZWRpYSBEaW5uZXIgamUga2HFvmRvcm/EjW7DrSBzbGF2bm9zdG7DrSBwxZllZMOhdsOhbsOtIGNlbiwga3RlcsOpIG9zbGF2dWplIHZ5bmlrYWrDrWPDrSB2w71zbGVka3kgdiBsZXRlY2vDqSDFvnVybmFsaXN0aWNlLiBVZMSbbG92w6Fuw60gb2NlbsSbbsOtIGJ5bG8gemFsb8W+ZW5vIHYgcm9jZSAyMDEyIGEga29uw6Egc2UgdsW+ZHkgdiBMb25kw71uxJsgbmVibyBQYcWZw63FvmkgdiBwxZllZHZlxI1lciBGYXJuYm9yb3VnaCBhIFBhcmlzIEFpcnNob3dzLiBDZW55IGpzb3UgdWTEm2xvdsOhbnkgbm92aW7DocWZxa9tIGEgcHVibGlrYWPDrW0sIGt0ZXLDqSBieWx5IG5lesOhdmlzbG91IHBvcm90b3UgdiBqZWppY2gga2F0ZWdvcmlpIGhvZG5vY2VueSBqYWtvIG5lamxlcMWhw60uIEFlcm9zcGFjZSBNZWRpYSBEaW5uZXIgc2UgemEgc3bDqSByb2t5IHDFr3NvYmVuw60gc3RhbGEgbWltbyBqaW7DqSB2w71qaW1lxI1ub3UgbGV0ZWNrb3UgbmV0d29ya2luZ292b3UgbWVkacOhbG7DrSBzw610w60uPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjQ7YTozOntzOjM6InVpZCI7czo5OiJtczNkY2xkdW0iO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MzoiMTAwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6InF3MTdrbXMwcyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzNnltb2Y1aG8iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxOTk6IjxoMj7FoEVUxZhFVEUgxIxBUyBBIFXFvUlKVEUgU0kgUE9IT0RMw408YnIgLz4NClDFmEkgQ0VTVE9Ww4FOw40gUyBOw4FNSTxiciAvPjwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlBvZMOtdmVqdGUgc2UgbmEgbmFiw61ka3UgbmHFoWljaCBzbHXFvmViIiBsaW5rPSIjIiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTA6IjQwcHggMCAwIDAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjIzNnNuNXdrdiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTQ6IkFlcm9zcGFjZSBBc2lhIjtzOjc6ImNvbnRlbnQiO3M6ODQ1OiI8aDU+QVNJQSDigJMgU0lOR0FQT1JFIDExLjIuIDIwMjA8L2g1Pg0KDQo8aDU+T3NsYXZhIGV4Y2VsZW5jZSB2IGxldGVja8OpIGEgxb51cm5hbGlzdGljZSBhIHZ5ZGF2YXRlbHN0dsOtPC9oNT4NCg0KPHAgY2xhc3M9ImJpZyI+QWVyb3NwYWNlIE1lZGlhIERpbm5lciBqZSBrYcW+ZG9yb8SNbsOtIHNsYXZub3N0bsOtIHDFmWVkw6F2w6Fuw60gY2VuLCBrdGVyw6kgc2xhdsOtIHZ5bmlrYWrDrWPDrSB2w71zbGVka3kgdiBsZXRlY2vDqSBhIMW+dXJuYWxpc3RpY2UuIENlbnkgYnlseSB6YWxvxb5lbnkgdiByb2NlIDIwMTIgdiBMb25kw71uxJsgbmVibyBQYcWZw63FvmkgdiBwxZllZHZlxI1lciBsZXTFryBGYXJuYm9yb3VnaCBhIFBhcmlzIEFpcnNob3dzLiBDZW55IGpzb3UgdWTEm2xvdsOhbnkgbm92aW7DocWZxa9tIGEgcHVibGlrYWPDrW0sIGt0ZXLDqSBieWx5IHYgamVqaWNoIGthdGVnb3JpaSBob2Rub2NlbnkgamFrbyBuZWpsZXDFocOtLjxicj4NCkFlcm9zcGFjZSBNZWRpYSBEaW5uZXIgc2Ugc3RhbGEgbGV0ZWNrb3UgbWVkacOhbG7DrSBzw610w60gYSBwb8WZw6Fkw6EgdmXEjWVyIHNrdsSbbMOpIHBvaG9zdGlubm9zdGkgYSB6w6FiYXZ5Ljxicj4NClZlIHNwb2plbsOtIHMgU2luZ2Fwb3JlIEFpcnNob3cgMjAyMCBieWx5IHZlxI1lcnkgMTEuIMO6bm9yYSAyMDIwIHYgU2luZ2FwdXJ1IHVkxJtsZW55IHBydm7DrSBjZW55IEFzaWEgQWVyb3NwYWNlIE1lZGlhIEF3YXJkcy4gQ8OtbGVtIGplIHV6bmF0IGEgb2Nlbml0IHByw6FjaSBhc2lqc2vDvWNoIG5vdmluw6HFmcWvIGEgdnlkYXZhdGVsxa8sIGpha2/FviBpIG5vdmluw6HFmcWvIHNlIHPDrWRsZW0gdiBBc2lpLjxwPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),
(579, 163, 'mfn-page-items-seo', 'Heading\n<h2>NAŠE PROJEKTY</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nJet Book\n<h3>Jet Book</h3>\nno-repeat;left top;;\nauto\n0px\n\nO NÁS\n<p class=\"big\">Ve spolupráci se společností Media Tribune byla vydána již druhá edice unikátní knihy Jet Book, kterýpřináší všem operátorům, stávajícím i budoucím majitelům letadel a fanouškům letectví komplexního a srozumitelného průvodce světem obchodních letadel i helikoptér.<br>Kniha je plná podrobných užitečných informací o jednotlivých strojích, které pro knihu poskytli přímo jednotliví výrobci letadel.</p>\n\nO NÁS\n<p class=\"big\">Je tak zásadní publikací pro každého, kdo se chce dozvědět nejaktuálnější data, statistiky a zajímavosti o obchodních letadlech i helikoptérách a prohlédnout si jejich exkluzivní fotografie.<br />Publikace Jet Book prezentuje kompletní portfolio všech dostupných business jetů a helikoptér a obsahuje také sérii rozhovorů s lídry leteckého businessu. Je vydávána v angličtině, tištěná na prémiovém matném papíře na 232 stranách.</p>\n\nPřehled kapitol\n<h5>Přehled kapitol</h5>\nleft\nno-repeat;left top;;\nauto\n0px\n\nKapitoly 1\n<p class=\"big\">AERION CORPORATION<br />AIRBUS S.A.S<br />THE BOEING COOMPANY<br />BOMBARIDER INC.<br />CESSNA AIRCRAFT COOMPANY<br />CIRRUS AIRCAFT<br />DASSAULT AVIATION</p>\n\nkapitoly 2\n<p class=\"big\">EMBRAER S.A.<br />GULFSTREAM AEROSPACE CORP.<br />HONDAJET<br />PILATUS AIRCRAFT<br />SUPERJET INTERNATIONAL SPA<br />SYBERJET AIRCRAFT</p>\n\nkapitoly 2\n<p class=\"big\">AIRBUS HELICOPTERS<br />AUGUSTA WESTLAND<br />BELL TEXTRON<br />SIKORSKY AIRCRAFT COMPANY<br />ROBINSON HELICOPTER COMPANY<br />RUSSIAN HELICOPTERS</p>\n\n165,166,167,168\n4\nfull\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/jetbook_no_back-sel.png\" alt=\"\"/>\ncenter\n\nJetBook cena\n<h5>Jet Book si můžete objednat zde</h5>\ncenter\nno-repeat;left top;;\nauto\n0px\n\nJetBook cena\n<h5>cena: 120 EUR</h5>\ncenter\nno-repeat;left top;;\nauto\n0px\n\nJetBook - objednávka\n[caldera_form id=\"CF5ed38119a22da\"]\nno-repeat;left top;;\nauto\n\nJet Book\n<h3>The Sapphire Pegasus Awards</h3>\nno-repeat;left top;;\nauto\n20px\n\nMedia Tribune\n<p class=\"big\">V návaznosti na úspěšné vydání JetBooku jsme s Media Tribune rozšířili spolupráci také v oblasti udělování mezinárodních ocenění v business aviation.</p>\r\n<p class=\"big\">The Sapphire Pegasus Awards je unikátní série mezinárodních ocenění v Business Aviation, udělují se za vynikající výkony společností nebo jednotlivců v oblasti Business Aviation. Finalisté jsou nominováni společnostmi nebo jednotlivci. Návrhy jsou hodnoceny a posuzovány Poradním výborem, který reprezentují profesionálové z různých oblastí letectví a Business Aviation. The Sapphire Pegasus oceňuje vynikající výkony společností, týmů a obchodníků nejenom z EMEA.</p>\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/SapphirePegasus-2015-0349.jpg\" alt=\"\"/>\n\nAerospace\n<h3>aerospace media awards</h3>\nno-repeat;left top;;\nauto\n20px\n\nAerospace\n<h4>Oslava letecké žurnalistiky a vydavatelství</h4>\nno-repeat;left top;;\nauto\n20px\n\nAerospace Asia\n<h5>EVROPA – LONDÝN 20. 7. 2020</h5>\r\n<p class=\"big\">Aerospace Media Dinner je každoroční slavnostní předávání cen, které oslavuje vynikající výsledky v letecké žurnalistice. Udělování ocenění bylo založeno v roce 2012 a koná se vždy v Londýně nebo Paříži v předvečer Farnborough a Paris Airshows. Ceny jsou udělovány novinářům a publikacím, které byly nezávislou porotou v jejich kategorii hodnoceny jako nejlepší. Aerospace Media Dinner se za své roky působení stala mimo jiné výjimečnou leteckou networkingovou mediální sítí.</p>\nno-repeat;left top;;\nauto\n\nAerospace Asia\n<h5>EVROPA – LONDÝN 20. 7. 2020</h5>\r\n<p class=\"big\">Aerospace Media Dinner je každoroční slavnostní předávání cen, které oslavuje vynikající výsledky v letecké žurnalistice. Udělování ocenění bylo založeno v roce 2012 a koná se vždy v Londýně nebo Paříži v předvečer Farnborough a Paris Airshows. Ceny jsou udělovány novinářům a publikacím, které byly nezávislou porotou v jejich kategorii hodnoceny jako nejlepší. Aerospace Media Dinner se za své roky působení stala mimo jiné výjimečnou leteckou networkingovou mediální sítí.</p>\nno-repeat;left top;;\nauto\n\nHeading\n<h2>ŠETŘETE ČAS A UŽIJTE SI POHODLÍ<br />\r\nPŘI CESTOVÁNÍ S NÁMI<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na nabídku našich služeb\" link=\"#\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nAerospace Asia\n<h5>ASIA – SINGAPORE 11.2. 2020</h5>\r\n\r\n<h5>Oslava excelence v letecké a žurnalistice a vydavatelství</h5>\r\n\r\n<p class=\"big\">Aerospace Media Dinner je každoroční slavnostní předávání cen, které slaví vynikající výsledky v letecké a žurnalistice. Ceny byly založeny v roce 2012 v Londýně nebo Paříži v předvečer letů Farnborough a Paris Airshows. Ceny jsou udělovány novinářům a publikacím, které byly v jejich kategorii hodnoceny jako nejlepší.<br>\r\nAerospace Media Dinner se stala leteckou mediální sítí a pořádá večer skvělé pohostinnosti a zábavy.<br>\r\nVe spojení s Singapore Airshow 2020 byly večery 11. února 2020 v Singapuru uděleny první ceny Asia Aerospace Media Awards. Cílem je uznat a ocenit práci asijských novinářů a vydavatelů, jakož i novinářů se sídlem v Asii.<p>\nno-repeat;left top;;\nauto\n\n'),
(581, 163, 'rs_page_bg_color', '#ffffff'),
(582, 163, '_wpb_vc_js_status', 'false'),
(583, 163, '_dp_original', '156'),
(584, 163, '_edit_lock', '1603560357:1'),
(585, 163, '_edit_last', '1'),
(586, 165, '_wp_attached_file', '2020/05/JetBook-Sample-02.jpg'),
(587, 165, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:29:\"2020/05/JetBook-Sample-02.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-02-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-02-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-02-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-02-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-02-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(588, 166, '_wp_attached_file', '2020/05/JetBook-Sample-03.jpg'),
(589, 166, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:29:\"2020/05/JetBook-Sample-03.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-03-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-03-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-03-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-03-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-03-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-03-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(590, 167, '_wp_attached_file', '2020/05/JetBook-Sample-09.jpg'),
(591, 167, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:29:\"2020/05/JetBook-Sample-09.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-09-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-09-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-09-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-09-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-09-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-09-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-09-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(592, 168, '_wp_attached_file', '2020/05/JetBook-Sample-10.jpg'),
(593, 168, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:29:\"2020/05/JetBook-Sample-10.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"JetBook-Sample-10-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-10-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-10-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-10-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-10-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:27:\"JetBook-Sample-10-20x20.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(594, 169, '_wp_attached_file', '2020/05/JetBook_for_video_mockup.png'),
(595, 169, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2020/05/JetBook_for_video_mockup.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"JetBook_for_video_mockup-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"JetBook_for_video_mockup-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"JetBook_for_video_mockup-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"JetBook_for_video_mockup-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"JetBook_for_video_mockup-260x146.png\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"JetBook_for_video_mockup-50x28.png\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"JetBook_for_video_mockup-133x75.png\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"JetBook_for_video_mockup-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"JetBook_for_video_mockup-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"JetBook_for_video_mockup-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"JetBook_for_video_mockup-768x720.png\";s:5:\"width\";i:768;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"JetBook_for_video_mockup-960x720.png\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"JetBook_for_video_mockup-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(596, 170, '_wp_attached_file', '2020/05/jetbook_trans_large.png'),
(597, 170, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:976;s:4:\"file\";s:31:\"2020/05/jetbook_trans_large.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"jetbook_trans_large-300x286.png\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"jetbook_trans_large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"jetbook_trans_large-768x732.png\";s:5:\"width\";i:768;s:6:\"height\";i:732;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jetbook_trans_large-153x146.png\";s:5:\"width\";i:153;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"jetbook_trans_large-50x48.png\";s:5:\"width\";i:50;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"jetbook_trans_large-79x75.png\";s:5:\"width\";i:79;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"jetbook_trans_large-1024x860.png\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"jetbook_trans_large-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"jetbook_trans_large-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"jetbook_trans_large-1024x500.png\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"jetbook_trans_large-768x976.png\";s:5:\"width\";i:768;s:6:\"height\";i:976;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"jetbook_trans_large-1024x750.png\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"jetbook_trans_large-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"jetbook_trans_large-1024x480.png\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(598, 171, '_wp_attached_file', '2020/05/jetbook_no_back.png'),
(599, 171, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:976;s:4:\"file\";s:27:\"2020/05/jetbook_no_back.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"jetbook_no_back-300x286.png\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"jetbook_no_back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"jetbook_no_back-768x732.png\";s:5:\"width\";i:768;s:6:\"height\";i:732;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"jetbook_no_back-153x146.png\";s:5:\"width\";i:153;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"jetbook_no_back-50x48.png\";s:5:\"width\";i:50;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"jetbook_no_back-79x75.png\";s:5:\"width\";i:79;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"jetbook_no_back-1024x860.png\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"jetbook_no_back-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"jetbook_no_back-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"jetbook_no_back-1024x500.png\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"jetbook_no_back-768x976.png\";s:5:\"width\";i:768;s:6:\"height\";i:976;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"jetbook_no_back-1024x750.png\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:27:\"jetbook_no_back-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"jetbook_no_back-1024x480.png\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(600, 172, '_wp_attached_file', '2020/05/jetbook_no_back-sel.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(601, 172, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:788;s:6:\"height\";i:835;s:4:\"file\";s:31:\"2020/05/jetbook_no_back-sel.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"jetbook_no_back-sel-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"jetbook_no_back-sel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"jetbook_no_back-sel-768x814.png\";s:5:\"width\";i:768;s:6:\"height\";i:814;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"jetbook_no_back-sel-138x146.png\";s:5:\"width\";i:138;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"jetbook_no_back-sel-47x50.png\";s:5:\"width\";i:47;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"jetbook_no_back-sel-71x75.png\";s:5:\"width\";i:71;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"jetbook_no_back-sel-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"jetbook_no_back-sel-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"jetbook_no_back-sel-788x500.png\";s:5:\"width\";i:788;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"jetbook_no_back-sel-768x835.png\";s:5:\"width\";i:768;s:6:\"height\";i:835;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"jetbook_no_back-sel-788x750.png\";s:5:\"width\";i:788;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"jetbook_no_back-sel-788x750.png\";s:5:\"width\";i:788;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"jetbook_no_back-sel-788x480.png\";s:5:\"width\";i:788;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:29:\"jetbook_no_back-sel-20x20.png\";s:5:\"width\";i:20;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(602, 173, '_wp_attached_file', '2020/05/SapphirePegasus-2015-0349-1.jpg'),
(603, 173, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:39:\"2020/05/SapphirePegasus-2015-0349-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SapphirePegasus-2015-0349-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SapphirePegasus-2015-0349-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SapphirePegasus-2015-0349-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"SapphirePegasus-2015-0349-1-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-1-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"SapphirePegasus-2015-0349-1-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"SapphirePegasus-2015-0349-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"SapphirePegasus-2015-0349-1-960x500.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"SapphirePegasus-2015-0349-1-768x640.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"SapphirePegasus-2015-0349-1-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:26:\"Peter Ivan | MEDIA Tribune\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(615, 175, '_wp_page_template', 'default'),
(616, 175, 'slide_template', 'default'),
(617, 175, 'mfn-post-hide-content', '0'),
(618, 175, 'mfn-post-custom-layout', '0'),
(619, 175, 'mfn-post-slider', '0'),
(620, 175, 'mfn-post-slider-layer', '0'),
(621, 175, 'mfn-post-menu', '3'),
(622, 175, 'mfn-post-one-page', '1'),
(623, 175, 'mfn-post-hide-title', '1'),
(624, 175, 'mfn-post-remove-padding', '1'),
(625, 175, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkdhbGVyaWUiO3M6NzoiY29udGVudCI7czozNjoiPGgyPkdBTEVSSUUgU09VS1JPTcOdQ0ggTEVUQURFTDwvaDI+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YTozOntzOjM6InVpZCI7czo5OiIxODg0NjNiODciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIwIjt9czo1OiJ3cmFwcyI7YTo2OntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJkbmt6czI1cDQiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZXdjbHdzM253IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxMDoiQm9tYmFyZGllciI7czo3OiJjb250ZW50IjtzOjc2OiJbbmdnIHNyYz0iZ2FsbGVyaWVzIiBpZHM9IjEiIGRpc3BsYXk9ImJhc2ljX3NsaWRlc2hvdyJdDQo8aDU+Qm9tYmFyZGllcjwvaDU+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJwdGEzN2YzODYiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiYnZrejM1YmNwIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo2OiJDZXNzbmEiO3M6NzoiY29udGVudCI7czo3MjoiW25nZyBzcmM9ImdhbGxlcmllcyIgaWRzPSIyIiBkaXNwbGF5PSJiYXNpY19zbGlkZXNob3ciXQ0KPGg1PkNlc3NuYTwvaDU+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjM6InVpZCI7czo5OiJlNDRrZjhuaXAiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibDF4ZWIybHl5IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo4OiJEYXNzYXVsdCI7czo3OiJjb250ZW50IjtzOjc0OiJbbmdnIHNyYz0iZ2FsbGVyaWVzIiBpZHM9IjMiIGRpc3BsYXk9ImJhc2ljX3NsaWRlc2hvdyJdDQo8aDU+RGFzc2F1bHQ8L2g1PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjM7YTo0OntzOjM6InVpZCI7czo5OiI2NGJucmY5Z2QiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiY20wM3Z3bTJrIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJFbWJyYWVyIjtzOjc6ImNvbnRlbnQiO3M6NzM6IltuZ2cgc3JjPSJnYWxsZXJpZXMiIGlkcz0iNCIgZGlzcGxheT0iYmFzaWNfc2xpZGVzaG93Il0NCjxoNT5FbWJyYWVyPC9oNT4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIyMHB4IDAgMjBweCAwIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjQ7YTo0OntzOjM6InVpZCI7czo5OiJ1Z3I0ZzN1M3UiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiaDV0c2J1anY5IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxMDoiR3VsZnN0cmVhbSI7czo3OiJjb250ZW50IjtzOjc2OiJbbmdnIHNyYz0iZ2FsbGVyaWVzIiBpZHM9IjUiIGRpc3BsYXk9ImJhc2ljX3NsaWRlc2hvdyJdDQo8aDU+R3VsZnN0cmVhbTwvaDU+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMjBweCAwIDIwcHggMCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aTo1O2E6NDp7czozOiJ1aWQiO3M6OToiaHdreGdodjlkIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjI3dGJ4aTNyOCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiSG9uZGEgSmV0IjtzOjc6ImNvbnRlbnQiO3M6NzU6IltuZ2cgc3JjPSJnYWxsZXJpZXMiIGlkcz0iNiIgZGlzcGxheT0iYmFzaWNfc2xpZGVzaG93Il0NCjxoNT5Ib25kYSBKZXQ8L2g1PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjIwcHggMCAyMHB4IDAiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToibXMzZGNsZHVtIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjgwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIyMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjAiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6InF3MTdrbXMwcyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzNnltb2Y1aG8iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMTM6IjxoMj5KQUvDiSBMRVRBRExPIFNJIFZZQkVSRVRFPGJyIC8+DQpaw4FMRcW9w40gUE9VWkUgTkEgVsOBUzxiciAvPjwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlBvZMOtdmVqdGUgc2UgbmEgbmFiw61ka3UgbmHFoWljaCBzbHXFvmViIiBsaW5rPSJodHRwOi8vd2FwZWpldHMuY29tL3NsdXpieS8iIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMDoiNDBweCAwIDAgMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(626, 175, 'mfn-page-items-seo', 'Galerie\n<h2>GALERIE SOUKROMÝCH LETADEL</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nBombardier\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\"]\r\n<h5>Bombardier</h5>\ncenter\nno-repeat;left top;;\nauto\n0px\n\nCessna\n[ngg src=\"galleries\" ids=\"2\" display=\"basic_slideshow\"]\r\n<h5>Cessna</h5>\ncenter\nno-repeat;left top;;\nauto\n\nDassault\n[ngg src=\"galleries\" ids=\"3\" display=\"basic_slideshow\"]\r\n<h5>Dassault</h5>\ncenter\nno-repeat;left top;;\nauto\n\nEmbraer\n[ngg src=\"galleries\" ids=\"4\" display=\"basic_slideshow\"]\r\n<h5>Embraer</h5>\ncenter\nno-repeat;left top;;\nauto\n\nGulfstream\n[ngg src=\"galleries\" ids=\"5\" display=\"basic_slideshow\"]\r\n<h5>Gulfstream</h5>\ncenter\nno-repeat;left top;;\nauto\n\nHonda Jet\n[ngg src=\"galleries\" ids=\"6\" display=\"basic_slideshow\"]\r\n<h5>Honda Jet</h5>\ncenter\nno-repeat;left top;;\nauto\n\nHeading\n<h2>JAKÉ LETADLO SI VYBERETE<br />\r\nZÁLEŽÍ POUZE NA VÁS<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na nabídku našich služeb\" link=\"https://wapejets.com/sluzby/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(627, 175, 'rs_page_bg_color', '#ffffff'),
(628, 175, '_wpb_vc_js_status', 'true'),
(630, 175, '_dp_original', '163'),
(631, 175, '_edit_lock', '1591702946:1'),
(632, 175, '_edit_last', '1'),
(633, 177, '_edit_last', '1'),
(634, 177, '_edit_lock', '1590925537:1'),
(635, 177, '_thumbnail_id', '131'),
(636, 177, '_wp_page_template', 'default'),
(637, 177, 'slide_template', ''),
(638, 177, 'rs_page_bg_color', ''),
(639, 177, 'mfn-page-items', 'YToxOntpOjA7YTozOntzOjM6InVpZCI7czo5OiJoaG9rbTYxankiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7czowOiIiO319'),
(640, 177, 'mfn-page-items-seo', NULL),
(641, 177, 'mfn-post-hide-content', '0'),
(642, 177, 'mfn-post-slider', '0'),
(643, 177, 'mfn-post-slider-layer', '0'),
(644, 177, 'mfn-post-hide-title', '0'),
(645, 177, 'mfn-post-remove-padding', '0'),
(646, 177, 'mfn-post-slider-header', '0'),
(647, 177, 'mfn-post-custom-layout', '0'),
(648, 177, 'mfn-post-intro', 'a:1:{s:9:\"post-meta\";s:1:\"1\";}'),
(649, 179, '_wp_attached_file', '2020/05/Global-5000-in-flight.jpg'),
(650, 179, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:33:\"2020/05/Global-5000-in-flight.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Global-5000-in-flight-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Global-5000-in-flight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Global-5000-in-flight-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Global-5000-in-flight-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Global-5000-in-flight-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Global-5000-in-flight-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Global-5000-in-flight-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Global-5000-in-flight-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Global-5000-in-flight-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"Global-5000-in-flight-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"Global-5000-in-flight-960x683.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Global-5000-in-flight-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:10:\"Paul Bowen\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1264412101\";s:9:\"copyright\";s:29:\"©Paul Bowen Photography Inc.\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(651, 180, '_wp_attached_file', '2020/05/Global-5000-interior.jpg'),
(652, 180, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:32:\"2020/05/Global-5000-interior.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Global-5000-interior-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Global-5000-interior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Global-5000-interior-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Global-5000-interior-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Global-5000-interior-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Global-5000-interior-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Global-5000-interior-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Global-5000-interior-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Global-5000-interior-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"Global-5000-interior-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"Global-5000-interior-960x683.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Global-5000-interior-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1123963679\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(653, 181, '_wp_attached_file', '2020/05/Global-6000-in-flight2.jpg'),
(654, 181, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2020/05/Global-6000-in-flight2.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Global-6000-in-flight2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Global-6000-in-flight2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Global-6000-in-flight2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Global-6000-in-flight2-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Global-6000-in-flight2-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Global-6000-in-flight2-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Global-6000-in-flight2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Global-6000-in-flight2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"Global-6000-in-flight2-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Global-6000-in-flight2-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"Global-6000-in-flight2-960x683.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"Global-6000-in-flight2-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:10:\"Paul Bowen\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1228255983\";s:9:\"copyright\";s:30:\"© Paul Bowen Photography Inc.\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(655, 182, '_wp_attached_file', '2020/05/Global-7000-in-flight2.jpg'),
(656, 182, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2020/05/Global-7000-in-flight2.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Global-7000-in-flight2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Global-7000-in-flight2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Global-7000-in-flight2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Global-7000-in-flight2-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Global-7000-in-flight2-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Global-7000-in-flight2-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Global-7000-in-flight2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Global-7000-in-flight2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"Global-7000-in-flight2-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Global-7000-in-flight2-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"Global-7000-in-flight2-960x683.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"Global-7000-in-flight2-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1304363094\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(657, 183, '_wp_attached_file', '2020/05/Global_6000Singapore_DDBA0027.jpg'),
(658, 183, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:737;s:4:\"file\";s:41:\"2020/05/Global_6000Singapore_DDBA0027.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Global_6000Singapore_DDBA0027-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Global_6000Singapore_DDBA0027-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Global_6000Singapore_DDBA0027-768x553.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Global_6000Singapore_DDBA0027-203x146.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"Global_6000Singapore_DDBA0027-50x36.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"Global_6000Singapore_DDBA0027-104x75.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"Global_6000Singapore_DDBA0027-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"Global_6000Singapore_DDBA0027-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"Global_6000Singapore_DDBA0027-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"Global_6000Singapore_DDBA0027-768x737.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:41:\"Global_6000Singapore_DDBA0027-960x737.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"Global_6000Singapore_DDBA0027-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Paul Bowen\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:30:\"© Paul Bowen Photography Inc.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(659, 184, '_wp_attached_file', '2020/05/Learjet-60xr-interior.jpg'),
(660, 184, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:33:\"2020/05/Learjet-60xr-interior.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Learjet-60xr-interior-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Learjet-60xr-interior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Learjet-60xr-interior-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Learjet-60xr-interior-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Learjet-60xr-interior-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Learjet-60xr-interior-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Learjet-60xr-interior-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Learjet-60xr-interior-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Learjet-60xr-interior-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"Learjet-60xr-interior-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"Learjet-60xr-interior-960x683.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Learjet-60xr-interior-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:10:\"Paul Bowen\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1253203428\";s:9:\"copyright\";s:30:\"© Paul Bowen Photography Inc.\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(661, 185, '_wp_attached_file', '2020/05/Learjet-60xr-interior2.jpg'),
(662, 185, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2020/05/Learjet-60xr-interior2.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Learjet-60xr-interior2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Learjet-60xr-interior2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Learjet-60xr-interior2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Learjet-60xr-interior2-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Learjet-60xr-interior2-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Learjet-60xr-interior2-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Learjet-60xr-interior2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Learjet-60xr-interior2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"Learjet-60xr-interior2-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Learjet-60xr-interior2-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"Learjet-60xr-interior2-960x683.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"Learjet-60xr-interior2-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:10:\"Paul Bowen\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1253209613\";s:9:\"copyright\";s:30:\"© Paul Bowen Photography Inc.\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(663, 186, '_wp_attached_file', '2020/05/Learjet-85-interior2.jpg'),
(664, 186, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:32:\"2020/05/Learjet-85-interior2.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Learjet-85-interior2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Learjet-85-interior2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Learjet-85-interior2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Learjet-85-interior2-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Learjet-85-interior2-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Learjet-85-interior2-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Learjet-85-interior2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Learjet-85-interior2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Learjet-85-interior2-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"Learjet-85-interior2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"Learjet-85-interior2-960x576.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Learjet-85-interior2-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1302863457\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(665, 187, '_wp_attached_file', '2020/05/Learjet70_DDBA0048_Shot5-1.jpg'),
(666, 187, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:38:\"2020/05/Learjet70_DDBA0048_Shot5-1.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Learjet70_DDBA0048_Shot5-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Learjet70_DDBA0048_Shot5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Learjet70_DDBA0048_Shot5-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Learjet70_DDBA0048_Shot5-1-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Learjet70_DDBA0048_Shot5-1-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Learjet70_DDBA0048_Shot5-1-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Learjet70_DDBA0048_Shot5-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Learjet70_DDBA0048_Shot5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Learjet70_DDBA0048_Shot5-1-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Learjet70_DDBA0048_Shot5-1-768x682.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Learjet70_DDBA0048_Shot5-1-960x682.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Learjet70_DDBA0048_Shot5-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(683, 196, '_wp_attached_file', '2020/05/Learjet75_DDBA0048_Shot5-1.jpg'),
(684, 196, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:38:\"2020/05/Learjet75_DDBA0048_Shot5-1.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5-1-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Learjet75_DDBA0048_Shot5-1-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Learjet75_DDBA0048_Shot5-1-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Learjet75_DDBA0048_Shot5-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Learjet75_DDBA0048_Shot5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Learjet75_DDBA0048_Shot5-1-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5-1-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5-1-960x683.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Learjet75_DDBA0048_Shot5-1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(685, 197, '_wp_attached_file', '2020/05/Citation_CJ2_Image_2.jpg'),
(686, 197, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2020/05/Citation_CJ2_Image_2.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Citation_CJ2_Image_2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Citation_CJ2_Image_2-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Citation_CJ2_Image_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Citation_CJ2_Image_2-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Citation_CJ2_Image_2-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Citation_CJ2_Image_2-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Citation_CJ2_Image_2-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:33:\"Citation_CJ2_Image_2-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Citation_CJ2_Image_2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Citation_CJ2_Image_2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:34:\"Citation_CJ2_Image_2-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Citation_CJ2_Image_2-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"Citation_CJ2_Image_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"Citation_CJ2_Image_2-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"Citation_CJ2_Image_2-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Citation_CJ2_Image_2-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D2X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1132074438\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(687, 198, '_wp_attached_file', '2020/05/Citation_CJ3_Image_8.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(688, 198, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2020/05/Citation_CJ3_Image_8.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Citation_CJ3_Image_8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_8-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Citation_CJ3_Image_8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Citation_CJ3_Image_8-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Citation_CJ3_Image_8-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Citation_CJ3_Image_8-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Citation_CJ3_Image_8-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_8-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Citation_CJ3_Image_8-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Citation_CJ3_Image_8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:34:\"Citation_CJ3_Image_8-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_8-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_8-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_8-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"Citation_CJ3_Image_8-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_8-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(689, 199, '_wp_attached_file', '2020/05/Citation_CJ3_Image_11.jpg'),
(690, 199, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"2020/05/Citation_CJ3_Image_11.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Citation_CJ3_Image_11-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_11-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_11-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Citation_CJ3_Image_11-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Citation_CJ3_Image_11-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:34:\"Citation_CJ3_Image_11-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Citation_CJ3_Image_11-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Citation_CJ3_Image_11-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:35:\"Citation_CJ3_Image_11-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Citation_CJ3_Image_11-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Citation_CJ3_Image_11-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"Citation_CJ3_Image_11-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"Citation_CJ3_Image_11-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Citation_CJ3_Image_11-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(691, 200, '_wp_attached_file', '2020/05/Citation_CJ4_Image_1.jpg'),
(692, 200, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2020/05/Citation_CJ4_Image_1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Citation_CJ4_Image_1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Citation_CJ4_Image_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Citation_CJ4_Image_1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Citation_CJ4_Image_1-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Citation_CJ4_Image_1-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Citation_CJ4_Image_1-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_1-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Citation_CJ4_Image_1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Citation_CJ4_Image_1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"Citation_CJ4_Image_1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(693, 201, '_wp_attached_file', '2020/05/Citation_CJ4_Image_12.jpg'),
(694, 201, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"2020/05/Citation_CJ4_Image_12.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_12-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_12-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_12-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Citation_CJ4_Image_12-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Citation_CJ4_Image_12-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_12-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Citation_CJ4_Image_12-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Citation_CJ4_Image_12-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:35:\"Citation_CJ4_Image_12-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_12-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_12-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_12-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_12-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_12-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(695, 202, '_wp_attached_file', '2020/05/Citation_CJ4_Image_14.jpg'),
(696, 202, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:33:\"2020/05/Citation_CJ4_Image_14.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_14-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_14-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_14-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_14-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Citation_CJ4_Image_14-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Citation_CJ4_Image_14-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_14-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Citation_CJ4_Image_14-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Citation_CJ4_Image_14-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_14-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_14-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_14-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"Citation_CJ4_Image_14-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Citation_CJ4_Image_14-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:20:\"Chauncey Photography\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:8:\"CJ4+ 003\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:35:\"Copyright Chauncey Photography 2010\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"CJ4+ 003\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(697, 203, '_wp_attached_file', '2020/05/Citation_Latitude_Image_2.jpg'),
(698, 203, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:37:\"2020/05/Citation_Latitude_Image_2.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_2-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_2-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_2-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_2-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_2-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_2-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Citation_Latitude_Image_2-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_2-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_2-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_2-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_2-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:9:\"Dan Moore\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1317397511\";s:9:\"copyright\";s:23:\"Cessna Aircraft Company\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(699, 204, '_wp_attached_file', '2020/05/Citation_Latitude_Image_3.jpg'),
(700, 204, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:37:\"2020/05/Citation_Latitude_Image_3.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_3-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_3-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_3-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_3-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_3-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_3-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Citation_Latitude_Image_3-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_3-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_3-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_3-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_3-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:9:\"Dan Moore\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1317397598\";s:9:\"copyright\";s:23:\"Cessna Aircraft Company\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(701, 205, '_wp_attached_file', '2020/05/Citation_Latitude_Image_7.jpg'),
(702, 205, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:37:\"2020/05/Citation_Latitude_Image_7.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_7-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_7-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_7-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_7-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_7-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_7-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_7-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Citation_Latitude_Image_7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Citation_Latitude_Image_7-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_7-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_7-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_7-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Citation_Latitude_Image_7-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Citation_Latitude_Image_7-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:9:\"Dan Moore\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1317397681\";s:9:\"copyright\";s:23:\"Cessna Aircraft Company\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(703, 206, '_wp_attached_file', '2020/05/Citation_Logitude_Image_7.jpg'),
(704, 206, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:37:\"2020/05/Citation_Logitude_Image_7.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_7-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_7-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_7-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_7-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_7-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_7-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_7-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_7-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_7-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_7-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_7-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_7-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_7-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:14:\"Rick Reitmeyer\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:162:\"BEAUTY C10 SERVICE CENTER WEST RAMP SIDE FOR USE IN THE CESSNA CITATION SPECIAL AIR MISSIONS BROCHURE 2008 FOR SHS SULLIVAN HIGDON SINK, KEN SMITH, CHUCK MILLER.\";s:17:\"created_timestamp\";s:10:\"1213773060\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:4:{i:0;s:6:\"BEAUTY\";i:1;s:64:\"C10 SERVICE CENTER WEST RAMP SIDE FOR USE IN THE CESSNA CITATION\";i:2;s:9:\"KEN SMITH\";i:3;s:13:\"CHUCK MILLER.\";}}}'),
(705, 207, '_wp_attached_file', '2020/05/Citation_Logitude_Image_8.jpg'),
(706, 207, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1890;s:6:\"height\";i:1512;s:4:\"file\";s:37:\"2020/05/Citation_Logitude_Image_8.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_8-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_8-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_8-1536x1229.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_8-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_8-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_8-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_8-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_8-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Citation_Logitude_Image_8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_8-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_8-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_8-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_8-1890x750.jpg\";s:5:\"width\";i:1890;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_8-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_8-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:17:\"Ricardo Reitmeyer\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:68:\"Citation Special Olympics Airlift departure day in Lincoln, Nebraska\";s:17:\"created_timestamp\";s:10:\"1279986427\";s:9:\"copyright\";s:44:\"Cessna Aircraft Comapny - Visual Media Group\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:30:\"Departures Citation SO Airlift\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(707, 208, '_wp_attached_file', '2020/05/Citation_Logitude_Image_9-1.jpg'),
(708, 208, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:39:\"2020/05/Citation_Logitude_Image_9-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_9-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_9-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_9-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_9-1-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_9-1-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_9-1-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_9-1-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_9-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Citation_Logitude_Image_9-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_9-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_9-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_9-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_9-1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"Citation_Logitude_Image_9-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_9-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:9:\"Dan Moore\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333366042\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(709, 209, '_wp_attached_file', '2020/05/Citation_Logitude_Image_10-1.jpg'),
(710, 209, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:40:\"2020/05/Citation_Logitude_Image_10-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_10-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_10-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_10-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_10-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_10-1-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_10-1-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_10-1-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_10-1-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_10-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_10-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:42:\"Citation_Logitude_Image_10-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_10-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_10-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_10-1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_10-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_10-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:9:\"Dan Moore\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333366075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(711, 210, '_wp_attached_file', '2020/05/Citation_Logitude_Image_11-1.jpg'),
(712, 210, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:40:\"2020/05/Citation_Logitude_Image_11-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_11-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_11-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_11-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_11-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_11-1-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_11-1-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_11-1-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_11-1-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_11-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_11-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:42:\"Citation_Logitude_Image_11-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_11-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_11-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_11-1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_11-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_11-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:9:\"Dan Moore\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333366249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"14\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(713, 211, '_wp_attached_file', '2020/05/Citation_Logitude_Image_12-1.jpg'),
(714, 211, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:40:\"2020/05/Citation_Logitude_Image_12-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_12-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_12-1-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_12-1-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_12-1-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_12-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_12-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:42:\"Citation_Logitude_Image_12-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_12-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_12-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_12-1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_12-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:13:\"Junebug Clark\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333348734\";s:9:\"copyright\";s:23:\"Cessna Aircraft Company\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(715, 212, '_wp_attached_file', '2020/05/Citation_Logitude_Image_13-1.jpg'),
(716, 212, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:40:\"2020/05/Citation_Logitude_Image_13-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_13-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_13-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_13-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_13-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_13-1-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_13-1-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_13-1-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_13-1-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_13-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"Citation_Logitude_Image_13-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:42:\"Citation_Logitude_Image_13-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_13-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_13-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_13-1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_13-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:41:\"Citation_Logitude_Image_13-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:13:\"Junebug Clark\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333349169\";s:9:\"copyright\";s:23:\"Cessna Aircraft Company\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(717, 213, '_wp_attached_file', '2020/05/Citation_M2_Image_8-1.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(718, 213, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:33:\"2020/05/Citation_M2_Image_8-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Citation_M2_Image_8-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Citation_M2_Image_8-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Citation_M2_Image_8-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Citation_M2_Image_8-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Citation_M2_Image_8-1-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_8-1-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_8-1-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:34:\"Citation_M2_Image_8-1-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_8-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_8-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:35:\"Citation_M2_Image_8-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Citation_M2_Image_8-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Citation_M2_Image_8-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"Citation_M2_Image_8-1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"Citation_M2_Image_8-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Citation_M2_Image_8-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:16:\"Chauncey Studios\";s:6:\"camera\";s:19:\"Hasselblad H3DII-39\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1316103520\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(719, 214, '_wp_attached_file', '2020/05/Citation_M2_Image_9.jpg'),
(720, 214, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:31:\"2020/05/Citation_M2_Image_9.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_9-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_9-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_9-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Citation_M2_Image_9-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Citation_M2_Image_9-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_9-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Citation_M2_Image_9-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Citation_M2_Image_9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:33:\"Citation_M2_Image_9-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_9-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_9-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_9-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"Citation_M2_Image_9-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"Citation_M2_Image_9-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:38:\"© 2013 Mike Fizer All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(721, 215, '_wp_attached_file', '2020/05/Citation_Sovereign_Image_6.jpg'),
(722, 215, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2020/05/Citation_Sovereign_Image_6.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_6-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_6-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_6-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Citation_Sovereign_Image_6-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Citation_Sovereign_Image_6-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_6-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Citation_Sovereign_Image_6-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Citation_Sovereign_Image_6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_6-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_6-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_6-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_6-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Citation_Sovereign_Image_6-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Citation_Sovereign_Image_6-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1375711676\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.8\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(723, 216, '_wp_attached_file', '2020/05/Citation_Sovereign_Image_3_652.png'),
(724, 216, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:652;s:4:\"file\";s:42:\"2020/05/Citation_Sovereign_Image_3_652.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_652-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_652-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_652-768x489.png\";s:5:\"width\";i:768;s:6:\"height\";i:489;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_652-229x146.png\";s:5:\"width\";i:229;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_652-50x32.png\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Citation_Sovereign_Image_3_652-118x75.png\";s:5:\"width\";i:118;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_652-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_652-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_652-1023x500.png\";s:5:\"width\";i:1023;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_652-768x652.png\";s:5:\"width\";i:768;s:6:\"height\";i:652;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_652-960x652.png\";s:5:\"width\";i:960;s:6:\"height\";i:652;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_652-1023x480.png\";s:5:\"width\";i:1023;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(725, 217, '_wp_attached_file', '2020/05/004_Falcon5X_2013DVD43LR.jpg'),
(726, 217, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2020/05/004_Falcon5X_2013DVD43LR.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"004_Falcon5X_2013DVD43LR-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"004_Falcon5X_2013DVD43LR-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"004_Falcon5X_2013DVD43LR-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"004_Falcon5X_2013DVD43LR-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"004_Falcon5X_2013DVD43LR-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"004_Falcon5X_2013DVD43LR-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"004_Falcon5X_2013DVD43LR-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"004_Falcon5X_2013DVD43LR-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(727, 218, '_wp_attached_file', '2020/05/007_Falcon5X_2013DVD43LR.jpg'),
(728, 218, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2020/05/007_Falcon5X_2013DVD43LR.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"007_Falcon5X_2013DVD43LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"007_Falcon5X_2013DVD43LR-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"007_Falcon5X_2013DVD43LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"007_Falcon5X_2013DVD43LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"007_Falcon5X_2013DVD43LR-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"007_Falcon5X_2013DVD43LR-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"007_Falcon5X_2013DVD43LR-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"007_Falcon5X_2013DVD43LR-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"007_Falcon5X_2013DVD43LR-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"007_Falcon5X_2013DVD43LR-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"007_Falcon5X_2013DVD43LR-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"007_Falcon5X_2013DVD43LR-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"007_Falcon5X_2013DVD43LR-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"007_Falcon5X_2013DVD43LR-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(729, 219, '_wp_attached_file', '2020/05/009_Falcon5X_2013DVD43LR-1.jpg'),
(730, 219, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:38:\"2020/05/009_Falcon5X_2013DVD43LR-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"009_Falcon5X_2013DVD43LR-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"009_Falcon5X_2013DVD43LR-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"009_Falcon5X_2013DVD43LR-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"009_Falcon5X_2013DVD43LR-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"009_Falcon5X_2013DVD43LR-1-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"009_Falcon5X_2013DVD43LR-1-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"009_Falcon5X_2013DVD43LR-1-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"009_Falcon5X_2013DVD43LR-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"009_Falcon5X_2013DVD43LR-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"009_Falcon5X_2013DVD43LR-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"009_Falcon5X_2013DVD43LR-1-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"009_Falcon5X_2013DVD43LR-1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"009_Falcon5X_2013DVD43LR-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"009_Falcon5X_2013DVD43LR-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(731, 220, '_wp_attached_file', '2020/05/010_Falcon5X_2013DVD43LR.jpg'),
(732, 220, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2020/05/010_Falcon5X_2013DVD43LR.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43LR-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"010_Falcon5X_2013DVD43LR-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"010_Falcon5X_2013DVD43LR-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"010_Falcon5X_2013DVD43LR-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"010_Falcon5X_2013DVD43LR-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43LR-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43LR-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43LR-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(733, 221, '_wp_attached_file', '2020/05/018_Falcon5X_2013DVD43LR.jpg'),
(734, 221, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:896;s:4:\"file\";s:36:\"2020/05/018_Falcon5X_2013DVD43LR.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"018_Falcon5X_2013DVD43LR-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"018_Falcon5X_2013DVD43LR-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"018_Falcon5X_2013DVD43LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"018_Falcon5X_2013DVD43LR-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"018_Falcon5X_2013DVD43LR-209x146.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"018_Falcon5X_2013DVD43LR-50x35.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"018_Falcon5X_2013DVD43LR-107x75.jpg\";s:5:\"width\";i:107;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:37:\"018_Falcon5X_2013DVD43LR-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"018_Falcon5X_2013DVD43LR-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"018_Falcon5X_2013DVD43LR-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"018_Falcon5X_2013DVD43LR-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"018_Falcon5X_2013DVD43LR-768x896.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"018_Falcon5X_2013DVD43LR-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"018_Falcon5X_2013DVD43LR-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"018_Falcon5X_2013DVD43LR-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(735, 222, '_wp_attached_file', '2020/05/019_Falcon5X_2013DVD43LR.jpg'),
(736, 222, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2020/05/019_Falcon5X_2013DVD43LR.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"019_Falcon5X_2013DVD43LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"019_Falcon5X_2013DVD43LR-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"019_Falcon5X_2013DVD43LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"019_Falcon5X_2013DVD43LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"019_Falcon5X_2013DVD43LR-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"019_Falcon5X_2013DVD43LR-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"019_Falcon5X_2013DVD43LR-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"019_Falcon5X_2013DVD43LR-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"019_Falcon5X_2013DVD43LR-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"019_Falcon5X_2013DVD43LR-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"019_Falcon5X_2013DVD43LR-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"019_Falcon5X_2013DVD43LR-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"019_Falcon5X_2013DVD43LR-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"019_Falcon5X_2013DVD43LR-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:19:\"© philippe stroppa\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(737, 223, '_wp_attached_file', '2020/05/026_Falcon5X_2013DVD43LR.jpg'),
(738, 223, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:896;s:4:\"file\";s:36:\"2020/05/026_Falcon5X_2013DVD43LR.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"026_Falcon5X_2013DVD43LR-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"026_Falcon5X_2013DVD43LR-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"026_Falcon5X_2013DVD43LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"026_Falcon5X_2013DVD43LR-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"026_Falcon5X_2013DVD43LR-209x146.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"026_Falcon5X_2013DVD43LR-50x35.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"026_Falcon5X_2013DVD43LR-107x75.jpg\";s:5:\"width\";i:107;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:37:\"026_Falcon5X_2013DVD43LR-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"026_Falcon5X_2013DVD43LR-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"026_Falcon5X_2013DVD43LR-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"026_Falcon5X_2013DVD43LR-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"026_Falcon5X_2013DVD43LR-768x896.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"026_Falcon5X_2013DVD43LR-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"026_Falcon5X_2013DVD43LR-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"026_Falcon5X_2013DVD43LR-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(739, 224, '_wp_attached_file', '2020/05/046_Falcon7X_2013DVD41.jpg'),
(740, 224, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1345;s:4:\"file\";s:34:\"2020/05/046_Falcon7X_2013DVD41.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"046_Falcon7X_2013DVD41-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"046_Falcon7X_2013DVD41-975x1024.jpg\";s:5:\"width\";i:975;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"046_Falcon7X_2013DVD41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"046_Falcon7X_2013DVD41-768x807.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"046_Falcon7X_2013DVD41-139x146.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"046_Falcon7X_2013DVD41-48x50.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"046_Falcon7X_2013DVD41-71x75.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"046_Falcon7X_2013DVD41-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"046_Falcon7X_2013DVD41-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"046_Falcon7X_2013DVD41-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:36:\"046_Falcon7X_2013DVD41-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"046_Falcon7X_2013DVD41-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"046_Falcon7X_2013DVD41-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"046_Falcon7X_2013DVD41-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"046_Falcon7X_2013DVD41-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"046_Falcon7X_2013DVD41-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.germainsuignard.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(741, 225, '_wp_attached_file', '2020/05/052_Falcon7X_2013DVD41.jpg'),
(742, 225, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1219;s:4:\"file\";s:34:\"2020/05/052_Falcon7X_2013DVD41.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"052_Falcon7X_2013DVD41-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"052_Falcon7X_2013DVD41-1024x975.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"052_Falcon7X_2013DVD41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"052_Falcon7X_2013DVD41-768x731.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"052_Falcon7X_2013DVD41-153x146.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"052_Falcon7X_2013DVD41-50x48.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"052_Falcon7X_2013DVD41-79x75.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"052_Falcon7X_2013DVD41-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"052_Falcon7X_2013DVD41-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"052_Falcon7X_2013DVD41-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:36:\"052_Falcon7X_2013DVD41-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"052_Falcon7X_2013DVD41-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"052_Falcon7X_2013DVD41-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"052_Falcon7X_2013DVD41-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"052_Falcon7X_2013DVD41-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"052_Falcon7X_2013DVD41-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:23:\"www.germainsuignard.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(743, 226, '_wp_attached_file', '2020/05/092_Falcon2000LXS_2013DVD41.jpg'),
(744, 226, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:39:\"2020/05/092_Falcon2000LXS_2013DVD41.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"092_Falcon2000LXS_2013DVD41-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"092_Falcon2000LXS_2013DVD41-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"092_Falcon2000LXS_2013DVD41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"092_Falcon2000LXS_2013DVD41-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"092_Falcon2000LXS_2013DVD41-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"092_Falcon2000LXS_2013DVD41-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"092_Falcon2000LXS_2013DVD41-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"092_Falcon2000LXS_2013DVD41-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"092_Falcon2000LXS_2013DVD41-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"092_Falcon2000LXS_2013DVD41-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"092_Falcon2000LXS_2013DVD41-768x854.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:40:\"092_Falcon2000LXS_2013DVD41-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"092_Falcon2000LXS_2013DVD41-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"092_Falcon2000LXS_2013DVD41-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:28:\"Katsuhiko TOKUNAGA/DACT,INC.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(745, 227, '_wp_attached_file', '2020/05/101_Falcon2000LXS_2013DVD41.jpg'),
(746, 227, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:896;s:4:\"file\";s:39:\"2020/05/101_Falcon2000LXS_2013DVD41.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"101_Falcon2000LXS_2013DVD41-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"101_Falcon2000LXS_2013DVD41-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"101_Falcon2000LXS_2013DVD41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"101_Falcon2000LXS_2013DVD41-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"101_Falcon2000LXS_2013DVD41-209x146.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"101_Falcon2000LXS_2013DVD41-50x35.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"101_Falcon2000LXS_2013DVD41-107x75.jpg\";s:5:\"width\";i:107;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:40:\"101_Falcon2000LXS_2013DVD41-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"101_Falcon2000LXS_2013DVD41-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"101_Falcon2000LXS_2013DVD41-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"101_Falcon2000LXS_2013DVD41-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"101_Falcon2000LXS_2013DVD41-768x896.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:40:\"101_Falcon2000LXS_2013DVD41-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"101_Falcon2000LXS_2013DVD41-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"101_Falcon2000LXS_2013DVD41-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(747, 228, '_wp_attached_file', '2020/05/137_Falcon2000S_2013DVD41.jpg'),
(748, 228, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:896;s:4:\"file\";s:37:\"2020/05/137_Falcon2000S_2013DVD41.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"137_Falcon2000S_2013DVD41-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"137_Falcon2000S_2013DVD41-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"137_Falcon2000S_2013DVD41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"137_Falcon2000S_2013DVD41-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"137_Falcon2000S_2013DVD41-209x146.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"137_Falcon2000S_2013DVD41-50x35.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"137_Falcon2000S_2013DVD41-107x75.jpg\";s:5:\"width\";i:107;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"137_Falcon2000S_2013DVD41-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"137_Falcon2000S_2013DVD41-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"137_Falcon2000S_2013DVD41-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"137_Falcon2000S_2013DVD41-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"137_Falcon2000S_2013DVD41-768x896.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"137_Falcon2000S_2013DVD41-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"137_Falcon2000S_2013DVD41-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"137_Falcon2000S_2013DVD41-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(749, 229, '_wp_attached_file', '2020/05/139_Falcon2000S_2013DVD41.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(750, 229, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1829;s:4:\"file\";s:37:\"2020/05/139_Falcon2000S_2013DVD41.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"139_Falcon2000S_2013DVD41-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"139_Falcon2000S_2013DVD41-717x1024.jpg\";s:5:\"width\";i:717;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"139_Falcon2000S_2013DVD41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"139_Falcon2000S_2013DVD41-768x1097.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1097;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"139_Falcon2000S_2013DVD41-1075x1536.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"139_Falcon2000S_2013DVD41-102x146.jpg\";s:5:\"width\";i:102;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"139_Falcon2000S_2013DVD41-35x50.jpg\";s:5:\"width\";i:35;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"139_Falcon2000S_2013DVD41-52x75.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"139_Falcon2000S_2013DVD41-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"139_Falcon2000S_2013DVD41-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"139_Falcon2000S_2013DVD41-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"139_Falcon2000S_2013DVD41-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"139_Falcon2000S_2013DVD41-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"139_Falcon2000S_2013DVD41-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"139_Falcon2000S_2013DVD41-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"139_Falcon2000S_2013DVD41-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"139_Falcon2000S_2013DVD41-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(751, 230, '_wp_attached_file', '2020/05/140_Falcon2000S_2013DVD41.jpg'),
(752, 230, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1829;s:4:\"file\";s:37:\"2020/05/140_Falcon2000S_2013DVD41.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"140_Falcon2000S_2013DVD41-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"140_Falcon2000S_2013DVD41-717x1024.jpg\";s:5:\"width\";i:717;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"140_Falcon2000S_2013DVD41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"140_Falcon2000S_2013DVD41-768x1097.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1097;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"140_Falcon2000S_2013DVD41-1075x1536.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"140_Falcon2000S_2013DVD41-102x146.jpg\";s:5:\"width\";i:102;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"140_Falcon2000S_2013DVD41-35x50.jpg\";s:5:\"width\";i:35;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"140_Falcon2000S_2013DVD41-52x75.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"140_Falcon2000S_2013DVD41-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"140_Falcon2000S_2013DVD41-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"140_Falcon2000S_2013DVD41-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"140_Falcon2000S_2013DVD41-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"140_Falcon2000S_2013DVD41-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"140_Falcon2000S_2013DVD41-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"140_Falcon2000S_2013DVD41-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"140_Falcon2000S_2013DVD41-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"140_Falcon2000S_2013DVD41-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(755, 232, '_edit_last', '1'),
(756, 232, '_edit_lock', '1590926966:1'),
(1658, 287, '__defaults_set', '1'),
(1659, 287, 'filter', 'raw'),
(1660, 287, 'id_field', 'ID'),
(2368, 293, '_wp_attached_file', '2020/05/Citation_Sovereign_Image_3_683.png'),
(2369, 293, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:683;s:4:\"file\";s:42:\"2020/05/Citation_Sovereign_Image_3_683.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_683-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_683-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_683-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_683-219x146.png\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_683-50x33.png\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Citation_Sovereign_Image_3_683-112x75.png\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_683-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Citation_Sovereign_Image_3_683-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_683-1023x500.png\";s:5:\"width\";i:1023;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_683-768x683.png\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:42:\"Citation_Sovereign_Image_3_683-960x683.png\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"Citation_Sovereign_Image_3_683-1023x480.png\";s:5:\"width\";i:1023;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2385, 295, '_wp_attached_file', '2020/05/1_Legacy_500_interior_010_alta-1.jpg'),
(2386, 295, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:44:\"2020/05/1_Legacy_500_interior_010_alta-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"1_Legacy_500_interior_010_alta-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"1_Legacy_500_interior_010_alta-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"1_Legacy_500_interior_010_alta-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"1_Legacy_500_interior_010_alta-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"1_Legacy_500_interior_010_alta-1-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:42:\"1_Legacy_500_interior_010_alta-1-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"1_Legacy_500_interior_010_alta-1-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:45:\"1_Legacy_500_interior_010_alta-1-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"1_Legacy_500_interior_010_alta-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"1_Legacy_500_interior_010_alta-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"1_Legacy_500_interior_010_alta-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:44:\"1_Legacy_500_interior_010_alta-1-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"1_Legacy_500_interior_010_alta-1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:44:\"1_Legacy_500_interior_010_alta-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"1_Legacy_500_interior_010_alta-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2387, 296, '_wp_attached_file', '2020/05/1_Legacy_650_interior_006_alta.jpg'),
(2388, 296, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:42:\"2020/05/1_Legacy_650_interior_006_alta.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"1_Legacy_650_interior_006_alta-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"1_Legacy_650_interior_006_alta-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"1_Legacy_650_interior_006_alta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"1_Legacy_650_interior_006_alta-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"1_Legacy_650_interior_006_alta-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"1_Legacy_650_interior_006_alta-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"1_Legacy_650_interior_006_alta-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:43:\"1_Legacy_650_interior_006_alta-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"1_Legacy_650_interior_006_alta-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"1_Legacy_650_interior_006_alta-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"1_Legacy_650_interior_006_alta-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"1_Legacy_650_interior_006_alta-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:43:\"1_Legacy_650_interior_006_alta-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:42:\"1_Legacy_650_interior_006_alta-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"1_Legacy_650_interior_006_alta-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:10:\"Tif Hunter\";s:6:\"camera\";s:20:\"Hasselblad H3D II-39\";s:7:\"caption\";s:9:\"cock- 021\";s:17:\"created_timestamp\";s:10:\"1242259200\";s:9:\"copyright\";s:22:\"Tif Hunter Photography\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:9:\"cock- 021\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2389, 297, '_wp_attached_file', '2020/05/1_Phenom_100_interior_007.jpg'),
(2390, 297, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:37:\"2020/05/1_Phenom_100_interior_007.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"1_Phenom_100_interior_007-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"1_Phenom_100_interior_007-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"1_Phenom_100_interior_007-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"1_Phenom_100_interior_007-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"1_Phenom_100_interior_007-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"1_Phenom_100_interior_007-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"1_Phenom_100_interior_007-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"1_Phenom_100_interior_007-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"1_Phenom_100_interior_007-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"1_Phenom_100_interior_007-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"1_Phenom_100_interior_007-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"1_Phenom_100_interior_007-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"1_Phenom_100_interior_007-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"1_Phenom_100_interior_007-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:13:\"Paulo Fridman\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1268970663\";s:9:\"copyright\";s:13:\"Paulo Fridman\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:7:\"embraer\";i:1;s:10:\"phenom 100\";}}}'),
(2391, 298, '_wp_attached_file', '2020/05/1_Phenom_300_interior_001.jpg'),
(2392, 298, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:852;s:4:\"file\";s:37:\"2020/05/1_Phenom_300_interior_001.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"1_Phenom_300_interior_001-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"1_Phenom_300_interior_001-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"1_Phenom_300_interior_001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"1_Phenom_300_interior_001-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"1_Phenom_300_interior_001-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"1_Phenom_300_interior_001-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"1_Phenom_300_interior_001-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"1_Phenom_300_interior_001-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"1_Phenom_300_interior_001-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"1_Phenom_300_interior_001-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"1_Phenom_300_interior_001-768x852.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"1_Phenom_300_interior_001-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"1_Phenom_300_interior_001-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"1_Phenom_300_interior_001-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2393, 299, '_wp_attached_file', '2020/05/1_Phgenom_300_exterior_006.jpg'),
(2394, 299, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:38:\"2020/05/1_Phgenom_300_exterior_006.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"1_Phgenom_300_exterior_006-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"1_Phgenom_300_exterior_006-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"1_Phgenom_300_exterior_006-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"1_Phgenom_300_exterior_006-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"1_Phgenom_300_exterior_006-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"1_Phgenom_300_exterior_006-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"1_Phgenom_300_exterior_006-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"1_Phgenom_300_exterior_006-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"1_Phgenom_300_exterior_006-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"1_Phgenom_300_exterior_006-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"1_Phgenom_300_exterior_006-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"1_Phgenom_300_exterior_006-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"1_Phgenom_300_exterior_006-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"1_Phgenom_300_exterior_006-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2395, 300, '_wp_attached_file', '2020/05/EM_P300___P100_-_Landscape.jpg'),
(2396, 300, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:856;s:4:\"file\";s:38:\"2020/05/EM_P300___P100_-_Landscape.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"EM_P300___P100_-_Landscape-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"EM_P300___P100_-_Landscape-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"EM_P300___P100_-_Landscape-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"EM_P300___P100_-_Landscape-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"EM_P300___P100_-_Landscape-218x146.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"EM_P300___P100_-_Landscape-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"EM_P300___P100_-_Landscape-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"EM_P300___P100_-_Landscape-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"EM_P300___P100_-_Landscape-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"EM_P300___P100_-_Landscape-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"EM_P300___P100_-_Landscape-768x856.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:856;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"EM_P300___P100_-_Landscape-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"EM_P300___P100_-_Landscape-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"EM_P300___P100_-_Landscape-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2397, 301, '_wp_attached_file', '2020/05/L500_Cabin_lights_Off_UPDATED.jpg'),
(2398, 301, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:965;s:4:\"file\";s:41:\"2020/05/L500_Cabin_lights_Off_UPDATED.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"L500_Cabin_lights_Off_UPDATED-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"L500_Cabin_lights_Off_UPDATED-1024x772.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"L500_Cabin_lights_Off_UPDATED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"L500_Cabin_lights_Off_UPDATED-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"L500_Cabin_lights_Off_UPDATED-194x146.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"L500_Cabin_lights_Off_UPDATED-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"L500_Cabin_lights_Off_UPDATED-99x75.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:42:\"L500_Cabin_lights_Off_UPDATED-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"L500_Cabin_lights_Off_UPDATED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"L500_Cabin_lights_Off_UPDATED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"L500_Cabin_lights_Off_UPDATED-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"L500_Cabin_lights_Off_UPDATED-768x965.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:965;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:42:\"L500_Cabin_lights_Off_UPDATED-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:41:\"L500_Cabin_lights_Off_UPDATED-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"L500_Cabin_lights_Off_UPDATED-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2399, 302, '_wp_attached_file', '2020/05/L500_Exterior-Violet.jpg'),
(2400, 302, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:965;s:4:\"file\";s:32:\"2020/05/L500_Exterior-Violet.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"L500_Exterior-Violet-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"L500_Exterior-Violet-1024x772.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"L500_Exterior-Violet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"L500_Exterior-Violet-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"L500_Exterior-Violet-194x146.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"L500_Exterior-Violet-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"L500_Exterior-Violet-99x75.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:33:\"L500_Exterior-Violet-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"L500_Exterior-Violet-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"L500_Exterior-Violet-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"L500_Exterior-Violet-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"L500_Exterior-Violet-768x965.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:965;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"L500_Exterior-Violet-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"L500_Exterior-Violet-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"L500_Exterior-Violet-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2401, 303, '_wp_attached_file', '2020/05/L650_Exterior-CoolBlue-04.jpg'),
(2402, 303, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:860;s:4:\"file\";s:37:\"2020/05/L650_Exterior-CoolBlue-04.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"L650_Exterior-CoolBlue-04-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"L650_Exterior-CoolBlue-04-1024x688.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"L650_Exterior-CoolBlue-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"L650_Exterior-CoolBlue-04-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"L650_Exterior-CoolBlue-04-217x146.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"L650_Exterior-CoolBlue-04-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"L650_Exterior-CoolBlue-04-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"L650_Exterior-CoolBlue-04-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"L650_Exterior-CoolBlue-04-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"L650_Exterior-CoolBlue-04-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"L650_Exterior-CoolBlue-04-768x860.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"L650_Exterior-CoolBlue-04-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"L650_Exterior-CoolBlue-04-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"L650_Exterior-CoolBlue-04-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2403, 304, '_wp_attached_file', '2020/05/L650_On_the_Ground_at_Dusk_1_RT2Rich.jpg'),
(2404, 304, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:965;s:4:\"file\";s:48:\"2020/05/L650_On_the_Ground_at_Dusk_1_RT2Rich.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-1024x772.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-194x146.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:46:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-99x75.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:49:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:46:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:46:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:49:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:48:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-768x965.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:965;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:49:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:48:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:49:\"L650_On_the_Ground_at_Dusk_1_RT2Rich-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2405, 305, '_wp_attached_file', '2020/05/P100-Flight-05.jpg'),
(2406, 305, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:26:\"2020/05/P100-Flight-05.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"P100-Flight-05-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"P100-Flight-05-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"P100-Flight-05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"P100-Flight-05-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"P100-Flight-05-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"P100-Flight-05-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"P100-Flight-05-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"P100-Flight-05-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"P100-Flight-05-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"P100-Flight-05-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:26:\"P100-Flight-05-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"P100-Flight-05-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"P100-Flight-05-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"P100-Flight-05-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2407, 306, '_wp_attached_file', '2020/05/P100E_Still_in_Flight_R3.jpg'),
(2408, 306, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:965;s:4:\"file\";s:36:\"2020/05/P100E_Still_in_Flight_R3.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"P100E_Still_in_Flight_R3-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"P100E_Still_in_Flight_R3-1024x772.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"P100E_Still_in_Flight_R3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"P100E_Still_in_Flight_R3-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"P100E_Still_in_Flight_R3-194x146.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"P100E_Still_in_Flight_R3-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"P100E_Still_in_Flight_R3-99x75.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:37:\"P100E_Still_in_Flight_R3-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"P100E_Still_in_Flight_R3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"P100E_Still_in_Flight_R3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"P100E_Still_in_Flight_R3-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"P100E_Still_in_Flight_R3-768x965.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:965;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"P100E_Still_in_Flight_R3-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"P100E_Still_in_Flight_R3-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"P100E_Still_in_Flight_R3-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2409, 307, '_wp_attached_file', '2020/05/Phenom_300_Flight-04.jpg'),
(2410, 307, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:32:\"2020/05/Phenom_300_Flight-04.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Phenom_300_Flight-04-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Phenom_300_Flight-04-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Phenom_300_Flight-04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Phenom_300_Flight-04-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Phenom_300_Flight-04-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Phenom_300_Flight-04-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Phenom_300_Flight-04-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Phenom_300_Flight-04-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Phenom_300_Flight-04-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Phenom_300_Flight-04-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"Phenom_300_Flight-04-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"Phenom_300_Flight-04-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"Phenom_300_Flight-04-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Phenom_300_Flight-04-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1250503572\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2612, 322, '_wp_attached_file', '2020/05/d_g280_g_media_013.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2613, 322, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:761;s:4:\"file\";s:30:\"2020/05/d_g280_g_media_013.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"d_g280_g_media_013-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"d_g280_g_media_013-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_g_media_013-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"d_g280_g_media_013-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_g_media_013-260x132.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"d_g280_g_media_013-50x25.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"d_g280_g_media_013-148x75.jpg\";s:5:\"width\";i:148;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"d_g280_g_media_013-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"d_g280_g_media_013-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:31:\"d_g280_g_media_013-1280x761.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"d_g280_g_media_013-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"d_g280_g_media_013-768x761.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"d_g280_g_media_013-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"d_g280_g_media_013-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"d_g280_g_media_013-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D300S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1254742145\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2614, 323, '_wp_attached_file', '2020/05/d_g280_i_media_043.jpg'),
(2615, 323, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:30:\"2020/05/d_g280_i_media_043.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_043-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_043-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_043-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_043-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_043-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_043-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"d_g280_i_media_043-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_043-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_043-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_043-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"d_g280_i_media_043-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_043-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_043-768x1125.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_043-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_043-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_043-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Kathy Almand\";s:6:\"camera\";s:4:\"P 45\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1286018165\";s:9:\"copyright\";s:20:\"Gulfstream Aerospace\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:14:\"1.999986137104\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2616, 324, '_wp_attached_file', '2020/05/d_g280_i_media_059.jpg'),
(2617, 324, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1500;s:4:\"file\";s:30:\"2020/05/d_g280_i_media_059.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_059-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_059-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_059-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_059-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_059-110x146.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_059-38x50.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_059-56x75.jpg\";s:5:\"width\";i:56;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_059-1125x860.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_059-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_059-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"d_g280_i_media_059-1125x1000.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_059-1125x500.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_059-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_059-1125x750.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_059-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_059-1125x480.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:12:\"Kathy Almand\";s:6:\"camera\";s:4:\"P 45\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1286034231\";s:9:\"copyright\";s:20:\"Gulfstream Aerospace\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.29999908380441\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2618, 325, '_wp_attached_file', '2020/05/d_g280_i_media_116.jpg'),
(2619, 325, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1127;s:4:\"file\";s:30:\"2020/05/d_g280_i_media_116.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_116-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_116-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_116-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_116-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_116-194x146.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_116-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"d_g280_i_media_116-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_116-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_116-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_116-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"d_g280_i_media_116-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_116-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_116-768x1127.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_116-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_116-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_116-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"IQ180\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1331248725\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2620, 326, '_wp_attached_file', '2020/05/d_g280_i_media_120.jpg'),
(2621, 326, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1127;s:4:\"file\";s:30:\"2020/05/d_g280_i_media_120.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_120-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_120-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_120-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_120-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_120-194x146.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_120-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"d_g280_i_media_120-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_120-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_120-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"d_g280_i_media_120-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"d_g280_i_media_120-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_120-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_120-768x1127.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_120-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"d_g280_i_media_120-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"d_g280_i_media_120-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:12:\"Kathy Almand\";s:6:\"camera\";s:5:\"IQ180\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1331256340\";s:9:\"copyright\";s:20:\"Gulfstream Aerospace\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"140\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2622, 327, '_wp_attached_file', '2020/05/d_g550_a_media_019-1.jpg'),
(2623, 327, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2020/05/d_g550_a_media_019-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_019-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"d_g550_a_media_019-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_019-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_019-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_019-1-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_019-1-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_019-1-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:33:\"d_g550_a_media_019-1-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_019-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_019-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:34:\"d_g550_a_media_019-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"d_g550_a_media_019-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"d_g550_a_media_019-1-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"d_g550_a_media_019-1-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_019-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"d_g550_a_media_019-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:38:\"G550 Aerials, Aerial, air, Air, aerial\";s:17:\"created_timestamp\";s:10:\"1248256013\";s:9:\"copyright\";s:41:\"©2006 Gulfstream - Photo: John M. Dibbs\";s:12:\"focal_length\";s:2:\"53\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:38:\"G550 Aerials, Aerial, air, Air, aerial\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2624, 328, '_wp_attached_file', '2020/05/d_g550_a_media_053.jpg'),
(2625, 328, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2020/05/d_g550_a_media_053.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_053-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_053-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_053-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_053-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_053-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"d_g550_a_media_053-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"d_g550_a_media_053-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_053-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"d_g550_a_media_053-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"d_g550_a_media_053-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_053-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_053-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_053-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_053-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"d_g550_a_media_053-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"d_g550_a_media_053-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:38:\"G550 Aerials, Aerial, air, Air, aerial\";s:17:\"created_timestamp\";s:10:\"1235729946\";s:9:\"copyright\";s:41:\"©2006 Gulfstream - Photo: John M. Dibbs\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:38:\"G550 Aerials, Aerial, air, Air, aerial\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2626, 329, '_wp_attached_file', '2020/05/d_g550_g_media_115.jpg'),
(2627, 329, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2020/05/d_g550_g_media_115.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_115-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_115-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_115-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_115-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_115-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"d_g550_g_media_115-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"d_g550_g_media_115-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_115-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"d_g550_g_media_115-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"d_g550_g_media_115-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"d_g550_g_media_115-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_115-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_115-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_115-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_115-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_115-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:18:\"Stephanie Lipscomb\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:9:\"946685605\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2628, 330, '_wp_attached_file', '2020/05/d_g550_g_media_116.jpg'),
(2629, 330, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:30:\"2020/05/d_g550_g_media_116.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_116-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_116-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_116-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_116-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_116-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"d_g550_g_media_116-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"d_g550_g_media_116-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_116-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"d_g550_g_media_116-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"d_g550_g_media_116-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"d_g550_g_media_116-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_116-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_116-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_116-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"d_g550_g_media_116-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"d_g550_g_media_116-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:18:\"Stephanie Lipscomb\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:9:\"946686091\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2630, 331, '_wp_attached_file', '2020/05/d_g550_i_rev_g_media_002.jpg'),
(2631, 331, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:873;s:4:\"file\";s:36:\"2020/05/d_g550_i_rev_g_media_002.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_002-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_002-1024x596.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_002-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_002-251x146.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"d_g550_i_rev_g_media_002-50x29.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"d_g550_i_rev_g_media_002-129x75.jpg\";s:5:\"width\";i:129;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_002-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"d_g550_i_rev_g_media_002-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"d_g550_i_rev_g_media_002-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_002-1280x873.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_002-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_002-768x873.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_002-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_002-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_002-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:12:\"Kathy Almand\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:326:\"g550, G550, interior, interiors, int, Interiors, Interior, Rev. G, rev g, Rev G, rev.g, completions, final phase manufacturing, final phase, Final Phase, Completions, Rev. G interior, Rev. G Interior, rev g interior, rev. g interior, cabin, demonstrator, company demonstrator, demo aircraft, Demo, demo, Corporate Demonstrator\";s:17:\"created_timestamp\";s:10:\"1303476292\";s:9:\"copyright\";s:32:\"Gulfstream Aerospace Corporation\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2632, 332, '_wp_attached_file', '2020/05/d_g550_i_rev_g_media_003.jpg'),
(2633, 332, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2020/05/d_g550_i_rev_g_media_003.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_003-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_003-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_003-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_003-243x146.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"d_g550_i_rev_g_media_003-50x30.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"d_g550_i_rev_g_media_003-125x75.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_003-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"d_g550_i_rev_g_media_003-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"d_g550_i_rev_g_media_003-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_003-1280x900.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_003-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_003-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_003-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"d_g550_i_rev_g_media_003-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"d_g550_i_rev_g_media_003-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Kathy Almand\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:326:\"g550, G550, interior, interiors, int, Interiors, Interior, Rev. G, rev g, Rev G, rev.g, completions, final phase manufacturing, final phase, Final Phase, Completions, Rev. G interior, Rev. G Interior, rev g interior, rev. g interior, cabin, demonstrator, company demonstrator, demo aircraft, Demo, demo, Corporate Demonstrator\";s:17:\"created_timestamp\";s:10:\"1303477029\";s:9:\"copyright\";s:32:\"Gulfstream Aerospace Corporation\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2634, 333, '_wp_attached_file', '2020/05/d_g550_a_media_019_683.png'),
(2635, 333, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2020/05/d_g550_a_media_019_683.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"d_g550_a_media_019_683-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"d_g550_a_media_019_683-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"d_g550_a_media_019_683-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"d_g550_a_media_019_683-219x146.png\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_019_683-50x33.png\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"d_g550_a_media_019_683-112x75.png\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_019_683-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"d_g550_a_media_019_683-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"d_g550_a_media_019_683-1024x500.png\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"d_g550_a_media_019_683-768x683.png\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"d_g550_a_media_019_683-960x683.png\";s:5:\"width\";i:960;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"d_g550_a_media_019_683-1024x480.png\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2822, 347, '_wp_attached_file', '2020/05/hondajet-595.jpg'),
(2823, 347, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:770;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2020/05/hondajet-595.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"hondajet-595-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"hondajet-595-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"hondajet-595-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"hondajet-595-260x135.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"hondajet-595-50x26.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"hondajet-595-144x75.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"hondajet-595-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"hondajet-595-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:24:\"hondajet-595-768x400.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2824, 348, '_wp_attached_file', '2020/05/spacious-interior-360.jpg'),
(2825, 348, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:806;s:6:\"height\";i:536;s:4:\"file\";s:33:\"2020/05/spacious-interior-360.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"spacious-interior-360-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"spacious-interior-360-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"spacious-interior-360-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"spacious-interior-360-220x146.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"spacious-interior-360-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"spacious-interior-360-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"spacious-interior-360-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"spacious-interior-360-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"spacious-interior-360-806x500.jpg\";s:5:\"width\";i:806;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"spacious-interior-360-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"spacious-interior-360-806x480.jpg\";s:5:\"width\";i:806;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2873, 353, '_wp_page_template', 'default'),
(2874, 353, 'slide_template', 'default'),
(2875, 353, 'mfn-post-hide-content', '0'),
(2876, 353, 'mfn-post-custom-layout', '0'),
(2877, 353, 'mfn-post-slider', '0'),
(2878, 353, 'mfn-post-slider-layer', '0'),
(2879, 353, 'mfn-post-menu', '3'),
(2880, 353, 'mfn-post-one-page', '0'),
(2881, 353, 'mfn-post-hide-title', '1'),
(2882, 353, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2883, 353, 'mfn-page-items', 'YTo5OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMzoiPGgyPk3DiURJQSBDRU5UUlVNPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6ImFjYzEwNzhhMSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NjoicHJvZGVqIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToicWtjamJ0MDc4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im84MHpraDQ2aSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MjM6IjxoMz5OQVBTQUxJIE8gTsOBUzwvaDM+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiI0MHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiMTAyZWMzZDUwIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjR5eThnNXJociI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTQ6IlByb2RlaiBsZXRhZGVsIjtzOjc6ImNvbnRlbnQiO3M6NTYzOiI8aDQ+ZWxpdGFuYXJvZGEuY3o8L2g0Pg0KPHAgY2xhc3M9ImJpZyI+4oCeQ0lUQVRJT04gTEFUSVRVREUgZGlzcG9udWplIGhuZWQgbsSba29saWthIGFzcGVrdHksIGt0ZXLDqSBqaXN0xJsgemF1am1vdSBrbGllbnR5IG5hIMSNZXNrw6ltLCBzbG92ZW5za8OpbSBpIGNlbGtvdsSbIGV2cm9wc2vDqW0gdHJodS4gTWV6aSBuxJsgcGF0xZnDrSByb3p1bW7DoSBjZW5hLCB2ZWxtaSBwcm9zdG9ybsOhIGthYmluYSwgZG9sZXQgbmVibyB0aWNob3N0IGthYmlueSBhIG1vxb5ub3N0IHNsdcW+ZWIgbGV0dcWha3ks4oCcIGRvZMOhdsOhIFBoRHIuIFp1emFuYSBQZXTDoWtvdsOhLCB6YWtsYWRhdGVsa2Egc3BvbGXEjW5vc3RpIFdBUEUgSkVUUy48L3A+DQoNCjxwIGNsYXNzPSJiaWciPjxhIGhyZWY9Imh0dHBzOi8vd3d3LmVsaXRhbmFyb2RhLmN6L2NsYW5lay8xOTY5LWxldGlzdGUtdmFjbGF2YS1oYXZsYS1wcml2aXRhbG8tcHJpdmF0bmktbGV0YWRsby1jZXNzbmEtY2l0YXRpb24tbGF0aXR1ZGUvIiB0YXJnZXQ9ImJsYW5rIj5QxZllxI3DrXN0IMSNbMOhbmVrIG9ubGluZTwvYT48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6IjgwMjE0NjM1YyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Ijd2ejlrMjUyeSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjYxOiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC8xOTY5X2Nyb3AuanBnIjtzOjQ6InNpemUiO3M6NToibGFyZ2UiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjI7YTozOntzOjM6InVpZCI7czo5OiJiYjUwZjUzMmEiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjk6ImJyb2tlcmFnZSI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjRiYjNiZDM2NyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6ImlzbXNiN2N1ZyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjYxOiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC8xMDg5X2Nyb3AuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6ImU4OGQzNmI1NSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJhZDM5MDJmNzYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjc5NDoiPGg0PlRvcCBLb2t0ZWpsPC9oND4NCjxwIGNsYXNzPSJiaWciPlYgUHJhemUgbmEgbGV0acWhdGkgVsOhY2xhdmEgSGF2bGEgcMWZZWRzdGF2aWxhIHNwb2xlxI1ub3N0IFdBUEUgSkVUUyB1bmlrw6F0bsOtIHNvdWtyb23DvSB0cnlza8OhxI0gb2QgYW1lcmlja8OpaG8gdsO9cm9iY2UgVGV4dHJvbiBBdmlhdGlvbi4gSmVkbsOhIHNlIG8gbmVqbMOpcGUgcHJvZMOhdmFuw6kgcHJpdsOhdG7DrSBsZXRhZGxvIHYga2F0ZWdvcmlpIHN0xZllZG7DrSB2ZWxpa29zdGkuIFRlbnRvIGplZGluZcSNbsO9IGJ1c2luZXNzIGpldCBuYWLDrXrDrSBqYWtvIGplZGluw70gdmUgc3bDqSB0xZnDrWTEmyByb3Zub3UgcG9kbGFodSBhIHR6di4gc3RhbmQtdXAgdsO9xaFrdSBrYWJpbnksIHDFmWnEjWVtxb4gc2Ugdnlqw61tw6Egb3Byb3RpIGtvbmt1cmVuxI1uw61tIGxldG91bsWvbSBpIGplaG8gbsOtemvDvW1pIHByb3Zvem7DrW1pIG7DoWtsYWR5LiBQcm8gc3bDqSBsZXR5IHBvIGNlbMOpbSBzdsSbdMSbIHNpIGhvIG3Fr8W+ZXRlIHByb25ham1vdXQgbmVibyBwxZnDrW1vIHpha291cGl0LjwvcD4NCg0KDQo8cCBjbGFzcz0iYmlnIj48YSBocmVmPSI8cCBjbGFzcz0iYmlnIj48YSBocmVmPSJodHRwczovL3d3dy50b3Brb2t0ZWpsLmN6L2NsYW5lay8xMDg5LXByYWhhLXByaXZpdGFsYS1sZXRhZGxvLWNlc3NuYS1jaXRhdGlvbi1sYXRpdHVkZS1rdGVyZS1qZS1vcHJhdmRvdnltLWtsZW5vdGVtLXYtb2JsYWNpY2gvIiB0YXJnZXQ9ImJsYW5rIj5QxZllxI3DrXN0IMSNbMOhbmVrIG9ubGluZTwvYT48L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6Ijl6Z2EwMWFyeSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NjoicHJvZGVqIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToieWZsdGVsczJhIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjJxdmdkcHh4cyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTQ6IlByb2RlaiBsZXRhZGVsIjtzOjc6ImNvbnRlbnQiO3M6NjQxOiI8aDQ+Q2Fyc2hvdXNlLmN6PC9oND4NCjxwIGNsYXNzPSJiaWciPkNFU1NOQSBDSVRBVElPTiBMQVRJVFVERSBqZSBzeW5vbnltZW0ga29tZm9ydHUuIEtyb23EmyBwcm9zdG9ybsOpaG8gaW50ZXJpw6lydSwgc2Nob3Buw6lobyBwb2ptb3V0IGHFviA4IHBhc2HFvsOpcsWvLCBuYWLDrWRuZSBpIG9iamVtbsO9IHphdmF6YWRsb3bDvSBwcm9zdG9yIHMga2FwYWNpdG91IHbDoWh5IDU2NSBraWxvZ3JhbcWvLiBVbmlrw6F0bsOtIGplIHRha8OpIHJ5Y2hsb3N0IGxldGFkbGEsIGt0ZXLDoSDEjWluw60gODI2IGttL2ggYSBzY2hvcG5vc3Qgbm9uc3RvcCBkb2xldHUgYcW+IDUwMDAga2lsb21ldHLFryBwxZlpIG9ic2F6ZW7DrSA0IG9zb2JhbWkuIEplbiBwcm8gcMWZZWRzdGF2dTogdG8gamUgdnpkw6FsZW5vc3QgeiDFvWVuZXZ5IGRvIER1YmFqZSBuZWJvIHogTmV3IFlvcmt1IGRvIExvcyBBbmdlbGVzLjwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+PGEgaHJlZj0iaHR0cHM6Ly93d3cuY2Fyc2hvdXNlLmN6L3Nwb2xlY25vc3Qtd2FwZS1qZXRzLXByZWRzdGF2aWxhLXByaXZhdG5pLWxldGFkbG8tY2Vzc25hLWNpdGF0aW9uLWxhdGl0dWRlIiB0YXJnZXQ9ImJsYW5rIj5QxZllxI3DrXN0IMSNbMOhbmVrIG9ubGluZTwvYT48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6Im9nMzM5NGkzaCI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6InVubG9nc3l4NiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc5OiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC8xNDIyM18wXzgwMF8xNTk1MjgxNzEwX2Nyb3AuanBnIjtzOjQ6InNpemUiO3M6NToibGFyZ2UiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjQ7YTozOntzOjM6InVpZCI7czo5OiJiZzB1Nm1kZTEiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjk6ImJyb2tlcmFnZSI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImFtZ2x4MGh6bCI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Ing4YWtvOXpqaiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjU5OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1LzFZM0EwNTIyLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI1Y3pqNGYzb2MiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiNDl6ZmcwNXphIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo3NjY6IjxoND5HcmFuZCBNYWdhemluZTwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5QxZllZHN0YXZ0ZSBzaSwgxb5lIHNlZMOtdGUgdiBCcmF0aXNsYXbEmyBuYSBzY2jFr3pjZSBhIGRvc3RhbmV0ZSBuw6FwYWQgc2kgamV0IHphbHnFvm92YXQgZG8gaXRhbHNrw71jaCBEb2xvbWl0LiBTdGHEjcOtIHphdm9sYXQgZG8gV0FQRSBKRVRTIGEgcMWZaWrDrXQgcGF0bsOhY3QgbWludXQgcMWZZWQgb2RsZXRlbSBuYSBsZXRpxaF0xJsuIFRha3RvIHBvcGlzdWplIHpha2xhZGF0ZWxrYSBzcG9sZcSNbm9zdGkgV0FQRSBKRVRTIFp1emFuYSBQZXTDoWtvdsOhIHBveml0aXZhIGNlc3RvdsOhbsOtIHByaXbDoXRuw61tIGxldGFkbGVtLjwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+PGEgaHJlZj0iPHAgY2xhc3M9ImJpZyI+PGEgaHJlZj0iaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8zMC4xMS4yMDE5X0dyYW5kLU1hZ2F6aW5lX1ZvbG5vc3QtbmEta8WZw61kbGVjaC1wcml2w6F0bsOtaG8tbGV0YWRsYS5wZGYiIHRhcmdldD0iYmxhbmsiPlDFmWXEjcOtc3QgxI1sw6FuZWsgdiBQREY8L2E+PC9wPg0KDQo8cCBjbGFzcz0iYmlnIj48YSBocmVmPSI8cCBjbGFzcz0iYmlnIj48YSBocmVmPSJodHRwczovL2dyYW5kbWFnYXppbmUuYXJndXNtZWRpYS5zay9jcy8yMDE5LzExLzMwL3ZvbG5vc3QtbmEta3JpZGxlY2gtcHJpdmF0bmloby1sZXRhZGxhIiB0YXJnZXQ9ImJsYW5rIj5QxZllxI3DrXN0IMSNbMOhbmVrIG9ubGluZTwvYT48L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NTthOjM6e3M6MzoidWlkIjtzOjk6IjlwMXYwZXZkNSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NjoicHJvZGVqIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToidWhqbGp6bm5qIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Imd1MzdxOWJ2byI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTQ6IlByb2RlaiBsZXRhZGVsIjtzOjc6ImNvbnRlbnQiO3M6NjA0OiI8aDQ+THV4dXMuY3o8L2g0Pg0KPHAgY2xhc3M9ImJpZyI+xIxhcyBqc291IHBlbsOtemUg4oCTIHRvIGppc3TEmyBtb2MgZG9ixZllIHbDrSBrYcW+ZMO9LCBrZG8gc2UgcG9oeWJ1amUgdmUgc2bDqcWZZSBvYmNob2R1LiBOb3V6b3bDvSBzdGF2IGEgb21lemVuw60gdm9sbsOpaG8gcG9oeWJ1IHogZMWvdm9kdSBlcGlkZW1pZSBDT1ZJRC0xOSwgdGFrxZlrYSB6bmVtb8W+bmlsbyBtb8W+bm9zdCB2eWNlc3RvdsOhbsOtIGRvIHphaHJhbmnEjcOtLiBJIHDFmWVzIHpkw6FubGl2xJsgbmXFmWXFoWl0ZWxub3Ugc2l0dWFjaSB2xaFhayBleGlzdHVqZSBtb8W+bm9zdCwgamFrIG5hdsWhdMOtdml0IHBvxb5hZG92YW7DqSBkZXN0aW5hY2UgdiBiZXpwZcSNw60sIHJ5Y2hsZSBhIGJleiB2xJt0xaHDrWNoIG9tZXplbsOtIOKAkyBzIHByaXbDoXRuw61taSBsZXR5IFdBUEUgSkVUUy48L3A+DQoNCjxwIGNsYXNzPSJiaWciPjxhIGhyZWY9Imh0dHBzOi8vd3d3Lmx1eHVzLmN6L2Nlc3R1anRlLWJlenBlY25lLXJ5Y2hsZS1wcml2YXRuaW1pLWxldGFkbHktcy13YXBlLWpldHMiIHRhcmdldD0iYmxhbmsiPlDFmWXEjcOtc3QgxI1sw6FuZWsgb25saW5lPC9hPjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToicHN3MTVvdXRrIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToienp4aGFzMzk0IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6Nzc6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDYvQ2Vzc25hLUNpdGF0aW9uLUxhdGl0dWRlXzEuanBnIjtzOjQ6InNpemUiO3M6NToibGFyZ2UiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjY7YTozOntzOjM6InVpZCI7czo5OiJiNzZzM2hzdWQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6Ind1bmh4NDBnaCI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6InVnNndrbXRmeCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjkzOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0x1eHVyeUJSTk8td2ludGVyLTIwMTktMTEtMTNfcGFnZS0wMDAxX3dlYi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiNmljYXFvaDE5IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InF0b29saWdyZSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTQ6IlByb2RlaiBsZXRhZGVsIjtzOjc6ImNvbnRlbnQiO3M6ODgyOiI8aDQ+THV4dXJ5IEJybm8gTWFnYXppbmU8L2g0Pg0KPHAgY2xhc3M9ImJpZyI+Q2VzdG92w6Fuw60gbGV0YWRsZW0gYmV6IHpieXRlxI1uw71jaCDEjWFzb3bDvWNoIHByb2RsZXYsIHDFmWVzdHVwxa8sIG1heGltw6FsbsSbIHBvaG9kbG7EmyBhIHMgb2RiYXZlbsOtbSBkbyB0xZnDrSBob2RpbiBvZCBvYmplZG7DoW7DrSBsZXR1PyBNb8W+bsOhIGplIHRvIGplZG5vZHXFocWhw60sIG5lxb4gYnlzdGUgxI1la2FsaS4gWmRhbGVrYSB1xb4gdG/0j7CBxb4gbmVwbGH0j7CCLCDFvmUgbMOpdMOhbsOtIHNvdWtyb23DvW0gbGV0YWRsZW0gamUgcG91emUgcHJvIHZ5dm9sZW7DqS4gTyBib8WZZW7DrSBtw710xa8gbmEgcG9saSBwcml2w6F0bsOtaG8gbGV0ZWN0dsOtIGEgdsO9aG9kw6FjaCBzb3Vrcm9tw71jaCBsZXTFryBzcG9sZcSNbm9z9I+wgSBXQVBFIEpFVFMganNtZSBzaSBwb3bDrWRhbGkgcyBqZWrDrSB6YWtsYWRhdGVsa291IFp1emFub3UgUGV0w6Frb3ZvdS48L3A+DQoNCjxwIGNsYXNzPSJiaWciPjxhIGhyZWY9Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvMS4xMi4yMDE5X0x1eHVyeS1Ccm5vLU1hZ2F6aW5lX0Nlc3RvdsOhbsOtLXByaXbDoXRuw61tLWxldGFkbGVtLXbDoW0tZMOhLXN2b2JvZHVfd2ViLnBkZiIgdGFyZ2V0PSJibGFuayI+UMWZZcSNw61zdCDEjWzDoW5layB2IFBERjwvYT48L3A+DQoNCjxwIGNsYXNzPSJiaWciPjxhIGhyZWY9Imh0dHA6Ly93d3cubHV4dXJ5YnJuby5jei93b3JrL3p1emFuYS1wZXRha292YS1jZXN0b3ZhbmktcHJpdmF0bmltLWxldGFkbGVtLXZhbS1kYS1zdm9ib2R1LyIgdGFyZ2V0PSJibGFuayI+UMWZZcSNw61zdCDEjWzDoW5layBvbmxpbmU8L2E+PC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NzthOjM6e3M6MzoidWlkIjtzOjk6ImpjZWI4ZTk4MCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NjoicHJvZGVqIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToicnlzMTBsMDZoIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InNsMzdxazFvayI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MjU6IjxoMz5USVNLT1bDiSBaUFLDgVZZPC9oMz4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6ImNwZGdtZWp3NSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmaHdzaTdicHIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE0OiJQcm9kZWogbGV0YWRlbCI7czo3OiJjb250ZW50IjtzOjgzODoiPGg0PlByYWhhIHDFmWl2w610YWxhIHByaXbDoXRuw60gbGV0YWRsbyBDZXNzbmEgQ2l0YXRpb24gTGF0aXR1ZGUsIG9wcmF2ZG92w70ga2xlbm90IHYgb2JsYWPDrWNoITwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5TcG9sZcSNbm9zdCBXQVBFIEpFVFMgcMWZZWRzdGF2aWxhIGRuZSAyNC42LiAyMDIwIHYgUHJhemUgbmEgbGV0acWhdGkgVsOhY2xhdmEgSGF2bGEgdW5pa8OhdG7DrSBzb3Vrcm9tw70gdHJ5c2vDocSNIG9kIGFtZXJpY2vDqWhvIHbDvXJvYmNlIFRleHRyb24gQXZpYXRpb24uIEplZG7DoSBzZSBvIG5lamzDqXBlIHByb2TDoXZhbsOpIHByaXbDoXRuw60gbGV0YWRsbyB2IGthdGVnb3JpaSBzdMWZZWRuw60gdmVsaWtvc3RpLiBUZW50byBqZWRpbmXEjW7DvSBidXNpbmVzcyBqZXQgbmFiw616w60gamFrbyBqZWRpbsO9IHZlIHN2w6kgdMWZw61kxJsgcm92bm91IHBvZGxhaHUgYSB0enYuIHN0YW5kLXVwIHbDvcWha3Uga2FiaW55LCBwxZlpxI1lbcW+IHNlIHZ5asOtbcOhIG9wcm90aSBrb25rdXJlbsSNbsOtbSBsZXRvdW7Fr20gaSBqZWhvIG7DrXprw71taSBwcm92b3puw61taSBuw6FrbGFkeS4gUHJvIHN2w6kgbGV0eSBwbyBjZWzDqW0gc3bEm3TEmyBzaSBobyBtxa/FvmV0ZSBwcm9uYWptb3V0IG5lYm8gcMWZw61tbyB6YWtvdXBpdCBpIFZ5LjwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+PGEgaHJlZj0iaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvN18yMDIwX1RaLVdhcGUtSmV0cy1DZXNzbmEtQ2l0YXRpb24tTGF0aXR1ZGVfd2ViLnBkZiIgdGFyZ2V0PSJibGFuayI+UMWZZcSNw61zdCDEjWzDoW5lazwvYT48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6Img3b2NtdDFtNyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjJ2cmFibjJjcSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjEwMToiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvN18yMDIwX1RaLVdhcGUtSmV0cy1DZXNzbmEtQ2l0YXRpb24tTGF0aXR1ZGVfd2ViMi5qcGciO3M6NDoic2l6ZSI7czo1OiJsYXJnZSI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6ODthOjM6e3M6MzoidWlkIjtzOjk6Im13Zm9rOXd5ZCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czozOiIxMDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjQwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czoxMToiIGZ1bGwtd2lkdGgiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI1cHI4YmszNXQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToic2VxYjdmbGtzIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MTkwOiI8aDI+U1BPS09KRU5PU1QgS0xJRU5Uxa4gSkUgTkHFoMONIFBSSU9SSVRPVTxiciAvPjwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlBvZMOtdmVqdGUgc2UgbmEgbmHFoWUgcmVmZXJlbmNlIiBsaW5rPSJodHRwOi8vd2FwZWpldHMuY29tL3JlZmVyZW5jZSIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),
(2884, 353, 'mfn-page-items-seo', 'Heading\n<h2>MÉDIA CENTRUM</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n<h3>NAPSALI O NÁS</h3>\nno-repeat;left top;;\nauto\n40px\n\nProdej letadel\n<h4>elitanaroda.cz</h4>\r\n<p class=\"big\">„CITATION LATITUDE disponuje hned několika aspekty, které jistě zaujmou klienty na českém, slovenském i celkově evropském trhu. Mezi ně patří rozumná cena, velmi prostorná kabina, dolet nebo tichost kabiny a možnost služeb letušky,“ dodává PhDr. Zuzana Petáková, zakladatelka společnosti WAPE JETS.</p>\r\n\r\n<p class=\"big\"><a href=\"httpss://www.elitanaroda.cz/clanek/1969-letiste-vaclava-havla-privitalo-privatni-letadlo-cessna-citation-latitude/\" target=\"blank\">Přečíst článek online</a></p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"httpss://wapejets.com/wp-content/uploads/2020/08/1969_crop.jpg\" alt=\"1969_crop\"/>\nlarge\n\n<img src=\"httpss://wapejets.com/wp-content/uploads/2020/08/1089_crop.jpg\" alt=\"1089_crop\"/>\n\nBrokerage\n<h4>Top Koktejl</h4>\r\n<p class=\"big\">V Praze na letišti Václava Havla představila společnost WAPE JETS unikátní soukromý tryskáč od amerického výrobce Textron Aviation. Jedná se o nejlépe prodávané privátní letadlo v kategorii střední velikosti. Tento jedinečný business jet nabízí jako jediný ve své třídě rovnou podlahu a tzv. stand-up výšku kabiny, přičemž se vyjímá oproti konkurenčním letounům i jeho nízkými provozními náklady. Pro své lety po celém světě si ho můžete pronajmout nebo přímo zakoupit.</p>\r\n\r\n\r\n<p class=\"big\"><a href=\"<p class=\"big\"><a href=\"httpss://www.topkoktejl.cz/clanek/1089-praha-privitala-letadlo-cessna-citation-latitude-ktere-je-opravdovym-klenotem-v-oblacich/\" target=\"blank\">Přečíst článek online</a></p>\nno-repeat;center top;;\nauto\n10px\n\nProdej letadel\n<h4>Carshouse.cz</h4>\r\n<p class=\"big\">CESSNA CITATION LATITUDE je synonymem komfortu. Kromě prostorného interiéru, schopného pojmout až 8 pasažérů, nabídne i objemný zavazadlový prostor s kapacitou váhy 565 kilogramů. Unikátní je také rychlost letadla, která činí 826 km/h a schopnost nonstop doletu až 5000 kilometrů při obsazení 4 osobami. Jen pro představu: to je vzdálenost z Ženevy do Dubaje nebo z New Yorku do Los Angeles.</p>\r\n\r\n<p class=\"big\"><a href=\"httpss://www.carshouse.cz/spolecnost-wape-jets-predstavila-privatni-letadlo-cessna-citation-latitude\" target=\"blank\">Přečíst článek online</a></p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"httpss://wapejets.com/wp-content/uploads/2020/08/14223_0_800_1595281710_crop.jpg\" alt=\"14223_0_800_1595281710_crop\"/>\nlarge\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/1Y3A0522.jpg\" alt=\"\"/>\n\nBrokerage\n<h4>Grand Magazine</h4>\r\n<p class=\"big\">Představte si, že sedíte v Bratislavě na schůzce a dostanete nápad si jet zalyžovat do italských Dolomit. Stačí zavolat do WAPE JETS a přijít patnáct minut před odletem na letiště. Takto popisuje zakladatelka společnosti WAPE JETS Zuzana Petáková pozitiva cestování privátním letadlem.</p>\r\n\r\n<p class=\"big\"><a href=\"<p class=\"big\"><a href=\"https://wapejets.com/wp-content/uploads/2020/05/30.11.2019_Grand-Magazine_Volnost-na-křídlech-privátního-letadla.pdf\" target=\"blank\">Přečíst článek v PDF</a></p>\r\n\r\n<p class=\"big\"><a href=\"<p class=\"big\"><a href=\"httpss://grandmagazine.argusmedia.sk/cs/2019/11/30/volnost-na-kridlech-privatniho-letadla\" target=\"blank\">Přečíst článek online</a></p>\nno-repeat;center top;;\nauto\n10px\n\nProdej letadel\n<h4>Luxus.cz</h4>\r\n<p class=\"big\">Čas jsou peníze – to jistě moc dobře ví každý, kdo se pohybuje ve sféře obchodu. Nouzový stav a omezení volného pohybu z důvodu epidemie COVID-19, takřka znemožnilo možnost vycestování do zahraničí. I přes zdánlivě neřešitelnou situaci však existuje možnost, jak navštívit požadované destinace v bezpečí, rychle a bez větších omezení – s privátními lety WAPE JETS.</p>\r\n\r\n<p class=\"big\"><a href=\"httpss://www.luxus.cz/cestujte-bezpecne-rychle-privatnimi-letadly-s-wape-jets\" target=\"blank\">Přečíst článek online</a></p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/06/Cessna-Citation-Latitude_1.jpg\" alt=\"Textron Cessna Latitude\"/>\nlarge\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/LuxuryBRNO-winter-2019-11-13_page-0001_web.jpg\" alt=\"\"/>\n\nProdej letadel\n<h4>Luxury Brno Magazine</h4>\r\n<p class=\"big\">Cestování letadlem bez zbytečných časových prodlev, přestupů, maximálně pohodlně a s odbavením do tří hodin od objednání letu? Možná je to jednodušší, než byste čekali. Zdaleka už tož nepla, že létání soukromým letadlem je pouze pro vyvolené. O boření mýtů na poli privátního letectví a výhodách soukromých letů společnos WAPE JETS jsme si povídali s její zakladatelkou Zuzanou Petákovou.</p>\r\n\r\n<p class=\"big\"><a href=\"https://wapejets.com/wp-content/uploads/2020/05/1.12.2019_Luxury-Brno-Magazine_Cestování-privátním-letadlem-vám-dá-svobodu_web.pdf\" target=\"blank\">Přečíst článek v PDF</a></p>\r\n\r\n<p class=\"big\"><a href=\"https://www.luxurybrno.cz/work/zuzana-petakova-cestovani-privatnim-letadlem-vam-da-svobodu/\" target=\"blank\">Přečíst článek online</a></p>\nno-repeat;center top;;\nauto\n10px\n\n<h3>TISKOVÉ ZPRÁVY</h3>\nno-repeat;left top;;\nauto\n\nProdej letadel\n<h4>Praha přivítala privátní letadlo Cessna Citation Latitude, opravdový klenot v oblacích!</h4>\r\n<p class=\"big\">Společnost WAPE JETS představila dne 24.6. 2020 v Praze na letišti Václava Havla unikátní soukromý tryskáč od amerického výrobce Textron Aviation. Jedná se o nejlépe prodávané privátní letadlo v kategorii střední velikosti. Tento jedinečný business jet nabízí jako jediný ve své třídě rovnou podlahu a tzv. stand-up výšku kabiny, přičemž se vyjímá oproti konkurenčním letounům i jeho nízkými provozními náklady. Pro své lety po celém světě si ho můžete pronajmout nebo přímo zakoupit i Vy.</p>\r\n\r\n<p class=\"big\"><a href=\"httpss://wapejets.com/wp-content/uploads/2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web.pdf\" target=\"blank\">Přečíst článek</a></p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"httpss://wapejets.com/wp-content/uploads/2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2.jpg\" alt=\"7_2020_TZ Wape Jets - Cessna Citation Latitude_web2\"/>\nlarge\n\nHeading\n<h2>SPOKOJENOST KLIENTŮ JE NAŠÍ PRIORITOU<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na naše reference\" link=\"https://wapejets.com/reference\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(2886, 353, 'rs_page_bg_color', '#ffffff'),
(2887, 353, '_wpb_vc_js_status', 'true'),
(2888, 353, '_elementor_template_type', 'wp-page'),
(2889, 353, '_elementor_version', '2.9.9'),
(2891, 353, 'mfn-post-layout', 'no-sidebar'),
(2892, 353, '_dp_original', '114'),
(2893, 353, '_edit_lock', '1598199552:1'),
(2894, 353, '_edit_last', '1'),
(2895, 355, '_wp_attached_file', '2020/05/1Y3A0522.jpg'),
(2896, 355, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2020/05/1Y3A0522.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"1Y3A0522-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"1Y3A0522-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"1Y3A0522-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"1Y3A0522-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"1Y3A0522-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"1Y3A0522-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"1Y3A0522-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:21:\"1Y3A0522-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"1Y3A0522-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"1Y3A0522-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:22:\"1Y3A0522-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"1Y3A0522-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:21:\"1Y3A0522-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:21:\"1Y3A0522-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:20:\"1Y3A0522-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"1Y3A0522-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:18:\"1Y3A0522-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:13:\"RADOVAN SUBIN\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565276529\";s:9:\"copyright\";s:55:\"ALL RIGHTS RESERVED \rradovan@subin.cz\rTEL +420608118788\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2897, 356, '_wp_attached_file', '2020/05/LuxuryBRNO-winter-2019-11-13_page-0001_web.jpg'),
(2898, 356, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1453;s:4:\"file\";s:54:\"2020/05/LuxuryBRNO-winter-2019-11-13_page-0001_web.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-1024x775.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-768x581.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-1536x1162.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-193x146.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:52:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:52:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-99x75.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:55:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:52:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:52:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:56:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:55:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:55:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:55:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:54:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:55:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:52:\"LuxuryBRNO-winter-2019-11-13_page-0001_web-20x15.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2899, 357, '_wp_attached_file', '2020/05/1.12.2019_Luxury-Brno-Magazine_Cestování-privátním-letadlem-vám-dá-svobodu_web.pdf'),
(2900, 357, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:92:\"1.12.2019_Luxury-Brno-Magazine_Cestování-privátním-letadlem-vám-dá-svobodu_web-pdf.jpg\";s:5:\"width\";i:1403;s:6:\"height\";i:2121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:100:\"1.12.2019_Luxury-Brno-Magazine_Cestování-privátním-letadlem-vám-dá-svobodu_web-pdf-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:101:\"1.12.2019_Luxury-Brno-Magazine_Cestování-privátním-letadlem-vám-dá-svobodu_web-pdf-677x1024.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:99:\"1.12.2019_Luxury-Brno-Magazine_Cestování-privátním-letadlem-vám-dá-svobodu_web-pdf-99x150.jpg\";s:5:\"width\";i:99;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),
(2901, 358, '_wp_attached_file', '2020/05/30.11.2019_Grand-Magazine_Freedom-on-the-wings-of-private-jet.pdf'),
(2902, 359, '_wp_attached_file', '2020/05/30.11.2019_Grand-Magazine_Volnost-na-křídlech-privátního-letadla.pdf'),
(2914, 361, '_wp_page_template', 'default'),
(2915, 361, 'slide_template', 'default'),
(2916, 361, 'mfn-post-hide-content', '0'),
(2917, 361, 'mfn-post-custom-layout', '0'),
(2918, 361, 'mfn-post-slider', '0'),
(2919, 361, 'mfn-post-slider-layer', '0'),
(2920, 361, 'mfn-post-menu', '3'),
(2921, 361, 'mfn-post-one-page', '0'),
(2922, 361, 'mfn-post-hide-title', '1'),
(2923, 361, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2924, 361, 'mfn-page-items', 'YTo3OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxODoiPGgyPlJFRkVSRU5DRTwvaDI+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YTozOntzOjM6InVpZCI7czo5OiJ6amNyODJ4NXQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImdndTM2dmNhYSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MzoidWlkIjtzOjk6InMwaDZweDNxMSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6NTp7czo3OiJjb250ZW50IjtzOjIyNzoiUsOhZCBieWNoIHRvdXRvIGNlc3RvdSBwb2TEm2tvdmFsIFdBUEUgSkVUUyB6YSBqZWppY2ggc2x1xb5ieSBhIHphamnFoXTEm27DrSBuYcWhZWhvIGxldHUuIFNwb2x1cHLDoWNlIGJ5bGEgb2Qgc2Ftw6lobyB6YcSNw6F0a3UgdmVsbWkgcMWZw61qZW1uw6EgYSByeWNobMOhLCBjb8W+IGpzZW0gb3ByYXZkdSBvY2VuaWwuIDxicj4NClLDoWQgc2UgbmEgV0FQRSBKRVRTIG9wxJt0IG9icsOhdMOtbS4iO3M6NjoiYXV0aG9yIjtzOjk6IlJBREVLIEsuICI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToiYWNjMTA3OGExIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo2OiJwcm9kZWoiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxMDJlYzNkNTAiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJsdXU3Zmd5a2oiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo2MToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9CT01CQVJESUVSLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjM5OiJodHRwczovL3d3dy5ib21iYXJkaWVyLmNvbS9lbi9ob21lLmh0bWwiO3M6NjoidGFyZ2V0IjtzOjE6IjEiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI4MDIxNDYzNWMiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiI3dno5azI1MnkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo1OToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9DRVNTTkEtMi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czoyNDoiaHR0cHM6Ly9jZXNzbmEudHh0YXYuY29tIjtzOjY6InRhcmdldCI7czoxOiIxIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6InBnY3Bhb2gwZCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6ImVteGpjanNlayI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjYzOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0RBU1NBVUxUX3dlYi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czo0OToiaHR0cHM6Ly93d3cuZGFzc2F1bHRmYWxjb24uY29tL2VuL1BhZ2VzL0hvbWUuYXNweCI7czo2OiJ0YXJnZXQiO3M6MToiMSI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6Im9vZjd3ZGpkdiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NjoicHJvZGVqIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToidTV4aTlxMXRhIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czoxMDoiYmxvY2txdW90ZSI7czozOiJ1aWQiO3M6OToiaWo3YWVwczRyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo1OntzOjc6ImNvbnRlbnQiO3M6MjM0OiJTIFdBUEUgSkVUUyBsw6l0w6FtZSB2ZWxtaSByw6FkaS4gVsW+ZHkgc2UgbyB2xaFlIHBvc3RhcmFqw60gayBuYcWhw60gbWF4aW3DoWxuw60gc3Bva29qZW5vc3RpLiA8YnI+DQpQxZnDrWplbW7DqSBqZWRuw6Fuw60sIHJ5Y2hsw6kgcmVha2NlLCBmbGV4aWJpbGl0YSBhIG1heGltw6FsbsOtIGRpc2tyw6l0bm9zdCwga3RlcsOpIG9jZcWIdWplbWUuIDxicj4NClTEm8Whw61tZSBzZSBuYSBkYWzFocOtIGxldC4iO3M6NjoiYXV0aG9yIjtzOjg6IlBFVFJBIE0uIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjQ7YTozOntzOjM6InVpZCI7czo5OiJ5MzVqM2kxMHUiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjM6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImJ2cTN1d2p0MiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjhtcXdsZ3ZuYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjY0OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0VNQlJBRVItMV93ZWIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6Mjk6Imh0dHBzOi8vZW1icmFlci5jb20vZ2xvYmFsL2VuIjtzOjY6InRhcmdldCI7czoxOiIxIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiamhnZ3IwMWYwIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiZGF0b3BuY2FhIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NjE6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvSE9OREFKRVQtMS5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czoyNDoiaHR0cHM6Ly93d3cuaG9uZGFqZXQuY29tIjtzOjY6InRhcmdldCI7czoxOiIxIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6Im8xYnRpcXlieSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Ijgyb3Z3MmpqNCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjY1OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0dVTEZTVFJFQU1fd2ViLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjMwOiJodHRwczovL3d3dy5ndWxmc3RyZWFtLmNvbS9lbi8iO3M6NjoidGFyZ2V0IjtzOjE6IjEiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjU7YTozOntzOjM6InVpZCI7czo5OiJybzYxaHpoY3YiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImJrdmdqNzZrdSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MzoidWlkIjtzOjk6Ind4cDA3cmt5NiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6NTp7czo3OiJjb250ZW50IjtzOjM2MjoiUyBXQVBFIEpFVFMganNtZSDFmWXFoWlsaSBkbG91aG9kb2JvdSBzcG9sdXByw6FjaSBwcm9uw6FqbXUgbGV0YWRsYSBhIGpzZW0gdmVsbWkgcsOhZCwgxb5lIGpzZW0gZG9zdGFsIGRvcG9ydcSNZW7DrSBwcsOhdsSbIG5hIHR1dG8gc3BvbGXEjW5vc3QgYSBtYWppdGVsa3UgWnV6YW51IFAuIDxicj4NClByb2Zlc2lvbsOhbG7DrSBwxZnDrXN0dXAgYSBvdGV2xZllbm9zdCBqc291IGrDrSB2bGFzdG7DrS4gSnNlbSBvcHJhdmR1IHLDoWQsIMW+ZSBtw6FtZSB2IHByaXbDoXRuw61tIGxldGVjdHbDrSB0YWtvdm91IG9zb2J1IGEgxI1sb3bEm2thLCBuYSBrdGVyw6lobyBzZSBtxa/FvmVtZSBzcG9sZWhub3V0LiA8YnI+DQpExJtrdWppLiAiO3M6NjoiYXV0aG9yIjtzOjEwOiJUT03DgcWgIEIuIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjY7YTozOntzOjM6InVpZCI7czo5OiJtd2Zvazl3eWQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MzoiMTAwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiNXByOGJrMzV0IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InNlcWI3ZmxrcyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjE5NjoiPGgyPkNIQ0VURSBTRSBUQUvDiSBTVMOBVCBOQcWgw41NIEtMSUVOVEVNPzwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IktvbnRha3R1anRlIG7DoXMgLSB0xJvFocOtbWUgc2UgbmEgc3BvbHVwcsOhY2khIiBsaW5rPSJodHRwOi8vd2FwZWpldHMuY29tL2tvbnRha3QiIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),
(2925, 361, 'mfn-page-items-seo', 'Heading\n<h2>REFERENCE</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nRád bych touto cestou poděkoval WAPE JETS za jejich služby a zajištění našeho letu. Spolupráce byla od samého začátku velmi příjemná a rychlá, což jsem opravdu ocenil. <br>\r\nRád se na WAPE JETS opět obrátím.\nRADEK K.\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/BOMBARDIER.jpg\" alt=\"\"/>\n<a href=\"httpss://www.bombardier.com/en/home.html\">httpss://www.bombardier.com/en/home.html</a>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/CESSNA-2.jpg\" alt=\"\"/>\n<a href=\"httpss://cessna.txtav.com\">httpss://cessna.txtav.com</a>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/DASSAULT_web.jpg\" alt=\"\"/>\n<a href=\"httpss://www.dassaultfalcon.com/en/Pages/Home.aspx\">httpss://www.dassaultfalcon.com/en/Pages/Home.aspx</a>\n\nS WAPE JETS létáme velmi rádi. Vždy se o vše postarají k naší maximální spokojenosti. <br>\r\nPříjemné jednání, rychlé reakce, flexibilita a maximální diskrétnost, které oceňujeme. <br>\r\nTěšíme se na další let.\nPETRA M.\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/EMBRAER-1_web.jpg\" alt=\"\"/>\n<a href=\"httpss://embraer.com/global/en\">httpss://embraer.com/global/en</a>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/HONDAJET-1.jpg\" alt=\"\"/>\n<a href=\"httpss://www.hondajet.com\">httpss://www.hondajet.com</a>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/GULFSTREAM_web.jpg\" alt=\"\"/>\n<a href=\"httpss://www.gulfstream.com/en/\">httpss://www.gulfstream.com/en/</a>\n\nS WAPE JETS jsme řešili dlouhodobou spolupráci pronájmu letadla a jsem velmi rád, že jsem dostal doporučení právě na tuto společnost a majitelku Zuzanu P. <br>\r\nProfesionální přístup a otevřenost jsou jí vlastní. Jsem opravdu rád, že máme v privátním letectví takovou osobu a člověka, na kterého se můžeme spolehnout. <br>\r\nDěkuji.\nTOMÁŠ B.\n\nHeading\n<h2>CHCETE SE TAKÉ STÁT NAŠÍM KLIENTEM?</h2>\r\n[divider height=\"40\"]\r\n[button title=\"Kontaktujte nás - těšíme se na spolupráci!\" link=\"https://wapejets.com/kontakt\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(2926, 361, 'rs_page_bg_color', '#ffffff'),
(2927, 361, '_wpb_vc_js_status', 'true'),
(2928, 361, '_elementor_template_type', 'wp-page'),
(2929, 361, '_elementor_version', '2.9.9'),
(2931, 361, 'mfn-post-layout', 'no-sidebar'),
(2933, 361, '_dp_original', '353'),
(2934, 361, '_edit_lock', '1604506531:1'),
(2935, 361, '_edit_last', '1'),
(2936, 363, '_wp_attached_file', '2020/05/BOMBARDIER.jpg'),
(2937, 363, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:793;s:6:\"height\";i:493;s:4:\"file\";s:22:\"2020/05/BOMBARDIER.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"BOMBARDIER-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"BOMBARDIER-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"BOMBARDIER-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"BOMBARDIER-235x146.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"BOMBARDIER-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"BOMBARDIER-121x75.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"BOMBARDIER-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"BOMBARDIER-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:22:\"BOMBARDIER-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"BOMBARDIER-793x480.jpg\";s:5:\"width\";i:793;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:20:\"BOMBARDIER-20x12.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2938, 364, '_wp_attached_file', '2020/05/CESSNA-2.jpg'),
(2939, 364, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:816;s:6:\"height\";i:532;s:4:\"file\";s:20:\"2020/05/CESSNA-2.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"CESSNA-2-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"CESSNA-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"CESSNA-2-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"CESSNA-2-224x146.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"CESSNA-2-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"CESSNA-2-115x75.jpg\";s:5:\"width\";i:115;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"CESSNA-2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"CESSNA-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:20:\"CESSNA-2-816x500.jpg\";s:5:\"width\";i:816;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:20:\"CESSNA-2-768x532.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:20:\"CESSNA-2-816x480.jpg\";s:5:\"width\";i:816;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:18:\"CESSNA-2-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2940, 365, '_wp_attached_file', '2020/05/DASSAULT_web.jpg'),
(2941, 365, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:850;s:6:\"height\";i:566;s:4:\"file\";s:24:\"2020/05/DASSAULT_web.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"DASSAULT_web-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"DASSAULT_web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"DASSAULT_web-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"DASSAULT_web-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"DASSAULT_web-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"DASSAULT_web-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"DASSAULT_web-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"DASSAULT_web-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:24:\"DASSAULT_web-850x500.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:24:\"DASSAULT_web-768x566.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:24:\"DASSAULT_web-850x480.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:22:\"DASSAULT_web-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2942, 366, '_wp_attached_file', '2020/05/EMBRAER-1_web.jpg'),
(2943, 366, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:850;s:6:\"height\";i:562;s:4:\"file\";s:25:\"2020/05/EMBRAER-1_web.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"EMBRAER-1_web-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"EMBRAER-1_web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"EMBRAER-1_web-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"EMBRAER-1_web-221x146.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"EMBRAER-1_web-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"EMBRAER-1_web-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:23:\"EMBRAER-1_web-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:23:\"EMBRAER-1_web-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:25:\"EMBRAER-1_web-850x500.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:25:\"EMBRAER-1_web-768x562.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:25:\"EMBRAER-1_web-850x480.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:23:\"EMBRAER-1_web-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2944, 367, '_wp_attached_file', '2020/05/GULFSTREAM_web.jpg'),
(2945, 367, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:850;s:6:\"height\";i:531;s:4:\"file\";s:26:\"2020/05/GULFSTREAM_web.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"GULFSTREAM_web-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"GULFSTREAM_web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"GULFSTREAM_web-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"GULFSTREAM_web-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"GULFSTREAM_web-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"GULFSTREAM_web-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"GULFSTREAM_web-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"GULFSTREAM_web-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:26:\"GULFSTREAM_web-850x500.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:26:\"GULFSTREAM_web-768x531.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:26:\"GULFSTREAM_web-850x480.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:24:\"GULFSTREAM_web-20x12.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2946, 368, '_wp_attached_file', '2020/05/HONDAJET-1.jpg'),
(2947, 368, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:804;s:6:\"height\";i:511;s:4:\"file\";s:22:\"2020/05/HONDAJET-1.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"HONDAJET-1-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"HONDAJET-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"HONDAJET-1-768x488.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"HONDAJET-1-230x146.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"HONDAJET-1-50x32.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"HONDAJET-1-118x75.jpg\";s:5:\"width\";i:118;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"HONDAJET-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"HONDAJET-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"HONDAJET-1-804x500.jpg\";s:5:\"width\";i:804;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:22:\"HONDAJET-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"HONDAJET-1-804x480.jpg\";s:5:\"width\";i:804;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:20:\"HONDAJET-1-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2959, 370, '_wp_page_template', 'default'),
(2960, 370, 'slide_template', 'default'),
(2961, 370, 'mfn-post-hide-content', '0'),
(2962, 370, 'mfn-post-custom-layout', '0'),
(2963, 370, 'mfn-post-slider', '0'),
(2964, 370, 'mfn-post-slider-layer', '0'),
(2965, 370, 'mfn-post-menu', '3'),
(2966, 370, 'mfn-post-one-page', '1'),
(2967, 370, 'mfn-post-hide-title', '1'),
(2968, 370, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2969, 370, 'mfn-page-items', 'YTo2OntpOjA7YTozOntzOjM6InVpZCI7czo5OiJ6M3ZiNDJubm0iO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6InkxdXY2cG9maSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJkNzY5eW5zdG4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyNToiPGgyPktPTlRBS1RVSlRFIE7DgVM8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6ImNjNWRhM2JhNiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjgwOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0NpdGF0aW9uX00yX0ltYWdlXzhfb3ZlcmxheV8yLnBuZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MjM6Im5vLXJlcGVhdDtsZWZ0IGNlbnRlcjs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6Mjc6IiBmdWxsLXdpZHRoIGhpZ2hsaWdodC1yaWdodCI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjQ2MzZlM2IyMiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiI0MGY2OTY4YWMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czo2MToiPGgzPlBvxaFsZXRlIG7DoW0genByw6F2dSw8YnI+PGJyPg0KcsOhZGkgdsOhbSBwb3JhZMOtbWU8L2gzPiI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjE3OiIxMDBweCA0JSA2MHB4IDBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiNTU4N2YxN2QyIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjdkZHVuaDdvOSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MjE6IktvbnRha3Ruw60gZm9ybXVsw6HFmSI7czo3OiJjb250ZW50IjtzOjM1OiJbY2FsZGVyYV9mb3JtIGlkPSJDRjVlZDNjYjFmM2RhMzAiXSI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIxMTBweCA0JSA2MHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImU1MGJjZTVjMCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjM6IjBweCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czoxMzoiIGVxdWFsLWhlaWdodCI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImM2ZDkyYzI0YiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToiZjQ2NmYxMjRlIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MTQ6Imljb24tbWFpbC1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czoxMzoiTmFwacWhdGUgbsOhbSI7czo3OiJjb250ZW50IjtzOjY1OiI8aDU+PGEgaHJlZj0ibWFpbHRvOmluZm9Ad2FwZWpldHMuY29tIj5pbmZvQHdhcGVqZXRzLmNvbTwvYT48L2g1PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjM6InVpZCI7czo5OiJqenlpcXh5d2UiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoxNzoiaWNvbi1jb21tZW50LWxpbmUiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjE0OiJaYXZvbGVqdGUgbsOhbSI7czo3OiJjb250ZW50IjtzOjYwOiI8aDU+PGEgaHJlZj0idGVsOis0MjAgNzc3IDU5MSA1NTgiPis0MjAgNzc3IDU5MSA1NTg8L2E+PC9oNT4iO3M6NToic3R5bGUiO3M6MToiMiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6ImE3a2t2enI5dSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjQ6IjEwcHgiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiM2I0ZXlwYTd4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjM6InVpZCI7czo5OiJtcTAzaHN1cjAiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoyMToiaWNvbi1wYXBlci1wbGFuZS1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czoyNjoiUHJvbsOhamVtIC8gcHJvZGVqIGxldGFkZWwiO3M6NzoiY29udGVudCI7czo2NzoiPGg1PjxhIGhyZWY9Im1haWx0bzpzYWxlc0B3YXBlamV0cy5jb20iPnNhbGVzQHdhcGVqZXRzLmNvbTwvYT48L2g1PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjM6InVpZCI7czo5OiJ0Mnp5NGM2enUiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoyMToiaWNvbi1wYXBlci1wbGFuZS1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo2OiJNw6lkaWEiO3M6NzoiY29udGVudCI7czo2NzoiPGg1PjxhIGhyZWY9Im1haWx0bzpwcmVzc0B3YXBlamV0cy5jb20iPnByZXNzQHdhcGVqZXRzLmNvbTwvYT48L2g1PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mzp7czozOiJ1aWQiO3M6OToicTFpcjJkbm1nIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MzoiMHB4IjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEzOiIgZXF1YWwtaGVpZ2h0IjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiMzVkN3pua3JuIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjM6InVpZCI7czo5OiJ6bDFhZDAzYWQiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoxNDoiaWNvbi1pbnN0YWdyYW0iO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjE5OiJTbGVkdWp0ZSBuw6FzIG5hIElHIjtzOjc6ImNvbnRlbnQiO3M6ODM6IjxoNT48YSBocmVmPSJodHRwczovL3d3dy5pbnN0YWdyYW0uY29tL3dhcGVfamV0cyIgdGFyZ2V0PSJibGFuayI+d2FwZV9qZXRzPC9hPjwvaDU+IjtzOjU6InN0eWxlIjtzOjE6IjIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjQ6Imxpc3QiO3M6MzoidWlkIjtzOjk6Im44ZndzMnZneSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6OTp7czo0OiJpY29uIjtzOjIxOiJpY29uLWZhY2Vib29rLXNxdWFyZWQiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjE5OiJTbGVkdWp0ZSBuw6FzIG5hIEZCIjtzOjc6ImNvbnRlbnQiO3M6ODE6IjxoNT48YSBocmVmPSJodHRwczovL3d3dy5mYWNlYm9vay5jb20vd2FwZWpldHMiIHRhcmdldD0iYmxhbmsiPkB3YXBlamV0czwvYT48L2g1PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo1O2E6Mzp7czozOiJ1aWQiO3M6OToiYzdhaHpiYnlsIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiamViejAzZGQ0IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjM6InVpZCI7czo5OiI3YTBycjJqbm0iO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoyMToiaWNvbi1wYXBlci1wbGFuZS1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czoyMzoiPGg2Pk9iZWNuw6kgZG90YXp5PC9oNj4iO3M6NzoiY29udGVudCI7czo2NToiPGg2PjxhIGhyZWY9Im1haWx0bzppbmZvQHdhcGVqZXRzLmNvbSI+aW5mb0B3YXBlamV0cy5jb208L2E+PC9oNj4iO3M6NToic3R5bGUiO3M6MToiMiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToicm9wYzZxdzFsIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MjE6Imljb24tcGFwZXItcGxhbmUtbGluZSI7czo1OiJpbWFnZSI7czowOiIiO3M6NToidGl0bGUiO3M6MjE6IlBvcHTDoXZrYSBsZXR1L3Byb2RlaiI7czo3OiJjb250ZW50IjtzOjY3OiI8aDY+PGEgaHJlZj0ibWFpbHRvOnNhbGVzQHdhcGVqZXRzLmNvbSI+c2FsZXNAd2FwZWpldHMuY29tPC9hPjwvaDY+IjtzOjU6InN0eWxlIjtzOjE6IjIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjQ6Imxpc3QiO3M6MzoidWlkIjtzOjk6InYzajZ0cnM5ZCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6OTp7czo0OiJpY29uIjtzOjIxOiJpY29uLXBhcGVyLXBsYW5lLWxpbmUiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjY6Ik3DqWRpYSI7czo3OiJjb250ZW50IjtzOjY3OiI8aDY+PGEgaHJlZj0ibWFpbHRvOnByZXNzQHdhcGVqZXRzLmNvbSI+cHJlc3NAd2FwZWpldHMuY29tPC9hPjwvaDY+IjtzOjU6InN0eWxlIjtzOjE6IjIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(2970, 370, 'mfn-page-items-seo', 'Heading\n<h2>KONTAKTUJTE NÁS</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nHeading\n<h3>Pošlete nám zprávu,<br><br>\r\nrádi vám poradíme</h3>\nright\nno-repeat;center top;;\nauto\n\nKontaktní formulář\n[caldera_form id=\"CF5ed3cb1f3da30\"]\nno-repeat;left top;;\nauto\n\nicon-mail-line\nNapište nám\n<h5><a href=\"mailto:info@wapejets.com\">info@wapejets.com</a></h5>\n2\n\nicon-comment-line\nZavolejte nám\n<h5><a href=\"tel:+420 777 591 558\">+420 777 591 558</a></h5>\n2\n\nicon-paper-plane-line\nPronájem / prodej letadel\n<h5><a href=\"mailto:sales@wapejets.com\">sales@wapejets.com</a></h5>\n2\n\nicon-paper-plane-line\nMédia\n<h5><a href=\"mailto:press@wapejets.com\">press@wapejets.com</a></h5>\n2\n\nicon-instagram\nSledujte nás na IG\n<h5><a href=\"https://www.instagram.com/wape_jets\" target=\"blank\">wape_jets</a></h5>\n2\n\nicon-facebook-squared\nSledujte nás na FB\n<h5><a href=\"https://www.facebook.com/wapejets\" target=\"blank\">@wapejets</a></h5>\n2\n\nicon-paper-plane-line\n<h6>Obecné dotazy</h6>\n<h6><a href=\"mailto:info@wapejets.com\">info@wapejets.com</a></h6>\n2\n\nicon-paper-plane-line\nPoptávka letu/prodej\n<h6><a href=\"mailto:sales@wapejets.com\">sales@wapejets.com</a></h6>\n2\n\nicon-paper-plane-line\nMédia\n<h6><a href=\"mailto:press@wapejets.com\">press@wapejets.com</a></h6>\n2\n\n'),
(2971, 370, '_dp_original', '31'),
(2972, 370, '_edit_lock', '1605457534:1'),
(2973, 370, '_edit_last', '1'),
(2974, 370, 'rs_page_bg_color', '#ffffff'),
(2975, 370, '_wpb_vc_js_status', 'false'),
(2976, 372, '_wp_attached_file', '2020/05/Citation_M2_Image_8_overlay.png'),
(2977, 372, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:39:\"2020/05/Citation_M2_Image_8_overlay.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Citation_M2_Image_8_overlay-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Citation_M2_Image_8_overlay-1024x819.png\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Citation_M2_Image_8_overlay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Citation_M2_Image_8_overlay-768x614.png\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Citation_M2_Image_8_overlay-183x146.png\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Citation_M2_Image_8_overlay-50x40.png\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Citation_M2_Image_8_overlay-94x75.png\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:40:\"Citation_M2_Image_8_overlay-1280x860.png\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Citation_M2_Image_8_overlay-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Citation_M2_Image_8_overlay-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:41:\"Citation_M2_Image_8_overlay-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"Citation_M2_Image_8_overlay-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:40:\"Citation_M2_Image_8_overlay-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:40:\"Citation_M2_Image_8_overlay-1280x750.png\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"Citation_M2_Image_8_overlay-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"Citation_M2_Image_8_overlay-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2978, 373, '_wp_attached_file', '2020/05/Citation_M2_Image_8_overlay_2.png'),
(2979, 373, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2020/05/Citation_M2_Image_8_overlay_2.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Citation_M2_Image_8_overlay_2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Citation_M2_Image_8_overlay_2-1024x819.png\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Citation_M2_Image_8_overlay_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Citation_M2_Image_8_overlay_2-768x614.png\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Citation_M2_Image_8_overlay_2-183x146.png\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"Citation_M2_Image_8_overlay_2-50x40.png\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"Citation_M2_Image_8_overlay_2-94x75.png\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:42:\"Citation_M2_Image_8_overlay_2-1280x860.png\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"Citation_M2_Image_8_overlay_2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"Citation_M2_Image_8_overlay_2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:43:\"Citation_M2_Image_8_overlay_2-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"Citation_M2_Image_8_overlay_2-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"Citation_M2_Image_8_overlay_2-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:42:\"Citation_M2_Image_8_overlay_2-1280x750.png\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:41:\"Citation_M2_Image_8_overlay_2-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"Citation_M2_Image_8_overlay_2-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2980, 374, '_wp_attached_file', '2020/05/1_Phenom_100_interior_007_overlay.png'),
(2981, 374, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:45:\"2020/05/1_Phenom_100_interior_007_overlay.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_overlay-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"1_Phenom_100_interior_007_overlay-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_overlay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_overlay-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_overlay-219x146.png\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_overlay-50x33.png\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"1_Phenom_100_interior_007_overlay-113x75.png\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_overlay-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_overlay-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"1_Phenom_100_interior_007_overlay-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_overlay-768x853.png\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"1_Phenom_100_interior_007_overlay-1280x750.png\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_overlay-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"1_Phenom_100_interior_007_overlay-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2982, 375, '_wp_attached_file', '2020/05/1_Phenom_100_interior_007_overlay_2.png'),
(2983, 375, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:47:\"2020/05/1_Phenom_100_interior_007_overlay_2.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"1_Phenom_100_interior_007_overlay_2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"1_Phenom_100_interior_007_overlay_2-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1_Phenom_100_interior_007_overlay_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"1_Phenom_100_interior_007_overlay_2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"1_Phenom_100_interior_007_overlay_2-219x146.png\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_overlay_2-50x33.png\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"1_Phenom_100_interior_007_overlay_2-113x75.png\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_overlay_2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_overlay_2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:48:\"1_Phenom_100_interior_007_overlay_2-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:47:\"1_Phenom_100_interior_007_overlay_2-768x853.png\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:48:\"1_Phenom_100_interior_007_overlay_2-1280x750.png\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:47:\"1_Phenom_100_interior_007_overlay_2-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:48:\"1_Phenom_100_interior_007_overlay_2-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3001, 381, '_wp_attached_file', '2020/05/home_jet_counter_1_b.png'),
(3002, 381, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:58;s:6:\"height\";i:58;s:4:\"file\";s:32:\"2020/05/home_jet_counter_1_b.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_jet_counter_1_b-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3003, 382, '_wp_attached_file', '2020/05/home_jet_counter_2_b.png'),
(3004, 382, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:58;s:6:\"height\";i:58;s:4:\"file\";s:32:\"2020/05/home_jet_counter_2_b.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_jet_counter_2_b-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3005, 383, '_wp_attached_file', '2020/05/home_jet_counter_3_b.png'),
(3006, 383, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:58;s:6:\"height\";i:58;s:4:\"file\";s:32:\"2020/05/home_jet_counter_3_b.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_jet_counter_3_b-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3007, 384, '_wp_attached_file', '2020/05/GDPR_WAPE-JETS_cz.pdf'),
(3008, 385, '_wp_attached_file', '2020/05/GDPR_WAPE-JETS_en.pdf'),
(3009, 386, '_wp_attached_file', '2020/05/GTC_Broker-Air-Transport.pdf'),
(3010, 387, '_wp_page_template', 'default'),
(3011, 387, 'slide_template', 'default'),
(3012, 387, 'mfn-post-hide-content', '0'),
(3013, 387, 'mfn-post-custom-layout', '0'),
(3014, 387, 'mfn-post-slider', '0'),
(3015, 387, 'mfn-post-slider-layer', '0'),
(3016, 387, 'mfn-post-menu', '3'),
(3017, 387, 'mfn-post-one-page', '0'),
(3018, 387, 'mfn-post-hide-title', '1'),
(3019, 387, 'mfn-post-remove-padding', '1'),
(3020, 387, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czozMToiPGgyPk5FSsSMQVNUxJpKxaDDjSBET1RBWlk8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiMTg4NDYzYjg3IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJxc281dzBzdnAiO3M6NDoic2l6ZSI7czo3OiJkaXZpZGVyIjtzOjU6Iml0ZW1zIjtzOjA6IiI7czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToidDAyOWlzZGY3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjVkd2NsemxxaiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiRmFrdG9yeSI7czo3OiJjb250ZW50IjtzOjIxNTE6IjxoNj5LZHkgbW9odSBvZCBwb3R2cnplbsOtIG9iamVkbsOhdmt5IG9kbGV0xJt0PzwvaDY+DQo8cCBjbGFzcz0iYmlnIj5Qb2t1ZCBqZSBsZXRhZGxvIHMgcG9zw6Fka291IGsgZGlzcG96aWNpIGEgb2JkcsW+w61tZSB2xaFlY2huYSBwb3TFmWVibsOhIHBvdm9sZW7DrSwgamUgbW/Fvm7DqSBvZGxldMSbdCBkbyAzIGhvZGluIG9kIHBvdHZyemVuw60gbGV0dS4gPC9wPjxiciAvPg0KDQo8aDY+UG9rdWQgbGV0IHJlemVydnVqaSwgY28gbsOhc2xlZHVqZSBkw6FsPzwvaDY+DQo8cCBjbGFzcz0iYmlnIj5WIHDFmcOtcGFkxJssIMW+ZSBwb3R2cmTDrXRlIFbDocWhIGxldCwgdnlzdGF2w61tZSB2w6FtIHNtbG91dnUgbmEgamVqw61txb4gesOha2xhZMSbIHbDoW0gYnVkZSB6w6F2YXpuxJsgcmV6ZXJ2b3bDoW4gdnlicmFuw70gdHlwIGxldGFkbGEuIE7DoXNsZWRuxJsgdsOhbSB2eXN0YXbDrW1lIGZha3R1cnUsIGplasOtxb4sIHBsYXRidSBqZSBwb3TFmWViYSBwcm92w6lzdCB2xb5keSBwxZllZCBvZGxldGVtLiA8L3A+PGJyIC8+DQoNCjxoNj5KYWsgcHJvYsOtaMOhIHBsYXRiYSB6YSBsZXQ/PC9oNj4NCjxwIGNsYXNzPSJiaWciPk9iZHLFvsOtdGUgb2QgbsOhcyBmYWt0dXJ1LCBrdGVyb3UgamUgcG90xZllYmEgdsW+ZHkgdWhyYWRpdCBwxZllZCB2YcWhw61tIG9kbGV0ZW0sIGEgdG8gbmEgbsOhxaEgRVVSIG5lYm8gQ1ogw7rEjWV0LCBkbGUgdsOhbWkgenZvbGVuw6kgbcSbbnkuIDwvcD48YnIgLz4NCg0KPGg2PktkeSBtw6FtIHDFmWVkIG9kbGV0ZW0gZG9yYXppdCBuYSBsZXRpxaF0xJs/PC9oNj4NCjxwIGNsYXNzPSJiaWciPk5hxaFpbSBrbGllbnTFr20gZG9wb3J1xI11amVtZSBzZSBkb3N0YXZpdCBuYSBsZXRpxaF0xJsgYWxlc3BvxYggMTUgLSAzMG1pbiBwxZllZCBvZGxldGVtLjwvcD48YnIgLz4NCg0KPGg2PkphayBwcm9iw61ow6Egb2RiYXZlbsOtIG5hIGxldGnFoXRpPzwvaDY+DQo8cCBjbGFzcz0iYmlnIj5QbyBwxZnDrWplemR1IG5hIGxldGnFoXTEmyBqZSBwb3TFmWViYSBwxZlpasOtdCBkbyB0ZXJtaW7DoWx1IHBybyBvZGJhdmVuw60gc291a3JvbcO9Y2ggbGV0xa8gKEdBVCDigJMgR2VuZXJhbCBBdmlhdGlvbiBUZXJtaW5hbCksIGt0ZXLDvW0gZGlzcG9udWplIHbEm3TFoWluYSBsZXRpxaHFpS4gViB0ZXJtaW7DoWx1IG5hIHbDoXMgYnVkZSDEjWVrYXQga2FwaXTDoW4gcyBoYW5kbGluZ292w71tIGFnZW50ZW0sIGt0ZcWZw60gcyB2w6FtaSBwcm9qZG91IGJlenBlxI1ub3N0bsOtIGtvbnRyb2x1IGEgZG9wcm92b2TDrSB2w6FzIHDFmcOtbW8gayBsZXRhZGx1LiA8L3A+PGJyIC8+DQoNCjxoNj5KZSBtb8W+bsOpIGNlc3RvdmF0IHNlIHp2w63FmWF0eT88L2g2Pg0KPHAgY2xhc3M9ImJpZyI+UG9rdWQgc2UgamVkbsOhIG8gcHNhLCBrb8SNa3UgYSBqw61tIHBvZG9ibsOpIGRydWh5IHp2w63FmWF0LCB0YWsgdSB2xJt0xaFpbnkgcHJpdsOhdG7DrWNoIGxldGFkZWwgamUgamVqaWNoIGNlc3RvdsOhbsOtIHBvdm9sZW5vLiBQxZllZCBvZGxldGVtIGplIHBvdMWZZWJhIGRvbG/Fvml0IHBvdMWZZWJuw6kgZG9rdW1lbnR5IG8gb8SNa292w6Fuw60gYXBvZC4gPC9wPjxiciAvPg0KDQo8aDY+SmFrIGplIHRvIHMgY2F0ZXJpbmdlbSBixJtoZW0gbGV0dT88L2g2Pg0KPHAgY2xhc3M9ImJpZyI+Q2F0ZXJpbmcgamUgdsW+ZHkgc291xI3DoXN0w60gbGV0dS4gUm96ZMSbbHVqZW1lIGplaiBwb3V6ZSBuYSBzdHVkZW7DrSBWSVAgY2F0ZXJpbmcgYSB0ZXBsw70gVklQIGNhdGVyaW5nIGEgdG8gcyBvaGxlZGVtIG5hIHZlbGlrb3N0IGEgbW/Fvm5vc3RpIGxldGFkbGEuIFbEm3TFocOtIGxldGFkbGEsIGtkZSBqZSBrIGRpc3BvemljaSBsZXR1xaFrYSBhIHBvdMWZZWJuw6kgdnliYXZlbsOtIGplIG1vxb5uw6kgc2VydsOtcm92YXQgdGVwZWxuxJsgdXByYXZlbsOpIHBvdHJhdmlueSBqYWtvIHN0ZWFreSwgcnlieSBhai4gPC9wPjxiciAvPg0KDQo8aDY+WmFqacWhxaV1amV0ZSB0YWvDqSBkYWzFocOtIG5hdmF6dWrDrWPDrSB0cmFuc2Zlcnk/PC9oNj4NCjxwIGNsYXNzPSJiaWciPlBybyBuYcWhZSBrbGllbnR5IHphamnFocWldWplbWUgdHJhbnNmZXJ5IGppbWkgdnlicmFuw71taSB0eXB5IHZvesWvIG5lYm8gcHJvbsOham1lbSBoZWxpa29wdMOpcnkuIDwvcD4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjI7YTozOntzOjM6InVpZCI7czo5OiJhNWYyY2Y5YjciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMCI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiYjk5YzJlZTM4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjViZDE0NTE1NiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIwMToiPGgyPlBPS1VEIE3DgVRFIEpBS8OJS09MSVYgREFMxaDDjSBET1RBWlksPGJyPg0KUsOBREkgSkUgWk9EUE9Ww41NRTwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9Ik5hcGnFoXRlIG7DoW0gbmVibyB6YXZvbGVqdGUiIGxpbms9Imh0dHA6Ly93YXBlamV0cy5jb20va29udGFrdCIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEwOiI0MHB4IDAgMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),
(3021, 387, 'mfn-page-items-seo', 'Heading\n<h2>NEJČASTĚJŠÍ DOTAZY</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nFaktory\n<h6>Kdy mohu od potvrzení objednávky odletět?</h6>\r\n<p class=\"big\">Pokud je letadlo s posádkou k dispozici a obdržíme všechna potřebná povolení, je možné odletět do 3 hodin od potvrzení letu. </p><br />\r\n\r\n<h6>Pokud let rezervuji, co následuje dál?</h6>\r\n<p class=\"big\">V případě, že potvrdíte Váš let, vystavíme vám smlouvu na jejímž základě vám bude závazně rezervován vybraný typ letadla. Následně vám vystavíme fakturu, jejíž, platbu je potřeba provést vždy před odletem. </p><br />\r\n\r\n<h6>Jak probíhá platba za let?</h6>\r\n<p class=\"big\">Obdržíte od nás fakturu, kterou je potřeba vždy uhradit před vaším odletem, a to na náš EUR nebo CZ účet, dle vámi zvolené měny. </p><br />\r\n\r\n<h6>Kdy mám před odletem dorazit na letiště?</h6>\r\n<p class=\"big\">Našim klientům doporučujeme se dostavit na letiště alespoň 15 - 30min před odletem.</p><br />\r\n\r\n<h6>Jak probíhá odbavení na letišti?</h6>\r\n<p class=\"big\">Po příjezdu na letiště je potřeba přijít do terminálu pro odbavení soukromých letů (GAT – General Aviation Terminal), kterým disponuje většina letišť. V terminálu na vás bude čekat kapitán s handlingovým agentem, kteří s vámi projdou bezpečnostní kontrolu a doprovodí vás přímo k letadlu. </p><br />\r\n\r\n<h6>Je možné cestovat se zvířaty?</h6>\r\n<p class=\"big\">Pokud se jedná o psa, kočku a jím podobné druhy zvířat, tak u většiny privátních letadel je jejich cestování povoleno. Před odletem je potřeba doložit potřebné dokumenty o očkování apod. </p><br />\r\n\r\n<h6>Jak je to s cateringem během letu?</h6>\r\n<p class=\"big\">Catering je vždy součástí letu. Rozdělujeme jej pouze na studení VIP catering a teplý VIP catering a to s ohledem na velikost a možnosti letadla. Větší letadla, kde je k dispozici letuška a potřebné vybavení je možné servírovat tepelně upravené potraviny jako steaky, ryby aj. </p><br />\r\n\r\n<h6>Zajišťujete také další navazující transfery?</h6>\r\n<p class=\"big\">Pro naše klienty zajišťujeme transfery jimi vybranými typy vozů nebo pronájmem helikoptéry. </p>\nno-repeat;left top;;\nauto\n\nHeading\n<h2>POKUD MÁTE JAKÉKOLIV DALŠÍ DOTAZY,<br>\r\nRÁDI JE ZODPOVÍME</h2>\r\n[divider height=\"40\"]\r\n[button title=\"Napište nám nebo zavolejte\" link=\"https://wapejets.com/kontakt\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(3022, 387, 'rs_page_bg_color', '#ffffff'),
(3023, 387, '_wpb_vc_js_status', 'false'),
(3025, 387, '_dp_original', '161'),
(3026, 387, '_edit_lock', '1591692529:1'),
(3027, 387, '_edit_last', '1'),
(3028, 389, '_wp_attached_file', '2020/05/home_jet_footer_1500_vert.png'),
(3029, 389, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3090;s:6:\"height\";i:1500;s:4:\"file\";s:37:\"2020/05/home_jet_footer_1500_vert.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"home_jet_footer_1500_vert-300x146.png\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"home_jet_footer_1500_vert-1024x497.png\";s:5:\"width\";i:1024;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"home_jet_footer_1500_vert-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"home_jet_footer_1500_vert-768x373.png\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"home_jet_footer_1500_vert-1536x746.png\";s:5:\"width\";i:1536;s:6:\"height\";i:746;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"home_jet_footer_1500_vert-2048x994.png\";s:5:\"width\";i:2048;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"home_jet_footer_1500_vert-260x126.png\";s:5:\"width\";i:260;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"home_jet_footer_1500_vert-50x24.png\";s:5:\"width\";i:50;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"home_jet_footer_1500_vert-150x73.png\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"home_jet_footer_1500_vert-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"home_jet_footer_1500_vert-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"home_jet_footer_1500_vert-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"home_jet_footer_1500_vert-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"home_jet_footer_1500_vert-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"home_jet_footer_1500_vert-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"home_jet_footer_1500_vert-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"home_jet_footer_1500_vert-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"home_jet_footer_1500_vert-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3042, 396, '_wp_attached_file', '2020/06/home_jet_slide_1_bg_dark.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3043, 396, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:815;s:4:\"file\";s:36:\"2020/06/home_jet_slide_1_bg_dark.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"home_jet_slide_1_bg_dark-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"home_jet_slide_1_bg_dark-1024x435.png\";s:5:\"width\";i:1024;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"home_jet_slide_1_bg_dark-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"home_jet_slide_1_bg_dark-768x326.png\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"home_jet_slide_1_bg_dark-1536x652.png\";s:5:\"width\";i:1536;s:6:\"height\";i:652;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"home_jet_slide_1_bg_dark-260x110.png\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"home_jet_slide_1_bg_dark-50x21.png\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"home_jet_slide_1_bg_dark-150x64.png\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:37:\"home_jet_slide_1_bg_dark-1630x815.png\";s:5:\"width\";i:1630;s:6:\"height\";i:815;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"home_jet_slide_1_bg_dark-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"home_jet_slide_1_bg_dark-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:37:\"home_jet_slide_1_bg_dark-1280x815.png\";s:5:\"width\";i:1280;s:6:\"height\";i:815;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"home_jet_slide_1_bg_dark-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"home_jet_slide_1_bg_dark-768x815.png\";s:5:\"width\";i:768;s:6:\"height\";i:815;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"home_jet_slide_1_bg_dark-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"home_jet_slide_1_bg_dark-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"home_jet_slide_1_bg_dark-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3044, 397, '_wp_attached_file', '2020/06/Screenshot-2020-06-01-at-07.48.03.png'),
(3045, 397, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:746;s:6:\"height\";i:288;s:4:\"file\";s:45:\"2020/06/Screenshot-2020-06-01-at-07.48.03.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-07.48.03-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-07.48.03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-07.48.03-260x100.png\";s:5:\"width\";i:260;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-07.48.03-50x19.png\";s:5:\"width\";i:50;s:6:\"height\";i:19;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-06-01-at-07.48.03-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-07.48.03-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-07.48.03-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3046, 398, '_wp_attached_file', '2020/06/Screenshot-2020-06-01-at-07.49.44_alt.png'),
(3047, 398, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:440;s:6:\"height\";i:582;s:4:\"file\";s:49:\"2020/06/Screenshot-2020-06-01-at-07.49.44_alt.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-07.49.44_alt-227x300.png\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-07.49.44_alt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-07.49.44_alt-110x146.png\";s:5:\"width\";i:110;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-06-01-at-07.49.44_alt-38x50.png\";s:5:\"width\";i:38;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-06-01-at-07.49.44_alt-57x75.png\";s:5:\"width\";i:57;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-06-01-at-07.49.44_alt-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-06-01-at-07.49.44_alt-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-07.49.44_alt-440x500.png\";s:5:\"width\";i:440;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-07.49.44_alt-440x480.png\";s:5:\"width\";i:440;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3048, 399, '_wp_attached_file', '2020/06/Screenshot-2020-06-01-at-08.04.31_alt.png'),
(3049, 399, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:646;s:6:\"height\";i:976;s:4:\"file\";s:49:\"2020/06/Screenshot-2020-06-01-at-08.04.31_alt.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-08.04.31_alt-199x300.png\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-08.04.31_alt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"Screenshot-2020-06-01-at-08.04.31_alt-97x146.png\";s:5:\"width\";i:97;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-06-01-at-08.04.31_alt-33x50.png\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-06-01-at-08.04.31_alt-50x75.png\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-08.04.31_alt-646x860.png\";s:5:\"width\";i:646;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-06-01-at-08.04.31_alt-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-06-01-at-08.04.31_alt-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-08.04.31_alt-646x500.png\";s:5:\"width\";i:646;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-08.04.31_alt-646x750.png\";s:5:\"width\";i:646;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-08.04.31_alt-646x750.png\";s:5:\"width\";i:646;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:49:\"Screenshot-2020-06-01-at-08.04.31_alt-646x480.png\";s:5:\"width\";i:646;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3050, 400, '_wp_attached_file', '2020/06/4636457104_280x226.jpg'),
(3051, 400, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:280;s:6:\"height\";i:226;s:4:\"file\";s:30:\"2020/06/4636457104_280x226.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"4636457104_280x226-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"4636457104_280x226-181x146.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"4636457104_280x226-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"4636457104_280x226-93x75.jpg\";s:5:\"width\";i:93;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"4636457104_280x226-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"4636457104_280x226-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3052, 401, '_wp_attached_file', '2020/06/4636457116_280x191.jpg'),
(3053, 401, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:280;s:6:\"height\";i:191;s:4:\"file\";s:30:\"2020/06/4636457116_280x191.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"4636457116_280x191-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"4636457116_280x191-214x146.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"4636457116_280x191-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"4636457116_280x191-110x75.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"4636457116_280x191-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"4636457116_280x191-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3054, 402, '_wp_attached_file', '2020/06/Screenshot-2020-06-01-at-09.09.34.png'),
(3055, 402, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:644;s:6:\"height\";i:988;s:4:\"file\";s:45:\"2020/06/Screenshot-2020-06-01-at-09.09.34.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.34-196x300.png\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.34-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-06-01-at-09.09.34-95x146.png\";s:5:\"width\";i:95;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.34-33x50.png\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.34-49x75.png\";s:5:\"width\";i:49;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.34-644x860.png\";s:5:\"width\";i:644;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.34-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.34-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.34-644x500.png\";s:5:\"width\";i:644;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.34-644x750.png\";s:5:\"width\";i:644;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.34-644x750.png\";s:5:\"width\";i:644;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.34-644x480.png\";s:5:\"width\";i:644;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3056, 403, '_wp_attached_file', '2020/06/Screenshot-2020-06-01-at-09.09.42.png'),
(3057, 403, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:682;s:6:\"height\";i:998;s:4:\"file\";s:45:\"2020/06/Screenshot-2020-06-01-at-09.09.42.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.42-205x300.png\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.42-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.42-100x146.png\";s:5:\"width\";i:100;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.42-34x50.png\";s:5:\"width\";i:34;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.42-51x75.png\";s:5:\"width\";i:51;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.42-682x860.png\";s:5:\"width\";i:682;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.42-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.42-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.42-682x500.png\";s:5:\"width\";i:682;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.42-682x750.png\";s:5:\"width\";i:682;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.42-682x750.png\";s:5:\"width\";i:682;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.42-682x480.png\";s:5:\"width\";i:682;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3058, 404, '_wp_attached_file', '2020/06/Screenshot-2020-06-01-at-09.09.52.png'),
(3059, 404, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:674;s:6:\"height\";i:1020;s:4:\"file\";s:45:\"2020/06/Screenshot-2020-06-01-at-09.09.52.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.52-198x300.png\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.52-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-06-01-at-09.09.52-96x146.png\";s:5:\"width\";i:96;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.52-33x50.png\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.52-50x75.png\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.52-674x860.png\";s:5:\"width\";i:674;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.52-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-01-at-09.09.52-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-01-at-09.09.52-674x1000.png\";s:5:\"width\";i:674;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.52-674x500.png\";s:5:\"width\";i:674;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.52-674x750.png\";s:5:\"width\";i:674;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.52-674x750.png\";s:5:\"width\";i:674;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-01-at-09.09.52-674x480.png\";s:5:\"width\";i:674;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3060, 405, '_wp_attached_file', '2020/06/004_Falcon5X_2013DVD43LR.jpg'),
(3061, 405, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2020/06/004_Falcon5X_2013DVD43LR.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"004_Falcon5X_2013DVD43LR-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"004_Falcon5X_2013DVD43LR-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"004_Falcon5X_2013DVD43LR-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"004_Falcon5X_2013DVD43LR-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"004_Falcon5X_2013DVD43LR-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"004_Falcon5X_2013DVD43LR-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"004_Falcon5X_2013DVD43LR-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"004_Falcon5X_2013DVD43LR-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"004_Falcon5X_2013DVD43LR-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3062, 406, '_wp_attached_file', '2020/06/010_Falcon5X_2013DVD43LR.jpg'),
(3063, 406, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:36:\"2020/06/010_Falcon5X_2013DVD43LR.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43LR-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"010_Falcon5X_2013DVD43LR-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"010_Falcon5X_2013DVD43LR-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"010_Falcon5X_2013DVD43LR-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"010_Falcon5X_2013DVD43LR-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43LR-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-768x853.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43LR-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43LR-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43LR-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3064, 407, '_wp_attached_file', '2020/06/L650_Exterior-CoolBlue-04_1920_bottom.jpg'),
(3065, 407, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:815;s:4:\"file\";s:49:\"2020/06/L650_Exterior-CoolBlue-04_1920_bottom.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"L650_Exterior-CoolBlue-04_1920_bottom-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"L650_Exterior-CoolBlue-04_1920_bottom-1024x435.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"L650_Exterior-CoolBlue-04_1920_bottom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"L650_Exterior-CoolBlue-04_1920_bottom-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:50:\"L650_Exterior-CoolBlue-04_1920_bottom-1536x652.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"L650_Exterior-CoolBlue-04_1920_bottom-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_bottom-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:48:\"L650_Exterior-CoolBlue-04_1920_bottom-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:50:\"L650_Exterior-CoolBlue-04_1920_bottom-1630x815.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_bottom-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_bottom-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:50:\"L650_Exterior-CoolBlue-04_1920_bottom-1280x815.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:50:\"L650_Exterior-CoolBlue-04_1920_bottom-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:49:\"L650_Exterior-CoolBlue-04_1920_bottom-768x815.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:50:\"L650_Exterior-CoolBlue-04_1920_bottom-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:49:\"L650_Exterior-CoolBlue-04_1920_bottom-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:50:\"L650_Exterior-CoolBlue-04_1920_bottom-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3066, 408, '_wp_attached_file', '2020/06/L650_Exterior-CoolBlue-04_1920_dark.jpg'),
(3067, 408, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:815;s:4:\"file\";s:47:\"2020/06/L650_Exterior-CoolBlue-04_1920_dark.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_dark-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"L650_Exterior-CoolBlue-04_1920_dark-1024x435.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_dark-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_dark-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:48:\"L650_Exterior-CoolBlue-04_1920_dark-1536x652.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_dark-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"L650_Exterior-CoolBlue-04_1920_dark-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"L650_Exterior-CoolBlue-04_1920_dark-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:48:\"L650_Exterior-CoolBlue-04_1920_dark-1630x815.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"L650_Exterior-CoolBlue-04_1920_dark-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"L650_Exterior-CoolBlue-04_1920_dark-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:48:\"L650_Exterior-CoolBlue-04_1920_dark-1280x815.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:48:\"L650_Exterior-CoolBlue-04_1920_dark-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_dark-768x815.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:48:\"L650_Exterior-CoolBlue-04_1920_dark-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_dark-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:48:\"L650_Exterior-CoolBlue-04_1920_dark-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3068, 409, '_wp_attached_file', '2020/06/L650_Exterior-CoolBlue-04_1920_top.jpg'),
(3069, 409, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:815;s:4:\"file\";s:46:\"2020/06/L650_Exterior-CoolBlue-04_1920_top.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"L650_Exterior-CoolBlue-04_1920_top-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_top-1024x435.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"L650_Exterior-CoolBlue-04_1920_top-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"L650_Exterior-CoolBlue-04_1920_top-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_top-1536x652.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"L650_Exterior-CoolBlue-04_1920_top-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:44:\"L650_Exterior-CoolBlue-04_1920_top-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:45:\"L650_Exterior-CoolBlue-04_1920_top-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_top-1630x815.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:44:\"L650_Exterior-CoolBlue-04_1920_top-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:44:\"L650_Exterior-CoolBlue-04_1920_top-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_top-1280x815.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_top-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"L650_Exterior-CoolBlue-04_1920_top-768x815.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_top-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:46:\"L650_Exterior-CoolBlue-04_1920_top-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:47:\"L650_Exterior-CoolBlue-04_1920_top-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3070, 410, '_wp_attached_file', '2020/06/Falcon6X_22_USB57_HD_1920.jpg'),
(3071, 410, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:814;s:4:\"file\";s:37:\"2020/06/Falcon6X_22_USB57_HD_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1536x651.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Falcon6X_22_USB57_HD_1920-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Falcon6X_22_USB57_HD_1920-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1630x814.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Falcon6X_22_USB57_HD_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Falcon6X_22_USB57_HD_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1280x814.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-768x814.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:9:\"Falcon 6X\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"Falcon 6X\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"Aircraft in flight\";}}}'),
(3072, 411, '_wp_attached_file', '2020/06/1_Phgenom_300_exterior_006_1920.jpg'),
(3073, 411, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:815;s:4:\"file\";s:43:\"2020/06/1_Phgenom_300_exterior_006_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"1_Phgenom_300_exterior_006_1920-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"1_Phgenom_300_exterior_006_1920-1024x435.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"1_Phgenom_300_exterior_006_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"1_Phgenom_300_exterior_006_1920-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"1_Phgenom_300_exterior_006_1920-1536x652.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"1_Phgenom_300_exterior_006_1920-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"1_Phgenom_300_exterior_006_1920-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"1_Phgenom_300_exterior_006_1920-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:44:\"1_Phgenom_300_exterior_006_1920-1630x815.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"1_Phgenom_300_exterior_006_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"1_Phgenom_300_exterior_006_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:44:\"1_Phgenom_300_exterior_006_1920-1280x815.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:44:\"1_Phgenom_300_exterior_006_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:43:\"1_Phgenom_300_exterior_006_1920-768x815.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:44:\"1_Phgenom_300_exterior_006_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:43:\"1_Phgenom_300_exterior_006_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:44:\"1_Phgenom_300_exterior_006_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3074, 412, '_wp_attached_file', '2020/06/Phenom_300_Flight-04_1920.jpg'),
(3075, 412, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:815;s:4:\"file\";s:37:\"2020/06/Phenom_300_Flight-04_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Phenom_300_Flight-04_1920-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Phenom_300_Flight-04_1920-1024x435.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Phenom_300_Flight-04_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Phenom_300_Flight-04_1920-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Phenom_300_Flight-04_1920-1536x652.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Phenom_300_Flight-04_1920-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Phenom_300_Flight-04_1920-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Phenom_300_Flight-04_1920-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Phenom_300_Flight-04_1920-1630x815.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Phenom_300_Flight-04_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Phenom_300_Flight-04_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:38:\"Phenom_300_Flight-04_1920-1280x815.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Phenom_300_Flight-04_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"Phenom_300_Flight-04_1920-768x815.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Phenom_300_Flight-04_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Phenom_300_Flight-04_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Phenom_300_Flight-04_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1250503572\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3076, 413, '_wp_attached_file', '2020/06/010_Falcon5X_2013DVD43_1920.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3077, 413, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:814;s:4:\"file\";s:39:\"2020/06/010_Falcon5X_2013DVD43_1920.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"010_Falcon5X_2013DVD43_1920-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"010_Falcon5X_2013DVD43_1920-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"010_Falcon5X_2013DVD43_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"010_Falcon5X_2013DVD43_1920-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"010_Falcon5X_2013DVD43_1920-1536x651.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"010_Falcon5X_2013DVD43_1920-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43_1920-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"010_Falcon5X_2013DVD43_1920-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:40:\"010_Falcon5X_2013DVD43_1920-1630x814.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"010_Falcon5X_2013DVD43_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"010_Falcon5X_2013DVD43_1920-1280x814.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"010_Falcon5X_2013DVD43_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"010_Falcon5X_2013DVD43_1920-768x814.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:40:\"010_Falcon5X_2013DVD43_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"010_Falcon5X_2013DVD43_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"010_Falcon5X_2013DVD43_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:36:\"010_Falcon5X_2013DVD43_1920-20x8.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:8;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3078, 414, '_wp_attached_file', '2020/06/20.5.-2020_TZ_WAPE-JETS_Cestujte-bezpečně-a-rychle-privátními-lety-s-WAPE-JETS.pdf'),
(3079, 415, '_wp_attached_file', '2020/06/1Y3A0588_media.jpg'),
(3080, 415, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1066;s:6:\"height\";i:1600;s:4:\"file\";s:26:\"2020/06/1Y3A0588_media.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"1Y3A0588_media-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"1Y3A0588_media-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"1Y3A0588_media-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"1Y3A0588_media-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"1Y3A0588_media-1023x1536.jpg\";s:5:\"width\";i:1023;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"1Y3A0588_media-97x146.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"1Y3A0588_media-33x50.jpg\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"1Y3A0588_media-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:27:\"1Y3A0588_media-1066x860.jpg\";s:5:\"width\";i:1066;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"1Y3A0588_media-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"1Y3A0588_media-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"1Y3A0588_media-1066x1000.jpg\";s:5:\"width\";i:1066;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"1Y3A0588_media-1066x500.jpg\";s:5:\"width\";i:1066;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"1Y3A0588_media-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"1Y3A0588_media-1066x750.jpg\";s:5:\"width\";i:1066;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"1Y3A0588_media-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"1Y3A0588_media-1066x480.jpg\";s:5:\"width\";i:1066;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:13:\"RADOVAN SUBIN\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:55:\"ALL RIGHTS RESERVED \rradovan@subin.cz\rTEL +420608118788\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3081, 416, '_wp_attached_file', '2020/06/1Y3A0588_media_hor.jpg'),
(3082, 416, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:30:\"2020/06/1Y3A0588_media_hor.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"1Y3A0588_media_hor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"1Y3A0588_media_hor-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"1Y3A0588_media_hor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"1Y3A0588_media_hor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"1Y3A0588_media_hor-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"1Y3A0588_media_hor-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"1Y3A0588_media_hor-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"1Y3A0588_media_hor-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"1Y3A0588_media_hor-1600x860.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"1Y3A0588_media_hor-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"1Y3A0588_media_hor-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"1Y3A0588_media_hor-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"1Y3A0588_media_hor-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"1Y3A0588_media_hor-768x1066.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1066;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"1Y3A0588_media_hor-1600x750.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"1Y3A0588_media_hor-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"1Y3A0588_media_hor-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:13:\"RADOVAN SUBIN\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:55:\"ALL RIGHTS RESERVED \rradovan@subin.cz\rTEL +420608118788\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3125, 457, '_wp_attached_file', '2020/06/IMG_3059.png'),
(3126, 457, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:1136;s:4:\"file\";s:20:\"2020/06/IMG_3059.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3059-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3059-577x1024.png\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3059-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3059-82x146.png\";s:5:\"width\";i:82;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"IMG_3059-28x50.png\";s:5:\"width\";i:28;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:18:\"IMG_3059-42x75.png\";s:5:\"width\";i:42;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:20:\"IMG_3059-640x860.png\";s:5:\"width\";i:640;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"IMG_3059-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"IMG_3059-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:21:\"IMG_3059-640x1000.png\";s:5:\"width\";i:640;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:20:\"IMG_3059-640x500.png\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:20:\"IMG_3059-640x750.png\";s:5:\"width\";i:640;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:20:\"IMG_3059-640x750.png\";s:5:\"width\";i:640;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:20:\"IMG_3059-640x480.png\";s:5:\"width\";i:640;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3127, 458, '_wp_attached_file', '2020/06/IMG_3060.png'),
(3128, 458, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:1136;s:4:\"file\";s:20:\"2020/06/IMG_3060.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3060-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3060-577x1024.png\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3060-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3060-82x146.png\";s:5:\"width\";i:82;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"IMG_3060-28x50.png\";s:5:\"width\";i:28;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:18:\"IMG_3060-42x75.png\";s:5:\"width\";i:42;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:20:\"IMG_3060-640x860.png\";s:5:\"width\";i:640;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"IMG_3060-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"IMG_3060-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:21:\"IMG_3060-640x1000.png\";s:5:\"width\";i:640;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:20:\"IMG_3060-640x500.png\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:20:\"IMG_3060-640x750.png\";s:5:\"width\";i:640;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:20:\"IMG_3060-640x750.png\";s:5:\"width\";i:640;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:20:\"IMG_3060-640x480.png\";s:5:\"width\";i:640;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3129, 459, '_wp_attached_file', '2020/06/010_Falcon5X_2013DVD43_1920_mob_soft.jpg'),
(3130, 459, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:814;s:4:\"file\";s:48:\"2020/06/010_Falcon5X_2013DVD43_1920_mob_soft.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"010_Falcon5X_2013DVD43_1920_mob_soft-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"010_Falcon5X_2013DVD43_1920_mob_soft-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"010_Falcon5X_2013DVD43_1920_mob_soft-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"010_Falcon5X_2013DVD43_1920_mob_soft-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"010_Falcon5X_2013DVD43_1920_mob_soft-1536x651.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"010_Falcon5X_2013DVD43_1920_mob_soft-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:46:\"010_Falcon5X_2013DVD43_1920_mob_soft-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:47:\"010_Falcon5X_2013DVD43_1920_mob_soft-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:49:\"010_Falcon5X_2013DVD43_1920_mob_soft-1630x814.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:46:\"010_Falcon5X_2013DVD43_1920_mob_soft-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:46:\"010_Falcon5X_2013DVD43_1920_mob_soft-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:49:\"010_Falcon5X_2013DVD43_1920_mob_soft-1280x814.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:49:\"010_Falcon5X_2013DVD43_1920_mob_soft-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:48:\"010_Falcon5X_2013DVD43_1920_mob_soft-768x814.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:49:\"010_Falcon5X_2013DVD43_1920_mob_soft-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:48:\"010_Falcon5X_2013DVD43_1920_mob_soft-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:49:\"010_Falcon5X_2013DVD43_1920_mob_soft-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3131, 460, '_wp_attached_file', '2020/06/010_Falcon5X_2013DVD43_1920_mob_soft_flip.jpg'),
(3132, 460, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:814;s:4:\"file\";s:53:\"2020/06/010_Falcon5X_2013DVD43_1920_mob_soft_flip.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-1024x434.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-1536x651.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:51:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:52:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:54:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-1630x814.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:51:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:51:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:54:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-1280x814.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:54:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:53:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-768x814.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:54:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:53:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:54:\"010_Falcon5X_2013DVD43_1920_mob_soft_flip-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3133, 461, '_wp_attached_file', '2020/06/wapejets_logo_w_black.png'),
(3134, 461, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:343;s:6:\"height\";i:181;s:4:\"file\";s:33:\"2020/06/wapejets_logo_w_black.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_w_black-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_w_black-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_w_black-260x137.png\";s:5:\"width\";i:260;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_w_black-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"wapejets_logo_w_black-142x75.png\";s:5:\"width\";i:142;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_w_black-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_w_black-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3135, 462, '_wp_attached_file', '2020/06/wapejets_logo_w_favi.png'),
(3136, 462, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:32;s:6:\"height\";i:16;s:4:\"file\";s:32:\"2020/06/wapejets_logo_w_favi.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3137, 463, '_wp_attached_file', '2020/06/wapejets_logo_w_icon.png'),
(3138, 463, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:180;s:6:\"height\";i:94;s:4:\"file\";s:32:\"2020/06/wapejets_logo_w_icon.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_w_icon-150x94.png\";s:5:\"width\";i:150;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"wapejets_logo_w_icon-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_w_icon-144x75.png\";s:5:\"width\";i:144;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"wapejets_logo_w_icon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"wapejets_logo_w_icon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3139, 464, '_wp_attached_file', '2020/06/wapejets_logo_w_512.png'),
(3140, 464, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:270;s:4:\"file\";s:31:\"2020/06/wapejets_logo_w_512.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_w_512-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_w_512-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_w_512-260x137.png\";s:5:\"width\";i:260;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"wapejets_logo_w_512-50x26.png\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"wapejets_logo_w_512-142x75.png\";s:5:\"width\";i:142;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"wapejets_logo_w_512-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"wapejets_logo_w_512-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3141, 465, '_wp_attached_file', '2020/06/wape_w_512.png'),
(3142, 465, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2020/06/wape_w_512.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"wape_w_512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"wape_w_512-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"wape_w_512-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"wape_w_512-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"wape_w_512-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"wape_w_512-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"wape_w_512-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"wape_w_512-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"wape_w_512-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3143, 466, '_wp_attached_file', '2020/06/cropped-wape_w_512.png'),
(3144, 466, '_wp_attachment_context', 'site-icon'),
(3145, 466, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2020/06/cropped-wape_w_512.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cropped-wape_w_512-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-wape_w_512-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-wape_w_512-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"cropped-wape_w_512-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"cropped-wape_w_512-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"cropped-wape_w_512-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"cropped-wape_w_512-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"cropped-wape_w_512-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"cropped-wape_w_512-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:30:\"cropped-wape_w_512-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:30:\"cropped-wape_w_512-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:30:\"cropped-wape_w_512-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:28:\"cropped-wape_w_512-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3146, 467, '_wp_attached_file', '2020/06/wape_w_512_white.png'),
(3147, 467, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2020/06/wape_w_512_white.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wape_w_512_white-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wape_w_512_white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wape_w_512_white-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"wape_w_512_white-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"wape_w_512_white-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"wape_w_512_white-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"wape_w_512_white-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"wape_w_512_white-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"wape_w_512_white-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3148, 468, '_wp_attached_file', '2020/06/cropped-wape_w_512_white.png'),
(3149, 468, '_wp_attachment_context', 'site-icon'),
(3150, 468, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:36:\"2020/06/cropped-wape_w_512_white.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-wape_w_512_white-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-wape_w_512_white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-wape_w_512_white-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"cropped-wape_w_512_white-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"cropped-wape_w_512_white-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"cropped-wape_w_512_white-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"cropped-wape_w_512_white-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"cropped-wape_w_512_white-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"cropped-wape_w_512_white-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:36:\"cropped-wape_w_512_white-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:36:\"cropped-wape_w_512_white-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:36:\"cropped-wape_w_512_white-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:34:\"cropped-wape_w_512_white-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3153, 470, '_wp_attached_file', '2020/06/wape_w_512.ico'),
(3154, 470, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:22:\"2020/06/wape_w_512.ico\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3155, 472, '_wp_attached_file', '2020/06/Learjet75_DDBA0048_Shot5_web.jpg'),
(3156, 472, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:40:\"2020/06/Learjet75_DDBA0048_Shot5_web.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Learjet75_DDBA0048_Shot5_web-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Learjet75_DDBA0048_Shot5_web-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Learjet75_DDBA0048_Shot5_web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Learjet75_DDBA0048_Shot5_web-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"Learjet75_DDBA0048_Shot5_web-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Learjet75_DDBA0048_Shot5_web-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5_web-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"Learjet75_DDBA0048_Shot5_web-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:41:\"Learjet75_DDBA0048_Shot5_web-1600x860.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5_web-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5_web-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:42:\"Learjet75_DDBA0048_Shot5_web-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:41:\"Learjet75_DDBA0048_Shot5_web-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"Learjet75_DDBA0048_Shot5_web-768x1066.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1066;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:41:\"Learjet75_DDBA0048_Shot5_web-1600x750.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:40:\"Learjet75_DDBA0048_Shot5_web-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:41:\"Learjet75_DDBA0048_Shot5_web-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:38:\"Learjet75_DDBA0048_Shot5_web-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3594, 156, 'mfn-meta-seo-title', 'Vítejte ve světě, kde letadlo čeká na Vás '),
(3595, 156, 'mfn-meta-seo-description', 'Leťte privátním letadlem na obchodní schůzku nebo na dovolenou a zažijte výjimečné cestování na vlastní kůži.'),
(3596, 156, 'mfn-meta-seo-keywords', 'private jet'),
(3597, 156, 'mfn-meta-seo-og-image', 'https://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png'),
(3598, 80, 'mfn-meta-seo-title', 'Vítejte ve světě, kde letadlo čeká na Vás '),
(3599, 80, 'mfn-meta-seo-description', 'Leťte privátním letadlem na obchodní schůzku nebo na dovolenou a zažijte výjimečné cestování na vlastní kůži.'),
(3600, 80, 'mfn-meta-seo-keywords', 'private jet'),
(3601, 80, 'mfn-meta-seo-og-image', 'https://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png'),
(3602, 163, '_webdados_fb_open_graph_specific_image', ''),
(3603, 163, '_webdados_fb_open_graph_specific_description', ''),
(3604, 476, '_wp_attached_file', '2020/06/Cessna-Citation-Latitude_1.jpg'),
(3605, 476, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2020/06/Cessna-Citation-Latitude_1.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation-Latitude_1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Cessna-Citation-Latitude_1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation-Latitude_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation-Latitude_1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"Cessna-Citation-Latitude_1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation-Latitude_1-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Cessna-Citation-Latitude_1-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Cessna-Citation-Latitude_1-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"Cessna-Citation-Latitude_1-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Cessna-Citation-Latitude_1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Cessna-Citation-Latitude_1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"Cessna-Citation-Latitude_1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Cessna-Citation-Latitude_1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Cessna-Citation-Latitude_1-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"Cessna-Citation-Latitude_1-1800x750.jpg\";s:5:\"width\";i:1800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation-Latitude_1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Cessna-Citation-Latitude_1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:36:\"Cessna-Citation-Latitude_1-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:10:\"Mike Fizer\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:152:\"Aerial photography of the Textron Cessna Latitude business jet flying over Keystone Lake, west of Tulsa, OK.\r\rMid-Continent Airport (ICT)\rWichita KS USA\";s:17:\"created_timestamp\";s:10:\"1410136529\";s:9:\"copyright\";s:38:\"© 2014 Mike Fizer All Rights Reserved\";s:12:\"focal_length\";s:2:\"67\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"Textron Cessna Latitude\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:10:{i:0;s:3:\"A2A\";i:1;s:6:\"Aerial\";i:2;s:8:\"Business\";i:3;s:6:\"Cessna\";i:4;s:3:\"Jet\";i:5;s:13:\"Keystone Lake\";i:6;s:8:\"Latitude\";i:7;s:5:\"Moody\";i:8;s:7:\"Textron\";i:9;s:7:\"Turbine\";}}}'),
(3606, 353, '_webdados_fb_open_graph_specific_image', ''),
(3607, 353, '_webdados_fb_open_graph_specific_description', ''),
(3608, 80, '_webdados_fb_open_graph_specific_image', ''),
(3609, 80, '_webdados_fb_open_graph_specific_description', ''),
(3610, 370, '_webdados_fb_open_graph_specific_image', ''),
(3611, 370, '_webdados_fb_open_graph_specific_description', ''),
(3612, 477, '_wp_attached_file', '2020/06/IMG_3064.png'),
(3613, 477, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:1136;s:4:\"file\";s:20:\"2020/06/IMG_3064.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3064-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3064-577x1024.png\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3064-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3064-82x146.png\";s:5:\"width\";i:82;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"IMG_3064-28x50.png\";s:5:\"width\";i:28;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:18:\"IMG_3064-42x75.png\";s:5:\"width\";i:42;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:20:\"IMG_3064-640x860.png\";s:5:\"width\";i:640;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"IMG_3064-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"IMG_3064-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:21:\"IMG_3064-640x1000.png\";s:5:\"width\";i:640;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:20:\"IMG_3064-640x500.png\";s:5:\"width\";i:640;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:20:\"IMG_3064-640x750.png\";s:5:\"width\";i:640;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:20:\"IMG_3064-640x750.png\";s:5:\"width\";i:640;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:20:\"IMG_3064-640x480.png\";s:5:\"width\";i:640;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3614, 478, '_wp_attached_file', '2020/06/Screenshot-2020-06-03-at-14.46.33.png');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3615, 478, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1238;s:6:\"height\";i:522;s:4:\"file\";s:45:\"2020/06/Screenshot-2020-06-03-at-14.46.33.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.46.33-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-03-at-14.46.33-1024x432.png\";s:5:\"width\";i:1024;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.46.33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.46.33-768x324.png\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.46.33-260x110.png\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-03-at-14.46.33-50x21.png\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Screenshot-2020-06-03-at-14.46.33-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-03-at-14.46.33-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-03-at-14.46.33-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-03-at-14.46.33-1238x500.png\";s:5:\"width\";i:1238;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.46.33-768x522.png\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.46.33-960x522.png\";s:5:\"width\";i:960;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-03-at-14.46.33-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3616, 370, 'mfn-meta-seo-og-image', 'https://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png'),
(3617, 479, '_wp_attached_file', '2020/06/Screenshot-2020-06-03-at-14.58.03.png'),
(3618, 479, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1438;s:6:\"height\";i:1134;s:4:\"file\";s:45:\"2020/06/Screenshot-2020-06-03-at-14.58.03.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.58.03-300x237.png\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-03-at-14.58.03-1024x808.png\";s:5:\"width\";i:1024;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.58.03-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.58.03-768x606.png\";s:5:\"width\";i:768;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.58.03-185x146.png\";s:5:\"width\";i:185;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-03-at-14.58.03-50x39.png\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-03-at-14.58.03-95x75.png\";s:5:\"width\";i:95;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-03-at-14.58.03-1438x860.png\";s:5:\"width\";i:1438;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-03-at-14.58.03-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Screenshot-2020-06-03-at-14.58.03-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-06-03-at-14.58.03-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-03-at-14.58.03-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-03-at-14.58.03-768x1134.png\";s:5:\"width\";i:768;s:6:\"height\";i:1134;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-03-at-14.58.03-1438x750.png\";s:5:\"width\";i:1438;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-06-03-at-14.58.03-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-06-03-at-14.58.03-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3620, 481, '_pll_strings_translations', 'a:20:{i:0;a:2:{i:0;s:14:\"výsledky pro:\";i:1;s:14:\"výsledky pro:\";}i:1;a:2:{i:0;s:14:\"portfolio-item\";i:1;s:14:\"portfolio-item\";}i:2;a:2:{i:0;s:11:\"Coming Soon\";i:1;s:11:\"Coming Soon\";}i:3;a:2:{i:0;s:19:\"12/30/2014 12:00:00\";i:1;s:19:\"12/30/2014 12:00:00\";}i:4;a:2:{i:0;s:720:\"© 2020 WAPE JETS® | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"blank\">GDPR</a> | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GTC_Broker-Air-Transport.pdf\" target=\"blank\">GTC</a> | <a href=\"https://wapejets.com/cs/cookies/\">COOKIES</a> | WAPE JETS® is Registered Trademark | <a href=\"https://www.instagram.com/wape_jets/\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/10/clipart2569207_white.png\" height=\"20px\"></a> | <a href=\"https://www.facebook.com/wapejets\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/11/facebook_wj_web_300.png\" height=\"20px\"\";i:1;s:720:\"© 2020 WAPE JETS® | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"blank\">GDPR</a> | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GTC_Broker-Air-Transport.pdf\" target=\"blank\">GTC</a> | <a href=\"https://wapejets.com/cs/cookies/\">COOKIES</a> | WAPE JETS® is Registered Trademark | <a href=\"https://www.instagram.com/wape_jets/\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/10/clipart2569207_white.png\" height=\"20px\"></a> | <a href=\"https://www.facebook.com/wapejets\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/11/facebook_wj_web_300.png\" height=\"20px\"\";}i:5;a:2:{i:0;s:8:\"Language\";i:1;s:8:\"Language\";}i:6;a:2:{i:0;s:23:\"Zadejte hledaný výraz\";i:1;s:23:\"Zadejte hledaný výraz\";}i:7;a:2:{i:0;s:20:\"Předchozí stránka\";i:1;s:20:\"Předchozí stránka\";}i:8;a:2:{i:0;s:11:\"private jet\";i:1;s:11:\"private jet\";}i:9;a:2:{i:0;s:23:\"Následující stránka\";i:1;s:23:\"Následující stránka\";}i:10;a:2:{i:0;s:14:\"Načíst více\";i:1;s:14:\"Načíst více\";}i:11;a:2:{i:0;s:39:\"No translations available for this page\";i:1;s:39:\"No translations available for this page\";}i:12;a:2:{i:0;s:5:\"před\";i:1;s:5:\"před\";}i:13;a:2:{i:0;s:2:\"po\";i:1;s:2:\"po\";}i:14;a:2:{i:0;s:3:\"dny\";i:1;s:3:\"dny\";}i:15;a:2:{i:0;s:6:\"hodiny\";i:1;s:6:\"hodiny\";}i:16;a:2:{i:0;s:3:\"175\";i:1;s:3:\"175\";}i:17;a:2:{i:0;s:123:\"Leťte privátním letadlem na obchodní schůzku nebo na dovolenou a zažijte výjimečné cestování na vlastní kůži.\";i:1;s:123:\"Leťte privátním letadlem na obchodní schůzku nebo na dovolenou a zažijte výjimečné cestování na vlastní kůži.\";}i:18;a:2:{i:0;s:7:\"sekundy\";i:1;s:7:\"sekundy\";}i:19;a:2:{i:0;s:11:\"Archivy pro\";i:1;s:11:\"Archivy pro\";}}'),
(3637, 45, '_edit_last', '1'),
(3638, 45, 'rs_page_bg_color', '#ffffff'),
(3639, 45, '_wpb_vc_js_status', 'false'),
(3640, 45, '_webdados_fb_open_graph_specific_image', ''),
(3641, 45, '_webdados_fb_open_graph_specific_description', ''),
(3642, 487, '_wp_page_template', 'default'),
(3643, 487, 'mfn-post-hide-content', '0'),
(3644, 487, 'mfn-post-custom-layout', '0'),
(3645, 487, 'mfn-post-slider', 'home-jet-new-11'),
(3646, 487, 'mfn-post-slider-layer', '0'),
(3647, 487, 'mfn-post-menu', '0'),
(3648, 487, 'mfn-post-one-page', '0'),
(3649, 487, 'mfn-post-hide-title', '1'),
(3650, 487, 'mfn-post-remove-padding', '0'),
(3651, 487, 'slide_template', 'default'),
(3652, 487, 'mfn-page-items', 'YTo0OntpOjA7YTozOntzOjM6InVpZCI7czo5OiJlZWR3aG8xcTAiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjkyOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2LzAxMF9GYWxjb241WF8yMDEzRFZENDNfMTkyMF9tb2Jfc29mdF9mbGlwLmpwZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MTg6Im5vLXJlcGVhdDtjZW50ZXI7OyI7czo3OiJiZ19zaXplIjtzOjU6ImNvdmVyIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czoyNDoiaGlkZS1kZXNrdG9wIGhpZGUtdGFibGV0IjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJ2Z2pxOGxtcTEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZnNrODFnM2xsIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxMTU6Ijxicj48YnI+PGg0IHN0eWxlPSJjb2xvcjp3aGl0ZTsiPg0KV0VMQ09NRSA8YnI+DQpUTyBUSEUgV09STEQsPGJyPg0KV0hFUkUgWU9VUiBQTEFORTxicj4NCkFXQUlUUyBZT1U8L3N0eWxlPjwvaDQ+DQoiO3M6NToiYWxpZ24iO3M6NToicmlnaHQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjAgMjBweCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ6bTNibTM5MGMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjExOToiW2J1dHRvbiB0aXRsZT0iRmxpZ2h0IElucXVpcnkiIGxpbms9Imh0dHBzOi8vd2FwZWpldHMuY29tL2VuL3NlcnZpY2VzLyNpbnF1aXJ5IiBjb2xvcj0idGhlbWUiIGxhcmdlPSIzIiBmb250LXNpemU9IjI0Il0iO3M6NToiYWxpZ24iO3M6NToicmlnaHQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjAgMjBweCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEyOiIxMjBweCAwIDAgMCAiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJib3R0b20iO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiZDY5OWJjM2VjIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNTAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEwOiJmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiZDAyNmFkNjc5IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjcyZjJkZjc1NyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjU2MzoiPGgzPiBGTFkgQSBQUklWQVRFIFBMQU5FIDxiciAvPg0KRk9SIEJVU0lORVNTIE1FRVRJTkcgT1IgSE9MSURBWSA8YnIgLz4NCkFORCBFWFBFUklFTkNFIEVYQ0VQVElPTkFMIFRSQVZFTCBPTiBZT1VSIE9XTjwvaDM+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IkNoYXJ0ZXIiIGxpbms9Imh0dHBzOi8vd2FwZWpldHMuY29tL2VuL2NoYXJ0ZXIvIiBjb2xvcj0idGhlbWUiIHNpemU9IjQiIGZvbnQtc2l6ZT0iMTUiXQ0KW2J1dHRvbiB0aXRsZT0iQWlyY3JhZnQgU2FsZXMiIGxpbms9Imh0dHBzOi8vd2FwZWpldHMuY29tL2VuL2FpcmNyYWZ0LXNhbGVzLyIgIGNvbG9yPSJ0aGVtZSIgc2l6ZT0iNCJdDQpbYnV0dG9uIHRpdGxlPSJDb25zdWx0aW5nIiBsaW5rPSJodHRwczovL3dhcGVqZXRzLmNvbS9lbi9jb25zdWx0aW5nLyIgY29sb3I9InRoZW1lIiBzaXplPSI0Il0NCltidXR0b24gdGl0bGU9IlRyYXZlbCBNYW5hZ2VtZW50IiBsaW5rPSJodHRwczovL3dhcGVqZXRzLmNvbS9lbi90cmF2ZWwtbWFuYWdlbWVudC1lbi8iIGNvbG9yPSJ0aGVtZSIgc2l6ZT0iNCJdDQoiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6ODoiNzBweCAwIDAiO3M6NzoiYW5pbWF0ZSI7czoxMDoiZmFkZUluTGVmdCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czo0OiIyMHB4IjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjU2NmN1c2h3ZSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZGl2aWRlciI7czozOiJ1aWQiO3M6OToiN2hzbnh5YjBvIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo2OntzOjY6ImhlaWdodCI7czo0OiI4MHB4IjtzOjU6InN0eWxlIjtzOjc6ImRlZmF1bHQiO3M6NDoibGluZSI7czowOiIiO3M6NToiY29sb3IiO3M6MDoiIjtzOjEwOiJ0aGVtZWNvbG9yIjtzOjE6IjAiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiaWZxNzM3aDA4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNzoiVHJhdmVsIG1hbmFnZW1lbnQiO3M6NzoiY29udGVudCI7czo2MzQ6IjxoMz5XQVBFIEpFVFM8L2gzPg0KPHAgY2xhc3M9ImJpZyI+DQpXQVBFIEpFVFMgaXMgYSBjb21wYW55IGZvY3VzIG9uIGJ1c2luZXNzIGF2aWF0aW9uIGJhc2VkIGluIHRoZSBDemVjaCBSZXB1YmxpYyB0aGF0IHByb3ZpZGVzIGEgZ3JlYXQgcmFuZ2Ugb2Ygc2VydmljZXMgYW5kIHNvbHV0aW9ucyBpbiB0aGUgaW5kdXN0cnkuIFByaXZhdGUgZmxpZ2h0IGJyb2tlcmFnZSwgYWlyY3JhZnQgc2FsZXMgYW5kIGluZHVzdHJ5IGNvbnN1bHRhbmN5IGhhcyBiZWVuIGluIHRoZSBjb21wYW554oCZcyBwb3J0Zm9saW8gZm9yIG1hbnkgeWVhcnMuIFRoZSBmb3VuZGF0aW9uIG9mIHRoZSBjb21wYW55IGNvbnNpc3RzIG9mIGEgcHJvZmVzc2lvbmFsIGFuZCBpbmRpdmlkdWFsIGFwcHJvYWNoIHRvIGVhY2ggY2xpZW50LCBiYXNlZCBvbiB0aGUgY29vcGVyYXRpb24gd2l0aCB0aGUgd29ybGTigJlzIGxlYWRpbmcgYWlyY3JhZnQgbWFudWZhY3R1cmVycyBhbmQgb3BlcnRvcnMuPC9wPg0KPHAgY2xhc3M9ImJpZyI+VGhlIGNvbXBhbnnigJlzIHByaW9yaXRpZXMgYXJlIGJhc2VkIG9uIGZvdXIgcGlsbGFyczogc2VjdXJpdHksIGNvbmZpZGVudGlhbGl0eSwgZmxleGliaWxpdHksIGFuZCBpbmRpdmlkdWFsIGFwcHJvYWNoLjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxNzoiMHB4IDQwcHggMHB4IDQwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6ImVrdnh0eHRzbSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjBjZTQzOGM1NSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc0OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L3dhcGVfd29ybGRfbWFwXzEyMDAtMi0xLnBuZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6Inpvb21JbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjE3OiIwcHggNDBweCAwcHggNDBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjI7YTozOntzOjM6InVpZCI7czo5OiIyZWxjd3I0aWUiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjQwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MTE6IiBmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiYXY3NGE2enloIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjB3Mjh5bjkxciI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MjA3OiI8aDI+IFdFIEFSRSBBVkFJTEFCTEUgMjQgSE9VUlMgQSBEQVksIDxiciAvPg0KNyBEQVlTIEEgV0VFSyBBTkQgMzY1IERBWVMgQSBZRUFSIDxiciAvPiA8L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJPdXIgU2VydmljZXMiIGxpbms9Imh0dHA6Ly93YXBlamV0cy5jb20vc2VydmljZXMvIiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjg6IjQwcHggMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YTozOntzOjM6InVpZCI7czo5OiJmOWQ2Mzc2N2MiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjAxNGFhY2Y0ZCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiY291bnRlciI7czozOiJ1aWQiO3M6OToiM2FmZWY5MjExIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxMDp7czo1OiJ0aXRsZSI7czoxOToiemt1xaFlbsO9Y2ggcGlsb3TFryI7czo0OiJpY29uIjtzOjE5OiJpY29uLWhlYXJ0LWVtcHR5LWZhIjtzOjU6ImNvbG9yIjtzOjc6IiMyOGI4Y2UiO3M6NToiaW1hZ2UiO3M6NzE6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvaG9tZV9qZXRfY291bnRlcl8xX2IucG5nIjtzOjY6InByZWZpeCI7czowOiIiO3M6NjoibnVtYmVyIjtzOjI6IjI4IjtzOjU6ImxhYmVsIjtzOjA6IiI7czo0OiJ0eXBlIjtzOjg6InZlcnRpY2FsIjtzOjc6ImFuaW1hdGUiO3M6ODoiYm91bmNlSW4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImNvdW50ZXIiO3M6MzoidWlkIjtzOjk6IjQ0ZTUyNzkwMiI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTA6e3M6NToidGl0bGUiO3M6MTg6InByaXbDoXRuw61jaCBqZXTFryI7czo0OiJpY29uIjtzOjE5OiJpY29uLWhlYXJ0LWVtcHR5LWZhIjtzOjU6ImNvbG9yIjtzOjA6IiI7czo1OiJpbWFnZSI7czo3MToiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9ob21lX2pldF9jb3VudGVyXzJfYi5wbmciO3M6NjoicHJlZml4IjtzOjA6IiI7czo2OiJudW1iZXIiO3M6MjoiMTciO3M6NToibGFiZWwiO3M6MDoiIjtzOjQ6InR5cGUiO3M6ODoidmVydGljYWwiO3M6NzoiYW5pbWF0ZSI7czo4OiJib3VuY2VJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJpaXdkMmF4YTMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE0OiJUaXR1bGthIG1vYmlsZSI7czo3OiJjb250ZW50IjtzOjcwOiI8aDQ+VsONVEVKVEUgVkUgU1bEmlTEmiw8YnIgLz4NCktERSBMRVRBRExPPGJyIC8+DQrEjEVLw4EgTkEgVsOBUzwvaDQ+IjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czo0OiJsZWZ0IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjQwcHggMCAwIDIwcHgiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJjb3VudGVyIjtzOjM6InVpZCI7czo5OiI3MDA3ZTA3NTYiO3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NjoiZmllbGRzIjthOjEwOntzOjU6InRpdGxlIjtzOjIwOiJuYWzDqXTDoW1lIHphIHTDvWRlbiI7czo0OiJpY29uIjtzOjE5OiJpY29uLWhlYXJ0LWVtcHR5LWZhIjtzOjU6ImNvbG9yIjtzOjA6IiI7czo1OiJpbWFnZSI7czo3MToiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9ob21lX2pldF9jb3VudGVyXzNfYi5wbmciO3M6NjoicHJlZml4IjtzOjA6IiI7czo2OiJudW1iZXIiO3M6NDoiMzQwMCI7czo1OiJsYWJlbCI7czoyOiJrbSI7czo0OiJ0eXBlIjtzOjg6InZlcnRpY2FsIjtzOjc6ImFuaW1hdGUiO3M6ODoiYm91bmNlSW4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiMjg2NzVmYzg4IjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNDoiTGXFpXRlIHMgbsOhbWkiO3M6NzoiY29udGVudCI7czoyODY6IjxoMz5MZcWldGUgPGJyPg0KcyBuw6FtaTwvaDM+DQo8cCBjbGFzcz0iYmlnIj4tIHZ5YmVyZW1lIFbDoW0gdmhvZG7DqSBsZXRhZGxvPC9wPg0KPHAgY2xhc3M9ImJpZyI+LSBwb3N0YXLDoW1lIHNlIG8gb3JnYW5pemFjaSBWYcWhw60gY2VzdHk8L3A+DQo8cCBjbGFzcz0iYmlnIj4tIHphamlzdMOtbWUgdHJhbnNwb3J0IHogYSBuYSBsZXRpxaF0xJs8L3A+PGJyPg0KDQo8cCBjbGFzcz0iYmlnIj48YSBocmVmPSJodHRwOi8vZGJ3ZWJ0ZXN0LmV1L3NsdXpieSI+RGFsxaHDrSBzbHXFvmJ5PC9hPjwvcD4iO3M6NToiYWxpZ24iO3M6NDoibGVmdCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjExOiJmYWRlSW5SaWdodCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(3653, 487, 'mfn-page-items-seo', '<br><br><h4 style=\"color:white;\">\r\nWELCOME <br>\r\nTO THE WORLD,<br>\r\nWHERE YOUR PLANE<br>\r\nAWAITS YOU</style></h4>\nright\nno-repeat;left top;;\nauto\n0 20px 0 0\n\n[button title=\"Flight Inquiry\" link=\"https://wapejets.com/en/services/#inquiry\" color=\"theme\" large=\"3\" font-size=\"24\"]\nright\nno-repeat;left top;;\nauto\n0 20px 0 0\n\nHeading\n<h3> FLY A PRIVATE PLANE <br />\r\nFOR BUSINESS MEETING OR HOLIDAY <br />\r\nAND EXPERIENCE EXCEPTIONAL TRAVEL ON YOUR OWN</h3>\r\n[divider height=\"40\"]\r\n[button title=\"Charter\" link=\"https://wapejets.com/en/charter/\" color=\"theme\" size=\"4\" font-size=\"15\"]\r\n[button title=\"Aircraft Sales\" link=\"https://wapejets.com/en/aircraft-sales/\" color=\"theme\" size=\"4\"]\r\n[button title=\"Consulting\" link=\"https://wapejets.com/en/consulting/\" color=\"theme\" size=\"4\"]\r\n[button title=\"Travel Management\" link=\"https://wapejets.com/en/travel-management-en/\" color=\"theme\" size=\"4\"]\ncenter\nno-repeat;center top;;\nauto\n70px 0 0\nfadeInLeft\n\n80px\ndefault\n\nTravel management\n<h3>WAPE JETS</h3>\r\n<p class=\"big\">\r\nWAPE JETS is a company focus on business aviation based in the Czech Republic that provides a great range of services and solutions in the industry. Private flight brokerage, aircraft sales and industry consultancy has been in the company’s portfolio for many years. The foundation of the company consists of a professional and individual approach to each client, based on the cooperation with the world’s leading aircraft manufacturers and opertors.</p>\r\n<p class=\"big\">The company’s priorities are based on four pillars: security, confidentiality, flexibility, and individual approach.</p>\nno-repeat;left top;;\nauto\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/06/wape_world_map_1200-2-1.png\" alt=\"wape_world_map_1200 2\"/>\ncenter\nzoomIn\n\n<h2> WE ARE AVAILABLE 24 HOURS A DAY, <br />\r\n7 DAYS A WEEK AND 365 DAYS A YEAR <br /> </h2>\r\n[divider height=\"40\"]\r\n[button title=\"Our Services\" link=\"http://wapejets.com/services/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;left top;;\nauto\n40px 0 0\n\nzkušených pilotů\nicon-heart-empty-fa\n#28b8ce\n<img src=\"http://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_counter_1_b.png\" alt=\"home_jet_counter_1_b\"/>\n28\nvertical\nbounceIn\n\nprivátních jetů\nicon-heart-empty-fa\n<img src=\"http://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_counter_2_b.png\" alt=\"home_jet_counter_2_b\"/>\n17\nvertical\nbounceIn\n\nTitulka mobile\n<h4>VÍTEJTE VE SVĚTĚ,<br />\r\nKDE LETADLO<br />\r\nČEKÁ NA VÁS</h4>\nleft\nleft\nno-repeat;center top;;\nauto\n40px 0 0 20px\n\nnalétáme za týden\nicon-heart-empty-fa\n<img src=\"http://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_counter_3_b.png\" alt=\"home_jet_counter_3_b\"/>\n3400\nkm\nvertical\nbounceIn\n\nLeťte s námi\n<h3>Leťte <br>\r\ns námi</h3>\r\n<p class=\"big\">- vybereme Vám vhodné letadlo</p>\r\n<p class=\"big\">- postaráme se o organizaci Vaší cesty</p>\r\n<p class=\"big\">- zajistíme transport z a na letiště</p><br>\r\n\r\n<p class=\"big\"><a href=\"http://dbwebtest.eu/sluzby\">Další služby</a></p>\nleft\nno-repeat;center top;;\nauto\nfadeInRight\n\n'),
(3655, 487, 'rs_page_bg_color', '#ffffff'),
(3656, 487, '_wpb_vc_js_status', 'true'),
(3657, 487, '_elementor_template_type', 'wp-page'),
(3658, 487, '_elementor_version', '2.9.9'),
(3659, 487, '_elementor_data', '[]'),
(3660, 487, 'mfn-post-layout', 'no-sidebar'),
(3661, 487, 'mfn-meta-seo-title', 'Vítejte ve světě, kde letadlo čeká na Vás '),
(3662, 487, 'mfn-meta-seo-description', 'Leťte privátním letadlem na obchodní schůzku nebo na dovolenou a zažijte výjimečné cestování na vlastní kůži.'),
(3663, 487, 'mfn-meta-seo-keywords', 'private jet'),
(3664, 487, 'mfn-meta-seo-og-image', 'https://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png'),
(3665, 487, '_webdados_fb_open_graph_specific_image', ''),
(3666, 487, '_webdados_fb_open_graph_specific_description', ''),
(3667, 487, '_dp_original', '80'),
(3671, 487, '_edit_lock', '1605462235:1'),
(3672, 487, '_edit_last', '1'),
(3673, 156, '_webdados_fb_open_graph_specific_image', ''),
(3674, 156, '_webdados_fb_open_graph_specific_description', ''),
(3675, 489, '_wp_page_template', 'default'),
(3676, 489, 'slide_template', 'default'),
(3677, 489, 'mfn-post-hide-content', '0'),
(3678, 489, 'mfn-post-custom-layout', '0'),
(3679, 489, 'mfn-post-slider', '0'),
(3680, 489, 'mfn-post-slider-layer', '0'),
(3681, 489, 'mfn-post-menu', '0'),
(3682, 489, 'mfn-post-one-page', '0'),
(3683, 489, 'mfn-post-hide-title', '1'),
(3684, 489, 'mfn-post-remove-padding', '1'),
(3685, 489, 'mfn-page-items', 'YTo0OntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI2MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czo2MzoiPGgyPiBZT1VSIFBMQU5FIFdBSVRTIEZPUiBZT1UsPGJyIC8+WU9VIERPTidUIFdBSVQgRk9SIElUITwvaDI+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YTozOntzOjM6InVpZCI7czo5OiIxODg0NjNiODciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjQ6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjMxYjU5Mzk2OSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoidmlzdWFsIjtzOjM6InVpZCI7czo5OiJqMWJtejZpbmUiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjM6e3M6NToidGl0bGUiO3M6NToiQWJvdXQiO3M6NzoiY29udGVudCI7czo2MTM6IjxoMz5BQk9VVCBVUzwvaDM+PHAgY2xhc3M9ImJpZyI+V0FQRSBKRVRTIGlzIGEgY29tcGFueSBmb2N1cyBvbiBidXNpbmVzcyBhdmlhdGlvbiBiYXNlZCBpbiB0aGUgQ3plY2ggUmVwdWJsaWMgdGhhdCBwcm92aWRlcyBhIGdyZWF0IHJhbmdlIG9mIHNlcnZpY2VzIGFuZCBzb2x1dGlvbnMgaW4gdGhlIGluZHVzdHJ5LiBQcml2YXRlIGZsaWdodCBicm9rZXJhZ2UsIGFpcmNyYWZ0IHNhbGVzIGFuZCBpbmR1c3RyeSBjb25zdWx0YW5jeSBoYXMgYmVlbiBpbiB0aGUgY29tcGFueeKAmXMgcG9ydGZvbGlvIGZvciBtYW55IHllYXJzLiBUaGUgZm91bmRhdGlvbiBvZiB0aGUgY29tcGFueSBjb25zaXN0cyBvZiBhIHByb2Zlc3Npb25hbCBhbmQgaW5kaXZpZHVhbCBhcHByb2FjaCB0byBlYWNoIGNsaWVudCwgYmFzZWQgb24gdGhlIGNvb3BlcmF0aW9uIHdpdGggdGhlIHdvcmxk4oCZcyBsZWFkaW5nIGFpcmNyYWZ0IG1hbnVmYWN0dXJlcnMgYW5kIG9wZXJ0b3JzLiA8YnI+VGhlIGNvbXBhbnnigJlzIHByaW9yaXRpZXMgYXJlIGJhc2VkIG9uIGZvdXIgcGlsbGFyczogc2VjdXJpdHksIGNvbmZpZGVudGlhbGl0eSwgZmxleGliaWxpdHksIGFuZCBpbmRpdmlkdWFsIGFwcHJvYWNoLjwvcD4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToicXNvNXcwc3ZwIjtzOjQ6InNpemUiO3M6NzoiZGl2aWRlciI7czo1OiJpdGVtcyI7czowOiIiO3M6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6InQwMjlpc2RmNyI7czo0OiJzaXplIjtzOjM6IjIvMyI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoidmlzdWFsIjtzOjM6InVpZCI7czo5OiJ5eTVhdms2dXEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjM6e3M6NToidGl0bGUiO3M6NToiWnV6a2EiO3M6NzoiY29udGVudCI7czo3OTg6IjxoND5adXphbmEgUGV0w6Frb3bDoTwvaDQ+PHAgY2xhc3M9ImJpZyI+WnV6YW5hIFBldGFrb3ZhIGlzIHRoZSBmb3VuZGVyIG9mIFdBUEUgSkVUUywgd2hpY2ggaXMgc3BlY2lhbGl6ZWQgaW4gc3VwcG9ydGluZyBwcml2YXRlIGF2aWF0aW9uLCBlc3BlY2lhbGx5IGluIHRoZSBmaWVsZCBvZiByZW50YWwgYW5kIHNhbGUgb2YgcHJpdmF0ZSBhaXJjcmFmdC48YnI+U2hlIHN0YXJ0ZWQgaGVyIGNhcmVlciBpbiBwcml2YXRlIGF2aWF0aW9uLCB3aGVyZSBzaGUgZm9jdXNlZCBtYWlubHkgb24gYWlyY3JhZnQgc2FsZXMsIGludGVybmF0aW9uYWwgbWFya2V0aW5nIGFuZCBjb21tdW5pY2F0aW9uLiBMYXRlciwgc2hlIGV4cGFuZGVkIGhlciBleHBlcmllbmNlIHdpdGggdGhlIHNlZ21lbnQgb2YgZ2xvYmFsbHkgcmVjb2duaXplZCBsdXh1cnkgYW5kIHByZW1pdW0gYnJhbmRzLiA8YnI+WnV6YW5hIHNwZWFrcyBFbmdsaXNoLCBGcmVuY2ggYW5kIFJ1c3NpYW4gYW5kIGhhcyB0cmF2ZWxlZCBhbG1vc3QgdGhlIHdob2xlIHdvcmxkIGluIHJlY2VudCB5ZWFycy4gVGhhbmtzIHRvIGhlciBleHBlcmllbmNlLCBzaGUgY2FuIGhlbHAgdG8gZmluZCB0aGUgbW9zdCBzdWl0YWJsZSBvcHRpb24gZm9yIHlvdXIgdHJhdmVsaW5nIGFuZCBtYWtlIHlvdXIgdGltZSBzcGVudCBpbiB0aGUgYWlyIGFuZCBvbiB0aGUgZ3JvdW5kIG1vcmUgcGxlYXNhbnQgd2hpbGUgbW92aW5nIHRvIHlvdXIgZGVzdGluYXRpb24uPGJyPlNlY3VyaXR5IGFuZCBjbGllbnQgc2F0aXNmYWN0aW9uIGFyZSBhIHByaW9yaXR5IGZvciBoZXIuPC9wPiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MzoidWlkIjtzOjk6ImE0Znk2OHBoYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6NTp7czo3OiJjb250ZW50IjtzOjk1OiI8YnI+DQo8aDQ+U2FmZXR5PGJyPjxicj4NCkRpc2NyZXRpb248YnI+PGJyPg0KRmxleGliaWxpdHk8YnI+PGJyPg0KSW5kaXZpZHVhbCBBcHByb2FjaDxicj48L2g0PiI7czo2OiJhdXRob3IiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjM7YTo0OntzOjM6InVpZCI7czo5OiJjcXZzZmN3N3EiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJndW5yMG9pMjMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo2NToiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS96dXprYV9zYWtvXzk2MC5qcGciO3M6NDoic2l6ZSI7czo1OiJsYXJnZSI7czo1OiJ3aWR0aCI7czozOiIyNDAiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImE1ZjJjZjliNyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czozOiIxMDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjQwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMCI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiYjk5YzJlZTM4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjViZDE0NTE1NiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIyMjoiPGgyPiBTQVZFIFlPVVIgVElNRSBBTkQgRU5KT1kgQ09NRk9SVCA8YnIgLz4NCldIRU4gVFJBVkVMSU5HIFdJVEggVVMgPGJyIC8+IDwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlRha2UgYSBsb29rIGF0IHRoZSByYW5nZSBvZiBvdXIgc2VydmljZXMiIGxpbms9Imh0dHA6Ly9kYndlYnRlc3QuZXUvc2x1emJ5LyIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEwOiI0MHB4IDAgMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6InRmZTVlZjAydSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI1eGt2dDFqM3ciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Njp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjQ6InRhYnMiO3M6MzoidWlkIjtzOjk6IjNkNzA5ZjcyOCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6Nzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NToiY291bnQiO3M6MToiMyI7czo0OiJ0YWJzIjthOjM6e2k6MDthOjI6e3M6NToidGl0bGUiO3M6ODoiQUJPVVQgVVMiO3M6NzoiY29udGVudCI7czo0MjU6IltvbmVfc2l4dGhdWy9vbmVfc2l4dGhdDQoNCltvbmVfdGhpcmRdDQo8cD5Eb25lYyBzYWdpdHRpcyBmZWxpcyBwbGFjZXJhdCBjcmFzIGFtZXQuIFNlZCBpbiBpcHN1bSBub24gZHVpIGVmZmljaXR1ciB2b2x1dHBhdC4gVml2YW11cyBzY2VsZXJpc3F1ZSBhdCBtYWduYSBub24gbnVsbGFtLiBQcm9pbiBzaXQgYW1ldCB0ZW1wb3IgbGlndWxhLiBEb25lYyBzZWQuPC9wPg0KWy9vbmVfdGhpcmRdDQoNCltvbmVfdGhpcmRdDQo8cD5Eb25lYyBzYWdpdHRpcyBmZWxpcyBwbGFjZXJhdCBjcmFzIGFtZXQuIFNlZCBpbiBpcHN1bSBub24gZHVpIGVmZmljaXR1ciB2b2x1dHBhdC4gVml2YW11cyBzY2VsZXJpc3F1ZSBhdCBtYWduYSBub24gbnVsbGFtLiBQcm9pbiBzaXQgYW1ldCB0ZW1wb3IgbGlndWxhLiBEb25lYyBzZWQuPC9wPg0KWy9vbmVfdGhpcmRdIjt9aToxO2E6Mjp7czo1OiJ0aXRsZSI7czoxMToiVEhFIEhJU1RPUlkiO3M6NzoiY29udGVudCI7czo0MjM6IltvbmVfc2l4dGhdWy9vbmVfc2l4dGhdDQoNCltvbmVfdGhpcmRdDQo8cD5lc3VhZGEgZWxpdCBsZWN0dXMgZmVsaXMsIG1hbGVzdWFkYSB1bHRyaWNpZXMuIEN1cmFiaXR1ciBldCBsaWd1bGEuIFV0IG1vbGVzdGllIGEsIHVsdHJpY2llcyBwb3J0YSB1cm5hLiBWZXN0aWJ1bHVtIGNvbW1vZG8gdm9sdXRwYXQgYSwgY29udmFsbGlzIGFjLCBsYW9yZWV0IGVuaW0uIDwvcD4NClsvb25lX3RoaXJkXQ0KDQpbb25lX3RoaXJkXQ0KPHA+UGhhc2VsbHVzIGZlcm1lbnR1bSBpbiwgZG9sb3IuIFBlbGxlbnRlc3F1ZSBmYWNpbGlzaXMuIE51bGxhIGltcGVyZGlldCBzaXQgYW1ldCBtYWduYS4gVmVzdGlidWx1bSBkYXBpYnVzLCBtYXVyaXMgbmVjIGZhbWVzIGFjIHR1cnBpcyB2ZWxpdCwgcmhvbmN1cyBldSwgbHVjdHVzLjwvcD4NClsvb25lX3RoaXJkXSI7fWk6MjthOjI6e3M6NToidGl0bGUiO3M6NzoiUVVBTElUWSI7czo3OiJjb250ZW50IjtzOjQyNDoiW29uZV9zaXh0aF1bL29uZV9zaXh0aF0NCg0KW29uZV90aGlyZF0NCjxwPkFsaXF1YW0gZXJhdCBhYyBpcHN1bS4gSW50ZWdlciBhbGlxdWFtIHB1cnVzLiBRdWlzcXVlIGxvcmVtIHRvcnRvciBmcmluZ2lsbGEgc2VkLCB2ZXN0aWJ1bHVtIGlkLCBlbGVpZmVuZCBqdXN0byB2ZWwgYmliZW5kdW0gc2FwaWVuIG1hc3NhIGFjIHR1cnBpcyBmYXVjaWJ1cyBvcmNpLjwvcD4NClsvb25lX3RoaXJkXQ0KDQpbb25lX3RoaXJkXQ0KPHA+THVjdHVzIG5vbiwgY29uc2VjdGV0dWVyIGxvYm9ydGlzIHF1aXMsIHZhcml1cyBpbiwgcHVydXMuIEludGVnZXIgdWx0cmljZXMgcG9zdWVyZSBjdWJpbGlhIEN1cmFlLCBOdWxsYSBpcHN1bSBkb2xvciBsYWN1cywgc3VzY2lwaXQgYWRpcGlzY2luZy4gQ3VtIHNvY2lpcyBuYXRvcXVlLjwvcD4NClsvb25lX3RoaXJkXSI7fX1zOjQ6InR5cGUiO3M6ODoiY2VudGVyZWQiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MzoidWlkIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6ODoib3VyX3RlYW0iO3M6MzoidWlkIjtzOjk6IjNjMmM0YzQ4ZCI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTc6e3M6NzoiaGVhZGluZyI7czowOiIiO3M6NToiaW1hZ2UiO3M6NjY6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfYWJvdXQxLmpwZyI7czo1OiJ0aXRsZSI7czoxMjoiQlJBTkRPTiBST1NTIjtzOjg6InN1YnRpdGxlIjtzOjE2OiJJbnRlZ2VyIHVsdHJpY2VzIjtzOjU6InBob25lIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjY2OiJRdWlzcXVlIGVsZW1lbnR1bSBtYXR0aXMgcmlzdXMsIHZpdGFlIHNvZGFsZXMgdmVsaXQgdWx0cmljZXMgc2VkLiAiO3M6NToiZW1haWwiO3M6MDoiIjtzOjg6ImZhY2Vib29rIjtzOjA6IiI7czo3OiJ0d2l0dGVyIjtzOjA6IiI7czo4OiJsaW5rZWRpbiI7czowOiIiO3M6NToidmNhcmQiO3M6MDoiIjtzOjEwOiJibG9ja3F1b3RlIjtzOjA6IiI7czo1OiJzdHlsZSI7czo4OiJ2ZXJ0aWNhbCI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6ODoib3VyX3RlYW0iO3M6MzoidWlkIjtzOjk6ImZkMzUyOWZiZiI7czo0OiJzaXplIjtzOjM6IjEvNCI7czo2OiJmaWVsZHMiO2E6MTc6e3M6NzoiaGVhZGluZyI7czowOiIiO3M6NToiaW1hZ2UiO3M6NjY6Imh0dHA6Ly9kYndlYnRlc3QuZXUvd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfYWJvdXQzLmpwZyI7czo1OiJ0aXRsZSI7czoxMDoiQUxJQ0UgQk9ZRCI7czo4OiJzdWJ0aXRsZSI7czoxNzoiU3VzcGVuZGlzc2UgbWFsZXMiO3M6NToicGhvbmUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6Njc6IlF1aXNxdWUgdmVsIHF1YW0gbmVxdWUuIEN1cmFiaXR1ciBldWlzbW9kIHZ1bHB1dGF0ZSBhdWd1ZSBzaXQgYW1ldC4iO3M6NToiZW1haWwiO3M6MDoiIjtzOjg6ImZhY2Vib29rIjtzOjA6IiI7czo3OiJ0d2l0dGVyIjtzOjA6IiI7czo4OiJsaW5rZWRpbiI7czowOiIiO3M6NToidmNhcmQiO3M6MDoiIjtzOjEwOiJibG9ja3F1b3RlIjtzOjA6IiI7czo1OiJzdHlsZSI7czo4OiJ2ZXJ0aWNhbCI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJjMjdsbWZtYXYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxOTg6IjxoMiBzdHlsZT0iY29sb3I6ICNjY2I0N2E7Ij5UQUtFIEEgUFJJVkFURSBKRVQ8YnIgLz4NCk9OIFlPVVIgQlVTSU5FU1MgVFJJUDxiciAvPg0KQU5EIERJU0NPVkVSIExVWFVSWSBUUkFWRUw8L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJSRUFEIE1PUkUiIGxpbms9IiMiIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo4OiJvdXJfdGVhbSI7czozOiJ1aWQiO3M6OToiZWM4Yzk5MWExIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxNzp7czo3OiJoZWFkaW5nIjtzOjA6IiI7czo1OiJpbWFnZSI7czo2NToiaHR0cDovL2Rid2VidGVzdC5ldS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS96dXprYV9zYWtvXzk2MC5qcGciO3M6NToidGl0bGUiO3M6MTc6IlpVWkFOQSBQRVTDgUtPVsOBIjtzOjg6InN1YnRpdGxlIjtzOjA6IiI7czo1OiJwaG9uZSI7czowOiIiO3M6NzoiY29udGVudCI7czo4MjE6IjxwIGNsYXNzPSJiaWciPlBoRHIuIFp1emFuYSBQZXTDoWtvdsOhIGplIHpha2xhZGF0ZWxrYSBzcG9sZcSNbm9zdGkgV0FQRSBKRVRTLCBrdGVyw6Egc2Ugc3BlY2lhbGl6dWplIG5hIHByaXbDoXRuw60gbGV0ZWN0dsOtIHplam3DqW5hIHYgb2JsYXN0aSBwcm9uw6FqbXUgYSBwcm9kZWppIHNvdWtyb23DvWNoIGxldGFkZWwuPGJyIC8+DQpTdm91IGthcmnDqXJ1IHphxI1hbGEgdiBwcml2w6F0bsOtbSBsZXRlY3R2w60sIGtkZSBzZSB2xJtub3ZhbGEgcMWZZWRldsWhw61tIHByb2RlamkgbGV0YWRlbCwgbWFya2V0aW5ndSBhIGtvbXVuaWthY2kgbmEgbWV6aW7DoXJvZG7DrW0gcG9saS4gUG96ZMSbamkgcm96xaHDrcWZaWxhIHN2w6kgemt1xaFlbm9zdGkgbyBzZWdtZW50IGNlbG9zdsSbdG92xJsgdXpuw6F2YW7DvWNoIGx1eHVzbsOtY2ggYSBwcsOpbWlvdsO9Y2ggem5hxI1lay48YnIgLz4NClp1emFuYSBob3ZvxZnDrSBhbmdsaWNreSwgZnJhbmNvdXpza3kgaSBydXNreSBhIHphIHBvc2xlZG7DrSByb2t5IHByb2Nlc3RvdmFsYSB0w6ltxJvFmSBjZWzDvSBzdsSbdC4gRMOta3kgamVqw61tIHprdcWhZW5vc3RlbSBWw6FtIHBvbcWvxb5lIG5hasOtdCB0dSBuZWp2aG9kbsSbasWhw60gdmFyaWFudHUgcHJvIFZhxaFlIGNlc3RvdsOhbsOtIGEgenDFmcOtamVtbsOtIHRhayDEjWFzIHN0csOhdmVuw70gdmUgdnpkdWNodSBpIG5hIHplbWkgYsSbaGVtIHDFmWVtaXPFpW92w6Fuw60gZG8gY8OtbG92w6kgZGVzdGluYWNlLjxiciAvPg0KQmV6cGXEjW5vc3QgYSBzcG9rb2plbm9zdCBrbGllbnRhIGpzb3UgcHJvIG5pIHByaW9yaXRvdS48L3A+IjtzOjU6ImVtYWlsIjtzOjA6IiI7czo4OiJmYWNlYm9vayI7czowOiIiO3M6NzoidHdpdHRlciI7czowOiIiO3M6ODoibGlua2VkaW4iO3M6MDoiIjtzOjU6InZjYXJkIjtzOjA6IiI7czoxMDoiYmxvY2txdW90ZSI7czowOiIiO3M6NToic3R5bGUiO3M6ODoidmVydGljYWwiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjEwOiJibG9ja3F1b3RlIjtzOjM6InVpZCI7czo5OiJkeXp3emgzdmkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjU6e3M6NzoiY29udGVudCI7czo5NzoiPGJyPg0KPGgzPlXFvmlqdGUgc2kgZGlza3LDqXRub3N0IGEgcG9ob2Rsw608YnI+PGJyPg0KcMWZaSBjZXN0b3bDoW7DrSBzIG7DoW1pPGJyPjxicj4NCjxicj48L2gzPiI7czo2OiJhdXRob3IiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0=');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3686, 489, 'mfn-page-items-seo', 'Heading\n<h2> YOUR PLANE WAITS FOR YOU,<br />YOU DON\'T WAIT FOR IT!</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nAbout\n<h3>ABOUT US</h3><p class=\"big\">WAPE JETS is a company focus on business aviation based in the Czech Republic that provides a great range of services and solutions in the industry. Private flight brokerage, aircraft sales and industry consultancy has been in the company’s portfolio for many years. The foundation of the company consists of a professional and individual approach to each client, based on the cooperation with the world’s leading aircraft manufacturers and opertors. <br>The company’s priorities are based on four pillars: security, confidentiality, flexibility, and individual approach.</p>\n\nZuzka\n<h4>Zuzana Petáková</h4><p class=\"big\">Zuzana Petakova is the founder of WAPE JETS, which is specialized in supporting private aviation, especially in the field of rental and sale of private aircraft.<br>She started her career in private aviation, where she focused mainly on aircraft sales, international marketing and communication. Later, she expanded her experience with the segment of globally recognized luxury and premium brands. <br>Zuzana speaks English, French and Russian and has traveled almost the whole world in recent years. Thanks to her experience, she can help to find the most suitable option for your traveling and make your time spent in the air and on the ground more pleasant while moving to your destination.<br>Security and client satisfaction are a priority for her.</p>\n\n<br>\r\n<h4>Safety<br><br>\r\nDiscretion<br><br>\r\nFlexibility<br><br>\r\nIndividual Approach<br></h4>\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2020/05/zuzka_sako_960.jpg\" alt=\"zuzka_sako_960\"/>\nlarge\n240\nright\n\nHeading\n<h2> SAVE YOUR TIME AND ENJOY COMFORT <br />\r\nWHEN TRAVELING WITH US <br /> </h2>\r\n[divider height=\"40\"]\r\n[button title=\"Take a look at the range of our services\" link=\"https://dbwebtest.eu/sluzby/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nABOUT US: [one_sixth][/one_sixth]\r\n\r\n[one_third]\r\n<p>Donec sagittis felis placerat cras amet. Sed in ipsum non dui efficitur volutpat. Vivamus scelerisque at magna non nullam. Proin sit amet tempor ligula. Donec sed.</p>\r\n[/one_third]\r\n\r\n[one_third]\r\n<p>Donec sagittis felis placerat cras amet. Sed in ipsum non dui efficitur volutpat. Vivamus scelerisque at magna non nullam. Proin sit amet tempor ligula. Donec sed.</p>\r\n[/one_third]\n\nTHE HISTORY: [one_sixth][/one_sixth]\r\n\r\n[one_third]\r\n<p>esuada elit lectus felis, malesuada ultricies. Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim. </p>\r\n[/one_third]\r\n\r\n[one_third]\r\n<p>Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna. Vestibulum dapibus, mauris nec fames ac turpis velit, rhoncus eu, luctus.</p>\r\n[/one_third]\n\nQUALITY: [one_sixth][/one_sixth]\r\n\r\n[one_third]\r\n<p>Aliquam erat ac ipsum. Integer aliquam purus. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci.</p>\r\n[/one_third]\r\n\r\n[one_third]\r\n<p>Luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque.</p>\r\n[/one_third]\n\ncentered\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_about1.jpg\" alt=\"home_jet_about1\"/>\nBRANDON ROSS\nInteger ultrices\nQuisque elementum mattis risus, vitae sodales velit ultrices sed.\nvertical\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_about3.jpg\" alt=\"home_jet_about3\"/>\nALICE BOYD\nSuspendisse males\nQuisque vel quam neque. Curabitur euismod vulputate augue sit amet.\nvertical\n\nHeading\n<h2 style=\"color: #ccb47a;\">TAKE A PRIVATE JET<br />\r\nON YOUR BUSINESS TRIP<br />\r\nAND DISCOVER LUXURY TRAVEL</h2>\r\n[divider height=\"40\"]\r\n[button title=\"READ MORE\" link=\"#\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n\n<img src=\"https://dbwebtest.eu/wp-content/uploads/2020/05/zuzka_sako_960.jpg\" alt=\"zuzka_sako_960\"/>\nZUZANA PETÁKOVÁ\n<p class=\"big\">PhDr. Zuzana Petáková je zakladatelka společnosti WAPE JETS, která se specializuje na privátní letectví zejména v oblasti pronájmu a prodeji soukromých letadel.<br />\r\nSvou kariéru začala v privátním letectví, kde se věnovala především prodeji letadel, marketingu a komunikaci na mezinárodním poli. Později rozšířila své zkušenosti o segment celosvětově uznávaných luxusních a prémiových značek.<br />\r\nZuzana hovoří anglicky, francouzsky i rusky a za poslední roky procestovala téměř celý svět. Díky jejím zkušenostem Vám pomůže najít tu nejvhodnější variantu pro Vaše cestování a zpříjemní tak čas strávený ve vzduchu i na zemi během přemisťování do cílové destinace.<br />\r\nBezpečnost a spokojenost klienta jsou pro ni prioritou.</p>\nvertical\n\n<br>\r\n<h3>Užijte si diskrétnost a pohodlí<br><br>\r\npři cestování s námi<br><br>\r\n<br></h3>\n\n'),
(3688, 489, 'rs_page_bg_color', '#ffffff'),
(3689, 489, '_wpb_vc_js_status', 'false'),
(3690, 489, 'mfn-meta-seo-title', 'Vítejte ve světě, kde letadlo čeká na Vás '),
(3691, 489, 'mfn-meta-seo-description', 'Leťte privátním letadlem na obchodní schůzku nebo na dovolenou a zažijte výjimečné cestování na vlastní kůži.'),
(3692, 489, 'mfn-meta-seo-keywords', 'private jet'),
(3693, 489, 'mfn-meta-seo-og-image', 'https://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png'),
(3694, 489, '_webdados_fb_open_graph_specific_image', ''),
(3695, 489, '_webdados_fb_open_graph_specific_description', ''),
(3696, 489, '_dp_original', '156'),
(3697, 489, '_edit_lock', '1598305063:1'),
(3698, 489, '_edit_last', '1'),
(3702, 31, '_edit_last', '1'),
(3703, 31, 'rs_page_bg_color', ''),
(3704, 31, '_edit_lock', '1591702465:1'),
(3705, 27, '_edit_last', '1'),
(3706, 27, 'rs_page_bg_color', ''),
(3707, 494, '_wp_page_template', 'default'),
(3708, 494, 'slide_template', ''),
(3709, 494, 'mfn-post-hide-content', '0'),
(3710, 494, 'mfn-post-custom-layout', '0'),
(3711, 494, 'mfn-post-slider', '0'),
(3712, 494, 'mfn-post-slider-layer', '0'),
(3713, 494, 'mfn-post-menu', '0'),
(3714, 494, 'mfn-post-one-page', '0'),
(3715, 494, 'mfn-post-hide-title', '1'),
(3716, 494, 'mfn-post-remove-padding', '1'),
(3717, 494, 'mfn-page-items', 'YTo5OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czozNDoiPGgyPk9VUiBQUk9GRVNTSU9OQUwgU0VSVklDRVM8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiYmI1MGY1MzJhIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo5OiJicm9rZXJhZ2UiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI0YmIzYmQzNjciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJpc21zYjdjdWciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo3OToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9MZWFyamV0NzVfRERCQTAwNDhfU2hvdDVfd2ViLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJnNWw3bTZrYWEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxOTI6IjxoNT5TYXZlIHlvdXIgdGltZSBhbmQgYmUgZmxleGlibGU8YnI+PGJyIC8+DQpFbmpveSBjb25maWRlbnRpYWxpdHkgYW5kIGNvbWZvcnQgPGJyPjxiciAvPg0KQXJyaXZlIGF0IGFuIGFpcnBvcnQgYXMgY2xvc2UgYXMgcG9zc2libGUgdG8geW91ciBkZXN0aW5hdGlvbjxicj48YnIgLz4NClRha2UgeW91ciBwZXQgb24gYm9hcmQ8L2g1PiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJlODhkMzZiNTUiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiYWQzOTAyZjc2IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo5OTk6IjxoND5Qcml2YXRlIEpldCBSZW50YWwgLSBCcm9rZXJhZ2U8L2g0Pg0KPHAgY2xhc3M9ImJpZyI+V0FQRSBKRVRTIGFsbG93cyB5b3UgdG8gZnVsbHkgZW5qb3kgdGhlIGJlbmVmaXRzIG9mIHByaXZhdGUgYXZpYXRpb24uIFdlIGFkdmlzZSB5b3Ugb24gY2hvb3NpbmcgdGhlIG1vc3Qgc3VpdGFibGUgYWlyY3JhZnQgZm9yIHlvdXIgZmxpZ2h0IHRvIGVuc3VyZSB5b3VyIHVsdGltYXRlIGNvbWZvcnQgYW5kIGNvbnZlbmllbmNlLiBXZSBhcnJhbmdlIHlvdXIgY29tcGxldGUgdHJhdmVsIGl0aW5lcmFyeSwgc28gdGhhdCB5b3UgY2FuIGZ1bGx5IGVuam95IHRoZSB0cmFuc3BvcnRhdGlvbiB0byB0aGUgYWlycG9ydCwgYXMgd2VsbCBhcyB1cG9uIGFycml2YWwgYXQgeW91ciBkZXN0aW5hdGlvbi4gU2hvdWxkIHlvdSB3aXNoIHRvIHVzZSBhIGxpbW91c2luZSwgaGVsaWNvcHRlciwgb3IgYm9vayBhIGhvdGVsLCBzaW1wbHkgY29udGFjdCB1cy48YnI+DQpXZSBvcGVyYXRlIHByaXZhdGUgZmxpZ2h0cyB3b3JsZHdpZGUgd2l0aGluIDMgaG91cnMgb2YgY29uZmlybWF0aW9uLiBTaG91bGQgeW91IG5lZWQgdG8gbGVhdmUgaW4gYSBodXJyeSBmb3IgYW4gdXJnZW50IG1lZXRpbmcgb3Igb24gdmFjYXRpb24sIHdlIHRha2UgY2FyZSBvZiB5b3VyIG5lZWRzLjxicj4NCkZsaWdodHMgYXJlIGhhbmRsZWQgZXhjbHVzaXZlbHkgYXQgVklQIHRlcm1pbmFscywgd2hpY2ggbWluaW1pc2VzIGNoZWNrLWluIHRpbWUgYW5kIGVuc3VyZXMgY29uZmlkZW50aWFsaXR5LCB3aGljaCBpcyBvdXIgcHJpb3JpdHkuIFlvdSBtYXkgYXJyaXZlIGF0IHRoZSBhaXJwb3J0IDE1IG1pbnV0ZXMgYmVmb3JlIGRlcGFydHVyZS4gQW5kIGJlY2F1c2UgcGxhbnMgY2FuIGNoYW5nZSwgd2UgYXJlIGhlcmUgZm9yIHlvdSAyNCBob3VycyBhIGRheSwgMzY1IGRheXMgYSB5ZWFyLjxicj4NCllvdXIgcGxhbmUgd2FpdHMgZm9yIHlvdSwgeW91IGRvbuKAmXQgd2FpdCBmb3IgaXQhDQo8L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJiejVidGJnMGQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjMxNjoiPHAgY2xhc3M9ImJpZyI+LSBjaG9vc2luZyBhIHN1aXRhYmxlIGFpcmNyYWZ0PGJyPg0KLSBjb21wbGV0ZSBvcmdhbmlzYXRpb24gb2YgeW91ciB0cmlwPGJyPg0KLSBlbnN1cmluZyB0cmFuc3BvcnQgdG8gLyBmcm9tIHRoZSBhaXJwb3J0PGJyPg0KLSB0YWlsb3ItbWFkZSBUcmF2ZWwgTWFuYWdlbWVudDxicj4NCi0gY2F0ZXJpbmcgb24gYm9hcmQgdGhlIGFpcmNyYWZ0IGFjY29yZGluZyB0byBjbGllbnTigJlzIHJlcXVpcmVtZW50czxicj4NCi0gQ2FsbCBDZW50cmUgYXZhaWxhYmxlIDI0IGhvdXJzIGEgZGF5LCAzNjUgZGF5cyBhIHllYXI8YnI+PC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToiZ2kwYXNwZmNwIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NzoiaW5xdWlyeSI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6Impua2I4d2NiaCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmMW13YXZvcjUiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czozNToiPGg0Pk5PTi1CSU5ESU5HIEZMSUdIVCBJTlFVSVJZPC9oND4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJzZmo4aTNkd3ciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjM1OiJbY2FsZGVyYV9mb3JtIGlkPSJDRjVlZDhiZTJkYTI5ZmQiXSI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzc2hhbGdwdjEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkNlbnkiO3M6NzoiY29udGVudCI7czoxMTI6IjxhIGhyZWY9Imh0dHA6Ly93YXBlamV0cy5jb20vZmFrdG9yeS1sZXR1LyI+PGg1Pj4gRmFjdG9ycyBpbmZsdWVuY2luZyB0aGUgcHJpY2Ugb2YgYSBwcml2YXRlIGZsaWdodDwvaDU+PC9hPg0KDQoiO3M6NToiYWxpZ24iO3M6NDoibGVmdCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MzthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImZyeHNzb2w4cSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NDoiQ2VueSI7czo3OiJjb250ZW50IjtzOjU2OiI8YSBocmVmPSJodHRwOi8vd2FwZWpldHMuY29tL2ZhcSI+PGg1Pj4gRkFRPC9oNT48L2E+DQoNCiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjM6IjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6NDoiMzBweCI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6ImNwM25ndXptMiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjU6ImtvbmVjIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiZHBxb2Jhc3dkIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImxtcHdrcmdpYyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIwOiI8aDQ+RkxJR0hUIFRJUFM8L2g0PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIzMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiIzNTlkOWk0ZjIiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6NzI6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvbW9uYWNvLTItMTkyMHg4MDBfMV8xLmpwZyI7czo1OiJzdHlsZSI7czowOiIiO3M6NToidGl0bGUiO3M6MzA6IkPDlFRFIEQnQVpVUjxicj4tIE5pY2UsIE1vbmFjbyI7czo3OiJjb250ZW50IjtzOjExOToiQ2Vzc25hIE11c3RhbmcsIDQgcGF4IGZyb20gNi43MDAgRVVSPGJyPg0KUGhlbm9tIDEwMCwgNCBwYXggZnJvbSA3LjMwMCBFVVI8YnI+DQpDZXNzbmEgRXhjZWwsIDggcGF4IGZyb20gMTEuMTAwIEVVUjxicj4iO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czoxODoibXktY2xhc3MtYmlnLWZvbnQgIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6InVqZHNlZXkwayI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czo1NjoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9pbWFnZS5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjMxOiJCVVNJTkVTUyAmIFNIT1BQSU5HPGJyPi0gTG9uZG9uIjtzOjc6ImNvbnRlbnQiO3M6ODA6IkNlc3NuYSBDSiAyLCA2IHBheCBmcm9tIDEwLjUwMCBFVVI8YnI+DQpDZXNzbmEgRXhjY2VsLCA4IHBheCBmcm9tIDEyLjgwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiI0MGp6bmFobzUiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6ODM6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvMDA0Njg2YzYxNGQyOGFjYjFhZDA0ODFmYmMxZjExNjQuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czozODoiT1BFUkEgSU4gTUlMQU4gPGJyPi0gbmlnaHQgYXQgTGEgU2NhbGEiO3M6NzoiY29udGVudCI7czo3NDoiUGhlbm9tIDEwMCwgNCBwYXggZnJvbSA2LjYwMCBFVVI8YnI+DQpDZXNzbmEgQ0oyLCA2IHBheCBmcm9tIDguNzAwIEVVUjxicj4iO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czoxODoibXktY2xhc3MtYmlnLWZvbnQgIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI5d3Nwa2pmangiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToiZWM3MDVvY20wIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjk4OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L3BhcmlzLWZyYW5jZS12YW50aW5lcy1kYXktcm9tYW50aWMtaG90ZWwtZ3VpZGVzLmpwZyI7czo1OiJzdHlsZSI7czowOiIiO3M6NToidGl0bGUiO3M6Mzc6IlZBTEVOVElORSBJTiBQQVJJUzxicj4tIHJvbWFudGljIHRyaXAiO3M6NzoiY29udGVudCI7czo3ODoiQ2Vzc25hIE11c3RhbmcsIDQgcGF4IGZyb20gNi45MDAgRVVSPGJyPg0KQ2Vzc25hIENKMiwgNiBwYXggZnJvbSA5LjAwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiI1ZjNnMW9maGYiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6ODU6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvMTQ4MDQzNjE2NS12aWVubmEtY2hyaXN0bWFzLW1hcmtldC5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjM4OiJDSFJJU1RNQVMgSU4gVklFTk5BPGJyPi0gY2hhcm1pbmcgdHJpcCI7czo3OiJjb250ZW50IjtzOjExNToiQ2Vzc25hIE11c3RhbmcsIDQgcGF4IGZyb20gMy45MDAgRVVSPGJyPg0KSG9uZGEgSmV0LCA0IHBheCBmcm9tIDQuMTAwIEVVUjxicj4NCkNlc3NuYSBDSjMsIDYgcGF4IGZyb20gNC4yMDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiI3Nzk5ZmNnNHEiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6MTEyOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L3c4MDBfMjAxOC0wMy0xNS0wMy0xNy0zMy05Yzk4YWZmM2IzNWM4NjBmZDg5NGY2MzFlZDAzNjFjNl93ZWIuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo0MDoiU0tJSU5HIElOIFRIRSBBTFBTPGJyPi0gcmlkZSBpbiBOYXNzZmVsZCI7czo3OiJjb250ZW50IjtzOjExMToiQ2Vzc25hIENKMywgNiBwYXggZnJvbSAxMC4xMDAgRVVSPGJyPg0KTmV4dGFudCwgNiBwYXggZnJvbSAxMS4yNTAgRVVSPGJyPg0KU292ZXJlaWduLCA2IHBheCBmcm9tIDE1LjkwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjM6InVpZCI7czo5OiJpZDQyaDBjNG0iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToib2Z1MXN4OG1iIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo0OiJDZW55IjtzOjc6ImNvbnRlbnQiO3M6MzQ6IipQcmljZXMgYXJlIGNhbGN1bGF0ZWQgZnJvbSBQcmFndWUiO3M6NToiYWxpZ24iO3M6NDoibGVmdCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIyMHB4IjtzOjc6InBhZGRpbmciO3M6MTM6IjAgNDBweCAwIDQwcHgiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NDthOjM6e3M6MzoidWlkIjtzOjk6ImFjYzEwNzhhMSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NDoic2FsZSI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjEwMmVjM2Q1MCI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJscTl0d3E3MDAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjI0OiJBaXJjcmFmdCBQdXJjaGFzZSAtIHRleHQiO3M6NzoiY29udGVudCI7czo4MjM6IjxoND5BaXJjcmFmdCBQdXJjaGFzZTwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5XQVBFIEpFVFMnIGV4cGVyaWVuY2VkIHRlYW0gYXJlIGFibGUgdG8gZ3VpZGUgeW91IHRocm91Z2ggdGhlIGNvbXBsZXggcHJvY2VzcyBvZiBhaXJjcmFmdCBwdXJjaGFzZS4NCkFmdGVyIGluaXRpYWwgc2VsZWN0aW9uIG9mIHRoZSBhaXJjcmFmdCwgd2UgYXNzaXN0IGluIHlvdXIgcHJlcGFyYXRpb24gb2YgYSBxdW90YXRpb24gYW5kIG5lZ290aWF0ZSB0aGUgdGVybXMgb2YgcHVyY2hhc2UuIFdlIHRoZW4gaGVscCB5b3UgdG8gY3VzdG9taXNlIHlvdXIgYWlyY3JhZnQgYWNjb3JkaW5nIHRvIHlvdXIgcmVxdWlyZW1lbnRzLCBhbmQgYXNzaXN0IGluIHRoZSBkZWxpdmVyeSwgcmVnaXN0cmF0aW9uIGFuZCBvd25lcnNoaXAgYWRtaW5pc3RyYXRpb24NCldlIHJlcHJlc2VudCBhIGJyb2FkIHBvcnRmb2xpbyBhbW9uZyB0aGUgbW9zdCByZXNwZWN0ZWQgbWFudWZhY3R1cmVycyBpbiB0aGUgYnVzaW5lc3MgamV0cyBjYXRlZ29yeSwgYWxsb3dpbmcgdXMgdG8gb2ZmZXIgb3VyIGNsaWVudHMgZnVsbCBzdXBwb3J0IGFuZCBpbmRlcGVuZGVuY2UuDQo8YnI+PGJyPg0KDQotIGFpcmNyYWZ0IHNlbGVjdGlvbjxicj4NCi0gcXVvdGF0aW9uIGFuZCB0ZXJtcyBvZiBwdXJjaGFzZTxicj4NCi0gbmVnb3RpYXRpbmcgdGhlIGZpbmFsIGZvcm0gb2YgcHVyY2hhc2U8YnI+DQotIGRlbGl2ZXJ5LCBkb2N1bWVudGF0aW9uLCBjb25jbHVzaW9uIG9mIHB1cmNoYXNlPGJyPg0KLSByZWdpc3RyYXRpb24gYW5kIGFkbWluaXN0cmF0aW9uIGFzc29jaWF0ZWQgd2l0aCBvd25lcnNoaXA8L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI4MDIxNDYzNWMiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiI3dno5azI1MnkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo3NToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8wMDlfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo1O2E6Mzp7czozOiJ1aWQiO3M6OToiMDgwNTM3MzQ5IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czoxMDoiY29uc3VsdGluZyI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImZiZmI5MzYwNiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjYxYzViOTYyMSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0NpdGF0aW9uX0xvZ2l0dWRlX0ltYWdlXzkuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjRlMjIxZWE0MyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJhZGt5Z2Q2YnAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE3OiJDb25zdWx0aW5nIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjUxMDoiPGg0PkNvbnN1bHRpbmc8L2g0Pg0KPHAgY2xhc3M9ImJpZyI+WWVhcnMgb2YgZXhwZXJpZW5jZSBpbiBidXNpbmVzcyBhdmlhdGlvbiBpcyBvbmUgb2YgdGhlIGFkdmFudGFnZXMgdGhhdCBlbmFibGVzIG91ciBjb21wYW55DQp0byBhc3Npc3QgeW91IGluIGRpc2NvdmVyaW5nIHRoZSBiZW5lZml0cyBvZiBoaXJpbmcgb3Igb3duaW5nIGFuIGFpcmNyYWZ0OiBwcml2YWN5LCBjb21mb3J0LCANCnNhZmV0eSBhbmQsIG9mIGNvdXJzZSwgZmxleGliaWxpdHkuPGJyPg0KSWYgeW91IGFyZSB0aGlua2luZyBvZiBidXlpbmcgYW4gYWlyY3JhZnQgb3Igd2FudGluZyB0byBleGNoYW5nZSBhbiBleGlzdGluZyBtb2RlbCBmb3IgYSBuZXdlciBtb2RlbCB0byBtZWV0IHlvdXIgbmVlZHMgYW5kIGJ1ZGdldCwgd2Ugd2lsbCBiZSBoYXBweSB0byBleHBsYWluIHRoZSBwcm9zIGFuZCBjb25zIG9mIGFpcmNyYWZ0IG93bmVyc2hpcCwgY29tcGFyZWQgdG8gbGVhc2luZyBhbmQgcmVudGFsIG9wdGlvbnMuDQo8L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im5raHN3ajQzYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTc6IkNvbnN1bHRpbmcgLSB0ZXh0IjtzOjc6ImNvbnRlbnQiO3M6MzczOiI8cCBjbGFzcz0iYmlnIj4tIGRldGFpbGVkIGNvbXBhcmlzb24gb2Ygc3VpdGFibGUgYWlyY3JhZnQ8YnI+DQotIGFzc2Vzc21lbnQgb2YgZnVsbCBvd25lcnNoaXAgb2YgdGhlIGFpcmNyYWZ0IHZlcnN1cyBvdGhlciBvcHRpb25zLCBzdWNoIGFzIHJlbnRhbDxicj4NCi0gZGV0ZXJtaW5hdGlvbiBvZiBhaXJjcmFmdCB0ZWNobmljYWwgYW5kIG9wZXJhdGlvbmFsIHBhcmFtZXRlcnMgYW5kIGJ1ZGdldDxicj4NCi0gZXhwbGFuYXRpb24gb2YgYWxsIGNvc3RzIGFzc29jaWF0ZWQgd2l0aCBhaXJjcmFmdCBvd25lcnNoaXAgYW5kIG9wZXJhdGlvbjxicj4NCi0gdGlwcyBhbmQgdGFjdGljYWwgYWR2aWNlIGZvciB0aGUgcHVyY2hhc2Ugb2YgYWlyY3JhZnQ8L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjY7YTozOntzOjM6InVpZCI7czo5OiI4cTA0anFmbXciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjEwOiJtYW5hZ2VtZW50IjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToieG01bWpteDFqIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImJ3Nmsza3F2dyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MjQ6IlRyYXZlbCBNYW5hZ2VtZW50IC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjUxODoiPGg0PlRyYXZlbCBNYW5hZ2VtZW50PC9oND4NCjxwIGNsYXNzPSJiaWciPk91ciBjb21wYW55IFdBUEUgSkVUUyB0aGlua3Mgb2YgZXZlcnkgZGV0YWlsIGFuZCB0aGVyZWZvcmUgd2UgcHJvdmlkZSB5b3Ugd2l0aCBvdGhlciBzZXJ2aWNlcyBvbiB5b3VyIGpvdXJuZXkgd2l0aGluIG91ciBUcmF2ZWwgTWFuYWdlbWVudC4gSWYgeW91IG5lZWQgdG8gY29tZm9ydGFibHkgdHJhdmVsIHRvIG9yIGZyb20gdGhlIGFpcnBvcnQsIHRvIGdvIGJ5IGxpbW91c2luZSBvciBoZWxpY29wdGVyIHRvIGFueSBwbGFjZSBvciByZW50IGEgeWFjaHQgYW5kIHNhaWwgd2l0aCBpdCBvbiB0aGUgbW9zdCBiZWF1dGlmdWwgc2VhcyBvciBzaW1wbHkgZmx5IHRvIGEgdW5pcXVlIGNvbmNlcnQsIHdlIGFyZSBoZXJlIGZvciB5b3UuIFdlIHdpbGwgYXJyYW5nZSB0aGUgZW50aXJlIHByb2dyYW0gb2YgeW91ciBob2xpZGF5IGFuZCB3ZSB3aWxsIG1ha2Ugc3VyZSB0aGF0IHlvdSBlbmpveSBpdCBhcyBtdWNoIGFzIHBvc3NpYmxlLjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiMjF3YmwyMXQyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoyNDoiVHJhdmVsIE1hbmFnZW1lbnQgLSB0ZXh0IjtzOjc6ImNvbnRlbnQiO3M6MTU2OiI8cCBjbGFzcz0iYmlnIj5UaGFua3MgdG8gb3VyIHRlYW0gYW5kIGxvbmctdGVybSBwcm92ZW4gcGFydG5lcnMsIHdlIHdpbGwgZnVsZmlsbCBldmVyeSB3aXNoIHlvdSBoYXZlLiBXZSBhcmUgaGVyZSBmb3IgeW91IDI0IGhvdXJzIGEgZGF5LCA3IGRheXMgYSB3ZWVrLjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToic2x1NHJnYzhiIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiazN3MDI4cWpkIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NTg6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA4LzAwMDItMS5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NzthOjM6e3M6MzoidWlkIjtzOjk6Im13Zm9rOXd5ZCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czozOiIxMDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjQwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI1cHI4YmszNXQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToic2VxYjdmbGtzIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MjA2OiI8aDI+Qk9NQkFSRElFUiwgQ0VTU05BLCBEQVNTQVVMVCw8YnIgLz4NCkVNQlJBRVIsIEdVTEZTVFJFQU0sIEhPTkRBIEpFVDxiciAvPjwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlRha2UgYSBsb29rIGF0IG91ciBqZXRzIiBsaW5rPSJodHRwOi8vd2FwZWpldHMuY29tL2dhbGxlcnkiIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6ODthOjM6e3M6MzoidWlkIjtzOjk6ImJwa3pnbTYzeCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxeWkzMTBiOXAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZmQxcHpocmlrIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo1MTQ6IjxoNT5QxZjDjUtMQURPVsOJIEtBTEtVTEFDRSBKRVTFrjwvaDU+DQo8cCBjbGFzcz0iYmlnIj5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24gdWxsYW1jbyBsYWJvcmlzIG5pc2kgdXQgYWxpcXVpcCBleCBlYSBjb21tb2RvIGNvbnNlcXVhdC4gPGJyPg0KRHVpcyBhdXRlIGlydXJlIGRvbG9yIGluIHJlcHJlaGVuZGVyaXQgaW4gdm9sdXB0YXRlIHZlbGl0IGVzc2UgY2lsbHVtIGRvbG9yZSBldSBmdWdpYXQgbnVsbGEgcGFyaWF0dXIuIEV4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWEgZGVzZXJ1bnQgbW9sbGl0IGFuaW0gaWQgZXN0IGxhYm9ydW0uPC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZTg2Nzdqa3M3IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo1MjI6IjxoNT5Ww51IT0RZIEEgTkVWw51IT0RZIFZMQVNUTklDVFbDjSBKRVRVPC9oNT4NCjxwIGNsYXNzPSJiaWciPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLiBVdCBlbmltIGFkIG1pbmltIHZlbmlhbSwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0LiA8YnI+DQpEdWlzIGF1dGUgaXJ1cmUgZG9sb3IgaW4gcmVwcmVoZW5kZXJpdCBpbiB2b2x1cHRhdGUgdmVsaXQgZXNzZSBjaWxsdW0gZG9sb3JlIGV1IGZ1Z2lhdCBudWxsYSBwYXJpYXR1ci4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IG5vbiBwcm9pZGVudCwgc3VudCBpbiBjdWxwYSBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXQgYW5pbSBpZCBlc3QgbGFib3J1bS48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3718, 494, 'mfn-page-items-seo', 'Heading\n<h2>OUR PROFESSIONAL SERVICES</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/06/Learjet75_DDBA0048_Shot5_web.jpg\" alt=\"Learjet75_DDBA0048_Shot5_web\"/>\n\nHeading\n<h5>Save your time and be flexible<br><br />\r\nEnjoy confidentiality and comfort <br><br />\r\nArrive at an airport as close as possible to your destination<br><br />\r\nTake your pet on board</h5>\nleft\nno-repeat;center top;;\nauto\n\nBrokerage\n<h4>Private Jet Rental - Brokerage</h4>\r\n<p class=\"big\">WAPE JETS allows you to fully enjoy the benefits of private aviation. We advise you on choosing the most suitable aircraft for your flight to ensure your ultimate comfort and convenience. We arrange your complete travel itinerary, so that you can fully enjoy the transportation to the airport, as well as upon arrival at your destination. Should you wish to use a limousine, helicopter, or book a hotel, simply contact us.<br>\r\nWe operate private flights worldwide within 3 hours of confirmation. Should you need to leave in a hurry for an urgent meeting or on vacation, we take care of your needs.<br>\r\nFlights are handled exclusively at VIP terminals, which minimises check-in time and ensures confidentiality, which is our priority. You may arrive at the airport 15 minutes before departure. And because plans can change, we are here for you 24 hours a day, 365 days a year.<br>\r\nYour plane waits for you, you don’t wait for it!\r\n</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<p class=\"big\">- choosing a suitable aircraft<br>\r\n- complete organisation of your trip<br>\r\n- ensuring transport to / from the airport<br>\r\n- tailor-made Travel Management<br>\r\n- catering on board the aircraft according to client’s requirements<br>\r\n- Call Centre available 24 hours a day, 365 days a year<br></p>\nno-repeat;center top;;\nauto\n10px\n\nHeading\n<h4>NON-BINDING FLIGHT INQUIRY</h4>\ncenter\nno-repeat;center top;;\nauto\n\n[caldera_form id=\"CF5ed8be2da29fd\"]\nno-repeat;left top;;\nauto\n\nCeny\n<a href=\"http://wapejets.com/faktory-letu/\"><h5>> Factors influencing the price of a private flight</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nCeny\n<a href=\"http://wapejets.com/faq\"><h5>> FAQ</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nHeading\n<h4>FLIGHT TIPS</h4>\ncenter\nno-repeat;center top;;\nauto\n30px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/monaco-2-1920x800_1_1.jpg\" alt=\"Services\"/>\nCÔTE D\'AZUR<br>- Nice, Monaco\nCessna Mustang, 4 pax from 6.700 EUR<br>\r\nPhenom 100, 4 pax from 7.300 EUR<br>\r\nCessna Excel, 8 pax from 11.100 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/image.jpg\" alt=\"Services\"/>\nBUSINESS & SHOPPING<br>- London\nCessna CJ 2, 6 pax from 10.500 EUR<br>\r\nCessna Exccel, 8 pax from 12.800 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/004686c614d28acb1ad0481fbc1f1164.jpg\" alt=\"Services\"/>\nOPERA IN MILAN <br>- night at La Scala\nPhenom 100, 4 pax from 6.600 EUR<br>\r\nCessna CJ2, 6 pax from 8.700 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/paris-france-vantines-day-romantic-hotel-guides.jpg\" alt=\"Services\"/>\nVALENTINE IN PARIS<br>- romantic trip\nCessna Mustang, 4 pax from 6.900 EUR<br>\r\nCessna CJ2, 6 pax from 9.000 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/1480436165-vienna-christmas-market.jpg\" alt=\"Services\"/>\nCHRISTMAS IN VIENNA<br>- charming trip\nCessna Mustang, 4 pax from 3.900 EUR<br>\r\nHonda Jet, 4 pax from 4.100 EUR<br>\r\nCessna CJ3, 6 pax from 4.200 EUR<br>\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web.jpg\" alt=\"Services\"/>\nSKIING IN THE ALPS<br>- ride in Nassfeld\nCessna CJ3, 6 pax from 10.100 EUR<br>\r\nNextant, 6 pax from 11.250 EUR<br>\r\nSovereign, 6 pax from 15.900 EUR<br>\n\nCeny\n*Prices are calculated from Prague\nleft\nno-repeat;left top;;\nauto\n20px\n0 40px 0 40px\n\nAircraft Purchase - text\n<h4>Aircraft Purchase</h4>\r\n<p class=\"big\">WAPE JETS\' experienced team are able to guide you through the complex process of aircraft purchase.\r\nAfter initial selection of the aircraft, we assist in your preparation of a quotation and negotiate the terms of purchase. We then help you to customise your aircraft according to your requirements, and assist in the delivery, registration and ownership administration\r\nWe represent a broad portfolio among the most respected manufacturers in the business jets category, allowing us to offer our clients full support and independence.\r\n<br><br>\r\n\r\n- aircraft selection<br>\r\n- quotation and terms of purchase<br>\r\n- negotiating the final form of purchase<br>\r\n- delivery, documentation, conclusion of purchase<br>\r\n- registration and administration associated with ownership</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR.jpg\" alt=\"Services\"/>\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_9.jpg\" alt=\"Services\"/>\n\nConsulting - text\n<h4>Consulting</h4>\r\n<p class=\"big\">Years of experience in business aviation is one of the advantages that enables our company\r\nto assist you in discovering the benefits of hiring or owning an aircraft: privacy, comfort, \r\nsafety and, of course, flexibility.<br>\r\nIf you are thinking of buying an aircraft or wanting to exchange an existing model for a newer model to meet your needs and budget, we will be happy to explain the pros and cons of aircraft ownership, compared to leasing and rental options.\r\n</p>\nno-repeat;center top;;\nauto\n10px\n\nConsulting - text\n<p class=\"big\">- detailed comparison of suitable aircraft<br>\r\n- assessment of full ownership of the aircraft versus other options, such as rental<br>\r\n- determination of aircraft technical and operational parameters and budget<br>\r\n- explanation of all costs associated with aircraft ownership and operation<br>\r\n- tips and tactical advice for the purchase of aircraft</p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management - text\n<h4>Travel Management</h4>\r\n<p class=\"big\">Our company WAPE JETS thinks of every detail and therefore we provide you with other services on your journey within our Travel Management. If you need to comfortably travel to or from the airport, to go by limousine or helicopter to any place or rent a yacht and sail with it on the most beautiful seas or simply fly to a unique concert, we are here for you. We will arrange the entire program of your holiday and we will make sure that you enjoy it as much as possible.</p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management - text\n<p class=\"big\">Thanks to our team and long-term proven partners, we will fulfill every wish you have. We are here for you 24 hours a day, 7 days a week.</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/08/0002-1.jpg\" alt=\"0002\"/>\n\nHeading\n<h2>BOMBARDIER, CESSNA, DASSAULT,<br />\r\nEMBRAER, GULFSTREAM, HONDA JET<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Take a look at our jets\" link=\"http://wapejets.com/gallery\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nBrokerage\n<h5>PŘÍKLADOVÉ KALKULACE JETŮ</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<h5>VÝHODY A NEVÝHODY VLASTNICTVÍ JETU</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\n'),
(3720, 494, 'rs_page_bg_color', ''),
(3721, 494, '_wpb_vc_js_status', 'true'),
(3722, 494, '_elementor_template_type', 'wp-page'),
(3723, 494, '_elementor_version', '2.9.9'),
(3725, 494, 'mfn-post-layout', 'no-sidebar'),
(3726, 494, '_dp_original', '114'),
(3727, 494, '_edit_lock', '1605456569:1'),
(3728, 494, '_edit_last', '1'),
(3729, 494, '_webdados_fb_open_graph_specific_image', ''),
(3730, 494, '_webdados_fb_open_graph_specific_description', ''),
(3731, 496, '_menu_item_type', 'post_type'),
(3732, 496, '_menu_item_menu_item_parent', '0'),
(3733, 496, '_menu_item_object_id', '387'),
(3734, 496, '_menu_item_object', 'page'),
(3735, 496, '_menu_item_target', ''),
(3736, 496, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3737, 496, '_menu_item_xfn', ''),
(3738, 496, '_menu_item_url', ''),
(3740, 496, 'menu-item-mfn-megamenu', ''),
(3741, 496, 'menu-item-mfn-bg', ''),
(3742, 497, '_menu_item_type', 'post_type'),
(3743, 497, '_menu_item_menu_item_parent', '0'),
(3744, 497, '_menu_item_object_id', '370'),
(3745, 497, '_menu_item_object', 'page'),
(3746, 497, '_menu_item_target', ''),
(3747, 497, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3748, 497, '_menu_item_xfn', ''),
(3749, 497, '_menu_item_url', ''),
(3751, 497, 'menu-item-mfn-megamenu', ''),
(3752, 497, 'menu-item-mfn-bg', ''),
(3753, 498, '_menu_item_type', 'post_type'),
(3754, 498, '_menu_item_menu_item_parent', '0'),
(3755, 498, '_menu_item_object_id', '361'),
(3756, 498, '_menu_item_object', 'page'),
(3757, 498, '_menu_item_target', ''),
(3758, 498, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3759, 498, '_menu_item_xfn', ''),
(3760, 498, '_menu_item_url', ''),
(3762, 498, 'menu-item-mfn-megamenu', ''),
(3763, 498, 'menu-item-mfn-bg', ''),
(3764, 499, '_menu_item_type', 'post_type'),
(3765, 499, '_menu_item_menu_item_parent', '0'),
(3766, 499, '_menu_item_object_id', '353'),
(3767, 499, '_menu_item_object', 'page'),
(3768, 499, '_menu_item_target', ''),
(3769, 499, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3770, 499, '_menu_item_xfn', ''),
(3771, 499, '_menu_item_url', ''),
(3773, 499, 'menu-item-mfn-megamenu', ''),
(3774, 499, 'menu-item-mfn-bg', ''),
(3775, 500, '_menu_item_type', 'post_type'),
(3776, 500, '_menu_item_menu_item_parent', '0'),
(3777, 500, '_menu_item_object_id', '175'),
(3778, 500, '_menu_item_object', 'page'),
(3779, 500, '_menu_item_target', ''),
(3780, 500, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3781, 500, '_menu_item_xfn', ''),
(3782, 500, '_menu_item_url', ''),
(3784, 500, 'menu-item-mfn-megamenu', ''),
(3785, 500, 'menu-item-mfn-bg', ''),
(3786, 501, '_menu_item_type', 'post_type'),
(3787, 501, '_menu_item_menu_item_parent', '0'),
(3788, 501, '_menu_item_object_id', '163'),
(3789, 501, '_menu_item_object', 'page'),
(3790, 501, '_menu_item_target', ''),
(3791, 501, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3792, 501, '_menu_item_xfn', ''),
(3793, 501, '_menu_item_url', ''),
(3795, 501, 'menu-item-mfn-megamenu', ''),
(3796, 501, 'menu-item-mfn-bg', ''),
(3797, 502, '_menu_item_type', 'post_type'),
(3798, 502, '_menu_item_menu_item_parent', '0'),
(3799, 502, '_menu_item_object_id', '156'),
(3800, 502, '_menu_item_object', 'page'),
(3801, 502, '_menu_item_target', ''),
(3802, 502, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3803, 502, '_menu_item_xfn', ''),
(3804, 502, '_menu_item_url', ''),
(3806, 502, 'menu-item-mfn-megamenu', ''),
(3807, 502, 'menu-item-mfn-bg', ''),
(3921, 511, '_wp_page_template', 'default'),
(3922, 511, 'slide_template', 'default'),
(3923, 511, 'mfn-post-hide-content', '0'),
(3924, 511, 'mfn-post-custom-layout', '0'),
(3925, 511, 'mfn-post-slider', '0'),
(3926, 511, 'mfn-post-slider-layer', '0'),
(3927, 511, 'mfn-post-menu', '0'),
(3928, 511, 'mfn-post-one-page', '1'),
(3929, 511, 'mfn-post-hide-title', '1'),
(3930, 511, 'mfn-post-remove-padding', '1'),
(3931, 511, 'mfn-page-items', 'YTo1OntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMToiPGgyPk9VUiBQUk9KRUNUUzwvaDI+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YTozOntzOjM6InVpZCI7czo5OiIxODg0NjNiODciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjc6ImpldGJvb2siO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTo1OntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJpN3YxdTQ5a2YiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibHlleW10dnp0IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo4OiJKZXQgQm9vayI7czo3OiJjb250ZW50IjtzOjE3OiI8aDM+SmV0IEJvb2s8L2gzPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJwYmg0bXZwZTIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE2OiJQxZllaGxlZCBrYXBpdG9sIjtzOjc6ImNvbnRlbnQiO3M6NTY6IjxoND5Db21wbGV0ZSBndWlkZSB0byBidXNpbmVzcyBqZXRzIGFuZCBoZWxpY29wdGVyczwvaDQ+IjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NjoidmlzdWFsIjtzOjM6InVpZCI7czo5OiJseG4yanNwYzEiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjM6e3M6NToidGl0bGUiO3M6NjoiTyBOw4FTIjtzOjc6ImNvbnRlbnQiO3M6NDM3OiI8cCBjbGFzcz0iYmlnIj5JbiBjb2xsYWJvcmF0aW9uIHdpdGggTWVkaWEgVHJpYnVuZSwgdGhlIDJuZCBlZGl0aW9uIG9mIHRoZSB1bmlxdWUgSmV0IEJvb2sgaGFzIGJlZW4gcHVibGlzaGVkLCBwcmVzZW50aW5nIGFsbCBvcGVyYXRvcnMsIGN1cnJlbnQgYW5kIGZ1dHVyZSBhaXJjcmFmdCBvd25lcnMgYW5kIGF2aWF0aW9uIGZhbnMgd2l0aCBhIGNvbXByZWhlbnNpdmUgYW5kIHVuZGVyc3RhbmRhYmxlIGd1aWRlIHRvIHRoZSB3b3JsZCBvZiBjb21tZXJjaWFsIGFpcmNyYWZ0IGFuZCBoZWxpY29wdGVycy48YnI+VGhlIGJvb2sgaXMgcGFja2VkIHdpdGggZGV0YWlsZWQsIHVzZWZ1bCBpbmZvcm1hdGlvbiBhYm91dCBlYWNoIGFpcmNyYWZ0LCBwcm92aWRlZCBieSB0aGUgYWlyY3JhZnQgbWFudWZhY3R1cmVycyBkaXJlY3RseSBmb3IgdGhlIGJvb2suJm5ic3A7PC9wPiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6NjoidmlzdWFsIjtzOjM6InVpZCI7czo5OiJzaWFoN3VtaWgiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjM6e3M6NToidGl0bGUiO3M6NjoiTyBOw4FTIjtzOjc6ImNvbnRlbnQiO3M6NDcyOiI8cCBjbGFzcz0iYmlnIj5JdCBpcyB0aHVzIGFuIGVzc2VudGlhbCBwdWJsaWNhdGlvbiBmb3IgYW55b25lIHdpc2hpbmcgdG8gb2J0YWluIHRoZSBtb3N0IHVwLXRvLWRhdGUgZGF0YSwgc3RhdGlzdGljcyBhbmQgcG9pbnRzIG9mIGludGVyZXN0IG9uIGJ1c2luZXNzIGFpcmNyYWZ0IGFuZCBoZWxpY29wdGVycyBhbmQgdG8gc2VlIGV4Y2x1c2l2ZSBwaG90b3Mgb2YgdGhlc2UgYWlyY3JhZnQuPGJyPlRoZSBKZXQgQm9vayBwdWJsaWNhdGlvbiBwcmVzZW50cyBhIGNvbXBsZXRlIHBvcnRmb2xpbyBvZiBhbGwgYXZhaWxhYmxlIGJ1c2luZXNzIGpldHMgYW5kIGhlbGljb3B0ZXJzLCBhcyB3ZWxsIGFzIGEgc2VyaWVzIG9mIGludGVydmlld3Mgd2l0aCBhdmlhdGlvbiBidXNpbmVzcyBsZWFkZXJzLiBJdCBpcyBwdWJsaXNoZWQgaW4gRW5nbGlzaCwgcHJpbnRlZCBvbiAyMzIgcGFnZXMgb2YgcHJlbWl1bSBtYXR0ZSBwYXBlci48L3A+IjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6ImU0NGtmOG5pcCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJrbWU2aTc2bnQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE2OiJQxZllaGxlZCBrYXBpdG9sIjtzOjc6ImNvbnRlbnQiO3M6MjU6IjxoNT5DaGFwdGVyIE92ZXJ2aWV3PC9oNT4iO3M6NToiYWxpZ24iO3M6NDoibGVmdCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJ2aXN1YWwiO3M6MzoidWlkIjtzOjk6ImJraWN1aGZ0diI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6Mzp7czo1OiJ0aXRsZSI7czoxMDoiS2FwaXRvbHkgMSI7czo3OiJjb250ZW50IjtzOjE3NDoiPHAgY2xhc3M9ImJpZyI+QUVSSU9OIENPUlBPUkFUSU9OPGJyIC8+QUlSQlVTIFMuQS5TPGJyIC8+VEhFIEJPRUlORyBDT09NUEFOWTxiciAvPkJPTUJBUklERVIgSU5DLjxiciAvPkNFU1NOQSBBSVJDUkFGVCBDT09NUEFOWTxiciAvPkNJUlJVUyBBSVJDQUZUPGJyIC8+REFTU0FVTFQgQVZJQVRJT048L3A+IjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo2OiJ2aXN1YWwiO3M6MzoidWlkIjtzOjk6InZybDh0MHlnMiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6Mzp7czo1OiJ0aXRsZSI7czoxMDoia2FwaXRvbHkgMiI7czo3OiJjb250ZW50IjtzOjE1NDoiPHAgY2xhc3M9ImJpZyI+RU1CUkFFUiBTLkEuPGJyIC8+R1VMRlNUUkVBTSBBRVJPU1BBQ0UgQ09SUC48YnIgLz5IT05EQUpFVDxiciAvPlBJTEFUVVMgQUlSQ1JBRlQ8YnIgLz5TVVBFUkpFVCBJTlRFUk5BVElPTkFMIFNQQTxiciAvPlNZQkVSSkVUIEFJUkNSQUZUPC9wPiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6NjoidmlzdWFsIjtzOjM6InVpZCI7czo5OiJsZWM1NmFodjEiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjM6e3M6NToidGl0bGUiO3M6MTA6ImthcGl0b2x5IDIiO3M6NzoiY29udGVudCI7czoxNjY6IjxwIGNsYXNzPSJiaWciPkFJUkJVUyBIRUxJQ09QVEVSUzxiciAvPkFVR1VTVEEgV0VTVExBTkQ8YnIgLz5CRUxMIFRFWFRST048YnIgLz5TSUtPUlNLWSBBSVJDUkFGVCBDT01QQU5ZPGJyIC8+Uk9CSU5TT04gSEVMSUNPUFRFUiBDT01QQU5ZPGJyIC8+UlVTU0lBTiBIRUxJQ09QVEVSUzwvcD4iO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6NDp7czozOiJ1aWQiO3M6OToiYzAxNmNjb21jIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czoxMzoiaW1hZ2VfZ2FsbGVyeSI7czozOiJ1aWQiO3M6OToiYmt5ajR6M3VkIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo2OntzOjM6ImlkcyI7czoxNToiMTY1LDE2NiwxNjcsMTY4IjtzOjc6ImNvbHVtbnMiO3M6MToiNCI7czo0OiJzaXplIjtzOjQ6ImZ1bGwiO3M6NToic3R5bGUiO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjM7YTo0OntzOjM6InVpZCI7czo5OiIwMWoyNHZxMzkiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJwdzI3MHA2YjgiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo3MDoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9qZXRib29rX25vX2JhY2stc2VsLnBuZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDQwcHggMCA0MHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjM6IjBweCI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjIxOiJFcXVhbCBIZWlnaHQgb2YgV3JhcHMiO319aTo0O2E6NDp7czozOiJ1aWQiO3M6OToiOHRnZmkzdnFoIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im4wcXMyYWthaiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTI6IkpldEJvb2sgY2VuYSI7czo3OiJjb250ZW50IjtzOjQxOiI8aDU+T3JkZXIgeW91ciBKZXQgQm9vayByaWdodCBoZXJlPC9oNT4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czo2OiJjZW50ZXIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJvcmxrNmhya3giO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjEyOiJKZXRCb29rIGNlbmEiO3M6NzoiY29udGVudCI7czoyMzoiPGg1PnByaWNlOiAxMjAgRVVSPC9oNT4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6NjoiY2VudGVyIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjM6IjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToia212M3Nzc3RyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNToiSmV0Qm9vayAtIG9yZGVyIjtzOjc6ImNvbnRlbnQiO3M6MzU6IltjYWxkZXJhX2Zvcm0gaWQ9IkNGNWVkOGVjMmRlYjcyNCJdIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTA6IjIwcHggMCAwIDAiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJtaWRkbGUiO3M6NToiY2xhc3MiO3M6MjE6IkVxdWFsIEhlaWdodCBvZiBXcmFwcyI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6Ink3enl4NjBtZSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NzoicGVnYXN1cyI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6InoxMmxxd201MSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJjaDN2NmFzZDUiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjg6IkpldCBCb29rIjtzOjc6ImNvbnRlbnQiO3M6MzY6IjxoMz5UaGUgU2FwcGhpcmUgUGVnYXN1cyBBd2FyZHM8L2gzPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6InM5Nm9hNnFpNyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ4Nnd1ODZpemMiO3M6NDoic2l6ZSI7czozOiIzLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjEzOiJNZWRpYSBUcmlidW5lIjtzOjc6ImNvbnRlbnQiO3M6Njk4OiI8cCBjbGFzcz0iYmlnIj5Gb2xsb3dpbmcgdGhlIHN1Y2Nlc3NmdWwgcmVsZWFzZSBvZiBKZXRCb29rLCBNZWRpYVRyaWJ1bmUgZXhwYW5kZWQgb3VyIGNvb3BlcmF0aW9uIGluIHRoZSBmaWVsZCBvZiBpbnRlcm5hdGlvbmFsIGJ1c2luZXNzIGF2aWF0aW9uIGF3YXJkcy48L3A+DQo8cCBjbGFzcz0iYmlnIj5UaGUgU2FwcGhpcmUgUGVnYXN1cyBBd2FyZHMgaXMgYSB1bmlxdWUgc2VyaWVzIG9mIGludGVybmF0aW9uYWwgYXdhcmRzIGluIEJ1c2luZXNzIEF2aWF0aW9uLCBhd2FyZGVkIGZvciBvdXRzdGFuZGluZyBwZXJmb3JtYW5jZSBieSBjb21wYW5pZXMgb3IgaW5kaXZpZHVhbHMgaW4gdGhlIEJ1c2luZXNzIEF2aWF0aW9uIGFyZWEuIEZpbmFsaXN0cyBhcmUgbm9taW5hdGVkIGJ5IGNvbXBhbmllcyBvciBpbmRpdmlkdWFscy4gUHJvcG9zYWxzIGFyZSBldmFsdWF0ZWQgYW5kIGFzc2Vzc2VkIGJ5IHRoZSBBZHZpc29yeSBDb21taXR0ZWUsIHdoaWNoIGlzIHJlcHJlc2VudGVkIGJ5IHByb2Zlc3Npb25hbHMgZnJvbSB2YXJpb3VzIHNlY3RvcnMgb2YgZ2VuZXJhbCBhbmQgYnVzaW5lc3MgYXZpYXRpb24uIFRoZSBTYXBwaGlyZSBQZWdhc3VzIEF3YXJkcyBhY2tub3dsZWRnZSB0aGUgb3V0c3RhbmRpbmcgcGVyZm9ybWFuY2Ugb2YgY29tcGFuaWVzLCB0ZWFtcyBhbmQgbWVyY2hhbnRzLCBub3Qgb25seSBmcm9tIEVNRUEuPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Ijk3NTZpaWJwNCI7czo0OiJzaXplIjtzOjM6IjIvNSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L1NhcHBoaXJlUGVnYXN1cy0yMDE1LTAzNDkuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6InEwZXRmaXl5ZiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6OToiYWVyb3NwYWNlIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToia2d3cWp4M2Y1IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InlvYTZ4ZzNzcSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQWVyb3NwYWNlIjtzOjc6ImNvbnRlbnQiO3M6MzE6IjxoMz5hZXJvc3BhY2UgbWVkaWEgYXdhcmRzPC9oMz4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjJiNHYxMzV4biI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQWVyb3NwYWNlIjtzOjc6ImNvbnRlbnQiO3M6NzA6IjxoND5DZWxlYnJhdGluZyBFeGNlbGxlbmNlIGluIEFlcm9zcGFjZSBKb3VybmFsaXNtIGFuZCBQdWJsaXNoaW5nPC9oND4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJhZmJ1ZnZ0ZTYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibGphZTBiM2NvIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNDoiQWVyb3NwYWNlIEFzaWEiO3M6NzoiY29udGVudCI7czo0OTk6IjxoNT5FVVJPUEUg4oCTIExPTkRPTiAyMC4gNy4gMjAyMDwvaDU+DQo8cCBjbGFzcz0iYmlnIj5UaGUgQWVyb3NwYWNlIE1lZGlhIERpbm5lciBpcyBhbiBhbm51YWwgYXdhcmRzIGRpbm5lciBjZWxlYnJhdGluZyBleGNlbGxlbmNlIGluIGFlcm9zcGFjZSBqb3VybmFsaXNtIGFuZCBwdWJsaXNoaW5nLiAgRm91bmRlZCBpbiAyMDEyIHRoZSBBd2FyZHMgdGFrZSBwbGFjZSBpbiBMb25kb24gb3IgUGFyaXMgb24gdGhlIGV2ZSBvZiB0aGUgRmFybmJvcm91Z2ggYW5kIFBhcmlzIEFpcnNob3dzLCByZXNwZWN0aXZlbHkuICBBd2FyZHMgYXJlIHByZXNlbnRlZCB0byBqb3VybmFsaXN0cyBhbmQgcHVibGljYXRpb25zIHRoYXQgaGF2ZSBiZWVuIGp1ZGdlZCB0byBiZSB0aGUgYmVzdCBpbiB0aGVpciBjYXRlZ29yeS4gPGJyPg0KVGhlIEFlcm9zcGFjZSBNZWRpYSBEaW5uZXIgaGFzIGJlY29tZSBub3Qgb25seSB0aGUgYXZpYXRpb24gbWVkaWEgbmV0d29ya2luZyBldmVudC4NCjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToid2FmbDBsNGpzIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNDoiQWVyb3NwYWNlIEFzaWEiO3M6NzoiY29udGVudCI7czo0OTk6IjxoNT5FVVJPUEUg4oCTIExPTkRPTiAyMC4gNy4gMjAyMDwvaDU+DQo8cCBjbGFzcz0iYmlnIj5UaGUgQWVyb3NwYWNlIE1lZGlhIERpbm5lciBpcyBhbiBhbm51YWwgYXdhcmRzIGRpbm5lciBjZWxlYnJhdGluZyBleGNlbGxlbmNlIGluIGFlcm9zcGFjZSBqb3VybmFsaXNtIGFuZCBwdWJsaXNoaW5nLiAgRm91bmRlZCBpbiAyMDEyIHRoZSBBd2FyZHMgdGFrZSBwbGFjZSBpbiBMb25kb24gb3IgUGFyaXMgb24gdGhlIGV2ZSBvZiB0aGUgRmFybmJvcm91Z2ggYW5kIFBhcmlzIEFpcnNob3dzLCByZXNwZWN0aXZlbHkuICBBd2FyZHMgYXJlIHByZXNlbnRlZCB0byBqb3VybmFsaXN0cyBhbmQgcHVibGljYXRpb25zIHRoYXQgaGF2ZSBiZWVuIGp1ZGdlZCB0byBiZSB0aGUgYmVzdCBpbiB0aGVpciBjYXRlZ29yeS4gPGJyPg0KVGhlIEFlcm9zcGFjZSBNZWRpYSBEaW5uZXIgaGFzIGJlY29tZSBub3Qgb25seSB0aGUgYXZpYXRpb24gbWVkaWEgbmV0d29ya2luZyBldmVudC4NCjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mzp7czozOiJ1aWQiO3M6OToibXMzZGNsZHVtIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjM6IjEwMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJxdzE3a21zMHMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiMzZ5bW9mNWhvIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MTk5OiI8aDI+xaBFVMWYRVRFIMSMQVMgQSBVxb1JSlRFIFNJIFBPSE9ETMONPGJyIC8+DQpQxZhJIENFU1RPVsOBTsONIFMgTsOBTUk8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJQb2TDrXZlanRlIHNlIG5hIG5hYsOtZGt1IG5hxaFpY2ggc2x1xb5lYiIgbGluaz0iIyIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEwOiI0MHB4IDAgMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIyMzZzbjV3a3YiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE0OiJBZXJvc3BhY2UgQXNpYSI7czo3OiJjb250ZW50IjtzOjg0NToiPGg1PkFTSUEg4oCTIFNJTkdBUE9SRSAxMS4yLiAyMDIwPC9oNT4NCg0KPGg1Pk9zbGF2YSBleGNlbGVuY2UgdiBsZXRlY2vDqSBhIMW+dXJuYWxpc3RpY2UgYSB2eWRhdmF0ZWxzdHbDrTwvaDU+DQoNCjxwIGNsYXNzPSJiaWciPkFlcm9zcGFjZSBNZWRpYSBEaW5uZXIgamUga2HFvmRvcm/EjW7DrSBzbGF2bm9zdG7DrSBwxZllZMOhdsOhbsOtIGNlbiwga3RlcsOpIHNsYXbDrSB2eW5pa2Fqw61jw60gdsO9c2xlZGt5IHYgbGV0ZWNrw6kgYSDFvnVybmFsaXN0aWNlLiBDZW55IGJ5bHkgemFsb8W+ZW55IHYgcm9jZSAyMDEyIHYgTG9uZMO9bsSbIG5lYm8gUGHFmcOtxb5pIHYgcMWZZWR2ZcSNZXIgbGV0xa8gRmFybmJvcm91Z2ggYSBQYXJpcyBBaXJzaG93cy4gQ2VueSBqc291IHVkxJtsb3bDoW55IG5vdmluw6HFmcWvbSBhIHB1Ymxpa2Fjw61tLCBrdGVyw6kgYnlseSB2IGplamljaCBrYXRlZ29yaWkgaG9kbm9jZW55IGpha28gbmVqbGVwxaHDrS48YnI+DQpBZXJvc3BhY2UgTWVkaWEgRGlubmVyIHNlIHN0YWxhIGxldGVja291IG1lZGnDoWxuw60gc8OtdMOtIGEgcG/FmcOhZMOhIHZlxI1lciBza3bEm2zDqSBwb2hvc3Rpbm5vc3RpIGEgesOhYmF2eS48YnI+DQpWZSBzcG9qZW7DrSBzIFNpbmdhcG9yZSBBaXJzaG93IDIwMjAgYnlseSB2ZcSNZXJ5IDExLiDDum5vcmEgMjAyMCB2IFNpbmdhcHVydSB1ZMSbbGVueSBwcnZuw60gY2VueSBBc2lhIEFlcm9zcGFjZSBNZWRpYSBBd2FyZHMuIEPDrWxlbSBqZSB1em5hdCBhIG9jZW5pdCBwcsOhY2kgYXNpanNrw71jaCBub3ZpbsOhxZnFryBhIHZ5ZGF2YXRlbMWvLCBqYWtvxb4gaSBub3ZpbsOhxZnFryBzZSBzw61kbGVtIHYgQXNpaS48cD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(3932, 511, 'mfn-page-items-seo', 'Heading\n<h2>OUR PROJECTS</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nJet Book\n<h3>Jet Book</h3>\nno-repeat;left top;;\nauto\n0px\n\nPřehled kapitol\n<h4>Complete guide to business jets and helicopters</h4>\nleft\nno-repeat;left top;;\nauto\n0px\n\nO NÁS\n<p class=\"big\">In collaboration with Media Tribune, the 2nd edition of the unique Jet Book has been published, presenting all operators, current and future aircraft owners and aviation fans with a comprehensive and understandable guide to the world of commercial aircraft and helicopters.<br>The book is packed with detailed, useful information about each aircraft, provided by the aircraft manufacturers directly for the book. </p>\n\nO NÁS\n<p class=\"big\">It is thus an essential publication for anyone wishing to obtain the most up-to-date data, statistics and points of interest on business aircraft and helicopters and to see exclusive photos of these aircraft.<br>The Jet Book publication presents a complete portfolio of all available business jets and helicopters, as well as a series of interviews with aviation business leaders. It is published in English, printed on 232 pages of premium matte paper.</p>\n\nPřehled kapitol\n<h5>Chapter Overview</h5>\nleft\nno-repeat;left top;;\nauto\n0px\n\nKapitoly 1\n<p class=\"big\">AERION CORPORATION<br />AIRBUS S.A.S<br />THE BOEING COOMPANY<br />BOMBARIDER INC.<br />CESSNA AIRCRAFT COOMPANY<br />CIRRUS AIRCAFT<br />DASSAULT AVIATION</p>\n\nkapitoly 2\n<p class=\"big\">EMBRAER S.A.<br />GULFSTREAM AEROSPACE CORP.<br />HONDAJET<br />PILATUS AIRCRAFT<br />SUPERJET INTERNATIONAL SPA<br />SYBERJET AIRCRAFT</p>\n\nkapitoly 2\n<p class=\"big\">AIRBUS HELICOPTERS<br />AUGUSTA WESTLAND<br />BELL TEXTRON<br />SIKORSKY AIRCRAFT COMPANY<br />ROBINSON HELICOPTER COMPANY<br />RUSSIAN HELICOPTERS</p>\n\n165,166,167,168\n4\nfull\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/jetbook_no_back-sel.png\" alt=\"\"/>\ncenter\n\nJetBook cena\n<h5>Order your Jet Book right here</h5>\ncenter\nno-repeat;left top;;\nauto\n0px\n\nJetBook cena\n<h5>price: 120 EUR</h5>\ncenter\nno-repeat;left top;;\nauto\n0px\n\nJetBook - order\n[caldera_form id=\"CF5ed8ec2deb724\"]\nno-repeat;left top;;\nauto\n\nJet Book\n<h3>The Sapphire Pegasus Awards</h3>\nno-repeat;left top;;\nauto\n20px\n\nMedia Tribune\n<p class=\"big\">Following the successful release of JetBook, MediaTribune expanded our cooperation in the field of international business aviation awards.</p>\r\n<p class=\"big\">The Sapphire Pegasus Awards is a unique series of international awards in Business Aviation, awarded for outstanding performance by companies or individuals in the Business Aviation area. Finalists are nominated by companies or individuals. Proposals are evaluated and assessed by the Advisory Committee, which is represented by professionals from various sectors of general and business aviation. The Sapphire Pegasus Awards acknowledge the outstanding performance of companies, teams and merchants, not only from EMEA.</p>\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/SapphirePegasus-2015-0349.jpg\" alt=\"\"/>\n\nAerospace\n<h3>aerospace media awards</h3>\nno-repeat;left top;;\nauto\n20px\n\nAerospace\n<h4>Celebrating Excellence in Aerospace Journalism and Publishing</h4>\nno-repeat;left top;;\nauto\n20px\n\nAerospace Asia\n<h5>EUROPE – LONDON 20. 7. 2020</h5>\r\n<p class=\"big\">The Aerospace Media Dinner is an annual awards dinner celebrating excellence in aerospace journalism and publishing. Founded in 2012 the Awards take place in London or Paris on the eve of the Farnborough and Paris Airshows, respectively. Awards are presented to journalists and publications that have been judged to be the best in their category. <br>\r\nThe Aerospace Media Dinner has become not only the aviation media networking event.\r\n</p>\nno-repeat;left top;;\nauto\n\nAerospace Asia\n<h5>EUROPE – LONDON 20. 7. 2020</h5>\r\n<p class=\"big\">The Aerospace Media Dinner is an annual awards dinner celebrating excellence in aerospace journalism and publishing. Founded in 2012 the Awards take place in London or Paris on the eve of the Farnborough and Paris Airshows, respectively. Awards are presented to journalists and publications that have been judged to be the best in their category. <br>\r\nThe Aerospace Media Dinner has become not only the aviation media networking event.\r\n</p>\nno-repeat;left top;;\nauto\n\nHeading\n<h2>ŠETŘETE ČAS A UŽIJTE SI POHODLÍ<br />\r\nPŘI CESTOVÁNÍ S NÁMI<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na nabídku našich služeb\" link=\"#\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nAerospace Asia\n<h5>ASIA – SINGAPORE 11.2. 2020</h5>\r\n\r\n<h5>Oslava excelence v letecké a žurnalistice a vydavatelství</h5>\r\n\r\n<p class=\"big\">Aerospace Media Dinner je každoroční slavnostní předávání cen, které slaví vynikající výsledky v letecké a žurnalistice. Ceny byly založeny v roce 2012 v Londýně nebo Paříži v předvečer letů Farnborough a Paris Airshows. Ceny jsou udělovány novinářům a publikacím, které byly v jejich kategorii hodnoceny jako nejlepší.<br>\r\nAerospace Media Dinner se stala leteckou mediální sítí a pořádá večer skvělé pohostinnosti a zábavy.<br>\r\nVe spojení s Singapore Airshow 2020 byly večery 11. února 2020 v Singapuru uděleny první ceny Asia Aerospace Media Awards. Cílem je uznat a ocenit práci asijských novinářů a vydavatelů, jakož i novinářů se sídlem v Asii.<p>\nno-repeat;left top;;\nauto\n\n'),
(3933, 511, 'rs_page_bg_color', '#ffffff'),
(3934, 511, '_wpb_vc_js_status', 'false'),
(3936, 511, '_webdados_fb_open_graph_specific_image', ''),
(3937, 511, '_webdados_fb_open_graph_specific_description', ''),
(3938, 511, '_dp_original', '163'),
(3939, 511, '_edit_lock', '1603559244:1'),
(3940, 511, '_edit_last', '1'),
(4201, 175, '_webdados_fb_open_graph_specific_image', ''),
(4202, 175, '_webdados_fb_open_graph_specific_description', ''),
(4466, 513, '_wp_page_template', 'default'),
(4467, 513, 'slide_template', 'default'),
(4468, 513, 'mfn-post-hide-content', '0'),
(4469, 513, 'mfn-post-custom-layout', '0'),
(4470, 513, 'mfn-post-slider', '0'),
(4471, 513, 'mfn-post-slider-layer', '0'),
(4472, 513, 'mfn-post-menu', '0'),
(4473, 513, 'mfn-post-one-page', '1'),
(4474, 513, 'mfn-post-hide-title', '1'),
(4475, 513, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4476, 513, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkdhbGVyaWUiO3M6NzoiY29udGVudCI7czozMjoiPGgyPkdBTExFUlkgT0YgUFJJVkFURSBKRVRTPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6IjE4ODQ2M2I4NyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NzoiamV0Ym9vayI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIwIjt9czo1OiJ3cmFwcyI7YTo2OntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJkbmt6czI1cDQiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZXdjbHdzM253IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxMDoiQm9tYmFyZGllciI7czo3OiJjb250ZW50IjtzOjc2OiJbbmdnIHNyYz0iZ2FsbGVyaWVzIiBpZHM9IjEiIGRpc3BsYXk9ImJhc2ljX3NsaWRlc2hvdyJdDQo8aDU+Qm9tYmFyZGllcjwvaDU+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czo3OiIwIDAgMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToicHRhMzdmMzg2IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImJ2a3ozNWJjcCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NjoiQ2Vzc25hIjtzOjc6ImNvbnRlbnQiO3M6NzI6IltuZ2cgc3JjPSJnYWxsZXJpZXMiIGlkcz0iMiIgZGlzcGxheT0iYmFzaWNfc2xpZGVzaG93Il0NCjxoNT5DZXNzbmE8L2g1PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6NDp7czozOiJ1aWQiO3M6OToiZTQ0a2Y4bmlwIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImwxeGViMmx5eSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6ODoiRGFzc2F1bHQiO3M6NzoiY29udGVudCI7czo3NDoiW25nZyBzcmM9ImdhbGxlcmllcyIgaWRzPSIzIiBkaXNwbGF5PSJiYXNpY19zbGlkZXNob3ciXQ0KPGg1PkRhc3NhdWx0PC9oNT4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aTozO2E6NDp7czozOiJ1aWQiO3M6OToiNjRibnJmOWdkIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImNtMDN2d20yayI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiRW1icmFlciI7czo3OiJjb250ZW50IjtzOjczOiJbbmdnIHNyYz0iZ2FsbGVyaWVzIiBpZHM9IjQiIGRpc3BsYXk9ImJhc2ljX3NsaWRlc2hvdyJdDQo8aDU+RW1icmFlcjwvaDU+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6NDthOjQ6e3M6MzoidWlkIjtzOjk6InVncjRnM3UzdSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJoNXRzYnVqdjkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjEwOiJHdWxmc3RyZWFtIjtzOjc6ImNvbnRlbnQiO3M6NzY6IltuZ2cgc3JjPSJnYWxsZXJpZXMiIGlkcz0iNSIgZGlzcGxheT0iYmFzaWNfc2xpZGVzaG93Il0NCjxoNT5HdWxmc3RyZWFtPC9oNT4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aTo1O2E6NDp7czozOiJ1aWQiO3M6OToiaHdreGdodjlkIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjI3dGJ4aTNyOCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiSG9uZGEgSmV0IjtzOjc6ImNvbnRlbnQiO3M6NzU6IltuZ2cgc3JjPSJnYWxsZXJpZXMiIGlkcz0iNiIgZGlzcGxheT0iYmFzaWNfc2xpZGVzaG93Il0NCjxoNT5Ib25kYSBKZXQ8L2g1PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6Im1zM2RjbGR1bSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIwIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJxdzE3a21zMHMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiMzZ5bW9mNWhvIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MjA4OiI8aDI+SVQnUyBPTkxZIFVQIFRPIFlPVTxiciAvPg0KV0hJQ0ggSkVUIFdJTEwgQkUgWU9VUlM8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJUYWtlIGEgbG9vayBhdCB0aGUgcmFuZ2Ugb2Ygb3VyIHNlcnZpY2VzIiBsaW5rPSJodHRwOi8vd2FwZWpldHMuY29tL3NlcnZpY2VzLyIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEwOiI0MHB4IDAgMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),
(4477, 513, 'mfn-page-items-seo', 'Galerie\n<h2>GALLERY OF PRIVATE JETS</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nBombardier\n[ngg src=\"galleries\" ids=\"1\" display=\"basic_slideshow\"]\r\n<h5>Bombardier</h5>\ncenter\nno-repeat;left top;;\nauto\n0px\n0 0 0 0\n\nCessna\n[ngg src=\"galleries\" ids=\"2\" display=\"basic_slideshow\"]\r\n<h5>Cessna</h5>\ncenter\nno-repeat;left top;;\nauto\n\nDassault\n[ngg src=\"galleries\" ids=\"3\" display=\"basic_slideshow\"]\r\n<h5>Dassault</h5>\ncenter\nno-repeat;left top;;\nauto\n\nEmbraer\n[ngg src=\"galleries\" ids=\"4\" display=\"basic_slideshow\"]\r\n<h5>Embraer</h5>\ncenter\nno-repeat;left top;;\nauto\n\nGulfstream\n[ngg src=\"galleries\" ids=\"5\" display=\"basic_slideshow\"]\r\n<h5>Gulfstream</h5>\ncenter\nno-repeat;left top;;\nauto\n\nHonda Jet\n[ngg src=\"galleries\" ids=\"6\" display=\"basic_slideshow\"]\r\n<h5>Honda Jet</h5>\ncenter\nno-repeat;left top;;\nauto\n\nHeading\n<h2>IT\'S ONLY UP TO YOU<br />\r\nWHICH JET WILL BE YOURS<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Take a look at the range of our services\" link=\"https://wapejets.com/services/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(4478, 513, 'rs_page_bg_color', '#ffffff'),
(4479, 513, '_wpb_vc_js_status', 'true'),
(4481, 513, '_webdados_fb_open_graph_specific_image', ''),
(4482, 513, '_webdados_fb_open_graph_specific_description', ''),
(4483, 513, '_dp_original', '175'),
(4484, 513, '_edit_lock', '1591703102:1'),
(4485, 513, '_edit_last', '1'),
(4486, 516, '_wp_page_template', 'default'),
(4487, 516, 'slide_template', 'default'),
(4488, 516, 'mfn-post-hide-content', '0'),
(4489, 516, 'mfn-post-custom-layout', '0'),
(4490, 516, 'mfn-post-slider', '0'),
(4491, 516, 'mfn-post-slider-layer', '0'),
(4492, 516, 'mfn-post-menu', '0'),
(4493, 516, 'mfn-post-one-page', '0'),
(4494, 516, 'mfn-post-hide-title', '1'),
(4495, 516, 'mfn-post-remove-padding', '1'),
(4496, 516, 'mfn-page-items', 'YTo1OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxNDoiPGgyPk1FRElBPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6ImFjYzEwNzhhMSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NjoicHJvZGVqIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToicWtjamJ0MDc4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im84MHpraDQ2aSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTc6IjxoMz5BUlRJQ0xFUzwvaDM+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiIxMDJlYzNkNTAiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiNHl5OGc1cmhyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNDoiUHJvZGVqIGxldGFkZWwiO3M6NzoiY29udGVudCI7czo1OTQ6IjxoND5MdXh1cy5jejwvaDQ+DQo8cCBjbGFzcz0iYmlnIj7EjGFzIGpzb3UgcGVuw616ZSDigJMgdG8gamlzdMSbIG1vYyBkb2LFmWUgdsOtIGthxb5kw70sIGtkbyBzZSBwb2h5YnVqZSB2ZSBzZsOpxZllIG9iY2hvZHUuIE5vdXpvdsO9IHN0YXYgYSBvbWV6ZW7DrSB2b2xuw6lobyBwb2h5YnUgeiBkxa92b2R1IGVwaWRlbWllIENPVklELTE5LCB0YWvFmWthIHpuZW1vxb5uaWxvIG1vxb5ub3N0IHZ5Y2VzdG92w6Fuw60gZG8gemFocmFuacSNw60uIEkgcMWZZXMgemTDoW5saXbEmyBuZcWZZcWhaXRlbG5vdSBzaXR1YWNpIHbFoWFrIGV4aXN0dWplIG1vxb5ub3N0LCBqYWsgbmF2xaF0w612aXQgcG/FvmFkb3ZhbsOpIGRlc3RpbmFjZSB2IGJlenBlxI3DrSwgcnljaGxlIGEgYmV6IHbEm3TFocOtY2ggb21lemVuw60g4oCTIHMgcHJpdsOhdG7DrW1pIGxldHkgV0FQRSBKRVRTLjwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+PGEgaHJlZj0iaHR0cHM6Ly93d3cubHV4dXMuY3ovY2VzdHVqdGUtYmV6cGVjbmUtcnljaGxlLXByaXZhdG5pbWktbGV0YWRseS1zLXdhcGUtamV0cyIgdGFyZ2V0PSJibGFuayI+UmVhZCBtb3JlIG9ubGluZTwvYT48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6IjgwMjE0NjM1YyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Ijd2ejlrMjUyeSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc3OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA2L0Nlc3NuYS1DaXRhdGlvbi1MYXRpdHVkZV8xLmpwZyI7czo0OiJzaXplIjtzOjU6ImxhcmdlIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToiYmI1MGY1MzJhIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo5OiJicm9rZXJhZ2UiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI0YmIzYmQzNjciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJpc21zYjdjdWciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo1OToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8xWTNBMDUyMi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiZTg4ZDM2YjU1IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImFkMzkwMmY3NiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQnJva2VyYWdlIjtzOjc6ImNvbnRlbnQiO3M6NzQyOiI8aDQ+R3JhbmQgTWFnYXppbmU8L2g0Pg0KPHAgY2xhc3M9ImJpZyI+SW1hZ2luZSB0aGF0IHlvdSBhcmUgYXQgdGhlIG1lZXRpbmcgaW4gQnJhdGlzbGF2YSBhbmQgc3VkZGVubHkgeW91IHdhbnQgdG8gZ28gc2tpaW5nIGluIEl0YWxpYW4gRG9sb21pdGVzLiBKdXN0IGNhbGwgV0FQRSBKRVRTIGFuZCBhcnJpdmUgZmlmdGVlbiBtaW51dGVzIGJlZm9yZSBkZXBhcnR1cmUgdG8gdGhlIGFpcnBvcnQuIDxicj4NClRoaXMgaXMgaG93IHRoZSBmb3VuZGVyIG9mIFdBUEUgSkVUUywgWnV6YW5hIFBldMOha292w6EsIGRlc2NyaWJlcyB0aGUgYmVuZWZpdHMgb2YgdHJhdmVsaW5nIGJ5IHByaXZhdGUgamV0LiA8L3A+DQoNCjxwIGNsYXNzPSJiaWciPjxhIGhyZWY9IjxwIGNsYXNzPSJiaWciPjxhIGhyZWY9Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvMzAuMTEuMjAxOV9HcmFuZC1NYWdhemluZV9GcmVlZG9tLW9uLXRoZS13aW5ncy1vZi1wcml2YXRlLWpldC5wZGYiIHRhcmdldD0iYmxhbmsiPlJlYWQgbW9yZSBpbiBQREY8L2E+PC9wPg0KDQo8cCBjbGFzcz0iYmlnIj48YSBocmVmPSI8cCBjbGFzcz0iYmlnIj48YSBocmVmPSJodHRwczovL2dyYW5kbWFnYXppbmUuYXJndXNtZWRpYS5zay9lbi8yMDE5LzExLzMwL2ZyZWVkb20tb24tdGhlLXdpbmdzLW9mLWEtcHJpdmF0ZS1haXJjcmFmdA0KIiB0YXJnZXQ9ImJsYW5rIj5SZWFkIG1vcmUgb25saW5lPC9hPjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YTozOntzOjM6InVpZCI7czo5OiJiNzZzM2hzdWQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjZpY2Fxb2gxOSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJxdG9vbGlncmUiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE0OiJQcm9kZWogbGV0YWRlbCI7czo3OiJjb250ZW50IjtzOjY0NzoiPGg0Pkx1eHVyeSBCcm5vIE1hZ2F6aW5lPC9oND4NCjxwIGNsYXNzPSJiaWciPlRyYXZlbGxpbmcgYnkgcGxhbmUgd2l0aG91dCB0aGUgaGFzc2xlIG9mIGRlbGF5cywgdHJhbnNmZXJzLCBhcyBjb21mb3J0YWJseSBhcyBpcyBwb3NzaWJsZSB3aXRoIGNoZWNrLWluIHdpdGhpbiB0aHJlZSBob3VycyBvZiB0aGUgZmxpZ2h0IHJlc2VydmF0aW9uPyBJdCBtaWdodCBiZSBzaW1wbGVyIHRoYW4geW91IHRoaW5rLiBJdCBpcyBubyBsb25nZXIgdGhlIGNhc2UgdGhhdHByaXZhdGUgYWlyIHRyYXZlbCBpcyBvbmx5IGZvciB0aGUgY2hvc2VuIGZldy4gV2Ugc3Bva2Ugd2l0aCBadXphbmEgUGV0w6Frb3bDoSwgdGhlIGZvdW5kZXIgb2YgV0FQRSBKRVRTLCBvbiBkZWJ1bmtpbmcgdGhlc2UgbXl0aHMgYXMgd2VsbCBhcyBvbiB0aGUgYmVuZWZpdHMgb2YgcHJpdmF0ZSBhaXIgdHJhdmVsLjwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+PGEgaHJlZj0iaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8xLjEyLjIwMTlfTHV4dXJ5LUJybm8tTWFnYXppbmVfQ2VzdG92w6Fuw60tcHJpdsOhdG7DrW0tbGV0YWRsZW0tdsOhbS1kw6Etc3ZvYm9kdV93ZWIucGRmIiB0YXJnZXQ9ImJsYW5rIj5SZWFkIG1vcmU8L2E+PC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJ3dW5oeDQwZ2giO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJ1ZzZ3a210ZngiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo5MzoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9MdXh1cnlCUk5PLXdpbnRlci0yMDE5LTExLTEzX3BhZ2UtMDAwMV93ZWIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mzp7czozOiJ1aWQiO3M6OToibXdmb2s5d3lkIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjM6IjEwMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjExOiIgZnVsbC13aWR0aCI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjVwcjhiazM1dCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJzZXFiN2Zsa3MiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxOTk6IjxoMj5DTElFTlQgU0FUSVNGQUNUSU9OIElTIEEgUFJJT1JJVFkgRk9SIFVTPGJyIC8+PC9oMj4NCltkaXZpZGVyIGhlaWdodD0iNDAiXQ0KW2J1dHRvbiB0aXRsZT0iVGFrZSBhIGxvb2sgd2hhdCBvdXIgY2xpZW50cyBzYXkgYWJvdXQgdXMiIGxpbms9Imh0dHA6Ly93YXBlamV0cy5jb20vcmVmZXJlbmNlIiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(4497, 516, 'mfn-page-items-seo', 'Heading\n<h2>MEDIA</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n<h3>ARTICLES</h3>\nno-repeat;left top;;\nauto\n\nProdej letadel\n<h4>Luxus.cz</h4>\r\n<p class=\"big\">Čas jsou peníze – to jistě moc dobře ví každý, kdo se pohybuje ve sféře obchodu. Nouzový stav a omezení volného pohybu z důvodu epidemie COVID-19, takřka znemožnilo možnost vycestování do zahraničí. I přes zdánlivě neřešitelnou situaci však existuje možnost, jak navštívit požadované destinace v bezpečí, rychle a bez větších omezení – s privátními lety WAPE JETS.</p>\r\n\r\n<p class=\"big\"><a href=\"https://www.luxus.cz/cestujte-bezpecne-rychle-privatnimi-letadly-s-wape-jets\" target=\"blank\">Read more online</a></p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/06/Cessna-Citation-Latitude_1.jpg\" alt=\"Textron Cessna Latitude\"/>\nlarge\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/1Y3A0522.jpg\" alt=\"Media\"/>\n\nBrokerage\n<h4>Grand Magazine</h4>\r\n<p class=\"big\">Imagine that you are at the meeting in Bratislava and suddenly you want to go skiing in Italian Dolomites. Just call WAPE JETS and arrive fifteen minutes before departure to the airport. <br>\r\nThis is how the founder of WAPE JETS, Zuzana Petáková, describes the benefits of traveling by private jet. </p>\r\n\r\n<p class=\"big\"><a href=\"<p class=\"big\"><a href=\"http://wapejets.com/wp-content/uploads/2020/05/30.11.2019_Grand-Magazine_Freedom-on-the-wings-of-private-jet.pdf\" target=\"blank\">Read more in PDF</a></p>\r\n\r\n<p class=\"big\"><a href=\"<p class=\"big\"><a href=\"https://grandmagazine.argusmedia.sk/en/2019/11/30/freedom-on-the-wings-of-a-private-aircraft\r\n\" target=\"blank\">Read more online</a></p>\nno-repeat;center top;;\nauto\n10px\n\nProdej letadel\n<h4>Luxury Brno Magazine</h4>\r\n<p class=\"big\">Travelling by plane without the hassle of delays, transfers, as comfortably as is possible with check-in within three hours of the flight reservation? It might be simpler than you think. It is no longer the case thatprivate air travel is only for the chosen few. We spoke with Zuzana Petáková, the founder of WAPE JETS, on debunking these myths as well as on the benefits of private air travel.</p>\r\n\r\n<p class=\"big\"><a href=\"http://wapejets.com/wp-content/uploads/2020/05/1.12.2019_Luxury-Brno-Magazine_Cestování-privátním-letadlem-vám-dá-svobodu_web.pdf\" target=\"blank\">Read more</a></p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/LuxuryBRNO-winter-2019-11-13_page-0001_web.jpg\" alt=\"Media\"/>\n\nHeading\n<h2>CLIENT SATISFACTION IS A PRIORITY FOR US<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Take a look what our clients say about us\" link=\"http://wapejets.com/reference\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(4498, 516, 'rs_page_bg_color', '#ffffff'),
(4499, 516, '_wpb_vc_js_status', 'true'),
(4500, 516, '_elementor_template_type', 'wp-page'),
(4501, 516, '_elementor_version', '2.9.9'),
(4502, 516, 'mfn-post-layout', 'no-sidebar'),
(4504, 516, '_webdados_fb_open_graph_specific_image', ''),
(4505, 516, '_webdados_fb_open_graph_specific_description', ''),
(4506, 516, '_dp_original', '353'),
(4507, 516, '_edit_lock', '1605461966:1'),
(4508, 516, '_edit_last', '1'),
(4688, 533, '_menu_item_type', 'post_type'),
(4689, 533, '_menu_item_menu_item_parent', '0'),
(4690, 533, '_menu_item_object_id', '513'),
(4691, 533, '_menu_item_object', 'page'),
(4692, 533, '_menu_item_target', ''),
(4693, 533, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4694, 533, '_menu_item_xfn', ''),
(4695, 533, '_menu_item_url', ''),
(4697, 533, 'menu-item-mfn-megamenu', ''),
(4698, 533, 'menu-item-mfn-bg', ''),
(4699, 534, '_menu_item_type', 'post_type'),
(4700, 534, '_menu_item_menu_item_parent', '0'),
(4701, 534, '_menu_item_object_id', '511'),
(4702, 534, '_menu_item_object', 'page'),
(4703, 534, '_menu_item_target', ''),
(4704, 534, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4705, 534, '_menu_item_xfn', ''),
(4706, 534, '_menu_item_url', ''),
(4708, 534, 'menu-item-mfn-megamenu', ''),
(4709, 534, 'menu-item-mfn-bg', ''),
(4721, 536, '_menu_item_type', 'post_type'),
(4722, 536, '_menu_item_menu_item_parent', '0'),
(4723, 536, '_menu_item_object_id', '489'),
(4724, 536, '_menu_item_object', 'page'),
(4725, 536, '_menu_item_target', ''),
(4726, 536, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4727, 536, '_menu_item_xfn', ''),
(4728, 536, '_menu_item_url', ''),
(4730, 536, 'menu-item-mfn-megamenu', ''),
(4731, 536, 'menu-item-mfn-bg', ''),
(4743, 538, '_menu_item_type', 'custom'),
(4744, 538, '_menu_item_menu_item_parent', '0'),
(4745, 538, '_menu_item_object_id', '538'),
(4746, 538, '_menu_item_object', 'custom'),
(4747, 538, '_menu_item_target', ''),
(4748, 538, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4749, 538, '_menu_item_xfn', ''),
(4750, 538, '_menu_item_url', '#pll_switcher'),
(4752, 538, 'menu-item-mfn-megamenu', ''),
(4753, 538, 'menu-item-mfn-bg', ''),
(4754, 538, '_pll_menu_item', 'a:6:{s:22:\"hide_if_no_translation\";i:0;s:12:\"hide_current\";i:1;s:10:\"force_home\";i:0;s:10:\"show_flags\";i:0;s:10:\"show_names\";i:1;s:8:\"dropdown\";i:0;}'),
(4755, 539, '_menu_item_type', 'custom'),
(4756, 539, '_menu_item_menu_item_parent', '0'),
(4757, 539, '_menu_item_object_id', '539'),
(4758, 539, '_menu_item_object', 'custom'),
(4759, 539, '_menu_item_target', ''),
(4760, 539, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4761, 539, '_menu_item_xfn', ''),
(4762, 539, '_menu_item_url', '#pll_switcher'),
(4764, 539, 'menu-item-mfn-megamenu', ''),
(4765, 539, 'menu-item-mfn-bg', ''),
(4766, 539, '_pll_menu_item', 'a:6:{s:22:\"hide_if_no_translation\";i:0;s:12:\"hide_current\";i:1;s:10:\"force_home\";i:0;s:10:\"show_flags\";i:0;s:10:\"show_names\";i:1;s:8:\"dropdown\";i:0;}'),
(4767, 541, '_wp_page_template', 'default'),
(4768, 541, 'slide_template', 'default'),
(4769, 541, 'mfn-post-hide-content', '0'),
(4770, 541, 'mfn-post-custom-layout', '0'),
(4771, 541, 'mfn-post-slider', '0'),
(4772, 541, 'mfn-post-slider-layer', '0'),
(4773, 541, 'mfn-post-menu', '0'),
(4774, 541, 'mfn-post-one-page', '1'),
(4775, 541, 'mfn-post-hide-title', '1'),
(4776, 541, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4777, 541, 'mfn-page-items', 'YTo2OntpOjA7YTozOntzOjM6InVpZCI7czo5OiJ6M3ZiNDJubm0iO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6InkxdXY2cG9maSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJkNzY5eW5zdG4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMToiPGgyPkdFVCBJTiBUT1VDSDwvaDI+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiY2M1ZGEzYmE2IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6ODA6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvQ2l0YXRpb25fTTJfSW1hZ2VfOF9vdmVybGF5XzIucG5nIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMzoibm8tcmVwZWF0O2xlZnQgY2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czoyNzoiIGZ1bGwtd2lkdGggaGlnaGxpZ2h0LXJpZ2h0IjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiNDYzNmUzYjIyIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjQwZjY5NjhhYyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjYyOiI8aDM+U2VuZCB1cyBhIG1lc3NhZ2U8YnI+PGJyPg0Kd2UnbGwgYmUgaGFwcHkgdG8gaGVscCB5b3U8L2gzPiI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjE3OiIxMDBweCA0JSA2MHB4IDBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiNTU4N2YxN2QyIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjdkZHVuaDdvOSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTI6IkNvbnRhY3QgRm9ybSI7czo3OiJjb250ZW50IjtzOjM1OiJbY2FsZGVyYV9mb3JtIGlkPSJDRjVlZGQ2NTk0ZGFkOGYiXSI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIxMTBweCA0JSA2MHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImU1MGJjZTVjMCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjM6IjBweCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czoxMzoiIGVxdWFsLWhlaWdodCI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImM2ZDkyYzI0YiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToiZjQ2NmYxMjRlIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MTQ6Imljb24tbWFpbC1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czoxNDoiU2VuZCBhIG1lc3NhZ2UiO3M6NzoiY29udGVudCI7czo2NToiPGg1PjxhIGhyZWY9Im1haWx0bzppbmZvQHdhcGVqZXRzLmNvbSI+aW5mb0B3YXBlamV0cy5jb208L2E+PC9oNT4iO3M6NToic3R5bGUiO3M6MToiMiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToianp5aXF4eXdlIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MTc6Imljb24tY29tbWVudC1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czoxNDoiR2l2ZSB1cyBhIGNhbGwiO3M6NzoiY29udGVudCI7czo2MDoiPGg1PjxhIGhyZWY9InRlbDorNDIwIDc3NyA1OTEgNTU4Ij4rNDIwIDc3NyA1OTEgNTU4PC9hPjwvaDU+IjtzOjU6InN0eWxlIjtzOjE6IjIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YTozOntzOjM6InVpZCI7czo5OiJhN2trdnpyOXUiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czo0OiIxMHB4IjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNiNGV5cGE3eCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToibXEwM2hzdXIwIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MjE6Imljb24tcGFwZXItcGxhbmUtbGluZSI7czo1OiJpbWFnZSI7czowOiIiO3M6NToidGl0bGUiO3M6MjQ6IkNoYXJ0ZXIgLyBBaXJjcmFmdCBTYWxlcyI7czo3OiJjb250ZW50IjtzOjY3OiI8aDU+PGEgaHJlZj0ibWFpbHRvOnNhbGVzQHdhcGVqZXRzLmNvbSI+c2FsZXNAd2FwZWpldHMuY29tPC9hPjwvaDU+IjtzOjU6InN0eWxlIjtzOjE6IjIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjQ6Imxpc3QiO3M6MzoidWlkIjtzOjk6InQyenk0YzZ6dSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6OTp7czo0OiJpY29uIjtzOjIxOiJpY29uLXBhcGVyLXBsYW5lLWxpbmUiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjU6IlByZXNzIjtzOjc6ImNvbnRlbnQiO3M6Njc6IjxoNT48YSBocmVmPSJtYWlsdG86cHJlc3NAd2FwZWpldHMuY29tIj5wcmVzc0B3YXBlamV0cy5jb208L2E+PC9oNT4iO3M6NToic3R5bGUiO3M6MToiMiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NDthOjM6e3M6MzoidWlkIjtzOjk6IjhiOGhwZTRtZiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjQ6IjEwcHgiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiNzVqY3FqZ21lIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjM6InVpZCI7czo5OiJ1bjQzOTk1Y2MiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoxNDoiaWNvbi1pbnN0YWdyYW0iO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjE1OiJGb2xsb3cgdXMgb24gSUciO3M6NzoiY29udGVudCI7czo4MzoiPGg1PjxhIGhyZWY9Imh0dHBzOi8vd3d3Lmluc3RhZ3JhbS5jb20vd2FwZV9qZXRzIiB0YXJnZXQ9ImJsYW5rIj53YXBlX2pldHM8L2E+PC9oNT4iO3M6NToic3R5bGUiO3M6MToiMiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToieXJiN3lpOTRyIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MjE6Imljb24tZmFjZWJvb2stc3F1YXJlZCI7czo1OiJpbWFnZSI7czowOiIiO3M6NToidGl0bGUiO3M6MTU6IkZvbGxvdyB1cyBvbiBGQiI7czo3OiJjb250ZW50IjtzOjgxOiI8aDU+PGEgaHJlZj0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3dhcGVqZXRzIiB0YXJnZXQ9ImJsYW5rIj5Ad2FwZWpldHM8L2E+PC9oNT4iO3M6NToic3R5bGUiO3M6MToiMiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NTthOjM6e3M6MzoidWlkIjtzOjk6ImM3YWh6YmJ5bCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImplYnowM2RkNCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToiN2EwcnIyam5tIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MjE6Imljb24tcGFwZXItcGxhbmUtbGluZSI7czo1OiJpbWFnZSI7czowOiIiO3M6NToidGl0bGUiO3M6MjM6IjxoNj5PYmVjbsOpIGRvdGF6eTwvaDY+IjtzOjc6ImNvbnRlbnQiO3M6NjU6IjxoNj48YSBocmVmPSJtYWlsdG86aW5mb0B3YXBlamV0cy5jb20iPmluZm9Ad2FwZWpldHMuY29tPC9hPjwvaDY+IjtzOjU6InN0eWxlIjtzOjE6IjIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjQ6Imxpc3QiO3M6MzoidWlkIjtzOjk6InJvcGM2cXcxbCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6OTp7czo0OiJpY29uIjtzOjIxOiJpY29uLXBhcGVyLXBsYW5lLWxpbmUiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjIxOiJQb3B0w6F2a2EgbGV0dS9wcm9kZWoiO3M6NzoiY29udGVudCI7czo2NzoiPGg2PjxhIGhyZWY9Im1haWx0bzpzYWxlc0B3YXBlamV0cy5jb20iPnNhbGVzQHdhcGVqZXRzLmNvbTwvYT48L2g2PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjM6InVpZCI7czo5OiJ2M2o2dHJzOWQiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoyMToiaWNvbi1wYXBlci1wbGFuZS1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo2OiJNw6lkaWEiO3M6NzoiY29udGVudCI7czo2NzoiPGg2PjxhIGhyZWY9Im1haWx0bzpwcmVzc0B3YXBlamV0cy5jb20iPnByZXNzQHdhcGVqZXRzLmNvbTwvYT48L2g2PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),
(4778, 541, 'mfn-page-items-seo', 'Heading\n<h2>GET IN TOUCH</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nHeading\n<h3>Send us a message<br><br>\r\nwe\'ll be happy to help you</h3>\nright\nno-repeat;center top;;\nauto\n\nContact Form\n[caldera_form id=\"CF5edd6594dad8f\"]\nno-repeat;left top;;\nauto\n\nicon-mail-line\nSend a message\n<h5><a href=\"mailto:info@wapejets.com\">info@wapejets.com</a></h5>\n2\n\nicon-comment-line\nGive us a call\n<h5><a href=\"tel:+420 777 591 558\">+420 777 591 558</a></h5>\n2\n\nicon-paper-plane-line\nCharter / Aircraft Sales\n<h5><a href=\"mailto:sales@wapejets.com\">sales@wapejets.com</a></h5>\n2\n\nicon-paper-plane-line\nPress\n<h5><a href=\"mailto:press@wapejets.com\">press@wapejets.com</a></h5>\n2\n\nicon-instagram\nFollow us on IG\n<h5><a href=\"https://www.instagram.com/wape_jets\" target=\"blank\">wape_jets</a></h5>\n2\n\nicon-facebook-squared\nFollow us on FB\n<h5><a href=\"https://www.facebook.com/wapejets\" target=\"blank\">@wapejets</a></h5>\n2\n\nicon-paper-plane-line\n<h6>Obecné dotazy</h6>\n<h6><a href=\"mailto:info@wapejets.com\">info@wapejets.com</a></h6>\n2\n\nicon-paper-plane-line\nPoptávka letu/prodej\n<h6><a href=\"mailto:sales@wapejets.com\">sales@wapejets.com</a></h6>\n2\n\nicon-paper-plane-line\nMédia\n<h6><a href=\"mailto:press@wapejets.com\">press@wapejets.com</a></h6>\n2\n\n'),
(4780, 541, 'rs_page_bg_color', '#ffffff'),
(4781, 541, '_wpb_vc_js_status', 'false'),
(4782, 541, '_webdados_fb_open_graph_specific_image', ''),
(4783, 541, '_webdados_fb_open_graph_specific_description', ''),
(4784, 541, 'mfn-meta-seo-og-image', 'https://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png'),
(4785, 541, '_dp_original', '370'),
(4786, 541, '_edit_lock', '1605456454:1'),
(4787, 541, '_edit_last', '1'),
(4788, 543, '_menu_item_type', 'post_type'),
(4789, 543, '_menu_item_menu_item_parent', '0'),
(4790, 543, '_menu_item_object_id', '541'),
(4791, 543, '_menu_item_object', 'page'),
(4792, 543, '_menu_item_target', ''),
(4793, 543, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(4794, 543, '_menu_item_xfn', ''),
(4795, 543, '_menu_item_url', ''),
(4797, 543, 'menu-item-mfn-megamenu', ''),
(4798, 543, 'menu-item-mfn-bg', ''),
(7618, 553, '_edit_lock', '1591594287:1'),
(7619, 553, '_edit_last', '1'),
(7620, 187, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7621, 196, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7622, 186, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7623, 185, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7624, 184, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7625, 183, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7626, 182, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7627, 181, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7628, 180, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7629, 179, '_eg_has_gallery', 'a:1:{i:0;i:553;}'),
(7630, 553, '_eg_in_gallery', 'a:10:{i:0;i:187;i:1;i:196;i:2;i:186;i:3;i:185;i:4;i:184;i:5;i:183;i:6;i:182;i:7;i:181;i:8;i:180;i:9;i:179;}'),
(7631, 553, '_eg_gallery_data', 'a:3:{s:2:\"id\";i:553;s:7:\"gallery\";a:10:{i:179;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://wapejets.com/wp-content/uploads/2020/05/Global-5000-in-flight.jpg\";s:5:\"title\";s:21:\"Global 5000 in flight\";s:4:\"link\";s:73:\"https://wapejets.com/wp-content/uploads/2020/05/Global-5000-in-flight.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:187;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:78:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet70_DDBA0048_Shot5-1.jpg\";s:5:\"title\";s:24:\"Learjet70_DDBA0048_Shot5\";s:4:\"link\";s:78:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet70_DDBA0048_Shot5-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:196;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:78:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet75_DDBA0048_Shot5-1.jpg\";s:5:\"title\";s:24:\"Learjet75_DDBA0048_Shot5\";s:4:\"link\";s:78:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet75_DDBA0048_Shot5-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:183;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:81:\"https://wapejets.com/wp-content/uploads/2020/05/Global_6000Singapore_DDBA0027.jpg\";s:5:\"title\";s:29:\"Global_6000Singapore_DDBA0027\";s:4:\"link\";s:81:\"https://wapejets.com/wp-content/uploads/2020/05/Global_6000Singapore_DDBA0027.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:181;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://wapejets.com/wp-content/uploads/2020/05/Global-6000-in-flight2.jpg\";s:5:\"title\";s:22:\"Global 6000 in flight2\";s:4:\"link\";s:74:\"https://wapejets.com/wp-content/uploads/2020/05/Global-6000-in-flight2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:182;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://wapejets.com/wp-content/uploads/2020/05/Global-7000-in-flight2.jpg\";s:5:\"title\";s:22:\"Global 7000 in flight2\";s:4:\"link\";s:74:\"https://wapejets.com/wp-content/uploads/2020/05/Global-7000-in-flight2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:186;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet-85-interior2.jpg\";s:5:\"title\";s:20:\"Learjet-85-interior2\";s:4:\"link\";s:72:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet-85-interior2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:185;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet-60xr-interior2.jpg\";s:5:\"title\";s:22:\"Learjet-60xr-interior2\";s:4:\"link\";s:74:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet-60xr-interior2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:184;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet-60xr-interior.jpg\";s:5:\"title\";s:21:\"Learjet-60xr-interior\";s:4:\"link\";s:73:\"https://wapejets.com/wp-content/uploads/2020/05/Learjet-60xr-interior.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:180;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://wapejets.com/wp-content/uploads/2020/05/Global-5000-interior.jpg\";s:5:\"title\";s:20:\"Global 5000 interior\";s:4:\"link\";s:72:\"https://wapejets.com/wp-content/uploads/2020/05/Global-5000-interior.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:21:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:6:\"gutter\";i:10;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:20:\"justified_row_height\";i:150;s:16:\"lightbox_enabled\";i:1;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:10:\"bombardier\";s:4:\"slug\";s:10:\"bombardier\";}}'),
(7632, 553, 'slide_template', ''),
(7633, 553, 'rs_page_bg_color', ''),
(7634, 553, '_eg_just_published', '1'),
(8399, 561, '_wp_page_template', 'default'),
(8400, 561, 'slide_template', 'default'),
(8401, 561, 'mfn-post-hide-content', '0'),
(8402, 561, 'mfn-post-custom-layout', '0'),
(8403, 561, 'mfn-post-slider', '0'),
(8404, 561, 'mfn-post-slider-layer', '0'),
(8405, 561, 'mfn-post-menu', '0'),
(8406, 561, 'mfn-post-one-page', '0'),
(8407, 561, 'mfn-post-hide-title', '1'),
(8408, 561, 'mfn-post-remove-padding', '1'),
(8409, 561, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czozNDoiPGgyPkFOU1dFUlMgVE8gWU9VUiBRVUVTVElPTlM8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiMTg4NDYzYjg3IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJxc281dzBzdnAiO3M6NDoic2l6ZSI7czo3OiJkaXZpZGVyIjtzOjU6Iml0ZW1zIjtzOjA6IiI7czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToidDAyOWlzZGY3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjVkd2NsemxxaiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiRmFrdG9yeSI7czo3OiJjb250ZW50IjtzOjIwOTE6IjxoNj5XaGVuIGNhbiBJIGRlcGFydCBhZnRlciBvcmRlciBjb25maXJtYXRpb24/PC9oNj4NCjxwIGNsYXNzPSJiaWciPklmIHRoZSBhaXJjcmFmdCB3aXRoIHRoZSBjcmV3IGlzIGF2YWlsYWJsZSBhbmQgd2UgcmVjZWl2ZSBhbGwgdGhlIG5lY2Vzc2FyeSBwZXJtaXRzLCBpdCBpcyBwb3NzaWJsZSB0byBkZXBhcnQgd2l0aGluIDMgaG91cnMgZnJvbSB0aGUgZmlsZ2h0IGNvbmZpcm1hdGlvbi48L3A+PGJyIC8+DQoNCjxoNj5JZiBJIGJvb2sgdGhlIGZsaWdodCwgd2hhdCdzIG5leHQ/PC9oNj4NCjxwIGNsYXNzPSJiaWciPldoZW4geW91IGNvbmZpcm0geW91ciBmbGlnaHQsIHdlIHdpbGwgc2VuZCB5b3UgYSBjb250cmFjdC4gIE9uIGl0cyBiYXNpcyB3ZSB3aWxsIHBsYWNlIGEgZmlybSBvcmRlciBmb3IgeW91IG9mIHRoZSBzZWxlY3RlZCBhaXJjcmFmdCB0eXBlLiBXZSB3aWxsIHRoZW4gaXNzdWUgeW91IGFuIGludm9pY2UuIFRoZSBwYXltZW50IG11c3QgYWx3YXlzIGJlIG1hZGUgYmVmb3JlIGRlcGFydHVyZS48L3A+PGJyIC8+DQoNCjxoNj5Ib3cgaXMgdGhlIHBheW1lbnQgbWFkZSBmb3IgdGhlIGZsaWdodD88L2g2Pg0KPHAgY2xhc3M9ImJpZyI+WW91IHdpbGwgcmVjZWl2ZSBhbiBpbnZvaWNlIGZyb20gdXMsIHdoaWNoIG11c3QgYWx3YXlzIGJlIHBhaWQgYmVmb3JlIHlvdXIgZGVwYXJ0dXJlIHRvIG91ciBFVVIgb3IgQ1ogYWNjb3VudCwgYWNjb3JkaW5nIHRvIHRoZSBjdXJyZW5jeSBvZiB5b3VyIGNob2ljZS48L3A+PGJyIC8+DQoNCjxoNj5XaGVuIHNob3VsZCBJIGFycml2ZSBhdCB0aGUgYWlycG9ydCBiZWZvcmUgZGVwYXJ0dXJlPzwvaDY+DQo8cCBjbGFzcz0iYmlnIj5XZSByZWNvbW1lbmQgb3VyIGNsaWVudHMgdG8gYXJyaXZlIGF0IHRoZSBhaXJwb3J0IGF0IGxlYXN0IDE1LTMwIG1pbnV0ZXMgYmVmb3JlIGRlcGFydHVyZS48L3A+PGJyIC8+DQoNCjxoNj5Ib3cgaXMgdGhlIGNoZWNrLWluIHByb2Nlc3MgYXQgdGhlIGFpcnBvcnQ/PC9oNj4NCjxwIGNsYXNzPSJiaWciPlVwb24gYXJyaXZhbCBhdCB0aGUgYWlycG9ydCwgaXQgaXMgbmVjZXNzYXJ5IHRvIGNvbWUgdG8gdGhlIEdlbmVyYWwgQXZpYXRpb24gVGVybWluYWwgKEdBVCksIHdoaWNoIGlzIGF2YWlsYWJsZSBhdCBtb3N0IGFpcnBvcnRzLiBBdCB0aGUgdGVybWluYWwsIGEgY2FwdGFpbiB3aXRoIGEgaGFuZGxpbmcgYWdlbnQgd2lsbCBiZSB3YWl0aW5nIGZvciB5b3UgYW5kIHRoZXkgd2lsbCBnbyB0aHJvdWdoIGEgc2VjdXJpdHkgY2hlY2sgd2l0aCB5b3UgYW5kIGFjY29tcGFueSB5b3UgZGlyZWN0bHkgdG8geW91ciBhaXJjcmFmdC4uPC9wPjxiciAvPg0KDQo8aDY+SXMgaXQgcG9zc2libGUgdG8gdHJhdmVsIHdpdGggYW5pbWFscz88L2g2Pg0KPHAgY2xhc3M9ImJpZyI+SWYgaXQgaXMgYSBkb2csIGNhdCBvciBzaW1pbGFyIGFuaW1hbCwgdGhlbiBtb3N0IHByaXZhdGUgamV0cyBhbGxvdyB0aGVtLiBCZWZvcmUgZGVwYXJ0dXJlLCBpdCBpcyByZXF1aXJlZCB0byBwcm92aWRlIHRoZSBuZWNlc3NhcnkgZG9jdW1lbnRzIG9uIHZhY2NpbmF0aW9ucywgZXRjLjwvcD48YnIgLz4NCg0KPGg2PldoYXQgYWJvdXQgY2F0ZXJpbmcgZHVyaW5nIHRoZSBmbGlnaHQ/PC9oNj4NCjxwIGNsYXNzPSJiaWciPkNhdGVyaW5nIGlzIGFsd2F5cyBwYXJ0IG9mIHRoZSBmbGlnaHQuIFdlIHByb3ZpZGUgY29sZCBWSVAgY2F0ZXJpbmcgYW5kIGhvdCBWSVAgY2F0ZXJpbmcuIEl0IGRlcGVuZHMgb2YgdGhlIHNpemUgYW5kIGNhcGFiaWxpdGllcyBvZiB0aGUgYWlyY3JhZnQuIEJpZ2dlciBhaXJjcmFmdCwgd2hlcmUgYSBmbGlnaHQgYXR0ZW5kYW50IGFuZCB0aGUgbmVjZXNzYXJ5IGVxdWlwbWVudCBhcmUgYXZhaWxhYmxlLCBpdCBpcyBwb3NzaWJsZSB0byBzZXJ2ZSBob3QgY2F0ZXJpbmcgc3VjaCBhcyBzdGVha3MsIGZpc2gsIGV0Yy48L3A+PGJyIC8+DQoNCjxoNj5EbyB5b3UgYWxzbyBhcnJhbmdlIG90aGVyIHRyYW5zZmVycz88L2g2Pg0KPHAgY2xhc3M9ImJpZyI+Rm9yIG91ciBjbGllbnRzLCB3ZSBwcm92aWRlIHRyYW5zZmVycyBvZiBzZWxlY3RlZCB0eXBlcyBvZiBjYXJzIG9yIGhlbGljb3B0ZXJzLjwvcD4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjI7YTozOntzOjM6InVpZCI7czo5OiJhNWYyY2Y5YjciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMCI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiYjk5YzJlZTM4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjViZDE0NTE1NiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIxMjoiPGgyPklGIFlPVSBIQVZFIEFOWSBNT1JFIFFVRVNUSU9OUzxicj4NCldFIFdJTEwgR0xBRExZIEdJVkUgWU9VIEFOU1dFUnM8L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJTZW5kIHVzIGEgbWVzc2FnZSBvciBnaXZlIHVzIGEgY2FsbCIgbGluaz0iaHR0cDovL3dhcGVqZXRzLmNvbS9jb250YWN0IiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTA6IjQwcHggMCAwIDAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),
(8410, 561, 'mfn-page-items-seo', 'Heading\n<h2>ANSWERS TO YOUR QUESTIONS</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nFaktory\n<h6>When can I depart after order confirmation?</h6>\r\n<p class=\"big\">If the aircraft with the crew is available and we receive all the necessary permits, it is possible to depart within 3 hours from the filght confirmation.</p><br />\r\n\r\n<h6>If I book the flight, what\'s next?</h6>\r\n<p class=\"big\">When you confirm your flight, we will send you a contract. On its basis we will place a firm order for you of the selected aircraft type. We will then issue you an invoice. The payment must always be made before departure.</p><br />\r\n\r\n<h6>How is the payment made for the flight?</h6>\r\n<p class=\"big\">You will receive an invoice from us, which must always be paid before your departure to our EUR or CZ account, according to the currency of your choice.</p><br />\r\n\r\n<h6>When should I arrive at the airport before departure?</h6>\r\n<p class=\"big\">We recommend our clients to arrive at the airport at least 15-30 minutes before departure.</p><br />\r\n\r\n<h6>How is the check-in process at the airport?</h6>\r\n<p class=\"big\">Upon arrival at the airport, it is necessary to come to the General Aviation Terminal (GAT), which is available at most airports. At the terminal, a captain with a handling agent will be waiting for you and they will go through a security check with you and accompany you directly to your aircraft..</p><br />\r\n\r\n<h6>Is it possible to travel with animals?</h6>\r\n<p class=\"big\">If it is a dog, cat or similar animal, then most private jets allow them. Before departure, it is required to provide the necessary documents on vaccinations, etc.</p><br />\r\n\r\n<h6>What about catering during the flight?</h6>\r\n<p class=\"big\">Catering is always part of the flight. We provide cold VIP catering and hot VIP catering. It depends of the size and capabilities of the aircraft. Bigger aircraft, where a flight attendant and the necessary equipment are available, it is possible to serve hot catering such as steaks, fish, etc.</p><br />\r\n\r\n<h6>Do you also arrange other transfers?</h6>\r\n<p class=\"big\">For our clients, we provide transfers of selected types of cars or helicopters.</p>\nno-repeat;left top;;\nauto\n\nHeading\n<h2>IF YOU HAVE ANY MORE QUESTIONS<br>\r\nWE WILL GLADLY GIVE YOU ANSWERs</h2>\r\n[divider height=\"40\"]\r\n[button title=\"Send us a message or give us a call\" link=\"https://wapejets.com/contact\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(8411, 561, 'rs_page_bg_color', '#ffffff'),
(8412, 561, '_wpb_vc_js_status', 'false'),
(8414, 561, '_dp_original', '387'),
(8415, 561, '_edit_lock', '1591702780:1'),
(8416, 561, '_edit_last', '1'),
(8417, 561, '_webdados_fb_open_graph_specific_image', ''),
(8418, 561, '_webdados_fb_open_graph_specific_description', ''),
(8419, 387, '_webdados_fb_open_graph_specific_image', ''),
(8420, 387, '_webdados_fb_open_graph_specific_description', ''),
(8421, 563, '_menu_item_type', 'post_type'),
(8422, 563, '_menu_item_menu_item_parent', '0'),
(8423, 563, '_menu_item_object_id', '561'),
(8424, 563, '_menu_item_object', 'page'),
(8425, 563, '_menu_item_target', ''),
(8426, 563, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8427, 563, '_menu_item_xfn', ''),
(8428, 563, '_menu_item_url', ''),
(8430, 563, 'menu-item-mfn-megamenu', ''),
(8431, 563, 'menu-item-mfn-bg', ''),
(8432, 564, '_pll_strings_translations', 'a:20:{i:0;a:2:{i:0;s:14:\"výsledky pro:\";i:1;s:14:\"výsledky pro:\";}i:1;a:2:{i:0;s:14:\"portfolio-item\";i:1;s:14:\"portfolio-item\";}i:2;a:2:{i:0;s:11:\"Coming Soon\";i:1;s:11:\"Coming Soon\";}i:3;a:2:{i:0;s:19:\"12/30/2014 12:00:00\";i:1;s:19:\"12/30/2014 12:00:00\";}i:4;a:2:{i:0;s:720:\"© 2020 WAPE JETS® | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf\" target=\"blank\">GDPR</a> | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GTC_Broker-Air-Transport.pdf\" target=\"blank\">GTC</a> | <a href=\"https://wapejets.com/cs/cookies/\">COOKIES</a> | WAPE JETS® is Registered Trademark | <a href=\"https://www.instagram.com/wape_jets/\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/10/clipart2569207_white.png\" height=\"20px\"></a> | <a href=\"https://www.facebook.com/wapejets\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/11/facebook_wj_web_300.png\" height=\"20px\"\";i:1;s:723:\"© 2020 WAPE JETS® | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GDPR_WAPE-JETS_en.pdf\" target=\"blank\">GDPR</a> | <a href=\"https://wapejets.com/wp-content/uploads/2020/05/GTC_Broker-Air-Transport.pdf\" target=\"blank\">GTC</a> | <a href=\"https://wapejets.com/en/cookies-en/\">COOKIES</a> | WAPE JETS® is Registered Trademark | <a href=\"https://www.instagram.com/wape_jets/\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/10/clipart2569207_white.png\" height=\"20px\"></a> | <a href=\"https://www.facebook.com/wapejets\" target=\"_blank\"><img src=\"https://wapejets.com/wp-content/uploads/2020/11/facebook_wj_web_300.png\" height=\"20px\"\";}i:5;a:2:{i:0;s:8:\"Language\";i:1;s:8:\"Language\";}i:6;a:2:{i:0;s:23:\"Zadejte hledaný výraz\";i:1;s:23:\"Zadejte hledaný výraz\";}i:7;a:2:{i:0;s:20:\"Předchozí stránka\";i:1;s:20:\"Předchozí stránka\";}i:8;a:2:{i:0;s:11:\"private jet\";i:1;s:11:\"private jet\";}i:9;a:2:{i:0;s:23:\"Následující stránka\";i:1;s:23:\"Následující stránka\";}i:10;a:2:{i:0;s:14:\"Načíst více\";i:1;s:14:\"Načíst více\";}i:11;a:2:{i:0;s:39:\"No translations available for this page\";i:1;s:39:\"No translations available for this page\";}i:12;a:2:{i:0;s:5:\"před\";i:1;s:5:\"před\";}i:13;a:2:{i:0;s:2:\"po\";i:1;s:2:\"po\";}i:14;a:2:{i:0;s:3:\"dny\";i:1;s:3:\"dny\";}i:15;a:2:{i:0;s:6:\"hodiny\";i:1;s:6:\"hodiny\";}i:16;a:2:{i:0;s:3:\"175\";i:1;s:3:\"175\";}i:17;a:2:{i:0;s:123:\"Leťte privátním letadlem na obchodní schůzku nebo na dovolenou a zažijte výjimečné cestování na vlastní kůži.\";i:1;s:97:\"Fly a private plane for business meeting or holiday and experience exceptional travel on your own\";}i:18;a:2:{i:0;s:7:\"sekundy\";i:1;s:7:\"seconds\";}i:19;a:2:{i:0;s:11:\"Archivy pro\";i:1;s:12:\"Archives for\";}}'),
(8433, 80, '_yoast_wpseo_title', 'WAPEJETS - Pronájem soukromého letadla | Privátní lety'),
(8434, 80, '_yoast_wpseo_metadesc', 'Umožníme Vám plně si užít výhody pronájmu soukromého letadla. Kompletní organizaci nechte na nás. Odbavení do 15 min. Komfort. Bezpečnost. Diskrétnost.'),
(8439, 161, '_webdados_fb_open_graph_specific_image', ''),
(8440, 161, '_webdados_fb_open_graph_specific_description', ''),
(8441, 161, '_yoast_wpseo_title', 'Cena pronájmu soukromého letadla - WAPEJETS'),
(8442, 114, '_webdados_fb_open_graph_specific_image', ''),
(8443, 114, '_webdados_fb_open_graph_specific_description', ''),
(8444, 114, '_yoast_wpseo_title', 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel'),
(8445, 487, '_yoast_wpseo_title', 'WAPEJETS - Private Jet Rental | Flights on Private Jets'),
(8446, 494, '_yoast_wpseo_title', 'Services: Private jet rental | Flights on private Jets | Aircraft purchase'),
(8447, 568, '_wp_page_template', 'default'),
(8448, 568, 'slide_template', 'default'),
(8449, 568, 'mfn-post-hide-content', '0'),
(8450, 568, 'mfn-post-custom-layout', '0'),
(8451, 568, 'mfn-post-slider', '0'),
(8452, 568, 'mfn-post-slider-layer', '0'),
(8453, 568, 'mfn-post-menu', '0'),
(8454, 568, 'mfn-post-one-page', '0'),
(8455, 568, 'mfn-post-hide-title', '1'),
(8456, 568, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8457, 568, 'mfn-page-items', 'YTo3OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxOToiPGgyPlJFRkVSRU5DRVM8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiempjcjgyeDV0IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo2OiJwcm9kZWoiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJnZ3UzNnZjYWEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjEwOiJibG9ja3F1b3RlIjtzOjM6InVpZCI7czo5OiJzMGg2cHgzcTEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjU6e3M6NzoiY29udGVudCI7czoyNTA6Ikkgd291bGQgbGlrZSB0byB0YWtlIHRoaXMgb3Bwb3J0dW5pdHkgdG8gdGhhbmsgV0FQRSBKRVRTIGZvciB0aGVpciBzZXJ2aWNlcyBhbmQgYXJyYW5naW5nIG91ciBmbGlnaHQuIFRoZSBjb29wZXJhdGlvbiB3YXMgdmVyeSBwbGVhc2FudCBhbmQgZmFzdCBmcm9tIHRoZSB2ZXJ5IGJlZ2lubmluZywgd2hpY2ggSSByZWFsbHkgYXBwcmVjaWF0ZWQuPGJyPg0KSSB3aWxsIGNvbnRhY3QgV0FQRSBKRVRTIGFnYWluIHdpdGggcGxlYXN1cmUuDQoiO3M6NjoiYXV0aG9yIjtzOjk6IlJBREVLIEsuICI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToiYWNjMTA3OGExIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo2OiJwcm9kZWoiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxMDJlYzNkNTAiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJsdXU3Zmd5a2oiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo2MToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9CT01CQVJESUVSLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjM5OiJodHRwczovL3d3dy5ib21iYXJkaWVyLmNvbS9lbi9ob21lLmh0bWwiO3M6NjoidGFyZ2V0IjtzOjE6IjEiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI4MDIxNDYzNWMiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiI3dno5azI1MnkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo1OToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9DRVNTTkEtMi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czoyNDoiaHR0cHM6Ly9jZXNzbmEudHh0YXYuY29tIjtzOjY6InRhcmdldCI7czoxOiIxIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6InBnY3Bhb2gwZCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6ImVteGpjanNlayI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjYzOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0RBU1NBVUxUX3dlYi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czo0OToiaHR0cHM6Ly93d3cuZGFzc2F1bHRmYWxjb24uY29tL2VuL1BhZ2VzL0hvbWUuYXNweCI7czo2OiJ0YXJnZXQiO3M6MToiMSI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6Im9vZjd3ZGpkdiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NjoicHJvZGVqIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToidTV4aTlxMXRhIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czoxMDoiYmxvY2txdW90ZSI7czozOiJ1aWQiO3M6OToiaWo3YWVwczRyIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo1OntzOjc6ImNvbnRlbnQiO3M6MjQwOiJXZSBsb3ZlIGZseWluZyB3aXRoIFdBUEUgSkVUUy4gVGhleSBhbHdheXMgdGFrZSBjYXJlIG9mIGV2ZXJ5dGhpbmcgdG8gb3VyIG1heGltdW0gc2F0aXNmYWN0aW9uLjxicj4NClBsZWFzYW50IGJlaGF2aW9yLCBxdWljayByZWFjdGlvbnMsIGZsZXhpYmlsaXR5IGFuZCBtYXhpbXVtIGRpc2NyZXRpb24gd2hpY2ggd2UgYXBwcmVjaWF0ZS48YnI+DQpXZSBhcmUgbG9va2luZyBmb3J3YXJkIHRvIHRoZSBuZXh0IGZsaWdodC4iO3M6NjoiYXV0aG9yIjtzOjg6IlBFVFJBIE0uIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjQ7YTozOntzOjM6InVpZCI7czo5OiJ5MzVqM2kxMHUiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjM6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImJ2cTN1d2p0MiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjhtcXdsZ3ZuYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjY0OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0VNQlJBRVItMV93ZWIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6Mjk6Imh0dHBzOi8vZW1icmFlci5jb20vZ2xvYmFsL2VuIjtzOjY6InRhcmdldCI7czoxOiIxIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiamhnZ3IwMWYwIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiZGF0b3BuY2FhIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NjE6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvSE9OREFKRVQtMS5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czoyNDoiaHR0cHM6Ly93d3cuaG9uZGFqZXQuY29tIjtzOjY6InRhcmdldCI7czoxOiIxIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6Im8xYnRpcXlieSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Ijgyb3Z3MmpqNCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjY1OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0dVTEZTVFJFQU1fd2ViLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjMwOiJodHRwczovL3d3dy5ndWxmc3RyZWFtLmNvbS9lbi8iO3M6NjoidGFyZ2V0IjtzOjE6IjEiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjU7YTozOntzOjM6InVpZCI7czo5OiJybzYxaHpoY3YiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImJrdmdqNzZrdSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6MTA6ImJsb2NrcXVvdGUiO3M6MzoidWlkIjtzOjk6Ind4cDA3cmt5NiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6NTp7czo3OiJjb250ZW50IjtzOjMwODoiV2UgaGF2ZSBiZWVuIGRlYWxpbmcgdGhlIGxvbmctdGVybSB3ZXQgbGVhc2Ugb2YgYWlyY3JhZnQgd2l0aCBXQVBFIEpFVFMgYW5kIEkgYW0gdmVyeSBnbGFkIHRoYXQgSSBnb3QgYSByZWNvbW1lbmRhdGlvbiBmb3IgdGhpcyBjb21wYW55IGFuZCB0aGUgb3duZXIgWnV6YW5hIFAuPGJyPg0KUHJvZmVzc2lvbmFsIGFwcHJvYWNoIGFuZCBvcGVubmVzcyBhcmUgaGVyIG93bi4gSSBhbSByZWFsbHkgZ2xhZCB0aGF0IHdlIGhhdmUgc3VjaCBhIHBlcnNvbiBpbiBwcml2YXRlIGF2aWF0aW9uIHdlIGNhbiByZWx5IG9uLjxicj4NClRoYW5rIHlvdS4iO3M6NjoiYXV0aG9yIjtzOjEwOiJUT03DgcWgIEIuIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjY7YTozOntzOjM6InVpZCI7czo5OiJtd2Zvazl3eWQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MzoiMTAwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiNXByOGJrMzV0IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InNlcWI3ZmxrcyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjE5NToiPGgyPldPVUxEIFlPVSBMSUtFIFRPIEJFIE9VUiBDTElFTlQ/PC9oMj4NCltkaXZpZGVyIGhlaWdodD0iNDAiXQ0KW2J1dHRvbiB0aXRsZT0iTGV0IHVzIGtub3cgLSB3ZSdyZSBsb29raW5nIGZvcndhcmQgdG8gd29yayB3aXRoIHlvdSEiIGxpbms9Imh0dHA6Ly93YXBlamV0cy5jb20vY29udGFjdCIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),
(8458, 568, 'mfn-page-items-seo', 'Heading\n<h2>REFERENCES</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nI would like to take this opportunity to thank WAPE JETS for their services and arranging our flight. The cooperation was very pleasant and fast from the very beginning, which I really appreciated.<br>\r\nI will contact WAPE JETS again with pleasure.\nRADEK K.\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/BOMBARDIER.jpg\" alt=\"\"/>\n<a href=\"httpss://www.bombardier.com/en/home.html\">httpss://www.bombardier.com/en/home.html</a>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/CESSNA-2.jpg\" alt=\"\"/>\n<a href=\"httpss://cessna.txtav.com\">httpss://cessna.txtav.com</a>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/DASSAULT_web.jpg\" alt=\"\"/>\n<a href=\"httpss://www.dassaultfalcon.com/en/Pages/Home.aspx\">httpss://www.dassaultfalcon.com/en/Pages/Home.aspx</a>\n\nWe love flying with WAPE JETS. They always take care of everything to our maximum satisfaction.<br>\r\nPleasant behavior, quick reactions, flexibility and maximum discretion which we appreciate.<br>\r\nWe are looking forward to the next flight.\nPETRA M.\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/EMBRAER-1_web.jpg\" alt=\"\"/>\n<a href=\"httpss://embraer.com/global/en\">httpss://embraer.com/global/en</a>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/HONDAJET-1.jpg\" alt=\"\"/>\n<a href=\"httpss://www.hondajet.com\">httpss://www.hondajet.com</a>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/GULFSTREAM_web.jpg\" alt=\"\"/>\n<a href=\"httpss://www.gulfstream.com/en/\">httpss://www.gulfstream.com/en/</a>\n\nWe have been dealing the long-term wet lease of aircraft with WAPE JETS and I am very glad that I got a recommendation for this company and the owner Zuzana P.<br>\r\nProfessional approach and openness are her own. I am really glad that we have such a person in private aviation we can rely on.<br>\r\nThank you.\nTOMÁŠ B.\n\nHeading\n<h2>WOULD YOU LIKE TO BE OUR CLIENT?</h2>\r\n[divider height=\"40\"]\r\n[button title=\"Let us know - we\'re looking forward to work with you!\" link=\"https://wapejets.com/contact\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(8459, 568, 'rs_page_bg_color', '#ffffff'),
(8460, 568, '_wpb_vc_js_status', 'true'),
(8461, 568, '_elementor_template_type', 'wp-page'),
(8462, 568, '_elementor_version', '2.9.9'),
(8463, 568, 'mfn-post-layout', 'no-sidebar'),
(8465, 568, '_dp_original', '361'),
(8466, 568, '_edit_lock', '1604592021:1'),
(8467, 568, '_edit_last', '1'),
(8468, 568, '_webdados_fb_open_graph_specific_image', ''),
(8469, 568, '_webdados_fb_open_graph_specific_description', ''),
(8470, 570, '_menu_item_type', 'post_type'),
(8471, 570, '_menu_item_menu_item_parent', '0'),
(8472, 570, '_menu_item_object_id', '568'),
(8473, 570, '_menu_item_object', 'page'),
(8474, 570, '_menu_item_target', ''),
(8475, 570, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8476, 570, '_menu_item_xfn', ''),
(8477, 570, '_menu_item_url', ''),
(8479, 570, 'menu-item-mfn-megamenu', ''),
(8480, 570, 'menu-item-mfn-bg', ''),
(8481, 479, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.41354919849341;s:5:\"bytes\";i:942574;s:11:\"size_before\";i:2453754;s:10:\"size_after\";i:1511180;s:4:\"time\";d:16.71;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.71;s:5:\"bytes\";i:14762;s:11:\"size_before\";i:40210;s:10:\"size_after\";i:25448;s:4:\"time\";d:0.22;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.11;s:5:\"bytes\";i:108237;s:11:\"size_before\";i:291684;s:10:\"size_after\";i:183447;s:4:\"time\";d:2.13;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.98;s:5:\"bytes\";i:4662;s:11:\"size_before\";i:12957;s:10:\"size_after\";i:8295;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.36;s:5:\"bytes\";i:96736;s:11:\"size_before\";i:239674;s:10:\"size_after\";i:142938;s:4:\"time\";d:1.72;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.39;s:5:\"bytes\";i:5360;s:11:\"size_before\";i:16051;s:10:\"size_after\";i:10691;s:4:\"time\";d:0.15;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.86;s:5:\"bytes\";i:373;s:11:\"size_before\";i:1788;s:10:\"size_after\";i:1415;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.55;s:5:\"bytes\";i:1214;s:11:\"size_before\";i:4751;s:10:\"size_after\";i:3537;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.71;s:5:\"bytes\";i:39637;s:11:\"size_before\";i:121192;s:10:\"size_after\";i:81555;s:4:\"time\";i:1;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.33;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:4935;s:10:\"size_after\";i:3685;s:4:\"time\";d:0.04;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.2;s:5:\"bytes\";i:1196;s:11:\"size_before\";i:4397;s:10:\"size_after\";i:3201;s:4:\"time\";d:0.04;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.63;s:5:\"bytes\";i:240070;s:11:\"size_before\";i:605816;s:10:\"size_after\";i:365746;s:4:\"time\";d:3.93;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.57;s:5:\"bytes\";i:114038;s:11:\"size_before\";i:288202;s:10:\"size_after\";i:174164;s:4:\"time\";d:2.35;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.34;s:5:\"bytes\";i:31142;s:11:\"size_before\";i:93397;s:10:\"size_after\";i:62255;s:4:\"time\";d:0.47;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.48;s:5:\"bytes\";i:32391;s:11:\"size_before\";i:99734;s:10:\"size_after\";i:67343;s:4:\"time\";d:0.46;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.3;s:5:\"bytes\";i:147492;s:11:\"size_before\";i:365986;s:10:\"size_after\";i:218494;s:4:\"time\";d:2.28;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.55;s:5:\"bytes\";i:104014;s:11:\"size_before\";i:262980;s:10:\"size_after\";i:158966;s:4:\"time\";d:1.84;}}}'),
(8482, 478, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.72409835135686;s:5:\"bytes\";i:226119;s:11:\"size_before\";i:599402;s:10:\"size_after\";i:373283;s:4:\"time\";d:4.66;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.35;s:5:\"bytes\";i:8502;s:11:\"size_before\";i:17956;s:10:\"size_after\";i:9454;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.52;s:5:\"bytes\";i:39566;s:11:\"size_before\";i:108333;s:10:\"size_after\";i:68767;s:4:\"time\";d:0.8;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.77;s:5:\"bytes\";i:3005;s:11:\"size_before\";i:7957;s:10:\"size_after\";i:4952;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.77;s:5:\"bytes\";i:50356;s:11:\"size_before\";i:120560;s:10:\"size_after\";i:70204;s:4:\"time\";d:1.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.54;s:5:\"bytes\";i:4631;s:11:\"size_before\";i:13807;s:10:\"size_after\";i:9176;s:4:\"time\";d:0.09;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57;s:5:\"bytes\";i:121;s:11:\"size_before\";i:777;s:10:\"size_after\";i:656;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.45;s:5:\"bytes\";i:1612;s:11:\"size_before\";i:4679;s:10:\"size_after\";i:3067;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.88;s:5:\"bytes\";i:943;s:11:\"size_before\";i:3054;s:10:\"size_after\";i:2111;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.03;s:5:\"bytes\";i:813;s:11:\"size_before\";i:2620;s:10:\"size_after\";i:1807;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.5;s:5:\"bytes\";i:9438;s:11:\"size_before\";i:33113;s:10:\"size_after\";i:23675;s:4:\"time\";d:0.29;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.42;s:5:\"bytes\";i:4044;s:11:\"size_before\";i:17268;s:10:\"size_after\";i:13224;s:4:\"time\";d:0.14;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.79;s:5:\"bytes\";i:5646;s:11:\"size_before\";i:22775;s:10:\"size_after\";i:17129;s:4:\"time\";d:0.18;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.53;s:5:\"bytes\";i:97442;s:11:\"size_before\";i:246503;s:10:\"size_after\";i:149061;s:4:\"time\";d:1.89;}}}'),
(8483, 477, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.08694005548877;s:5:\"bytes\";i:223671;s:11:\"size_before\";i:697078;s:10:\"size_after\";i:473407;s:4:\"time\";d:3.8099999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.34;s:5:\"bytes\";i:14227;s:11:\"size_before\";i:41424;s:10:\"size_after\";i:27197;s:4:\"time\";d:0.21;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.6;s:5:\"bytes\";i:140213;s:11:\"size_before\";i:372944;s:10:\"size_after\";i:232731;s:4:\"time\";d:1.84;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.48;s:5:\"bytes\";i:4606;s:11:\"size_before\";i:11969;s:10:\"size_after\";i:7363;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.19;s:5:\"bytes\";i:3183;s:11:\"size_before\";i:10206;s:10:\"size_after\";i:7023;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42;s:5:\"bytes\";i:260;s:11:\"size_before\";i:1686;s:10:\"size_after\";i:1426;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.5;s:5:\"bytes\";i:653;s:11:\"size_before\";i:3186;s:10:\"size_after\";i:2533;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.42;s:5:\"bytes\";i:16707;s:11:\"size_before\";i:58783;s:10:\"size_after\";i:42076;s:4:\"time\";d:0.21;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.76;s:5:\"bytes\";i:1725;s:11:\"size_before\";i:5109;s:10:\"size_after\";i:3384;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.03;s:5:\"bytes\";i:655;s:11:\"size_before\";i:2726;s:10:\"size_after\";i:2071;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.89;s:5:\"bytes\";i:18520;s:11:\"size_before\";i:68866;s:10:\"size_after\";i:50346;s:4:\"time\";d:0.39;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.69;s:5:\"bytes\";i:4477;s:11:\"size_before\";i:18132;s:10:\"size_after\";i:13655;s:4:\"time\";d:0.1;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.39;s:5:\"bytes\";i:13913;s:11:\"size_before\";i:49006;s:10:\"size_after\";i:35093;s:4:\"time\";d:0.29;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35093;s:10:\"size_after\";i:35093;s:4:\"time\";d:0.32;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.25;s:5:\"bytes\";i:4532;s:11:\"size_before\";i:17948;s:10:\"size_after\";i:13416;s:4:\"time\";d:0.26;}}}'),
(8484, 476, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.211105974345628;s:5:\"bytes\";i:39077;s:11:\"size_before\";i:927951;s:10:\"size_after\";i:888874;s:4:\"time\";d:0.7400000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:359;s:11:\"size_before\";i:9892;s:10:\"size_after\";i:9533;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:2799;s:11:\"size_before\";i:70103;s:10:\"size_after\";i:67304;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:191;s:11:\"size_before\";i:5013;s:10:\"size_after\";i:4822;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:1607;s:11:\"size_before\";i:43589;s:10:\"size_after\";i:41982;s:4:\"time\";d:0.02;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:6152;s:11:\"size_before\";i:134801;s:10:\"size_after\";i:128649;s:4:\"time\";d:0.1;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:293;s:11:\"size_before\";i:6305;s:10:\"size_after\";i:6012;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.85;s:5:\"bytes\";i:136;s:11:\"size_before\";i:1254;s:10:\"size_after\";i:1118;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:167;s:11:\"size_before\";i:2648;s:10:\"size_after\";i:2481;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:5143;s:11:\"size_before\";i:123406;s:10:\"size_after\";i:118263;s:4:\"time\";d:0.19;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:131;s:11:\"size_before\";i:2449;s:10:\"size_after\";i:2318;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.31;s:5:\"bytes\";i:158;s:11:\"size_before\";i:2160;s:10:\"size_after\";i:2002;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:4988;s:11:\"size_before\";i:114817;s:10:\"size_after\";i:109829;s:4:\"time\";d:0.15;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:2758;s:11:\"size_before\";i:65174;s:10:\"size_after\";i:62416;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:3428;s:11:\"size_before\";i:90085;s:10:\"size_after\";i:86657;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.39;s:5:\"bytes\";i:5456;s:11:\"size_before\";i:124151;s:10:\"size_after\";i:118695;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:2762;s:11:\"size_before\";i:71988;s:10:\"size_after\";i:69226;s:4:\"time\";d:0.02;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:2549;s:11:\"size_before\";i:60116;s:10:\"size_after\";i:57567;s:4:\"time\";d:0.03;}}}'),
(8485, 472, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.23652936840402;s:5:\"bytes\";i:58910;s:11:\"size_before\";i:1390525;s:10:\"size_after\";i:1331615;s:4:\"time\";d:0.63;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:626;s:11:\"size_before\";i:13502;s:10:\"size_after\";i:12876;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:4454;s:11:\"size_before\";i:101650;s:10:\"size_after\";i:97196;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6379;s:10:\"size_after\";i:6041;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:2875;s:11:\"size_before\";i:63498;s:10:\"size_after\";i:60623;s:4:\"time\";d:0.04;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:8408;s:11:\"size_before\";i:195384;s:10:\"size_after\";i:186976;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:384;s:11:\"size_before\";i:8266;s:10:\"size_after\";i:7882;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4;s:5:\"bytes\";i:125;s:11:\"size_before\";i:1330;s:10:\"size_after\";i:1205;s:4:\"time\";d:0.04;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:176;s:11:\"size_before\";i:3139;s:10:\"size_after\";i:2963;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:8886;s:11:\"size_before\";i:210189;s:10:\"size_after\";i:201303;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:170;s:11:\"size_before\";i:2908;s:10:\"size_after\";i:2738;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03;s:5:\"bytes\";i:187;s:11:\"size_before\";i:2659;s:10:\"size_after\";i:2472;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:6752;s:11:\"size_before\";i:164604;s:10:\"size_after\";i:157852;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:3894;s:11:\"size_before\";i:100262;s:10:\"size_after\";i:96368;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:5677;s:11:\"size_before\";i:132576;s:10:\"size_after\";i:126899;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:7781;s:11:\"size_before\";i:187515;s:10:\"size_after\";i:179734;s:4:\"time\";d:0.08;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:4418;s:11:\"size_before\";i:103656;s:10:\"size_after\";i:99238;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:3759;s:11:\"size_before\";i:93008;s:10:\"size_after\";i:89249;s:4:\"time\";d:0.05;}}}'),
(8486, 468, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.31928331813929;s:5:\"bytes\";i:59276;s:11:\"size_before\";i:167829;s:10:\"size_after\";i:108553;s:4:\"time\";d:1.4900000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.16;s:5:\"bytes\";i:17855;s:11:\"size_before\";i:42350;s:10:\"size_after\";i:24495;s:4:\"time\";d:0.38;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.55;s:5:\"bytes\";i:4546;s:11:\"size_before\";i:12107;s:10:\"size_after\";i:7561;s:4:\"time\";d:0.11;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.29;s:5:\"bytes\";i:4324;s:11:\"size_before\";i:11596;s:10:\"size_after\";i:7272;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.39;s:5:\"bytes\";i:500;s:11:\"size_before\";i:1969;s:10:\"size_after\";i:1469;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.26;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:3424;s:10:\"size_after\";i:2422;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.49;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:4130;s:10:\"size_after\";i:2912;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.92;s:5:\"bytes\";i:940;s:11:\"size_before\";i:3040;s:10:\"size_after\";i:2100;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.73;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:14990;s:10:\"size_after\";i:12332;s:4:\"time\";d:0.24;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.57;s:5:\"bytes\";i:2615;s:11:\"size_before\";i:14880;s:10:\"size_after\";i:12265;s:4:\"time\";d:0.14;}s:13:\"site_icon-270\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.06;s:5:\"bytes\";i:15040;s:11:\"size_before\";i:34924;s:10:\"size_after\";i:19884;s:4:\"time\";d:0.3;}s:13:\"site_icon-192\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.93;s:5:\"bytes\";i:2210;s:11:\"size_before\";i:7639;s:10:\"size_after\";i:5429;s:4:\"time\";d:0.06;}s:13:\"site_icon-180\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.88;s:5:\"bytes\";i:6186;s:11:\"size_before\";i:15910;s:10:\"size_after\";i:9724;s:4:\"time\";d:0.09;}s:12:\"site_icon-32\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.92;s:5:\"bytes\";i:182;s:11:\"size_before\";i:870;s:10:\"size_after\";i:688;s:4:\"time\";d:0.02;}}}'),
(8487, 467, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.868757259001164;s:5:\"bytes\";i:35658;s:11:\"size_before\";i:108486;s:10:\"size_after\";i:72828;s:4:\"time\";d:1.0600000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.16;s:5:\"bytes\";i:17855;s:11:\"size_before\";i:42350;s:10:\"size_after\";i:24495;s:4:\"time\";d:0.46;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.55;s:5:\"bytes\";i:4546;s:11:\"size_before\";i:12107;s:10:\"size_after\";i:7561;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.29;s:5:\"bytes\";i:4324;s:11:\"size_before\";i:11596;s:10:\"size_after\";i:7272;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.39;s:5:\"bytes\";i:500;s:11:\"size_before\";i:1969;s:10:\"size_after\";i:1469;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.26;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:3424;s:10:\"size_after\";i:2422;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.49;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:4130;s:10:\"size_after\";i:2912;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.92;s:5:\"bytes\";i:940;s:11:\"size_before\";i:3040;s:10:\"size_after\";i:2100;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.73;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:14990;s:10:\"size_after\";i:12332;s:4:\"time\";d:0.17;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.57;s:5:\"bytes\";i:2615;s:11:\"size_before\";i:14880;s:10:\"size_after\";i:12265;s:4:\"time\";d:0.16;}}}'),
(8488, 466, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.01839569515705;s:5:\"bytes\";i:31662;s:11:\"size_before\";i:95892;s:10:\"size_after\";i:64230;s:4:\"time\";d:1.0200000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22;s:5:\"bytes\";i:8402;s:11:\"size_before\";i:21423;s:10:\"size_after\";i:13021;s:4:\"time\";d:0.16;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.26;s:5:\"bytes\";i:2454;s:11:\"size_before\";i:6768;s:10:\"size_after\";i:4314;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.9;s:5:\"bytes\";i:2353;s:11:\"size_before\";i:6555;s:10:\"size_after\";i:4202;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.6;s:5:\"bytes\";i:339;s:11:\"size_before\";i:1324;s:10:\"size_after\";i:985;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.38;s:5:\"bytes\";i:646;s:11:\"size_before\";i:2199;s:10:\"size_after\";i:1553;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.85;s:5:\"bytes\";i:829;s:11:\"size_before\";i:2603;s:10:\"size_after\";i:1774;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.07;s:5:\"bytes\";i:621;s:11:\"size_before\";i:2136;s:10:\"size_after\";i:1515;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.41;s:5:\"bytes\";i:2221;s:11:\"size_before\";i:10374;s:10:\"size_after\";i:8153;s:4:\"time\";d:0.27;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.32;s:5:\"bytes\";i:2199;s:11:\"size_before\";i:10314;s:10:\"size_after\";i:8115;s:4:\"time\";d:0.16;}s:13:\"site_icon-270\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.76;s:5:\"bytes\";i:6816;s:11:\"size_before\";i:17145;s:10:\"size_after\";i:10329;s:4:\"time\";d:0.12;}s:13:\"site_icon-192\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.18;s:5:\"bytes\";i:1410;s:11:\"size_before\";i:5385;s:10:\"size_after\";i:3975;s:4:\"time\";d:0.06;}s:13:\"site_icon-180\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.59;s:5:\"bytes\";i:3230;s:11:\"size_before\";i:9075;s:10:\"size_after\";i:5845;s:4:\"time\";d:0.05;}s:12:\"site_icon-32\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.03;s:5:\"bytes\";i:142;s:11:\"size_before\";i:591;s:10:\"size_after\";i:449;s:4:\"time\";d:0.01;}}}'),
(8489, 465, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.499623210248686;s:5:\"bytes\";i:20064;s:11:\"size_before\";i:63696;s:10:\"size_after\";i:43632;s:4:\"time\";d:0.96;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.22;s:5:\"bytes\";i:8402;s:11:\"size_before\";i:21423;s:10:\"size_after\";i:13021;s:4:\"time\";d:0.18;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.26;s:5:\"bytes\";i:2454;s:11:\"size_before\";i:6768;s:10:\"size_after\";i:4314;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.9;s:5:\"bytes\";i:2353;s:11:\"size_before\";i:6555;s:10:\"size_after\";i:4202;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.6;s:5:\"bytes\";i:339;s:11:\"size_before\";i:1324;s:10:\"size_after\";i:985;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.38;s:5:\"bytes\";i:646;s:11:\"size_before\";i:2199;s:10:\"size_after\";i:1553;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.85;s:5:\"bytes\";i:829;s:11:\"size_before\";i:2603;s:10:\"size_after\";i:1774;s:4:\"time\";d:0.04;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.07;s:5:\"bytes\";i:621;s:11:\"size_before\";i:2136;s:10:\"size_after\";i:1515;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.41;s:5:\"bytes\";i:2221;s:11:\"size_before\";i:10374;s:10:\"size_after\";i:8153;s:4:\"time\";d:0.36;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.32;s:5:\"bytes\";i:2199;s:11:\"size_before\";i:10314;s:10:\"size_after\";i:8115;s:4:\"time\";d:0.21;}}}'),
(8490, 464, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.44330125013829;s:5:\"bytes\";i:20307;s:11:\"size_before\";i:54234;s:10:\"size_after\";i:33927;s:4:\"time\";d:0.54;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.69;s:5:\"bytes\";i:8605;s:11:\"size_before\";i:21678;s:10:\"size_after\";i:13073;s:4:\"time\";d:0.23;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.08;s:5:\"bytes\";i:1426;s:11:\"size_before\";i:5078;s:10:\"size_after\";i:3652;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.47;s:5:\"bytes\";i:6123;s:11:\"size_before\";i:15513;s:10:\"size_after\";i:9390;s:4:\"time\";d:0.08;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.5;s:5:\"bytes\";i:402;s:11:\"size_before\";i:1318;s:10:\"size_after\";i:916;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.35;s:5:\"bytes\";i:1852;s:11:\"size_before\";i:4958;s:10:\"size_after\";i:3106;s:4:\"time\";d:0.08;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.86;s:5:\"bytes\";i:1480;s:11:\"size_before\";i:3909;s:10:\"size_after\";i:2429;s:4:\"time\";d:0.05;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.54;s:5:\"bytes\";i:419;s:11:\"size_before\";i:1780;s:10:\"size_after\";i:1361;s:4:\"time\";d:0.05;}}}'),
(8491, 463, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.719952982662356;s:5:\"bytes\";i:5227;s:11:\"size_before\";i:17015;s:10:\"size_after\";i:11788;s:4:\"time\";d:0.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.71;s:5:\"bytes\";i:732;s:11:\"size_before\";i:2741;s:10:\"size_after\";i:2009;s:4:\"time\";d:0.05;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.35;s:5:\"bytes\";i:385;s:11:\"size_before\";i:1358;s:10:\"size_after\";i:973;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.8;s:5:\"bytes\";i:1097;s:11:\"size_before\";i:4093;s:10:\"size_after\";i:2996;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.3;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:4676;s:10:\"size_after\";i:3072;s:4:\"time\";d:0.06;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.98;s:5:\"bytes\";i:1409;s:11:\"size_before\";i:4147;s:10:\"size_after\";i:2738;s:4:\"time\";d:0.02;}}}'),
(8492, 462, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:56.517412935323385;s:5:\"bytes\";i:568;s:11:\"size_before\";i:1005;s:10:\"size_after\";i:437;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.52;s:5:\"bytes\";i:568;s:11:\"size_before\";i:1005;s:10:\"size_after\";i:437;s:4:\"time\";d:0.02;}}}'),
(8493, 461, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.667505081672346;s:5:\"bytes\";i:26442;s:11:\"size_before\";i:68383;s:10:\"size_after\";i:41941;s:4:\"time\";d:0.36000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.39;s:5:\"bytes\";i:9251;s:11:\"size_before\";i:22905;s:10:\"size_after\";i:13654;s:4:\"time\";d:0.1;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.05;s:5:\"bytes\";i:4414;s:11:\"size_before\";i:11600;s:10:\"size_after\";i:7186;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.34;s:5:\"bytes\";i:6986;s:11:\"size_before\";i:17757;s:10:\"size_after\";i:10771;s:4:\"time\";d:0.09;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.86;s:5:\"bytes\";i:358;s:11:\"size_before\";i:1285;s:10:\"size_after\";i:927;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.68;s:5:\"bytes\";i:2432;s:11:\"size_before\";i:6455;s:10:\"size_after\";i:4023;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.14;s:5:\"bytes\";i:1603;s:11:\"size_before\";i:4435;s:10:\"size_after\";i:2832;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.43;s:5:\"bytes\";i:1398;s:11:\"size_before\";i:3946;s:10:\"size_after\";i:2548;s:4:\"time\";d:0.02;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8494, 460, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.890272989521934;s:5:\"bytes\";i:45788;s:11:\"size_before\";i:664531;s:10:\"size_after\";i:618743;s:4:\"time\";d:0.47000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:195;s:11:\"size_before\";i:5708;s:10:\"size_after\";i:5513;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:1777;s:11:\"size_before\";i:35980;s:10:\"size_after\";i:34203;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:195;s:11:\"size_before\";i:4581;s:10:\"size_after\";i:4386;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:853;s:11:\"size_before\";i:22774;s:10:\"size_after\";i:21921;s:4:\"time\";d:0.01;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32;s:5:\"bytes\";i:5239;s:11:\"size_before\";i:71607;s:10:\"size_after\";i:66368;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:173;s:11:\"size_before\";i:4708;s:10:\"size_after\";i:4535;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.11;s:5:\"bytes\";i:129;s:11:\"size_before\";i:1065;s:10:\"size_after\";i:936;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:136;s:11:\"size_before\";i:2401;s:10:\"size_after\";i:2265;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.56;s:5:\"bytes\";i:8960;s:11:\"size_before\";i:104688;s:10:\"size_after\";i:95728;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:155;s:11:\"size_before\";i:2344;s:10:\"size_after\";i:2189;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.23;s:5:\"bytes\";i:153;s:11:\"size_before\";i:2116;s:10:\"size_after\";i:1963;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:6577;s:11:\"size_before\";i:90077;s:10:\"size_after\";i:83500;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:2713;s:11:\"size_before\";i:46662;s:10:\"size_after\";i:43949;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:3674;s:11:\"size_before\";i:62559;s:10:\"size_after\";i:58885;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.82;s:5:\"bytes\";i:9165;s:11:\"size_before\";i:103948;s:10:\"size_after\";i:94783;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:3509;s:11:\"size_before\";i:61505;s:10:\"size_after\";i:57996;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:2185;s:11:\"size_before\";i:41808;s:10:\"size_after\";i:39623;s:4:\"time\";d:0.02;}}}'),
(8495, 459, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9466408509563635;s:5:\"bytes\";i:46211;s:11:\"size_before\";i:665228;s:10:\"size_after\";i:619017;s:4:\"time\";d:0.4600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:164;s:11:\"size_before\";i:5640;s:10:\"size_after\";i:5476;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.03;s:5:\"bytes\";i:1810;s:11:\"size_before\";i:36014;s:10:\"size_after\";i:34204;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:209;s:11:\"size_before\";i:4568;s:10:\"size_after\";i:4359;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:845;s:11:\"size_before\";i:22770;s:10:\"size_after\";i:21925;s:4:\"time\";d:0.02;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.31;s:5:\"bytes\";i:5229;s:11:\"size_before\";i:71572;s:10:\"size_after\";i:66343;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:152;s:11:\"size_before\";i:4703;s:10:\"size_after\";i:4551;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.99;s:5:\"bytes\";i:136;s:11:\"size_before\";i:1047;s:10:\"size_after\";i:911;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:159;s:11:\"size_before\";i:2417;s:10:\"size_after\";i:2258;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.57;s:5:\"bytes\";i:8982;s:11:\"size_before\";i:104795;s:10:\"size_after\";i:95813;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:143;s:11:\"size_before\";i:2323;s:10:\"size_after\";i:2180;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:151;s:11:\"size_before\";i:2123;s:10:\"size_after\";i:1972;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.38;s:5:\"bytes\";i:6654;s:11:\"size_before\";i:90212;s:10:\"size_after\";i:83558;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:2721;s:11:\"size_before\";i:46645;s:10:\"size_after\";i:43924;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:3717;s:11:\"size_before\";i:62790;s:10:\"size_after\";i:59073;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.93;s:5:\"bytes\";i:9296;s:11:\"size_before\";i:104052;s:10:\"size_after\";i:94756;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:3617;s:11:\"size_before\";i:61676;s:10:\"size_after\";i:58059;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:2226;s:11:\"size_before\";i:41881;s:10:\"size_after\";i:39655;s:4:\"time\";d:0.03;}}}'),
(8496, 458, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.55560469230053;s:5:\"bytes\";i:139013;s:11:\"size_before\";i:1202992;s:10:\"size_after\";i:1063979;s:4:\"time\";d:6;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.12;s:5:\"bytes\";i:9280;s:11:\"size_before\";i:48545;s:10:\"size_after\";i:39265;s:4:\"time\";d:0.23;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.79;s:5:\"bytes\";i:99533;s:11:\"size_before\";i:436784;s:10:\"size_after\";i:337251;s:4:\"time\";d:1.61;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3;s:5:\"bytes\";i:2827;s:11:\"size_before\";i:17348;s:10:\"size_after\";i:14521;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.58;s:5:\"bytes\";i:1620;s:11:\"size_before\";i:12873;s:10:\"size_after\";i:11253;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2207;s:10:\"size_after\";i:2207;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:261;s:11:\"size_before\";i:4274;s:10:\"size_after\";i:4013;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:3673;s:11:\"size_before\";i:151132;s:10:\"size_after\";i:147459;s:4:\"time\";d:0.71;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.47;s:5:\"bytes\";i:932;s:11:\"size_before\";i:6918;s:10:\"size_after\";i:5986;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:295;s:11:\"size_before\";i:4546;s:10:\"size_after\";i:4251;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:9250;s:11:\"size_before\";i:200806;s:10:\"size_after\";i:191556;s:4:\"time\";d:0.9;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.18;s:5:\"bytes\";i:4429;s:11:\"size_before\";i:48248;s:10:\"size_after\";i:43819;s:4:\"time\";d:0.38;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.17;s:5:\"bytes\";i:2484;s:11:\"size_before\";i:114652;s:10:\"size_after\";i:112168;s:4:\"time\";d:1.02;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112168;s:10:\"size_after\";i:112168;s:4:\"time\";d:0.57;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.42;s:5:\"bytes\";i:4429;s:11:\"size_before\";i:42491;s:10:\"size_after\";i:38062;s:4:\"time\";d:0.41;}}}'),
(8497, 457, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.214102004605538;s:5:\"bytes\";i:153742;s:11:\"size_before\";i:1010523;s:10:\"size_after\";i:856781;s:4:\"time\";d:5.83;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.7;s:5:\"bytes\";i:10536;s:11:\"size_before\";i:46417;s:10:\"size_after\";i:35881;s:4:\"time\";d:0.2;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.87;s:5:\"bytes\";i:108518;s:11:\"size_before\";i:419434;s:10:\"size_after\";i:310916;s:4:\"time\";d:2.23;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.87;s:5:\"bytes\";i:3219;s:11:\"size_before\";i:15425;s:10:\"size_after\";i:12206;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32;s:5:\"bytes\";i:1766;s:11:\"size_before\";i:12335;s:10:\"size_after\";i:10569;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2067;s:10:\"size_after\";i:2067;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.26;s:5:\"bytes\";i:332;s:11:\"size_before\";i:4019;s:10:\"size_after\";i:3687;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:5221;s:11:\"size_before\";i:111916;s:10:\"size_after\";i:106695;s:4:\"time\";d:0.52;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.85;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:6301;s:10:\"size_after\";i:5176;s:4:\"time\";d:0.04;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.94;s:5:\"bytes\";i:375;s:11:\"size_before\";i:3771;s:10:\"size_after\";i:3396;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:7250;s:11:\"size_before\";i:155287;s:10:\"size_after\";i:148037;s:4:\"time\";d:0.81;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.07;s:5:\"bytes\";i:4447;s:11:\"size_before\";i:36850;s:10:\"size_after\";i:32403;s:4:\"time\";d:0.5;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.85;s:5:\"bytes\";i:6552;s:11:\"size_before\";i:83459;s:10:\"size_after\";i:76907;s:4:\"time\";d:0.49;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76907;s:10:\"size_after\";i:76907;s:4:\"time\";d:0.6;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.11;s:5:\"bytes\";i:4401;s:11:\"size_before\";i:36335;s:10:\"size_after\";i:31934;s:4:\"time\";d:0.27;}}}'),
(8498, 416, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.971655109182711;s:5:\"bytes\";i:46200;s:11:\"size_before\";i:929268;s:10:\"size_after\";i:883068;s:4:\"time\";d:0.5900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:285;s:11:\"size_before\";i:9939;s:10:\"size_after\";i:9654;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:1981;s:11:\"size_before\";i:61909;s:10:\"size_after\";i:59928;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:244;s:11:\"size_before\";i:5281;s:10:\"size_after\";i:5037;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:953;s:11:\"size_before\";i:38403;s:10:\"size_after\";i:37450;s:4:\"time\";d:0.02;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:6728;s:11:\"size_before\";i:132359;s:10:\"size_after\";i:125631;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:254;s:11:\"size_before\";i:6749;s:10:\"size_after\";i:6495;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.54;s:5:\"bytes\";i:158;s:11:\"size_before\";i:1499;s:10:\"size_after\";i:1341;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:225;s:11:\"size_before\";i:3164;s:10:\"size_after\";i:2939;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:8705;s:11:\"size_before\";i:142227;s:10:\"size_after\";i:133522;s:4:\"time\";d:0.1;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.85;s:5:\"bytes\";i:222;s:11:\"size_before\";i:2828;s:10:\"size_after\";i:2606;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8;s:5:\"bytes\";i:192;s:11:\"size_before\";i:2462;s:10:\"size_after\";i:2270;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:5551;s:11:\"size_before\";i:115030;s:10:\"size_after\";i:109479;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:2338;s:11:\"size_before\";i:57218;s:10:\"size_after\";i:54880;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:6583;s:11:\"size_before\";i:108523;s:10:\"size_after\";i:101940;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:7398;s:11:\"size_before\";i:123213;s:10:\"size_after\";i:115815;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:2393;s:11:\"size_before\";i:66751;s:10:\"size_after\";i:64358;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:1990;s:11:\"size_before\";i:51713;s:10:\"size_after\";i:49723;s:4:\"time\";d:0.05;}}}'),
(8499, 415, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9051466100181513;s:5:\"bytes\";i:21799;s:11:\"size_before\";i:750358;s:10:\"size_after\";i:728559;s:4:\"time\";d:0.5299999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:410;s:11:\"size_before\";i:11591;s:10:\"size_after\";i:11181;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:61379;s:10:\"size_after\";i:60337;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:298;s:11:\"size_before\";i:6011;s:10:\"size_after\";i:5713;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:1477;s:11:\"size_before\";i:73103;s:10:\"size_after\";i:71626;s:4:\"time\";d:0.03;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:3300;s:11:\"size_before\";i:112606;s:10:\"size_after\";i:109306;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:285;s:11:\"size_before\";i:4751;s:10:\"size_after\";i:4466;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.83;s:5:\"bytes\";i:164;s:11:\"size_before\";i:1515;s:10:\"size_after\";i:1351;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9;s:5:\"bytes\";i:175;s:11:\"size_before\";i:2214;s:10:\"size_after\";i:2039;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:2646;s:11:\"size_before\";i:79191;s:10:\"size_after\";i:76545;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:212;s:11:\"size_before\";i:3041;s:10:\"size_after\";i:2829;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:190;s:11:\"size_before\";i:2717;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:3060;s:11:\"size_before\";i:89996;s:10:\"size_after\";i:86936;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:48812;s:10:\"size_after\";i:47268;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.14;s:5:\"bytes\";i:1614;s:11:\"size_before\";i:75433;s:10:\"size_after\";i:73819;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:2390;s:11:\"size_before\";i:70811;s:10:\"size_after\";i:68421;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:1543;s:11:\"size_before\";i:60759;s:10:\"size_after\";i:59216;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:1449;s:11:\"size_before\";i:46428;s:10:\"size_after\";i:44979;s:4:\"time\";d:0.05;}}}'),
(8500, 413, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.105994797508532;s:5:\"bytes\";i:47642;s:11:\"size_before\";i:670448;s:10:\"size_after\";i:622806;s:4:\"time\";d:0.5800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:197;s:11:\"size_before\";i:5526;s:10:\"size_after\";i:5329;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:1718;s:11:\"size_before\";i:35612;s:10:\"size_after\";i:33894;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:162;s:11:\"size_before\";i:4299;s:10:\"size_after\";i:4137;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:780;s:11:\"size_before\";i:22115;s:10:\"size_after\";i:21335;s:4:\"time\";d:0.01;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62;s:5:\"bytes\";i:5577;s:11:\"size_before\";i:73204;s:10:\"size_after\";i:67627;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:176;s:11:\"size_before\";i:4618;s:10:\"size_after\";i:4442;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.37;s:5:\"bytes\";i:152;s:11:\"size_before\";i:1058;s:10:\"size_after\";i:906;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.34;s:5:\"bytes\";i:177;s:11:\"size_before\";i:2411;s:10:\"size_after\";i:2234;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.61;s:5:\"bytes\";i:9230;s:11:\"size_before\";i:107214;s:10:\"size_after\";i:97984;s:4:\"time\";d:0.14;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:135;s:11:\"size_before\";i:2233;s:10:\"size_after\";i:2098;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.74;s:5:\"bytes\";i:137;s:11:\"size_before\";i:2033;s:10:\"size_after\";i:1896;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.22;s:5:\"bytes\";i:6375;s:11:\"size_before\";i:88349;s:10:\"size_after\";i:81974;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:3036;s:11:\"size_before\";i:48739;s:10:\"size_after\";i:45703;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:3373;s:11:\"size_before\";i:58485;s:10:\"size_after\";i:55112;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.37;s:5:\"bytes\";i:10461;s:11:\"size_before\";i:111690;s:10:\"size_after\";i:101229;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:3413;s:11:\"size_before\";i:59258;s:10:\"size_after\";i:55845;s:4:\"time\";d:0.02;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:2543;s:11:\"size_before\";i:43604;s:10:\"size_after\";i:41061;s:4:\"time\";d:0.05;}}}'),
(8501, 412, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.67325069392129;s:5:\"bytes\";i:27354;s:11:\"size_before\";i:744681;s:10:\"size_after\";i:717327;s:4:\"time\";d:0.6800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:231;s:11:\"size_before\";i:6920;s:10:\"size_after\";i:6689;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:45713;s:10:\"size_after\";i:44358;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:213;s:11:\"size_before\";i:4481;s:10:\"size_after\";i:4268;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:808;s:11:\"size_before\";i:29324;s:10:\"size_after\";i:28516;s:4:\"time\";d:0.03;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2999;s:11:\"size_before\";i:85776;s:10:\"size_after\";i:82777;s:4:\"time\";d:0.17;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:186;s:11:\"size_before\";i:5694;s:10:\"size_after\";i:5508;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.45;s:5:\"bytes\";i:125;s:11:\"size_before\";i:1092;s:10:\"size_after\";i:967;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:151;s:11:\"size_before\";i:2729;s:10:\"size_after\";i:2578;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:4593;s:11:\"size_before\";i:111979;s:10:\"size_after\";i:107386;s:4:\"time\";d:0.1;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:157;s:11:\"size_before\";i:2256;s:10:\"size_after\";i:2099;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:151;s:11:\"size_before\";i:2025;s:10:\"size_after\";i:1874;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:3599;s:11:\"size_before\";i:89448;s:10:\"size_after\";i:85849;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:1876;s:11:\"size_before\";i:62215;s:10:\"size_after\";i:60339;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:2212;s:11:\"size_before\";i:53862;s:10:\"size_after\";i:51650;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:4906;s:11:\"size_before\";i:124198;s:10:\"size_after\";i:119292;s:4:\"time\";d:0.07;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:2169;s:11:\"size_before\";i:60530;s:10:\"size_after\";i:58361;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.88;s:5:\"bytes\";i:1623;s:11:\"size_before\";i:56439;s:10:\"size_after\";i:54816;s:4:\"time\";d:0.05;}}}'),
(8502, 411, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.631432086324679;s:5:\"bytes\";i:28397;s:11:\"size_before\";i:781978;s:10:\"size_after\";i:753581;s:4:\"time\";d:0.6700000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:225;s:11:\"size_before\";i:6999;s:10:\"size_after\";i:6774;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:1390;s:11:\"size_before\";i:46762;s:10:\"size_after\";i:45372;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.91;s:5:\"bytes\";i:180;s:11:\"size_before\";i:4598;s:10:\"size_after\";i:4418;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:824;s:11:\"size_before\";i:29774;s:10:\"size_after\";i:28950;s:4:\"time\";d:0.05;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:3094;s:11:\"size_before\";i:88868;s:10:\"size_after\";i:85774;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:180;s:11:\"size_before\";i:5739;s:10:\"size_after\";i:5559;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.65;s:5:\"bytes\";i:127;s:11:\"size_before\";i:1090;s:10:\"size_after\";i:963;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:144;s:11:\"size_before\";i:2755;s:10:\"size_after\";i:2611;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:4919;s:11:\"size_before\";i:118991;s:10:\"size_after\";i:114072;s:4:\"time\";d:0.09;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:117;s:11:\"size_before\";i:2249;s:10:\"size_after\";i:2132;s:4:\"time\";d:0.04;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:113;s:11:\"size_before\";i:2041;s:10:\"size_after\";i:1928;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:3790;s:11:\"size_before\";i:95283;s:10:\"size_after\";i:91493;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:1948;s:11:\"size_before\";i:64156;s:10:\"size_after\";i:62208;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:2295;s:11:\"size_before\";i:59330;s:10:\"size_after\";i:57035;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:5061;s:11:\"size_before\";i:131074;s:10:\"size_after\";i:126013;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:2292;s:11:\"size_before\";i:64013;s:10:\"size_after\";i:61721;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:1698;s:11:\"size_before\";i:58256;s:10:\"size_after\";i:56558;s:4:\"time\";d:0.07;}}}'),
(8503, 410, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.114902672354008;s:5:\"bytes\";i:107682;s:11:\"size_before\";i:2105260;s:10:\"size_after\";i:1997578;s:4:\"time\";d:1.1500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:731;s:11:\"size_before\";i:12454;s:10:\"size_after\";i:11723;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:5314;s:11:\"size_before\";i:113594;s:10:\"size_after\";i:108280;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:458;s:11:\"size_before\";i:7642;s:10:\"size_after\";i:7184;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:3374;s:11:\"size_before\";i:67593;s:10:\"size_after\";i:64219;s:4:\"time\";d:0.05;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:10744;s:11:\"size_before\";i:237111;s:10:\"size_after\";i:226367;s:4:\"time\";d:0.1;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:594;s:11:\"size_before\";i:9839;s:10:\"size_after\";i:9245;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.38;s:5:\"bytes\";i:123;s:11:\"size_before\";i:1185;s:10:\"size_after\";i:1062;s:4:\"time\";d:0.04;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44;s:5:\"bytes\";i:256;s:11:\"size_before\";i:3973;s:10:\"size_after\";i:3717;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:19809;s:11:\"size_before\";i:358108;s:10:\"size_after\";i:338299;s:4:\"time\";d:0.13;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:232;s:11:\"size_before\";i:3241;s:10:\"size_after\";i:3009;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.26;s:5:\"bytes\";i:235;s:11:\"size_before\";i:2845;s:10:\"size_after\";i:2610;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:15298;s:11:\"size_before\";i:278311;s:10:\"size_after\";i:263013;s:4:\"time\";d:0.11;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:7450;s:11:\"size_before\";i:159980;s:10:\"size_after\";i:152530;s:4:\"time\";d:0.13;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:7931;s:11:\"size_before\";i:155964;s:10:\"size_after\";i:148033;s:4:\"time\";d:0.13;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:21290;s:11:\"size_before\";i:389573;s:10:\"size_after\";i:368283;s:4:\"time\";d:0.19;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:7168;s:11:\"size_before\";i:160920;s:10:\"size_after\";i:153752;s:4:\"time\";d:0.09;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:6675;s:11:\"size_before\";i:142927;s:10:\"size_after\";i:136252;s:4:\"time\";d:0.05;}}}'),
(8504, 409, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.543547691129299;s:5:\"bytes\";i:37760;s:11:\"size_before\";i:577057;s:10:\"size_after\";i:539297;s:4:\"time\";d:0.6000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:205;s:11:\"size_before\";i:5918;s:10:\"size_after\";i:5713;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:34823;s:10:\"size_after\";i:32911;s:4:\"time\";d:0.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:147;s:11:\"size_before\";i:3914;s:10:\"size_after\";i:3767;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:1094;s:11:\"size_before\";i:22600;s:10:\"size_after\";i:21506;s:4:\"time\";d:0.03;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.14;s:5:\"bytes\";i:4555;s:11:\"size_before\";i:63786;s:10:\"size_after\";i:59231;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:185;s:11:\"size_before\";i:4892;s:10:\"size_after\";i:4707;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.51;s:5:\"bytes\";i:134;s:11:\"size_before\";i:1071;s:10:\"size_after\";i:937;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:130;s:11:\"size_before\";i:2509;s:10:\"size_after\";i:2379;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37;s:5:\"bytes\";i:6448;s:11:\"size_before\";i:87456;s:10:\"size_after\";i:81008;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:121;s:11:\"size_before\";i:2083;s:10:\"size_after\";i:1962;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:102;s:11:\"size_before\";i:1865;s:10:\"size_after\";i:1763;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:4582;s:11:\"size_before\";i:73153;s:10:\"size_after\";i:68571;s:4:\"time\";d:0.08;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:2768;s:11:\"size_before\";i:46532;s:10:\"size_after\";i:43764;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:2739;s:11:\"size_before\";i:43924;s:10:\"size_after\";i:41185;s:4:\"time\";d:0.02;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07;s:5:\"bytes\";i:7327;s:11:\"size_before\";i:90813;s:10:\"size_after\";i:83486;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:2955;s:11:\"size_before\";i:49300;s:10:\"size_after\";i:46345;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:2356;s:11:\"size_before\";i:42418;s:10:\"size_after\";i:40062;s:4:\"time\";d:0.02;}}}'),
(8505, 408, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.906970942935295;s:5:\"bytes\";i:46069;s:11:\"size_before\";i:465016;s:10:\"size_after\";i:418947;s:4:\"time\";d:0.55;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:163;s:11:\"size_before\";i:4798;s:10:\"size_after\";i:4635;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.63;s:5:\"bytes\";i:2483;s:11:\"size_before\";i:28768;s:10:\"size_after\";i:26285;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:142;s:11:\"size_before\";i:3271;s:10:\"size_after\";i:3129;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:18648;s:10:\"size_after\";i:17511;s:4:\"time\";d:0.01;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.51;s:5:\"bytes\";i:5518;s:11:\"size_before\";i:52517;s:10:\"size_after\";i:46999;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:145;s:11:\"size_before\";i:3999;s:10:\"size_after\";i:3854;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.93;s:5:\"bytes\";i:115;s:11:\"size_before\";i:964;s:10:\"size_after\";i:849;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:106;s:11:\"size_before\";i:2115;s:10:\"size_after\";i:2009;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.56;s:5:\"bytes\";i:8062;s:11:\"size_before\";i:69761;s:10:\"size_after\";i:61699;s:4:\"time\";d:0.09;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:93;s:11:\"size_before\";i:1763;s:10:\"size_after\";i:1670;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2;s:5:\"bytes\";i:84;s:11:\"size_before\";i:1616;s:10:\"size_after\";i:1532;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.03;s:5:\"bytes\";i:5874;s:11:\"size_before\";i:58556;s:10:\"size_after\";i:52682;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.93;s:5:\"bytes\";i:3334;s:11:\"size_before\";i:37344;s:10:\"size_after\";i:34010;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.07;s:5:\"bytes\";i:3558;s:11:\"size_before\";i:35323;s:10:\"size_after\";i:31765;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.88;s:5:\"bytes\";i:8512;s:11:\"size_before\";i:71664;s:10:\"size_after\";i:63152;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.66;s:5:\"bytes\";i:3863;s:11:\"size_before\";i:39992;s:10:\"size_after\";i:36129;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.49;s:5:\"bytes\";i:2880;s:11:\"size_before\";i:33917;s:10:\"size_after\";i:31037;s:4:\"time\";d:0.02;}}}'),
(8506, 407, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.779749456426425;s:5:\"bytes\";i:41255;s:11:\"size_before\";i:530287;s:10:\"size_after\";i:489032;s:4:\"time\";d:0.4900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:192;s:11:\"size_before\";i:5439;s:10:\"size_after\";i:5247;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:2027;s:11:\"size_before\";i:32134;s:10:\"size_after\";i:30107;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:127;s:11:\"size_before\";i:3704;s:10:\"size_after\";i:3577;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:21002;s:10:\"size_after\";i:19875;s:4:\"time\";d:0.02;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.79;s:5:\"bytes\";i:5148;s:11:\"size_before\";i:58599;s:10:\"size_after\";i:53451;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:148;s:11:\"size_before\";i:4551;s:10:\"size_after\";i:4403;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.07;s:5:\"bytes\";i:124;s:11:\"size_before\";i:1027;s:10:\"size_after\";i:903;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:98;s:11:\"size_before\";i:2374;s:10:\"size_after\";i:2276;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.91;s:5:\"bytes\";i:7072;s:11:\"size_before\";i:79387;s:10:\"size_after\";i:72315;s:4:\"time\";d:0.08;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:101;s:11:\"size_before\";i:1971;s:10:\"size_after\";i:1870;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:79;s:11:\"size_before\";i:1787;s:10:\"size_after\";i:1708;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.47;s:5:\"bytes\";i:4999;s:11:\"size_before\";i:66949;s:10:\"size_after\";i:61950;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:3016;s:11:\"size_before\";i:43243;s:10:\"size_after\";i:40227;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.49;s:5:\"bytes\";i:3023;s:11:\"size_before\";i:40340;s:10:\"size_after\";i:37317;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.77;s:5:\"bytes\";i:8091;s:11:\"size_before\";i:82791;s:10:\"size_after\";i:74700;s:4:\"time\";d:0.09;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:3305;s:11:\"size_before\";i:45610;s:10:\"size_after\";i:42305;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:2578;s:11:\"size_before\";i:39379;s:10:\"size_after\";i:36801;s:4:\"time\";d:0.02;}}}'),
(8507, 406, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.421209064477325;s:5:\"bytes\";i:30150;s:11:\"size_before\";i:556149;s:10:\"size_after\";i:525999;s:4:\"time\";d:0.43;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:219;s:11:\"size_before\";i:7776;s:10:\"size_after\";i:7557;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:3954;s:11:\"size_before\";i:71973;s:10:\"size_after\";i:68019;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:179;s:11:\"size_before\";i:4214;s:10:\"size_after\";i:4035;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:1973;s:11:\"size_before\";i:41353;s:10:\"size_after\";i:39380;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:182;s:11:\"size_before\";i:4952;s:10:\"size_after\";i:4770;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.61;s:5:\"bytes\";i:132;s:11:\"size_before\";i:1137;s:10:\"size_after\";i:1005;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:166;s:11:\"size_before\";i:2213;s:10:\"size_after\";i:2047;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:148;s:11:\"size_before\";i:2134;s:10:\"size_after\";i:1986;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.88;s:5:\"bytes\";i:152;s:11:\"size_before\";i:1930;s:10:\"size_after\";i:1778;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:4446;s:11:\"size_before\";i:73510;s:10:\"size_after\";i:69064;s:4:\"time\";d:0.13;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:4039;s:11:\"size_before\";i:93045;s:10:\"size_after\";i:89006;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:7102;s:11:\"size_before\";i:114754;s:10:\"size_after\";i:107652;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:4100;s:11:\"size_before\";i:78962;s:10:\"size_after\";i:74862;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:3358;s:11:\"size_before\";i:58196;s:10:\"size_after\";i:54838;s:4:\"time\";d:0.04;}}}'),
(8508, 405, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.291372442606889;s:5:\"bytes\";i:25545;s:11:\"size_before\";i:482767;s:10:\"size_after\";i:457222;s:4:\"time\";d:0.34;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:443;s:11:\"size_before\";i:9408;s:10:\"size_after\";i:8965;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:3521;s:11:\"size_before\";i:68772;s:10:\"size_after\";i:65251;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:204;s:11:\"size_before\";i:4593;s:10:\"size_after\";i:4389;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:2193;s:11:\"size_before\";i:43174;s:10:\"size_after\";i:40981;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:244;s:11:\"size_before\";i:6083;s:10:\"size_after\";i:5839;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:127;s:11:\"size_before\";i:1240;s:10:\"size_after\";i:1113;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:147;s:11:\"size_before\";i:2634;s:10:\"size_after\";i:2487;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:138;s:11:\"size_before\";i:2315;s:10:\"size_after\";i:2177;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:111;s:11:\"size_before\";i:2054;s:10:\"size_after\";i:1943;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:3765;s:11:\"size_before\";i:63910;s:10:\"size_after\";i:60145;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:3049;s:11:\"size_before\";i:62008;s:10:\"size_after\";i:58959;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:5067;s:11:\"size_before\";i:95816;s:10:\"size_after\";i:90749;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:3355;s:11:\"size_before\";i:67733;s:10:\"size_after\";i:64378;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:3181;s:11:\"size_before\";i:53027;s:10:\"size_after\";i:49846;s:4:\"time\";d:0.06;}}}'),
(8509, 404, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:29.66216292675199;s:5:\"bytes\";i:104851;s:11:\"size_before\";i:353484;s:10:\"size_after\";i:248633;s:4:\"time\";d:2.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.93;s:5:\"bytes\";i:14033;s:11:\"size_before\";i:28105;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.1;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.01;s:5:\"bytes\";i:6211;s:11:\"size_before\";i:17739;s:10:\"size_after\";i:11528;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.05;s:5:\"bytes\";i:3210;s:11:\"size_before\";i:9712;s:10:\"size_after\";i:6502;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.65;s:5:\"bytes\";i:390;s:11:\"size_before\";i:1582;s:10:\"size_after\";i:1192;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.96;s:5:\"bytes\";i:994;s:11:\"size_before\";i:3110;s:10:\"size_after\";i:2116;s:4:\"time\";d:0.03;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.81;s:5:\"bytes\";i:15985;s:11:\"size_before\";i:51879;s:10:\"size_after\";i:35894;s:4:\"time\";d:0.4;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.43;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:6566;s:10:\"size_after\";i:4371;s:4:\"time\";d:0.05;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.88;s:5:\"bytes\";i:1871;s:11:\"size_before\";i:5523;s:10:\"size_after\";i:3652;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.1;s:5:\"bytes\";i:15822;s:11:\"size_before\";i:52571;s:10:\"size_after\";i:36749;s:4:\"time\";d:0.38;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.87;s:5:\"bytes\";i:14153;s:11:\"size_before\";i:45854;s:10:\"size_after\";i:31701;s:4:\"time\";d:0.15;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.32;s:5:\"bytes\";i:16028;s:11:\"size_before\";i:51179;s:10:\"size_after\";i:35151;s:4:\"time\";d:0.25;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35151;s:10:\"size_after\";i:35151;s:4:\"time\";d:0.23;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.36;s:5:\"bytes\";i:13959;s:11:\"size_before\";i:44513;s:10:\"size_after\";i:30554;s:4:\"time\";d:0.35;}}}'),
(8510, 403, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.312989252202886;s:5:\"bytes\";i:88868;s:11:\"size_before\";i:325369;s:10:\"size_after\";i:236501;s:4:\"time\";d:2.1500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.96;s:5:\"bytes\";i:16568;s:11:\"size_before\";i:47385;s:10:\"size_after\";i:30817;s:4:\"time\";d:0.27;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.62;s:5:\"bytes\";i:6294;s:11:\"size_before\";i:18722;s:10:\"size_after\";i:12428;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.98;s:5:\"bytes\";i:4330;s:11:\"size_before\";i:12034;s:10:\"size_after\";i:7704;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.52;s:5:\"bytes\";i:444;s:11:\"size_before\";i:1811;s:10:\"size_after\";i:1367;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.51;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:3711;s:10:\"size_after\";i:2653;s:4:\"time\";d:0.03;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.92;s:5:\"bytes\";i:16666;s:11:\"size_before\";i:57622;s:10:\"size_after\";i:40956;s:4:\"time\";d:0.33;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.22;s:5:\"bytes\";i:2066;s:11:\"size_before\";i:6617;s:10:\"size_after\";i:4551;s:4:\"time\";d:0.04;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.9;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:5326;s:10:\"size_after\";i:3574;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.23;s:5:\"bytes\";i:11920;s:11:\"size_before\";i:39431;s:10:\"size_after\";i:27511;s:4:\"time\";d:0.2;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.4;s:5:\"bytes\";i:16276;s:11:\"size_before\";i:55353;s:10:\"size_after\";i:39077;s:4:\"time\";d:0.26;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39077;s:10:\"size_after\";i:39077;s:4:\"time\";d:0.33;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.03;s:5:\"bytes\";i:11494;s:11:\"size_before\";i:38280;s:10:\"size_after\";i:26786;s:4:\"time\";d:0.51;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8511, 402, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.324508983318086;s:5:\"bytes\";i:23965;s:11:\"size_before\";i:102746;s:10:\"size_after\";i:78781;s:4:\"time\";d:1.4900000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.02;s:5:\"bytes\";i:4974;s:11:\"size_before\";i:16569;s:10:\"size_after\";i:11595;s:4:\"time\";d:0.08;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.45;s:5:\"bytes\";i:4115;s:11:\"size_before\";i:10987;s:10:\"size_after\";i:6872;s:4:\"time\";d:0.1;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.07;s:5:\"bytes\";i:2475;s:11:\"size_before\";i:6862;s:10:\"size_after\";i:4387;s:4:\"time\";d:0.05;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.02;s:5:\"bytes\";i:320;s:11:\"size_before\";i:1230;s:10:\"size_after\";i:910;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.02;s:5:\"bytes\";i:558;s:11:\"size_before\";i:1923;s:10:\"size_after\";i:1365;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.79;s:5:\"bytes\";i:4697;s:11:\"size_before\";i:19747;s:10:\"size_after\";i:15050;s:4:\"time\";d:0.35;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.9;s:5:\"bytes\";i:1232;s:11:\"size_before\";i:3432;s:10:\"size_after\";i:2200;s:4:\"time\";d:0.05;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.15;s:5:\"bytes\";i:962;s:11:\"size_before\";i:2737;s:10:\"size_after\";i:1775;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.46;s:5:\"bytes\";i:1675;s:11:\"size_before\";i:9072;s:10:\"size_after\";i:7397;s:4:\"time\";d:0.1;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.44;s:5:\"bytes\";i:1706;s:11:\"size_before\";i:11818;s:10:\"size_after\";i:10112;s:4:\"time\";d:0.21;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10112;s:10:\"size_after\";i:10112;s:4:\"time\";d:0.33;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.15;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:8257;s:10:\"size_after\";i:7006;s:4:\"time\";d:0.14;}}}'),
(8512, 401, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.24098597089288;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:22881;s:10:\"size_after\";i:21453;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:336;s:11:\"size_before\";i:5940;s:10:\"size_after\";i:5604;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:313;s:11:\"size_before\";i:6899;s:10:\"size_after\";i:6586;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.45;s:5:\"bytes\";i:137;s:11:\"size_before\";i:1450;s:10:\"size_after\";i:1313;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:223;s:11:\"size_before\";i:3042;s:10:\"size_after\";i:2819;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.41;s:5:\"bytes\";i:219;s:11:\"size_before\";i:2954;s:10:\"size_after\";i:2735;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:200;s:11:\"size_before\";i:2596;s:10:\"size_after\";i:2396;s:4:\"time\";d:0.01;}}}'),
(8513, 400, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.602651839178785;s:5:\"bytes\";i:2133;s:11:\"size_before\";i:28056;s:10:\"size_after\";i:25923;s:4:\"time\";d:0.09000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:543;s:11:\"size_before\";i:7772;s:10:\"size_after\";i:7229;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:575;s:11:\"size_before\";i:8845;s:10:\"size_after\";i:8270;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9;s:5:\"bytes\";i:160;s:11:\"size_before\";i:1616;s:10:\"size_after\";i:1456;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.46;s:5:\"bytes\";i:284;s:11:\"size_before\";i:3358;s:10:\"size_after\";i:3074;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.66;s:5:\"bytes\";i:298;s:11:\"size_before\";i:3442;s:10:\"size_after\";i:3144;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.03;s:5:\"bytes\";i:273;s:11:\"size_before\";i:3023;s:10:\"size_after\";i:2750;s:4:\"time\";d:0.02;}}}'),
(8514, 399, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.465417289459452;s:5:\"bytes\";i:132619;s:11:\"size_before\";i:501103;s:10:\"size_after\";i:368484;s:4:\"time\";d:2.89;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.24;s:5:\"bytes\";i:16799;s:11:\"size_before\";i:50535;s:10:\"size_after\";i:33736;s:4:\"time\";d:0.2;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.25;s:5:\"bytes\";i:6031;s:11:\"size_before\";i:19298;s:10:\"size_after\";i:13267;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.82;s:5:\"bytes\";i:3560;s:11:\"size_before\";i:11940;s:10:\"size_after\";i:8380;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.58;s:5:\"bytes\";i:306;s:11:\"size_before\";i:1741;s:10:\"size_after\";i:1435;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.2;s:5:\"bytes\";i:834;s:11:\"size_before\";i:3446;s:10:\"size_after\";i:2612;s:4:\"time\";d:0.05;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.97;s:5:\"bytes\";i:28873;s:11:\"size_before\";i:96348;s:10:\"size_after\";i:67475;s:4:\"time\";d:0.52;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.53;s:5:\"bytes\";i:1573;s:11:\"size_before\";i:5714;s:10:\"size_after\";i:4141;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.3;s:5:\"bytes\";i:1479;s:11:\"size_before\";i:5623;s:10:\"size_after\";i:4144;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.59;s:5:\"bytes\";i:24194;s:11:\"size_before\";i:81754;s:10:\"size_after\";i:57560;s:4:\"time\";d:0.39;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.81;s:5:\"bytes\";i:25237;s:11:\"size_before\";i:84659;s:10:\"size_after\";i:59422;s:4:\"time\";d:0.42;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59422;s:10:\"size_after\";i:59422;s:4:\"time\";d:0.38;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.44;s:5:\"bytes\";i:23733;s:11:\"size_before\";i:80623;s:10:\"size_after\";i:56890;s:4:\"time\";d:0.75;}}}'),
(8515, 398, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.560273859108676;s:5:\"bytes\";i:73183;s:11:\"size_before\";i:265538;s:10:\"size_after\";i:192355;s:4:\"time\";d:1.37;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.11;s:5:\"bytes\";i:17604;s:11:\"size_before\";i:64928;s:10:\"size_after\";i:47324;s:4:\"time\";d:0.37;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.92;s:5:\"bytes\";i:6589;s:11:\"size_before\";i:23596;s:10:\"size_after\";i:17007;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.99;s:5:\"bytes\";i:3798;s:11:\"size_before\";i:13568;s:10:\"size_after\";i:9770;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.86;s:5:\"bytes\";i:572;s:11:\"size_before\";i:2617;s:10:\"size_after\";i:2045;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.33;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:5306;s:10:\"size_after\";i:4015;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.27;s:5:\"bytes\";i:2370;s:11:\"size_before\";i:9021;s:10:\"size_after\";i:6651;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.7;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:6672;s:10:\"size_after\";i:4824;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.12;s:5:\"bytes\";i:19971;s:11:\"size_before\";i:71022;s:10:\"size_after\";i:51051;s:4:\"time\";d:0.39;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.82;s:5:\"bytes\";i:19140;s:11:\"size_before\";i:68808;s:10:\"size_after\";i:49668;s:4:\"time\";d:0.36;}}}'),
(8516, 397, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.514078144531496;s:5:\"bytes\";i:30311;s:11:\"size_before\";i:80799;s:10:\"size_after\";i:50488;s:4:\"time\";d:0.48;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.49;s:5:\"bytes\";i:10698;s:11:\"size_before\";i:28532;s:10:\"size_after\";i:17834;s:4:\"time\";d:0.14;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.69;s:5:\"bytes\";i:5433;s:11:\"size_before\";i:13687;s:10:\"size_after\";i:8254;s:4:\"time\";d:0.12;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.41;s:5:\"bytes\";i:8326;s:11:\"size_before\";i:20603;s:10:\"size_after\";i:12277;s:4:\"time\";d:0.09;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03;s:5:\"bytes\";i:162;s:11:\"size_before\";i:1155;s:10:\"size_after\";i:993;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.33;s:5:\"bytes\";i:2304;s:11:\"size_before\";i:7127;s:10:\"size_after\";i:4823;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.44;s:5:\"bytes\";i:2347;s:11:\"size_before\";i:6623;s:10:\"size_after\";i:4276;s:4:\"time\";d:0.06;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.89;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:3072;s:10:\"size_after\";i:2031;s:4:\"time\";d:0.01;}}}'),
(8521, 396, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.309729004163923;s:5:\"bytes\";i:364680;s:11:\"size_before\";i:5779646;s:10:\"size_after\";i:5414966;s:4:\"time\";d:18.58;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42098;s:10:\"size_after\";i:42098;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5;s:5:\"bytes\";i:5805;s:11:\"size_before\";i:386805;s:10:\"size_after\";i:381000;s:4:\"time\";d:0.77;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.45;s:5:\"bytes\";i:117;s:11:\"size_before\";i:26155;s:10:\"size_after\";i:26038;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.04;s:5:\"bytes\";i:88;s:11:\"size_before\";i:210489;s:10:\"size_after\";i:210401;s:4:\"time\";d:0.55;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:644369;s:10:\"size_after\";i:644369;s:4:\"time\";d:2.58;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32420;s:10:\"size_after\";i:32420;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2009;s:10:\"size_after\";i:2009;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12519;s:10:\"size_after\";i:12519;s:4:\"time\";d:0.03;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.08;s:5:\"bytes\";i:92039;s:11:\"size_before\";i:830408;s:10:\"size_after\";i:738369;s:4:\"time\";d:3.34;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9873;s:10:\"size_after\";i:9873;s:4:\"time\";d:0.06;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8933;s:10:\"size_after\";i:8933;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.22;s:5:\"bytes\";i:75279;s:11:\"size_before\";i:670639;s:10:\"size_after\";i:595360;s:4:\"time\";d:2.26;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.07;s:5:\"bytes\";i:4967;s:11:\"size_before\";i:462888;s:10:\"size_after\";i:457921;s:4:\"time\";d:1.1;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.14;s:5:\"bytes\";i:47615;s:11:\"size_before\";i:427478;s:10:\"size_after\";i:379863;s:4:\"time\";d:1.27;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1;s:5:\"bytes\";i:99830;s:11:\"size_before\";i:899050;s:10:\"size_after\";i:799220;s:4:\"time\";d:3.19;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.34;s:5:\"bytes\";i:20313;s:11:\"size_before\";i:607703;s:10:\"size_after\";i:587390;s:4:\"time\";d:1.91;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:18627;s:11:\"size_before\";i:505810;s:10:\"size_after\";i:487183;s:4:\"time\";d:1.29;}}}'),
(8522, 383, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.22762148337596;s:5:\"bytes\";i:498;s:11:\"size_before\";i:2346;s:10:\"size_after\";i:1848;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.23;s:5:\"bytes\";i:498;s:11:\"size_before\";i:2346;s:10:\"size_after\";i:1848;s:4:\"time\";d:0.01;}}}'),
(8523, 382, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.243423243423244;s:5:\"bytes\";i:698;s:11:\"size_before\";i:3003;s:10:\"size_after\";i:2305;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.24;s:5:\"bytes\";i:698;s:11:\"size_before\";i:3003;s:10:\"size_after\";i:2305;s:4:\"time\";d:0.02;}}}'),
(8524, 381, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.142535633908476;s:5:\"bytes\";i:537;s:11:\"size_before\";i:2666;s:10:\"size_after\";i:2129;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.14;s:5:\"bytes\";i:537;s:11:\"size_before\";i:2666;s:10:\"size_after\";i:2129;s:4:\"time\";d:0.01;}}}'),
(8525, 389, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.514355785469252;s:5:\"bytes\";i:767301;s:11:\"size_before\";i:4144357;s:10:\"size_after\";i:3377056;s:4:\"time\";d:21.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.26;s:5:\"bytes\";i:4256;s:11:\"size_before\";i:26171;s:10:\"size_after\";i:21915;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.76;s:5:\"bytes\";i:53022;s:11:\"size_before\";i:255460;s:10:\"size_after\";i:202438;s:4:\"time\";d:0.94;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.88;s:5:\"bytes\";i:1166;s:11:\"size_before\";i:10714;s:10:\"size_after\";i:9548;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.58;s:5:\"bytes\";i:20110;s:11:\"size_before\";i:129087;s:10:\"size_after\";i:108977;s:4:\"time\";d:0.53;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.59;s:5:\"bytes\";i:78575;s:11:\"size_before\";i:446634;s:10:\"size_after\";i:368059;s:4:\"time\";d:2.86;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.91;s:5:\"bytes\";i:227697;s:11:\"size_before\";i:914110;s:10:\"size_after\";i:686413;s:4:\"time\";d:5.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.66;s:5:\"bytes\";i:4472;s:11:\"size_before\";i:21647;s:10:\"size_after\";i:17175;s:4:\"time\";d:0.09;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8;s:5:\"bytes\";i:260;s:11:\"size_before\";i:1461;s:10:\"size_after\";i:1201;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.36;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:8208;s:10:\"size_after\";i:6783;s:4:\"time\";d:0.03;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.69;s:5:\"bytes\";i:219597;s:11:\"size_before\";i:927105;s:10:\"size_after\";i:707508;s:4:\"time\";d:3.3;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.79;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:6172;s:10:\"size_after\";i:5136;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.51;s:5:\"bytes\";i:588;s:11:\"size_before\";i:4352;s:10:\"size_after\";i:3764;s:4:\"time\";d:0.03;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:136375;s:10:\"size_after\";i:136375;s:4:\"time\";d:1.82;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.36;s:5:\"bytes\";i:40543;s:11:\"size_before\";i:282273;s:10:\"size_after\";i:241730;s:4:\"time\";d:1.09;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:78098;s:10:\"size_after\";i:78098;s:4:\"time\";d:1.21;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.01;s:5:\"bytes\";i:65521;s:11:\"size_before\";i:503578;s:10:\"size_after\";i:438057;s:4:\"time\";d:2.07;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:97005;s:10:\"size_after\";i:97005;s:4:\"time\";d:0.99;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.57;s:5:\"bytes\";i:49033;s:11:\"size_before\";i:295907;s:10:\"size_after\";i:246874;s:4:\"time\";d:0.87;}}}'),
(8526, 375, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.4252195829299316;s:5:\"bytes\";i:19483;s:11:\"size_before\";i:4581868;s:10:\"size_after\";i:4562385;s:4:\"time\";d:9.909999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62021;s:10:\"size_after\";i:62021;s:4:\"time\";d:0.09;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:617762;s:10:\"size_after\";i:617762;s:4:\"time\";d:1.33;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25161;s:10:\"size_after\";i:25161;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:366124;s:10:\"size_after\";i:366124;s:4:\"time\";d:1.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35476;s:10:\"size_after\";i:35476;s:4:\"time\";d:0.05;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3054;s:10:\"size_after\";i:3054;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11545;s:10:\"size_after\";i:11545;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9680;s:10:\"size_after\";i:9680;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8729;s:10:\"size_after\";i:8729;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:634644;s:10:\"size_after\";i:634644;s:4:\"time\";d:1.08;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04;s:5:\"bytes\";i:13647;s:11:\"size_before\";i:668774;s:10:\"size_after\";i:655127;s:4:\"time\";d:1.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.52;s:5:\"bytes\";i:4838;s:11:\"size_before\";i:928921;s:10:\"size_after\";i:924083;s:4:\"time\";d:1.79;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.15;s:5:\"bytes\";i:998;s:11:\"size_before\";i:672075;s:10:\"size_after\";i:671077;s:4:\"time\";d:1.66;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:537902;s:10:\"size_after\";i:537902;s:4:\"time\";d:1.7;}}}'),
(8527, 374, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.5173158885568518;s:5:\"bytes\";i:23654;s:11:\"size_before\";i:4572448;s:10:\"size_after\";i:4548794;s:4:\"time\";d:9.52;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62134;s:10:\"size_after\";i:62134;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:612910;s:10:\"size_after\";i:612910;s:4:\"time\";d:1.15;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25195;s:10:\"size_after\";i:25195;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:366324;s:10:\"size_after\";i:366324;s:4:\"time\";d:0.58;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35463;s:10:\"size_after\";i:35463;s:4:\"time\";d:0.05;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3068;s:10:\"size_after\";i:3068;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11621;s:10:\"size_after\";i:11621;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9631;s:10:\"size_after\";i:9631;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8762;s:10:\"size_after\";i:8762;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:632619;s:10:\"size_after\";i:632619;s:4:\"time\";d:1.44;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:15788;s:11:\"size_before\";i:669886;s:10:\"size_after\";i:654098;s:4:\"time\";d:1.4;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.6;s:5:\"bytes\";i:5616;s:11:\"size_before\";i:931052;s:10:\"size_after\";i:925436;s:4:\"time\";d:2.57;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.34;s:5:\"bytes\";i:2250;s:11:\"size_before\";i:670401;s:10:\"size_after\";i:668151;s:4:\"time\";d:1.14;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:533382;s:10:\"size_after\";i:533382;s:4:\"time\";d:0.94;}}}'),
(8528, 373, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.5174756150455577;s:5:\"bytes\";i:98731;s:11:\"size_before\";i:6506266;s:10:\"size_after\";i:6407535;s:4:\"time\";d:15.139999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80312;s:10:\"size_after\";i:80312;s:4:\"time\";d:0.14;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:734192;s:10:\"size_after\";i:734192;s:4:\"time\";d:2.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27614;s:10:\"size_after\";i:27614;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:450455;s:10:\"size_after\";i:450455;s:4:\"time\";d:0.78;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33090;s:10:\"size_after\";i:33090;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3739;s:10:\"size_after\";i:3739;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10598;s:10:\"size_after\";i:10598;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04;s:5:\"bytes\";i:18779;s:11:\"size_before\";i:920624;s:10:\"size_after\";i:901845;s:4:\"time\";d:1.88;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10422;s:10:\"size_after\";i:10422;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9452;s:10:\"size_after\";i:9452;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:31290;s:11:\"size_before\";i:1066159;s:10:\"size_after\";i:1034869;s:4:\"time\";d:3.06;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:508656;s:10:\"size_after\";i:508656;s:4:\"time\";d:1.21;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:27486;s:11:\"size_before\";i:683477;s:10:\"size_after\";i:655991;s:4:\"time\";d:1.52;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.79;s:5:\"bytes\";i:6296;s:11:\"size_before\";i:799599;s:10:\"size_after\";i:793303;s:4:\"time\";d:2.43;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.24;s:5:\"bytes\";i:14880;s:11:\"size_before\";i:665539;s:10:\"size_after\";i:650659;s:4:\"time\";d:1.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:502338;s:10:\"size_after\";i:502338;s:4:\"time\";d:0.84;}}}'),
(8529, 368, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8822660618208675;s:5:\"bytes\";i:10304;s:11:\"size_before\";i:265412;s:10:\"size_after\";i:255108;s:4:\"time\";d:0.19999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:607;s:11:\"size_before\";i:12450;s:10:\"size_after\";i:11843;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:364;s:11:\"size_before\";i:6097;s:10:\"size_after\";i:5733;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:1754;s:11:\"size_before\";i:51759;s:10:\"size_after\";i:50005;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:473;s:11:\"size_before\";i:8588;s:10:\"size_after\";i:8115;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.62;s:5:\"bytes\";i:151;s:11:\"size_before\";i:1300;s:10:\"size_after\";i:1149;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:245;s:11:\"size_before\";i:3375;s:10:\"size_after\";i:3130;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:226;s:11:\"size_before\";i:2936;s:10:\"size_after\";i:2710;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.91;s:5:\"bytes\";i:204;s:11:\"size_before\";i:2578;s:10:\"size_after\";i:2374;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:2271;s:11:\"size_before\";i:60592;s:10:\"size_after\";i:58321;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:1983;s:11:\"size_before\";i:58083;s:10:\"size_after\";i:56100;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:2026;s:11:\"size_before\";i:57654;s:10:\"size_after\";i:55628;s:4:\"time\";d:0.02;}}}'),
(8530, 372, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.5880241386070901;s:5:\"bytes\";i:103192;s:11:\"size_before\";i:6498138;s:10:\"size_after\";i:6394946;s:4:\"time\";d:13.17;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80143;s:10:\"size_after\";i:80143;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:730882;s:10:\"size_after\";i:730882;s:4:\"time\";d:1.45;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27553;s:10:\"size_after\";i:27553;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.07;s:5:\"bytes\";i:325;s:11:\"size_before\";i:451971;s:10:\"size_after\";i:451646;s:4:\"time\";d:0.8;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33089;s:10:\"size_after\";i:33089;s:4:\"time\";d:0.05;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3725;s:10:\"size_after\";i:3725;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10586;s:10:\"size_after\";i:10586;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04;s:5:\"bytes\";i:18757;s:11:\"size_before\";i:918430;s:10:\"size_after\";i:899673;s:4:\"time\";d:2.32;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10411;s:10:\"size_after\";i:10411;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9463;s:10:\"size_after\";i:9463;s:4:\"time\";d:0.03;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:36029;s:11:\"size_before\";i:1065012;s:10:\"size_after\";i:1028983;s:4:\"time\";d:1.84;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:508225;s:10:\"size_after\";i:508225;s:4:\"time\";d:0.95;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:27675;s:11:\"size_before\";i:681787;s:10:\"size_after\";i:654112;s:4:\"time\";d:1.75;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.75;s:5:\"bytes\";i:5980;s:11:\"size_before\";i:798907;s:10:\"size_after\";i:792927;s:4:\"time\";d:1.58;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:14426;s:11:\"size_before\";i:666426;s:10:\"size_after\";i:652000;s:4:\"time\";d:1.16;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:501528;s:10:\"size_after\";i:501528;s:4:\"time\";d:1.02;}}}'),
(8531, 367, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7295398891609746;s:5:\"bytes\";i:9260;s:11:\"size_before\";i:248288;s:10:\"size_after\";i:239028;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:375;s:11:\"size_before\";i:10502;s:10:\"size_after\";i:10127;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:204;s:11:\"size_before\";i:5112;s:10:\"size_after\";i:4908;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:1673;s:11:\"size_before\";i:47046;s:10:\"size_after\";i:45373;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:288;s:11:\"size_before\";i:7376;s:10:\"size_after\";i:7088;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.57;s:5:\"bytes\";i:129;s:11:\"size_before\";i:1221;s:10:\"size_after\";i:1092;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.84;s:5:\"bytes\";i:170;s:11:\"size_before\";i:2912;s:10:\"size_after\";i:2742;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:115;s:11:\"size_before\";i:2381;s:10:\"size_after\";i:2266;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:104;s:11:\"size_before\";i:2079;s:10:\"size_after\";i:1975;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:2188;s:11:\"size_before\";i:58718;s:10:\"size_after\";i:56530;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:1965;s:11:\"size_before\";i:54705;s:10:\"size_after\";i:52740;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:2049;s:11:\"size_before\";i:56236;s:10:\"size_after\";i:54187;s:4:\"time\";d:0.02;}}}'),
(8532, 366, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.077551541456565;s:5:\"bytes\";i:11137;s:11:\"size_before\";i:219338;s:10:\"size_after\";i:208201;s:4:\"time\";d:0.20999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:350;s:11:\"size_before\";i:9716;s:10:\"size_after\";i:9366;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.42;s:5:\"bytes\";i:226;s:11:\"size_before\";i:5114;s:10:\"size_after\";i:4888;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.48;s:5:\"bytes\";i:1823;s:11:\"size_before\";i:40728;s:10:\"size_after\";i:38905;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:257;s:11:\"size_before\";i:6395;s:10:\"size_after\";i:6138;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.53;s:5:\"bytes\";i:121;s:11:\"size_before\";i:1270;s:10:\"size_after\";i:1149;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:157;s:11:\"size_before\";i:2778;s:10:\"size_after\";i:2621;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78;s:5:\"bytes\";i:147;s:11:\"size_before\";i:2543;s:10:\"size_after\";i:2396;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05;s:5:\"bytes\";i:161;s:11:\"size_before\";i:2284;s:10:\"size_after\";i:2123;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:2712;s:11:\"size_before\";i:50176;s:10:\"size_after\";i:47464;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.31;s:5:\"bytes\";i:2652;s:11:\"size_before\";i:49962;s:10:\"size_after\";i:47310;s:4:\"time\";d:0.02;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:2531;s:11:\"size_before\";i:48372;s:10:\"size_after\";i:45841;s:4:\"time\";d:0.04;}}}'),
(8533, 365, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8619605278561595;s:5:\"bytes\";i:12044;s:11:\"size_before\";i:247719;s:10:\"size_after\";i:235675;s:4:\"time\";d:0.18999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:292;s:11:\"size_before\";i:8973;s:10:\"size_after\";i:8681;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:209;s:11:\"size_before\";i:4568;s:10:\"size_after\";i:4359;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:2193;s:11:\"size_before\";i:46290;s:10:\"size_after\";i:44097;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:206;s:11:\"size_before\";i:5513;s:10:\"size_after\";i:5307;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.58;s:5:\"bytes\";i:136;s:11:\"size_before\";i:1174;s:10:\"size_after\";i:1038;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:170;s:11:\"size_before\";i:2416;s:10:\"size_after\";i:2246;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.23;s:5:\"bytes\";i:166;s:11:\"size_before\";i:2297;s:10:\"size_after\";i:2131;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.08;s:5:\"bytes\";i:165;s:11:\"size_before\";i:2042;s:10:\"size_after\";i:1877;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:2978;s:11:\"size_before\";i:58791;s:10:\"size_after\";i:55813;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:2905;s:11:\"size_before\";i:60312;s:10:\"size_after\";i:57407;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:2624;s:11:\"size_before\";i:55343;s:10:\"size_after\";i:52719;s:4:\"time\";d:0.02;}}}'),
(8534, 364, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.781941581241234;s:5:\"bytes\";i:10160;s:11:\"size_before\";i:212466;s:10:\"size_after\";i:202306;s:4:\"time\";d:0.23999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:535;s:11:\"size_before\";i:10687;s:10:\"size_after\";i:10152;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:271;s:11:\"size_before\";i:4886;s:10:\"size_after\";i:4615;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:1915;s:11:\"size_before\";i:42947;s:10:\"size_after\";i:41032;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:406;s:11:\"size_before\";i:6876;s:10:\"size_after\";i:6470;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.09;s:5:\"bytes\";i:139;s:11:\"size_before\";i:1253;s:10:\"size_after\";i:1114;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.28;s:5:\"bytes\";i:207;s:11:\"size_before\";i:2845;s:10:\"size_after\";i:2638;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53;s:5:\"bytes\";i:176;s:11:\"size_before\";i:2338;s:10:\"size_after\";i:2162;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.04;s:5:\"bytes\";i:170;s:11:\"size_before\";i:2114;s:10:\"size_after\";i:1944;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:2178;s:11:\"size_before\";i:45741;s:10:\"size_after\";i:43563;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:2125;s:11:\"size_before\";i:46003;s:10:\"size_after\";i:43878;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:2038;s:11:\"size_before\";i:46776;s:10:\"size_after\";i:44738;s:4:\"time\";d:0.02;}}}'),
(8535, 363, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.166155161203788;s:5:\"bytes\";i:9163;s:11:\"size_before\";i:219939;s:10:\"size_after\";i:210776;s:4:\"time\";d:0.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:546;s:11:\"size_before\";i:12490;s:10:\"size_after\";i:11944;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:328;s:11:\"size_before\";i:6342;s:10:\"size_after\";i:6014;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:1962;s:11:\"size_before\";i:55649;s:10:\"size_after\";i:53687;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:376;s:11:\"size_before\";i:8377;s:10:\"size_after\";i:8001;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.86;s:5:\"bytes\";i:138;s:11:\"size_before\";i:1164;s:10:\"size_after\";i:1026;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17;s:5:\"bytes\";i:191;s:11:\"size_before\";i:3095;s:10:\"size_after\";i:2904;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:195;s:11:\"size_before\";i:2809;s:10:\"size_after\";i:2614;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.81;s:5:\"bytes\";i:192;s:11:\"size_before\";i:2457;s:10:\"size_after\";i:2265;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:2717;s:11:\"size_before\";i:63946;s:10:\"size_after\";i:61229;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:2518;s:11:\"size_before\";i:63610;s:10:\"size_after\";i:61092;s:4:\"time\";d:0.06;}}}'),
(8536, 356, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.41073951954781;s:5:\"bytes\";i:44479;s:11:\"size_before\";i:1008425;s:10:\"size_after\";i:963946;s:4:\"time\";d:0.9100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:579;s:11:\"size_before\";i:13411;s:10:\"size_after\";i:12832;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:4067;s:11:\"size_before\";i:85874;s:10:\"size_after\";i:81807;s:4:\"time\";d:0.12;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:301;s:11:\"size_before\";i:5899;s:10:\"size_after\";i:5598;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:2472;s:11:\"size_before\";i:55395;s:10:\"size_after\";i:52923;s:4:\"time\";d:0.03;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:7689;s:11:\"size_before\";i:155657;s:10:\"size_after\";i:147968;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:373;s:11:\"size_before\";i:7126;s:10:\"size_after\";i:6753;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.56;s:5:\"bytes\";i:139;s:11:\"size_before\";i:1454;s:10:\"size_after\";i:1315;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:202;s:11:\"size_before\";i:2926;s:10:\"size_after\";i:2724;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:5113;s:11:\"size_before\";i:125570;s:10:\"size_after\";i:120457;s:4:\"time\";d:0.08;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:200;s:11:\"size_before\";i:2859;s:10:\"size_after\";i:2659;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:170;s:11:\"size_before\";i:2485;s:10:\"size_after\";i:2315;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.76;s:5:\"bytes\";i:5807;s:11:\"size_before\";i:121988;s:10:\"size_after\";i:116181;s:4:\"time\";d:0.08;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:2573;s:11:\"size_before\";i:71179;s:10:\"size_after\";i:68606;s:4:\"time\";d:0.21;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:3791;s:11:\"size_before\";i:80922;s:10:\"size_after\";i:77131;s:4:\"time\";d:0.07;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:4970;s:11:\"size_before\";i:129798;s:10:\"size_after\";i:124828;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:3717;s:11:\"size_before\";i:80374;s:10:\"size_after\";i:76657;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:2316;s:11:\"size_before\";i:65508;s:10:\"size_after\";i:63192;s:4:\"time\";d:0.05;}}}'),
(8537, 355, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.242233086263996;s:5:\"bytes\";i:23403;s:11:\"size_before\";i:551667;s:10:\"size_after\";i:528264;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:266;s:11:\"size_before\";i:8701;s:10:\"size_after\";i:8435;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:1659;s:11:\"size_before\";i:51497;s:10:\"size_after\";i:49838;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:205;s:11:\"size_before\";i:4456;s:10:\"size_after\";i:4251;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:833;s:11:\"size_before\";i:33282;s:10:\"size_after\";i:32449;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:197;s:11:\"size_before\";i:5733;s:10:\"size_after\";i:5536;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.05;s:5:\"bytes\";i:129;s:11:\"size_before\";i:1284;s:10:\"size_after\";i:1155;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:141;s:11:\"size_before\";i:2581;s:10:\"size_after\";i:2440;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:4183;s:11:\"size_before\";i:86087;s:10:\"size_after\";i:81904;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:155;s:11:\"size_before\";i:2338;s:10:\"size_after\";i:2183;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.35;s:5:\"bytes\";i:153;s:11:\"size_before\";i:2082;s:10:\"size_after\";i:1929;s:4:\"time\";d:0.03;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:4137;s:11:\"size_before\";i:83775;s:10:\"size_after\";i:79638;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:45534;s:10:\"size_after\";i:43686;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:2574;s:11:\"size_before\";i:54491;s:10:\"size_after\";i:51917;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:3664;s:11:\"size_before\";i:76164;s:10:\"size_after\";i:72500;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:52307;s:10:\"size_after\";i:50564;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:1516;s:11:\"size_before\";i:41355;s:10:\"size_after\";i:39839;s:4:\"time\";d:0.02;}}}'),
(8538, 348, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9754934265110964;s:5:\"bytes\";i:6276;s:11:\"size_before\";i:210923;s:10:\"size_after\";i:204647;s:4:\"time\";d:0.18999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:351;s:11:\"size_before\";i:10231;s:10:\"size_after\";i:9880;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.22;s:5:\"bytes\";i:290;s:11:\"size_before\";i:5555;s:10:\"size_after\";i:5265;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.99;s:5:\"bytes\";i:814;s:11:\"size_before\";i:40905;s:10:\"size_after\";i:40091;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:253;s:11:\"size_before\";i:6670;s:10:\"size_after\";i:6417;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.83;s:5:\"bytes\";i:146;s:11:\"size_before\";i:1348;s:10:\"size_after\";i:1202;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7;s:5:\"bytes\";i:194;s:11:\"size_before\";i:2896;s:10:\"size_after\";i:2702;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.91;s:5:\"bytes\";i:183;s:11:\"size_before\";i:2648;s:10:\"size_after\";i:2465;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:212;s:11:\"size_before\";i:2424;s:10:\"size_after\";i:2212;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62;s:5:\"bytes\";i:1209;s:11:\"size_before\";i:46105;s:10:\"size_after\";i:44896;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:46806;s:10:\"size_after\";i:45546;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:1364;s:11:\"size_before\";i:45335;s:10:\"size_after\";i:43971;s:4:\"time\";d:0.02;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8539, 347, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.852628235667779;s:5:\"bytes\";i:4852;s:11:\"size_before\";i:125940;s:10:\"size_after\";i:121088;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:473;s:11:\"size_before\";i:10258;s:10:\"size_after\";i:9785;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:371;s:11:\"size_before\";i:6454;s:10:\"size_after\";i:6083;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:1391;s:11:\"size_before\";i:43492;s:10:\"size_after\";i:42101;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:412;s:11:\"size_before\";i:8256;s:10:\"size_after\";i:7844;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.87;s:5:\"bytes\";i:124;s:11:\"size_before\";i:1256;s:10:\"size_after\";i:1132;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:187;s:11:\"size_before\";i:3494;s:10:\"size_after\";i:3307;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:200;s:11:\"size_before\";i:3039;s:10:\"size_after\";i:2839;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:175;s:11:\"size_before\";i:2711;s:10:\"size_after\";i:2536;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:1519;s:11:\"size_before\";i:46980;s:10:\"size_after\";i:45461;s:4:\"time\";d:0.03;}}}'),
(8540, 333, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5011629;s:10:\"size_after\";i:5011629;s:4:\"time\";d:2.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111521;s:10:\"size_after\";i:111521;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45312;s:10:\"size_after\";i:45312;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:670271;s:10:\"size_after\";i:670271;s:4:\"time\";d:0.32;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62235;s:10:\"size_after\";i:62235;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4327;s:10:\"size_after\";i:4327;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18655;s:10:\"size_after\";i:18655;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16429;s:10:\"size_after\";i:16429;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14698;s:10:\"size_after\";i:14698;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:981363;s:10:\"size_after\";i:981363;s:4:\"time\";d:0.33;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:956342;s:10:\"size_after\";i:956342;s:4:\"time\";d:0.39;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1179621;s:10:\"size_after\";i:1179621;s:4:\"time\";d:0.52;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:950855;s:10:\"size_after\";i:950855;s:4:\"time\";d:0.47;}}}'),
(8541, 332, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.640529750995716;s:5:\"bytes\";i:22793;s:11:\"size_before\";i:863198;s:10:\"size_after\";i:840405;s:4:\"time\";d:0.47;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:562;s:11:\"size_before\";i:12754;s:10:\"size_after\";i:12192;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:2119;s:11:\"size_before\";i:77839;s:10:\"size_after\";i:75720;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:353;s:11:\"size_before\";i:6465;s:10:\"size_after\";i:6112;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:50891;s:10:\"size_after\";i:49383;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:454;s:11:\"size_before\";i:9430;s:10:\"size_after\";i:8976;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92;s:5:\"bytes\";i:148;s:11:\"size_before\";i:1355;s:10:\"size_after\";i:1207;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.09;s:5:\"bytes\";i:266;s:11:\"size_before\";i:3750;s:10:\"size_after\";i:3484;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.58;s:5:\"bytes\";i:3615;s:11:\"size_before\";i:140363;s:10:\"size_after\";i:136748;s:4:\"time\";d:0.09;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.59;s:5:\"bytes\";i:227;s:11:\"size_before\";i:2989;s:10:\"size_after\";i:2762;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.36;s:5:\"bytes\";i:193;s:11:\"size_before\";i:2623;s:10:\"size_after\";i:2430;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:3332;s:11:\"size_before\";i:122394;s:10:\"size_after\";i:119062;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.41;s:5:\"bytes\";i:1757;s:11:\"size_before\";i:73007;s:10:\"size_after\";i:71250;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.06;s:5:\"bytes\";i:1739;s:11:\"size_before\";i:84422;s:10:\"size_after\";i:82683;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:3186;s:11:\"size_before\";i:126642;s:10:\"size_after\";i:123456;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:1809;s:11:\"size_before\";i:81408;s:10:\"size_after\";i:79599;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.28;s:5:\"bytes\";i:1525;s:11:\"size_before\";i:66866;s:10:\"size_after\";i:65341;s:4:\"time\";d:0.03;}}}'),
(8542, 331, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3590416060653463;s:5:\"bytes\";i:21264;s:11:\"size_before\";i:901383;s:10:\"size_after\";i:880119;s:4:\"time\";d:0.5100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:572;s:11:\"size_before\";i:12406;s:10:\"size_after\";i:11834;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.22;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:78261;s:10:\"size_after\";i:76524;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.83;s:5:\"bytes\";i:319;s:11:\"size_before\";i:6609;s:10:\"size_after\";i:6290;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.44;s:5:\"bytes\";i:1237;s:11:\"size_before\";i:50666;s:10:\"size_after\";i:49429;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:472;s:11:\"size_before\";i:9736;s:10:\"size_after\";i:9264;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.41;s:5:\"bytes\";i:145;s:11:\"size_before\";i:1393;s:10:\"size_after\";i:1248;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.23;s:5:\"bytes\";i:280;s:11:\"size_before\";i:3875;s:10:\"size_after\";i:3595;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.49;s:5:\"bytes\";i:3684;s:11:\"size_before\";i:147850;s:10:\"size_after\";i:144166;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.86;s:5:\"bytes\";i:209;s:11:\"size_before\";i:3048;s:10:\"size_after\";i:2839;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.42;s:5:\"bytes\";i:231;s:11:\"size_before\";i:2743;s:10:\"size_after\";i:2512;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:3051;s:11:\"size_before\";i:127472;s:10:\"size_after\";i:124421;s:4:\"time\";d:0.1;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04;s:5:\"bytes\";i:1584;s:11:\"size_before\";i:77540;s:10:\"size_after\";i:75956;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.88;s:5:\"bytes\";i:1675;s:11:\"size_before\";i:88956;s:10:\"size_after\";i:87281;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:3205;s:11:\"size_before\";i:135193;s:10:\"size_after\";i:131988;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.66;s:5:\"bytes\";i:1401;s:11:\"size_before\";i:84257;s:10:\"size_after\";i:82856;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.05;s:5:\"bytes\";i:1462;s:11:\"size_before\";i:71378;s:10:\"size_after\";i:69916;s:4:\"time\";d:0.03;}}}'),
(8543, 330, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.305260659218449;s:5:\"bytes\";i:32828;s:11:\"size_before\";i:762509;s:10:\"size_after\";i:729681;s:4:\"time\";d:0.51;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:425;s:11:\"size_before\";i:10989;s:10:\"size_after\";i:10564;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:2775;s:11:\"size_before\";i:69074;s:10:\"size_after\";i:66299;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:299;s:11:\"size_before\";i:5870;s:10:\"size_after\";i:5571;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:44443;s:10:\"size_after\";i:42700;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:294;s:11:\"size_before\";i:6985;s:10:\"size_after\";i:6691;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.92;s:5:\"bytes\";i:134;s:11:\"size_before\";i:1351;s:10:\"size_after\";i:1217;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:174;s:11:\"size_before\";i:3021;s:10:\"size_after\";i:2847;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:5238;s:11:\"size_before\";i:118315;s:10:\"size_after\";i:113077;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:183;s:11:\"size_before\";i:2827;s:10:\"size_after\";i:2644;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:178;s:11:\"size_before\";i:2603;s:10:\"size_after\";i:2425;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:5431;s:11:\"size_before\";i:118815;s:10:\"size_after\";i:113384;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:2583;s:11:\"size_before\";i:62632;s:10:\"size_after\";i:60049;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:3541;s:11:\"size_before\";i:81685;s:10:\"size_after\";i:78144;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:4731;s:11:\"size_before\";i:104366;s:10:\"size_after\";i:99635;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:2911;s:11:\"size_before\";i:72239;s:10:\"size_after\";i:69328;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:2188;s:11:\"size_before\";i:57294;s:10:\"size_after\";i:55106;s:4:\"time\";d:0.05;}}}'),
(8544, 329, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1953950613917446;s:5:\"bytes\";i:25780;s:11:\"size_before\";i:806786;s:10:\"size_after\";i:781006;s:4:\"time\";d:0.4599999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:355;s:11:\"size_before\";i:11098;s:10:\"size_after\";i:10743;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:2329;s:11:\"size_before\";i:75313;s:10:\"size_after\";i:72984;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:224;s:11:\"size_before\";i:5602;s:10:\"size_after\";i:5378;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:1438;s:11:\"size_before\";i:47265;s:10:\"size_after\";i:45827;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:243;s:11:\"size_before\";i:7010;s:10:\"size_after\";i:6767;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.71;s:5:\"bytes\";i:110;s:11:\"size_before\";i:1263;s:10:\"size_after\";i:1153;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.24;s:5:\"bytes\";i:152;s:11:\"size_before\";i:2899;s:10:\"size_after\";i:2747;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:4467;s:11:\"size_before\";i:125216;s:10:\"size_after\";i:120749;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:131;s:11:\"size_before\";i:2650;s:10:\"size_after\";i:2519;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2340;s:10:\"size_after\";i:2186;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:4565;s:11:\"size_before\";i:132227;s:10:\"size_after\";i:127662;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.57;s:5:\"bytes\";i:1607;s:11:\"size_before\";i:62532;s:10:\"size_after\";i:60925;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:2663;s:11:\"size_before\";i:85029;s:10:\"size_after\";i:82366;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:3578;s:11:\"size_before\";i:110065;s:10:\"size_after\";i:106487;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:2392;s:11:\"size_before\";i:78386;s:10:\"size_after\";i:75994;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:1372;s:11:\"size_before\";i:57891;s:10:\"size_after\";i:56519;s:4:\"time\";d:0.05;}}}'),
(8545, 328, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.130252681744618;s:5:\"bytes\";i:25393;s:11:\"size_before\";i:614805;s:10:\"size_after\";i:589412;s:4:\"time\";d:0.38999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6;s:5:\"bytes\";i:229;s:11:\"size_before\";i:8807;s:10:\"size_after\";i:8578;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.64;s:5:\"bytes\";i:2044;s:11:\"size_before\";i:56181;s:10:\"size_after\";i:54137;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.88;s:5:\"bytes\";i:173;s:11:\"size_before\";i:4463;s:10:\"size_after\";i:4290;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1114;s:11:\"size_before\";i:35979;s:10:\"size_after\";i:34865;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:162;s:11:\"size_before\";i:5601;s:10:\"size_after\";i:5439;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.81;s:5:\"bytes\";i:115;s:11:\"size_before\";i:1172;s:10:\"size_after\";i:1057;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:124;s:11:\"size_before\";i:2400;s:10:\"size_after\";i:2276;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:4630;s:11:\"size_before\";i:93360;s:10:\"size_after\";i:88730;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9;s:5:\"bytes\";i:107;s:11:\"size_before\";i:2182;s:10:\"size_after\";i:2075;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:121;s:11:\"size_before\";i:2004;s:10:\"size_after\";i:1883;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:4518;s:11:\"size_before\";i:97493;s:10:\"size_after\";i:92975;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:50839;s:10:\"size_after\";i:48916;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:2511;s:11:\"size_before\";i:65982;s:10:\"size_after\";i:63471;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:3950;s:11:\"size_before\";i:82816;s:10:\"size_after\";i:78866;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:2012;s:11:\"size_before\";i:58422;s:10:\"size_after\";i:56410;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.52;s:5:\"bytes\";i:1660;s:11:\"size_before\";i:47104;s:10:\"size_after\";i:45444;s:4:\"time\";d:0.04;}}}'),
(8546, 327, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.534724490331228;s:5:\"bytes\";i:41775;s:11:\"size_before\";i:1181846;s:10:\"size_after\";i:1140071;s:4:\"time\";d:0.49;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:600;s:11:\"size_before\";i:13117;s:10:\"size_after\";i:12517;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:3324;s:11:\"size_before\";i:98446;s:10:\"size_after\";i:95122;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:363;s:11:\"size_before\";i:6341;s:10:\"size_after\";i:5978;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:2141;s:11:\"size_before\";i:60141;s:10:\"size_after\";i:58000;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:416;s:11:\"size_before\";i:8104;s:10:\"size_after\";i:7688;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.04;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1405;s:10:\"size_after\";i:1264;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:231;s:11:\"size_before\";i:3184;s:10:\"size_after\";i:2953;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:6740;s:11:\"size_before\";i:193791;s:10:\"size_after\";i:187051;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.52;s:5:\"bytes\";i:223;s:11:\"size_before\";i:2966;s:10:\"size_after\";i:2743;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.41;s:5:\"bytes\";i:224;s:11:\"size_before\";i:2662;s:10:\"size_after\";i:2438;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:6815;s:11:\"size_before\";i:186685;s:10:\"size_after\";i:179870;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:3353;s:11:\"size_before\";i:106128;s:10:\"size_after\";i:102775;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:4031;s:11:\"size_before\";i:117548;s:10:\"size_after\";i:113517;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:6329;s:11:\"size_before\";i:180424;s:10:\"size_after\";i:174095;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:3499;s:11:\"size_before\";i:103782;s:10:\"size_after\";i:100283;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:3345;s:11:\"size_before\";i:97122;s:10:\"size_after\";i:93777;s:4:\"time\";d:0.04;}}}'),
(8547, 326, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.286514646045287;s:5:\"bytes\";i:23214;s:11:\"size_before\";i:1015257;s:10:\"size_after\";i:992043;s:4:\"time\";d:0.51;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:500;s:11:\"size_before\";i:14404;s:10:\"size_after\";i:13904;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1;s:5:\"bytes\";i:2123;s:11:\"size_before\";i:100999;s:10:\"size_after\";i:98876;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:257;s:11:\"size_before\";i:6164;s:10:\"size_after\";i:5907;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:63966;s:10:\"size_after\";i:62430;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:306;s:11:\"size_before\";i:7495;s:10:\"size_after\";i:7189;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.86;s:5:\"bytes\";i:146;s:11:\"size_before\";i:1480;s:10:\"size_after\";i:1334;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11;s:5:\"bytes\";i:184;s:11:\"size_before\";i:3009;s:10:\"size_after\";i:2825;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.16;s:5:\"bytes\";i:3432;s:11:\"size_before\";i:158588;s:10:\"size_after\";i:155156;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:179;s:11:\"size_before\";i:2920;s:10:\"size_after\";i:2741;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:172;s:11:\"size_before\";i:2598;s:10:\"size_after\";i:2426;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.08;s:5:\"bytes\";i:3089;s:11:\"size_before\";i:148812;s:10:\"size_after\";i:145723;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.09;s:5:\"bytes\";i:1657;s:11:\"size_before\";i:79121;s:10:\"size_after\";i:77464;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:2824;s:11:\"size_before\";i:120806;s:10:\"size_after\";i:117982;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3;s:5:\"bytes\";i:3184;s:11:\"size_before\";i:138199;s:10:\"size_after\";i:135015;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:2102;s:11:\"size_before\";i:94141;s:10:\"size_after\";i:92039;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1;s:5:\"bytes\";i:1523;s:11:\"size_before\";i:72555;s:10:\"size_after\";i:71032;s:4:\"time\";d:0.05;}}}'),
(8548, 325, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.00446578504688;s:5:\"bytes\";i:34123;s:11:\"size_before\";i:681851;s:10:\"size_after\";i:647728;s:4:\"time\";d:0.4699999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.65;s:5:\"bytes\";i:268;s:11:\"size_before\";i:10112;s:10:\"size_after\";i:9844;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:3164;s:11:\"size_before\";i:66814;s:10:\"size_after\";i:63650;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:169;s:11:\"size_before\";i:4489;s:10:\"size_after\";i:4320;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:1595;s:11:\"size_before\";i:40903;s:10:\"size_after\";i:39308;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:192;s:11:\"size_before\";i:5592;s:10:\"size_after\";i:5400;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.67;s:5:\"bytes\";i:142;s:11:\"size_before\";i:1331;s:10:\"size_after\";i:1189;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:172;s:11:\"size_before\";i:2491;s:10:\"size_after\";i:2319;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.43;s:5:\"bytes\";i:6114;s:11:\"size_before\";i:112590;s:10:\"size_after\";i:106476;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:166;s:11:\"size_before\";i:2366;s:10:\"size_after\";i:2200;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.58;s:5:\"bytes\";i:159;s:11:\"size_before\";i:2098;s:10:\"size_after\";i:1939;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:5677;s:11:\"size_before\";i:101620;s:10:\"size_after\";i:95943;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:2178;s:11:\"size_before\";i:56859;s:10:\"size_after\";i:54681;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:4490;s:11:\"size_before\";i:62546;s:10:\"size_after\";i:58056;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:4965;s:11:\"size_before\";i:99562;s:10:\"size_after\";i:94597;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:2843;s:11:\"size_before\";i:60975;s:10:\"size_after\";i:58132;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:1829;s:11:\"size_before\";i:51503;s:10:\"size_after\";i:49674;s:4:\"time\";d:0.06;}}}'),
(8549, 324, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.686406070756146;s:5:\"bytes\";i:17821;s:11:\"size_before\";i:663377;s:10:\"size_after\";i:645556;s:4:\"time\";d:0.39;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:303;s:11:\"size_before\";i:10553;s:10:\"size_after\";i:10250;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:1821;s:11:\"size_before\";i:64514;s:10:\"size_after\";i:62693;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:193;s:11:\"size_before\";i:5037;s:10:\"size_after\";i:4844;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62693;s:10:\"size_after\";i:62693;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:174;s:11:\"size_before\";i:3948;s:10:\"size_after\";i:3774;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.76;s:5:\"bytes\";i:145;s:11:\"size_before\";i:1347;s:10:\"size_after\";i:1202;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.63;s:5:\"bytes\";i:161;s:11:\"size_before\";i:1866;s:10:\"size_after\";i:1705;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:2597;s:11:\"size_before\";i:86061;s:10:\"size_after\";i:83464;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:151;s:11:\"size_before\";i:2533;s:10:\"size_after\";i:2382;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:165;s:11:\"size_before\";i:2259;s:10:\"size_after\";i:2094;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:3026;s:11:\"size_before\";i:95774;s:10:\"size_after\";i:92748;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:1466;s:11:\"size_before\";i:59110;s:10:\"size_after\";i:57644;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:2392;s:11:\"size_before\";i:69790;s:10:\"size_after\";i:67398;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2301;s:11:\"size_before\";i:77724;s:10:\"size_after\";i:75423;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:63137;s:10:\"size_after\";i:61629;s:4:\"time\";d:0.02;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.49;s:5:\"bytes\";i:1418;s:11:\"size_before\";i:57031;s:10:\"size_after\";i:55613;s:4:\"time\";d:0.03;}}}'),
(8550, 323, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.111179305738578;s:5:\"bytes\";i:27576;s:11:\"size_before\";i:886352;s:10:\"size_after\";i:858776;s:4:\"time\";d:0.51;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17;s:5:\"bytes\";i:512;s:11:\"size_before\";i:12273;s:10:\"size_after\";i:11761;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:3076;s:11:\"size_before\";i:90272;s:10:\"size_after\";i:87196;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:216;s:11:\"size_before\";i:5212;s:10:\"size_after\";i:4996;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:2525;s:11:\"size_before\";i:56025;s:10:\"size_after\";i:53500;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:313;s:11:\"size_before\";i:6604;s:10:\"size_after\";i:6291;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.86;s:5:\"bytes\";i:172;s:11:\"size_before\";i:1450;s:10:\"size_after\";i:1278;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:203;s:11:\"size_before\";i:2884;s:10:\"size_after\";i:2681;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.99;s:5:\"bytes\";i:4223;s:11:\"size_before\";i:141059;s:10:\"size_after\";i:136836;s:4:\"time\";d:0.09;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:152;s:11:\"size_before\";i:2647;s:10:\"size_after\";i:2495;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:172;s:11:\"size_before\";i:2360;s:10:\"size_after\";i:2188;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7;s:5:\"bytes\";i:3606;s:11:\"size_before\";i:133702;s:10:\"size_after\";i:130096;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:1924;s:11:\"size_before\";i:71661;s:10:\"size_after\";i:69737;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:2353;s:11:\"size_before\";i:88235;s:10:\"size_after\";i:85882;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:3572;s:11:\"size_before\";i:121599;s:10:\"size_after\";i:118027;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:2895;s:11:\"size_before\";i:84975;s:10:\"size_after\";i:82080;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:1662;s:11:\"size_before\";i:65394;s:10:\"size_after\";i:63732;s:4:\"time\";d:0.04;}}}'),
(8551, 322, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.912744064696345;s:5:\"bytes\";i:29251;s:11:\"size_before\";i:423146;s:10:\"size_after\";i:393895;s:4:\"time\";d:0.31000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:351;s:11:\"size_before\";i:6790;s:10:\"size_after\";i:6439;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:2783;s:11:\"size_before\";i:41239;s:10:\"size_after\";i:38456;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:190;s:11:\"size_before\";i:4311;s:10:\"size_after\";i:4121;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:1480;s:11:\"size_before\";i:26940;s:10:\"size_after\";i:25460;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:228;s:11:\"size_before\";i:5524;s:10:\"size_after\";i:5296;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.31;s:5:\"bytes\";i:120;s:11:\"size_before\";i:1061;s:10:\"size_after\";i:941;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:123;s:11:\"size_before\";i:2637;s:10:\"size_after\";i:2514;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:112;s:11:\"size_before\";i:2194;s:10:\"size_after\";i:2082;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:113;s:11:\"size_before\";i:1963;s:10:\"size_after\";i:1850;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7;s:5:\"bytes\";i:5173;s:11:\"size_before\";i:67224;s:10:\"size_after\";i:62051;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92;s:5:\"bytes\";i:3289;s:11:\"size_before\";i:47503;s:10:\"size_after\";i:44214;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.09;s:5:\"bytes\";i:2846;s:11:\"size_before\";i:46698;s:10:\"size_after\";i:43852;s:4:\"time\";d:0.02;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.01;s:5:\"bytes\";i:6018;s:11:\"size_before\";i:75173;s:10:\"size_after\";i:69155;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:3610;s:11:\"size_before\";i:50750;s:10:\"size_after\";i:47140;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.53;s:5:\"bytes\";i:2815;s:11:\"size_before\";i:43139;s:10:\"size_after\";i:40324;s:4:\"time\";d:0.02;}}}'),
(8552, 307, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.208817773684816;s:5:\"bytes\";i:16725;s:11:\"size_before\";i:521220;s:10:\"size_after\";i:504495;s:4:\"time\";d:0.35;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:268;s:11:\"size_before\";i:9863;s:10:\"size_after\";i:9595;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:2050;s:11:\"size_before\";i:72917;s:10:\"size_after\";i:70867;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:152;s:11:\"size_before\";i:4662;s:10:\"size_after\";i:4510;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:44871;s:10:\"size_after\";i:43707;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:217;s:11:\"size_before\";i:6311;s:10:\"size_after\";i:6094;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.68;s:5:\"bytes\";i:120;s:11:\"size_before\";i:1240;s:10:\"size_after\";i:1120;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.55;s:5:\"bytes\";i:145;s:11:\"size_before\";i:2613;s:10:\"size_after\";i:2468;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:127;s:11:\"size_before\";i:2284;s:10:\"size_after\";i:2157;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:120;s:11:\"size_before\";i:2013;s:10:\"size_after\";i:1893;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:2265;s:11:\"size_before\";i:72368;s:10:\"size_after\";i:70103;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:2527;s:11:\"size_before\";i:69638;s:10:\"size_after\";i:67111;s:4:\"time\";d:0.08;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:3639;s:11:\"size_before\";i:98745;s:10:\"size_after\";i:95106;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:2244;s:11:\"size_before\";i:73121;s:10:\"size_after\";i:70877;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1687;s:11:\"size_before\";i:60574;s:10:\"size_after\";i:58887;s:4:\"time\";d:0.05;}}}'),
(8553, 306, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.415568274475344;s:5:\"bytes\";i:27364;s:11:\"size_before\";i:505284;s:10:\"size_after\";i:477920;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:389;s:11:\"size_before\";i:9561;s:10:\"size_after\";i:9172;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:3441;s:11:\"size_before\";i:57734;s:10:\"size_after\";i:54293;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:204;s:11:\"size_before\";i:4518;s:10:\"size_after\";i:4314;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:2096;s:11:\"size_before\";i:37894;s:10:\"size_after\";i:35798;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:204;s:11:\"size_before\";i:5297;s:10:\"size_after\";i:5093;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.83;s:5:\"bytes\";i:125;s:11:\"size_before\";i:1271;s:10:\"size_after\";i:1146;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:137;s:11:\"size_before\";i:2326;s:10:\"size_after\";i:2189;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:5150;s:11:\"size_before\";i:80818;s:10:\"size_after\";i:75668;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:137;s:11:\"size_before\";i:2310;s:10:\"size_after\";i:2173;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:147;s:11:\"size_before\";i:2063;s:10:\"size_after\";i:1916;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:2441;s:11:\"size_before\";i:61568;s:10:\"size_after\";i:59127;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:3508;s:11:\"size_before\";i:58588;s:10:\"size_after\";i:55080;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:4186;s:11:\"size_before\";i:74644;s:10:\"size_after\";i:70458;s:4:\"time\";d:0.07;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:3207;s:11:\"size_before\";i:54037;s:10:\"size_after\";i:50830;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:1992;s:11:\"size_before\";i:52655;s:10:\"size_after\";i:50663;s:4:\"time\";d:0.03;}}}'),
(8554, 305, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.364157413595366;s:5:\"bytes\";i:45777;s:11:\"size_before\";i:1048931;s:10:\"size_after\";i:1003154;s:4:\"time\";d:0.43000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.66;s:5:\"bytes\";i:961;s:11:\"size_before\";i:16981;s:10:\"size_after\";i:16020;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:6338;s:11:\"size_before\";i:148265;s:10:\"size_after\";i:141927;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:523;s:11:\"size_before\";i:7894;s:10:\"size_after\";i:7371;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:4419;s:11:\"size_before\";i:90765;s:10:\"size_after\";i:86346;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.52;s:5:\"bytes\";i:554;s:11:\"size_before\";i:10043;s:10:\"size_after\";i:9489;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.81;s:5:\"bytes\";i:137;s:11:\"size_before\";i:1396;s:10:\"size_after\";i:1259;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:244;s:11:\"size_before\";i:3549;s:10:\"size_after\";i:3305;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.73;s:5:\"bytes\";i:257;s:11:\"size_before\";i:3326;s:10:\"size_after\";i:3069;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:222;s:11:\"size_before\";i:2866;s:10:\"size_after\";i:2644;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13;s:5:\"bytes\";i:5612;s:11:\"size_before\";i:135963;s:10:\"size_after\";i:130351;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:6998;s:11:\"size_before\";i:155318;s:10:\"size_after\";i:148320;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:8527;s:11:\"size_before\";i:203869;s:10:\"size_after\";i:195342;s:4:\"time\";d:0.07;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:6549;s:11:\"size_before\";i:154100;s:10:\"size_after\";i:147551;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:4436;s:11:\"size_before\";i:114596;s:10:\"size_after\";i:110160;s:4:\"time\";d:0.03;}}}'),
(8555, 304, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.381731538654469;s:5:\"bytes\";i:19942;s:11:\"size_before\";i:837290;s:10:\"size_after\";i:817348;s:4:\"time\";d:0.42999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:450;s:11:\"size_before\";i:14182;s:10:\"size_after\";i:13732;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.97;s:5:\"bytes\";i:2023;s:11:\"size_before\";i:102564;s:10:\"size_after\";i:100541;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:281;s:11:\"size_before\";i:6078;s:10:\"size_after\";i:5797;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.17;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:65064;s:10:\"size_after\";i:63653;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:304;s:11:\"size_before\";i:7401;s:10:\"size_after\";i:7097;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.44;s:5:\"bytes\";i:137;s:11:\"size_before\";i:1451;s:10:\"size_after\";i:1314;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17;s:5:\"bytes\";i:182;s:11:\"size_before\";i:2951;s:10:\"size_after\";i:2769;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.33;s:5:\"bytes\";i:3358;s:11:\"size_before\";i:143925;s:10:\"size_after\";i:140567;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:166;s:11:\"size_before\";i:2820;s:10:\"size_after\";i:2654;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:173;s:11:\"size_before\";i:2497;s:10:\"size_after\";i:2324;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:88949;s:10:\"size_after\";i:86529;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.19;s:5:\"bytes\";i:2221;s:11:\"size_before\";i:101501;s:10:\"size_after\";i:99280;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4;s:5:\"bytes\";i:3071;s:11:\"size_before\";i:128030;s:10:\"size_after\";i:124959;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.09;s:5:\"bytes\";i:1986;s:11:\"size_before\";i:95187;s:10:\"size_after\";i:93201;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:74690;s:10:\"size_after\";i:72931;s:4:\"time\";d:0.03;}}}'),
(8556, 303, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.451818832816151;s:5:\"bytes\";i:23245;s:11:\"size_before\";i:360286;s:10:\"size_after\";i:337041;s:4:\"time\";d:0.26999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:253;s:11:\"size_before\";i:7497;s:10:\"size_after\";i:7244;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.14;s:5:\"bytes\";i:3357;s:11:\"size_before\";i:47018;s:10:\"size_after\";i:43661;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:134;s:11:\"size_before\";i:3883;s:10:\"size_after\";i:3749;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:1717;s:11:\"size_before\";i:30202;s:10:\"size_after\";i:28485;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:183;s:11:\"size_before\";i:4856;s:10:\"size_after\";i:4673;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.55;s:5:\"bytes\";i:126;s:11:\"size_before\";i:1194;s:10:\"size_after\";i:1068;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.59;s:5:\"bytes\";i:99;s:11:\"size_before\";i:2158;s:10:\"size_after\";i:2059;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:121;s:11:\"size_before\";i:2070;s:10:\"size_after\";i:1949;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:101;s:11:\"size_before\";i:1827;s:10:\"size_after\";i:1726;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.07;s:5:\"bytes\";i:3084;s:11:\"size_before\";i:50812;s:10:\"size_after\";i:47728;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:3335;s:11:\"size_before\";i:49295;s:10:\"size_after\";i:45960;s:4:\"time\";d:0.02;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53;s:5:\"bytes\";i:5012;s:11:\"size_before\";i:66571;s:10:\"size_after\";i:61559;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:3272;s:11:\"size_before\";i:49551;s:10:\"size_after\";i:46279;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:2451;s:11:\"size_before\";i:43352;s:10:\"size_after\";i:40901;s:4:\"time\";d:0.03;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8557, 302, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.19107353512613;s:5:\"bytes\";i:29791;s:11:\"size_before\";i:573889;s:10:\"size_after\";i:544098;s:4:\"time\";d:0.35;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.44;s:5:\"bytes\";i:227;s:11:\"size_before\";i:9305;s:10:\"size_after\";i:9078;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:3251;s:11:\"size_before\";i:63921;s:10:\"size_after\";i:60670;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:168;s:11:\"size_before\";i:4434;s:10:\"size_after\";i:4266;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3;s:5:\"bytes\";i:1286;s:11:\"size_before\";i:38921;s:10:\"size_after\";i:37635;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:145;s:11:\"size_before\";i:5108;s:10:\"size_after\";i:4963;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.81;s:5:\"bytes\";i:123;s:11:\"size_before\";i:1254;s:10:\"size_after\";i:1131;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:124;s:11:\"size_before\";i:2296;s:10:\"size_after\";i:2172;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62;s:5:\"bytes\";i:6614;s:11:\"size_before\";i:99842;s:10:\"size_after\";i:93228;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:135;s:11:\"size_before\";i:2254;s:10:\"size_after\";i:2119;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:134;s:11:\"size_before\";i:2029;s:10:\"size_after\";i:1895;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:3075;s:11:\"size_before\";i:68375;s:10:\"size_after\";i:65300;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.39;s:5:\"bytes\";i:4595;s:11:\"size_before\";i:71926;s:10:\"size_after\";i:67331;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:5407;s:11:\"size_before\";i:90027;s:10:\"size_after\";i:84620;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:2644;s:11:\"size_before\";i:58643;s:10:\"size_after\";i:55999;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.35;s:5:\"bytes\";i:1863;s:11:\"size_before\";i:55554;s:10:\"size_after\";i:53691;s:4:\"time\";d:0.03;}}}'),
(8558, 301, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.789244756986693;s:5:\"bytes\";i:39551;s:11:\"size_before\";i:1043770;s:10:\"size_after\";i:1004219;s:4:\"time\";d:0.43999999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.81;s:5:\"bytes\";i:787;s:11:\"size_before\";i:16348;s:10:\"size_after\";i:15561;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:4145;s:11:\"size_before\";i:119597;s:10:\"size_after\";i:115452;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:478;s:11:\"size_before\";i:7676;s:10:\"size_after\";i:7198;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:3083;s:11:\"size_before\";i:74497;s:10:\"size_after\";i:71414;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:515;s:11:\"size_before\";i:8667;s:10:\"size_after\";i:8152;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.72;s:5:\"bytes\";i:174;s:11:\"size_before\";i:1623;s:10:\"size_after\";i:1449;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.29;s:5:\"bytes\";i:288;s:11:\"size_before\";i:3472;s:10:\"size_after\";i:3184;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:6852;s:11:\"size_before\";i:180160;s:10:\"size_after\";i:173308;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.08;s:5:\"bytes\";i:284;s:11:\"size_before\";i:3514;s:10:\"size_after\";i:3230;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.54;s:5:\"bytes\";i:270;s:11:\"size_before\";i:3161;s:10:\"size_after\";i:2891;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:3770;s:11:\"size_before\";i:110041;s:10:\"size_after\";i:106271;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:6060;s:11:\"size_before\";i:152063;s:10:\"size_after\";i:146003;s:4:\"time\";d:0.08;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:6055;s:11:\"size_before\";i:160812;s:10:\"size_after\";i:154757;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:4157;s:11:\"size_before\";i:112540;s:10:\"size_after\";i:108383;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:2633;s:11:\"size_before\";i:89599;s:10:\"size_after\";i:86966;s:4:\"time\";d:0.03;}}}'),
(8559, 300, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1053764837315283;s:5:\"bytes\";i:21042;s:11:\"size_before\";i:677599;s:10:\"size_after\";i:656557;s:4:\"time\";d:0.34;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:530;s:11:\"size_before\";i:13720;s:10:\"size_after\";i:13190;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:2506;s:11:\"size_before\";i:90813;s:10:\"size_after\";i:88307;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:305;s:11:\"size_before\";i:6389;s:10:\"size_after\";i:6084;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.63;s:5:\"bytes\";i:1533;s:11:\"size_before\";i:58382;s:10:\"size_after\";i:56849;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:361;s:11:\"size_before\";i:8606;s:10:\"size_after\";i:8245;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.64;s:5:\"bytes\";i:119;s:11:\"size_before\";i:1378;s:10:\"size_after\";i:1259;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:195;s:11:\"size_before\";i:3256;s:10:\"size_after\";i:3061;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.27;s:5:\"bytes\";i:188;s:11:\"size_before\";i:2998;s:10:\"size_after\";i:2810;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:153;s:11:\"size_before\";i:2591;s:10:\"size_after\";i:2438;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:3072;s:11:\"size_before\";i:98118;s:10:\"size_after\";i:95046;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:3007;s:11:\"size_before\";i:88234;s:10:\"size_after\";i:85227;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:4463;s:11:\"size_before\";i:128977;s:10:\"size_after\";i:124514;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:2378;s:11:\"size_before\";i:91976;s:10:\"size_after\";i:89598;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:2232;s:11:\"size_before\";i:82161;s:10:\"size_after\";i:79929;s:4:\"time\";d:0.04;}}}'),
(8560, 299, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.241599176402736;s:5:\"bytes\";i:17255;s:11:\"size_before\";i:532299;s:10:\"size_after\";i:515044;s:4:\"time\";d:0.31;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:280;s:11:\"size_before\";i:9860;s:10:\"size_after\";i:9580;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:2080;s:11:\"size_before\";i:73371;s:10:\"size_after\";i:71291;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:144;s:11:\"size_before\";i:4644;s:10:\"size_after\";i:4500;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:45059;s:10:\"size_after\";i:43768;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:228;s:11:\"size_before\";i:6319;s:10:\"size_after\";i:6091;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.93;s:5:\"bytes\";i:121;s:11:\"size_before\";i:1218;s:10:\"size_after\";i:1097;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78;s:5:\"bytes\";i:151;s:11:\"size_before\";i:2612;s:10:\"size_after\";i:2461;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:139;s:11:\"size_before\";i:2301;s:10:\"size_after\";i:2162;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:134;s:11:\"size_before\";i:2016;s:10:\"size_after\";i:1882;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:2338;s:11:\"size_before\";i:75106;s:10:\"size_after\";i:72768;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:2714;s:11:\"size_before\";i:72271;s:10:\"size_after\";i:69557;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:3633;s:11:\"size_before\";i:101234;s:10:\"size_after\";i:97601;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.15;s:5:\"bytes\";i:2337;s:11:\"size_before\";i:74191;s:10:\"size_after\";i:71854;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:1665;s:11:\"size_before\";i:62097;s:10:\"size_after\";i:60432;s:4:\"time\";d:0.02;}}}'),
(8561, 298, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.17888652216231;s:5:\"bytes\";i:19237;s:11:\"size_before\";i:605149;s:10:\"size_after\";i:585912;s:4:\"time\";d:0.36;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:484;s:11:\"size_before\";i:11885;s:10:\"size_after\";i:11401;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:2475;s:11:\"size_before\";i:82631;s:10:\"size_after\";i:80156;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42;s:5:\"bytes\";i:332;s:11:\"size_before\";i:6123;s:10:\"size_after\";i:5791;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:51592;s:10:\"size_after\";i:50061;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.09;s:5:\"bytes\";i:392;s:11:\"size_before\";i:7708;s:10:\"size_after\";i:7316;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.21;s:5:\"bytes\";i:158;s:11:\"size_before\";i:1409;s:10:\"size_after\";i:1251;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.83;s:5:\"bytes\";i:250;s:11:\"size_before\";i:3194;s:10:\"size_after\";i:2944;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.14;s:5:\"bytes\";i:242;s:11:\"size_before\";i:2974;s:10:\"size_after\";i:2732;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2;s:5:\"bytes\";i:212;s:11:\"size_before\";i:2586;s:10:\"size_after\";i:2374;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:2343;s:11:\"size_before\";i:78948;s:10:\"size_after\";i:76605;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:2733;s:11:\"size_before\";i:88204;s:10:\"size_after\";i:85471;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:3945;s:11:\"size_before\";i:115299;s:10:\"size_after\";i:111354;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:2518;s:11:\"size_before\";i:86544;s:10:\"size_after\";i:84026;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:1622;s:11:\"size_before\";i:66052;s:10:\"size_after\";i:64430;s:4:\"time\";d:0.04;}}}'),
(8562, 297, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2435648473329755;s:5:\"bytes\";i:19626;s:11:\"size_before\";i:605075;s:10:\"size_after\";i:585449;s:4:\"time\";d:0.43000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:509;s:11:\"size_before\";i:12158;s:10:\"size_after\";i:11649;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.84;s:5:\"bytes\";i:2245;s:11:\"size_before\";i:79110;s:10:\"size_after\";i:76865;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:330;s:11:\"size_before\";i:6053;s:10:\"size_after\";i:5723;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:1541;s:11:\"size_before\";i:50443;s:10:\"size_after\";i:48902;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:398;s:11:\"size_before\";i:7934;s:10:\"size_after\";i:7536;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7;s:5:\"bytes\";i:171;s:11:\"size_before\";i:1462;s:10:\"size_after\";i:1291;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.28;s:5:\"bytes\";i:244;s:11:\"size_before\";i:3350;s:10:\"size_after\";i:3106;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.91;s:5:\"bytes\";i:227;s:11:\"size_before\";i:2868;s:10:\"size_after\";i:2641;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.37;s:5:\"bytes\";i:222;s:11:\"size_before\";i:2652;s:10:\"size_after\";i:2430;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:2636;s:11:\"size_before\";i:84943;s:10:\"size_after\";i:82307;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:3066;s:11:\"size_before\";i:85876;s:10:\"size_after\";i:82810;s:4:\"time\";d:0.07;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:4037;s:11:\"size_before\";i:115531;s:10:\"size_after\";i:111494;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:2313;s:11:\"size_before\";i:82848;s:10:\"size_after\";i:80535;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.42;s:5:\"bytes\";i:1687;s:11:\"size_before\";i:69847;s:10:\"size_after\";i:68160;s:4:\"time\";d:0.03;}}}'),
(8563, 296, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9545982421868424;s:5:\"bytes\";i:26332;s:11:\"size_before\";i:891221;s:10:\"size_after\";i:864889;s:4:\"time\";d:0.43000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:634;s:11:\"size_before\";i:15448;s:10:\"size_after\";i:14814;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.61;s:5:\"bytes\";i:2736;s:11:\"size_before\";i:104892;s:10:\"size_after\";i:102156;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:336;s:11:\"size_before\";i:6650;s:10:\"size_after\";i:6314;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:2077;s:11:\"size_before\";i:66576;s:10:\"size_after\";i:64499;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:414;s:11:\"size_before\";i:8262;s:10:\"size_after\";i:7848;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.96;s:5:\"bytes\";i:175;s:11:\"size_before\";i:1596;s:10:\"size_after\";i:1421;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:242;s:11:\"size_before\";i:3301;s:10:\"size_after\";i:3059;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:4753;s:11:\"size_before\";i:156845;s:10:\"size_after\";i:152092;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:227;s:11:\"size_before\";i:3162;s:10:\"size_after\";i:2935;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.05;s:5:\"bytes\";i:224;s:11:\"size_before\";i:2783;s:10:\"size_after\";i:2559;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:2876;s:11:\"size_before\";i:99650;s:10:\"size_after\";i:96774;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:2404;s:11:\"size_before\";i:98964;s:10:\"size_after\";i:96560;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:4490;s:11:\"size_before\";i:143119;s:10:\"size_after\";i:138629;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:2730;s:11:\"size_before\";i:97382;s:10:\"size_after\";i:94652;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.44;s:5:\"bytes\";i:2014;s:11:\"size_before\";i:82591;s:10:\"size_after\";i:80577;s:4:\"time\";d:0.03;}}}'),
(8564, 295, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4131269241442506;s:5:\"bytes\";i:36652;s:11:\"size_before\";i:1073854;s:10:\"size_after\";i:1037202;s:4:\"time\";d:0.49;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:685;s:11:\"size_before\";i:15162;s:10:\"size_after\";i:14477;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:4451;s:11:\"size_before\";i:127983;s:10:\"size_after\";i:123532;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:402;s:11:\"size_before\";i:6658;s:10:\"size_after\";i:6256;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:3713;s:11:\"size_before\";i:76511;s:10:\"size_after\";i:72798;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:398;s:11:\"size_before\";i:7998;s:10:\"size_after\";i:7600;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.16;s:5:\"bytes\";i:173;s:11:\"size_before\";i:1550;s:10:\"size_after\";i:1377;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1;s:5:\"bytes\";i:269;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3052;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:6166;s:11:\"size_before\";i:199314;s:10:\"size_after\";i:193148;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.61;s:5:\"bytes\";i:238;s:11:\"size_before\";i:3126;s:10:\"size_after\";i:2888;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.29;s:5:\"bytes\";i:230;s:11:\"size_before\";i:2774;s:10:\"size_after\";i:2544;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:3112;s:11:\"size_before\";i:112628;s:10:\"size_after\";i:109516;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:5158;s:11:\"size_before\";i:140308;s:10:\"size_after\";i:135150;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:5059;s:11:\"size_before\";i:170029;s:10:\"size_after\";i:164970;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:4511;s:11:\"size_before\";i:117809;s:10:\"size_after\";i:113298;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:2087;s:11:\"size_before\";i:88683;s:10:\"size_after\";i:86596;s:4:\"time\";d:0.05;}}}'),
(8565, 293, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5467571;s:10:\"size_after\";i:5467571;s:4:\"time\";d:2.3600000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123820;s:10:\"size_after\";i:123820;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49528;s:10:\"size_after\";i:49528;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:752098;s:10:\"size_after\";i:752098;s:4:\"time\";d:0.4;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67999;s:10:\"size_after\";i:67999;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4370;s:10:\"size_after\";i:4370;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19529;s:10:\"size_after\";i:19529;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17171;s:10:\"size_after\";i:17171;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15415;s:10:\"size_after\";i:15415;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1069738;s:10:\"size_after\";i:1069738;s:4:\"time\";d:0.38;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1034686;s:10:\"size_after\";i:1034686;s:4:\"time\";d:0.41;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1285746;s:10:\"size_after\";i:1285746;s:4:\"time\";d:0.62;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1027471;s:10:\"size_after\";i:1027471;s:4:\"time\";d:0.37;}}}'),
(8566, 230, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.317028697431331;s:5:\"bytes\";i:50155;s:11:\"size_before\";i:943290;s:10:\"size_after\";i:893135;s:4:\"time\";d:0.6400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:382;s:11:\"size_before\";i:10029;s:10:\"size_after\";i:9647;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:2778;s:11:\"size_before\";i:68679;s:10:\"size_after\";i:65901;s:4:\"time\";d:0.13;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:209;s:11:\"size_before\";i:4684;s:10:\"size_after\";i:4475;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:3367;s:11:\"size_before\";i:78392;s:10:\"size_after\";i:75025;s:4:\"time\";d:0.03;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38;s:5:\"bytes\";i:7632;s:11:\"size_before\";i:141792;s:10:\"size_after\";i:134160;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.11;s:5:\"bytes\";i:190;s:11:\"size_before\";i:3721;s:10:\"size_after\";i:3531;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.49;s:5:\"bytes\";i:138;s:11:\"size_before\";i:1316;s:10:\"size_after\";i:1178;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.95;s:5:\"bytes\";i:142;s:11:\"size_before\";i:1786;s:10:\"size_after\";i:1644;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:6576;s:11:\"size_before\";i:113024;s:10:\"size_after\";i:106448;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.47;s:5:\"bytes\";i:156;s:11:\"size_before\";i:2410;s:10:\"size_after\";i:2254;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.69;s:5:\"bytes\";i:167;s:11:\"size_before\";i:2171;s:10:\"size_after\";i:2004;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.15;s:5:\"bytes\";i:7892;s:11:\"size_before\";i:128287;s:10:\"size_after\";i:120395;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57;s:5:\"bytes\";i:5015;s:11:\"size_before\";i:76369;s:10:\"size_after\";i:71354;s:4:\"time\";d:0.08;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:3860;s:11:\"size_before\";i:84436;s:10:\"size_after\";i:80576;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:5955;s:11:\"size_before\";i:100174;s:10:\"size_after\";i:94219;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:3117;s:11:\"size_before\";i:68638;s:10:\"size_after\";i:65521;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:2579;s:11:\"size_before\";i:57382;s:10:\"size_after\";i:54803;s:4:\"time\";d:0.02;}}}'),
(8567, 229, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.651066962831426;s:5:\"bytes\";i:59823;s:11:\"size_before\";i:1286221;s:10:\"size_after\";i:1226398;s:4:\"time\";d:0.6500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:571;s:11:\"size_before\";i:11923;s:10:\"size_after\";i:11352;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:4762;s:11:\"size_before\";i:90017;s:10:\"size_after\";i:85255;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:349;s:11:\"size_before\";i:6018;s:10:\"size_after\";i:5669;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:5403;s:11:\"size_before\";i:102624;s:10:\"size_after\";i:97221;s:4:\"time\";d:0.04;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:10592;s:11:\"size_before\";i:187409;s:10:\"size_after\";i:176817;s:4:\"time\";d:0.13;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:251;s:11:\"size_before\";i:4370;s:10:\"size_after\";i:4119;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.29;s:5:\"bytes\";i:163;s:11:\"size_before\";i:1444;s:10:\"size_after\";i:1281;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.68;s:5:\"bytes\";i:175;s:11:\"size_before\";i:2016;s:10:\"size_after\";i:1841;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:6314;s:11:\"size_before\";i:156773;s:10:\"size_after\";i:150459;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.35;s:5:\"bytes\";i:214;s:11:\"size_before\";i:2912;s:10:\"size_after\";i:2698;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63;s:5:\"bytes\";i:198;s:11:\"size_before\";i:2596;s:10:\"size_after\";i:2398;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:7909;s:11:\"size_before\";i:174181;s:10:\"size_after\";i:166272;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:105839;s:10:\"size_after\";i:101592;s:4:\"time\";d:0.08;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:5872;s:11:\"size_before\";i:109314;s:10:\"size_after\";i:103442;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:5682;s:11:\"size_before\";i:143279;s:10:\"size_after\";i:137597;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:4220;s:11:\"size_before\";i:99818;s:10:\"size_after\";i:95598;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:2901;s:11:\"size_before\";i:85688;s:10:\"size_after\";i:82787;s:4:\"time\";d:0.05;}}}'),
(8568, 228, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8083707209145103;s:5:\"bytes\";i:30983;s:11:\"size_before\";i:813550;s:10:\"size_after\";i:782567;s:4:\"time\";d:0.38999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:720;s:11:\"size_before\";i:14294;s:10:\"size_after\";i:13574;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:3195;s:11:\"size_before\";i:92578;s:10:\"size_after\";i:89383;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17;s:5:\"bytes\";i:387;s:11:\"size_before\";i:6270;s:10:\"size_after\";i:5883;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:2212;s:11:\"size_before\";i:59429;s:10:\"size_after\";i:57217;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:505;s:11:\"size_before\";i:8499;s:10:\"size_after\";i:7994;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.43;s:5:\"bytes\";i:161;s:11:\"size_before\";i:1543;s:10:\"size_after\";i:1382;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:266;s:11:\"size_before\";i:3432;s:10:\"size_after\";i:3166;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.84;s:5:\"bytes\";i:5526;s:11:\"size_before\";i:143828;s:10:\"size_after\";i:138302;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.15;s:5:\"bytes\";i:248;s:11:\"size_before\";i:3042;s:10:\"size_after\";i:2794;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:245;s:11:\"size_before\";i:2721;s:10:\"size_after\";i:2476;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:3059;s:11:\"size_before\";i:89471;s:10:\"size_after\";i:86412;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:4013;s:11:\"size_before\";i:94948;s:10:\"size_after\";i:90935;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:4975;s:11:\"size_before\";i:129089;s:10:\"size_after\";i:124114;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:3252;s:11:\"size_before\";i:89654;s:10:\"size_after\";i:86402;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:2219;s:11:\"size_before\";i:74752;s:10:\"size_after\";i:72533;s:4:\"time\";d:0.04;}}}'),
(8569, 227, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.429956193494268;s:5:\"bytes\";i:27232;s:11:\"size_before\";i:793946;s:10:\"size_after\";i:766714;s:4:\"time\";d:0.45;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:593;s:11:\"size_before\";i:13842;s:10:\"size_after\";i:13249;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.07;s:5:\"bytes\";i:2764;s:11:\"size_before\";i:89952;s:10:\"size_after\";i:87188;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.01;s:5:\"bytes\";i:373;s:11:\"size_before\";i:6209;s:10:\"size_after\";i:5836;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:2040;s:11:\"size_before\";i:57544;s:10:\"size_after\";i:55504;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:502;s:11:\"size_before\";i:8299;s:10:\"size_after\";i:7797;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.82;s:5:\"bytes\";i:147;s:11:\"size_before\";i:1497;s:10:\"size_after\";i:1350;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2;s:5:\"bytes\";i:239;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3082;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:4963;s:11:\"size_before\";i:139444;s:10:\"size_after\";i:134481;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8;s:5:\"bytes\";i:234;s:11:\"size_before\";i:2999;s:10:\"size_after\";i:2765;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.42;s:5:\"bytes\";i:220;s:11:\"size_before\";i:2614;s:10:\"size_after\";i:2394;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:2682;s:11:\"size_before\";i:89051;s:10:\"size_after\";i:86369;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95;s:5:\"bytes\";i:3707;s:11:\"size_before\";i:93794;s:10:\"size_after\";i:90087;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:4441;s:11:\"size_before\";i:124982;s:10:\"size_after\";i:120541;s:4:\"time\";d:0.09;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2551;s:11:\"size_before\";i:86214;s:10:\"size_after\";i:83663;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:1776;s:11:\"size_before\";i:74184;s:10:\"size_after\";i:72408;s:4:\"time\";d:0.04;}}}'),
(8570, 226, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.830699108632281;s:5:\"bytes\";i:22935;s:11:\"size_before\";i:474776;s:10:\"size_after\";i:451841;s:4:\"time\";d:0.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:343;s:11:\"size_before\";i:9777;s:10:\"size_after\";i:9434;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:2840;s:11:\"size_before\";i:62706;s:10:\"size_after\";i:59866;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:219;s:11:\"size_before\";i:5092;s:10:\"size_after\";i:4873;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:1660;s:11:\"size_before\";i:40257;s:10:\"size_after\";i:38597;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.35;s:5:\"bytes\";i:211;s:11:\"size_before\";i:6307;s:10:\"size_after\";i:6096;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.05;s:5:\"bytes\";i:116;s:11:\"size_before\";i:1282;s:10:\"size_after\";i:1166;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2609;s:10:\"size_after\";i:2455;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:143;s:11:\"size_before\";i:2518;s:10:\"size_after\";i:2375;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:135;s:11:\"size_before\";i:2204;s:10:\"size_after\";i:2069;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:3357;s:11:\"size_before\";i:64494;s:10:\"size_after\";i:61137;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:3765;s:11:\"size_before\";i:70497;s:10:\"size_after\";i:66732;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:4477;s:11:\"size_before\";i:87741;s:10:\"size_after\";i:83264;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:2914;s:11:\"size_before\";i:65297;s:10:\"size_after\";i:62383;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82;s:5:\"bytes\";i:2601;s:11:\"size_before\";i:53995;s:10:\"size_after\";i:51394;s:4:\"time\";d:0.02;}}}'),
(8571, 225, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7518917057184304;s:5:\"bytes\";i:35948;s:11:\"size_before\";i:958130;s:10:\"size_after\";i:922182;s:4:\"time\";d:0.49;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:639;s:11:\"size_before\";i:16889;s:10:\"size_after\";i:16250;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:4369;s:11:\"size_before\";i:110219;s:10:\"size_after\";i:105850;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8;s:5:\"bytes\";i:380;s:11:\"size_before\";i:6547;s:10:\"size_after\";i:6167;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:2843;s:11:\"size_before\";i:71463;s:10:\"size_after\";i:68620;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.97;s:5:\"bytes\";i:402;s:11:\"size_before\";i:6731;s:10:\"size_after\";i:6329;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.29;s:5:\"bytes\";i:152;s:11:\"size_before\";i:1637;s:10:\"size_after\";i:1485;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.73;s:5:\"bytes\";i:210;s:11:\"size_before\";i:2715;s:10:\"size_after\";i:2505;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:4809;s:11:\"size_before\";i:131080;s:10:\"size_after\";i:126271;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.48;s:5:\"bytes\";i:237;s:11:\"size_before\";i:3168;s:10:\"size_after\";i:2931;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.39;s:5:\"bytes\";i:205;s:11:\"size_before\";i:2775;s:10:\"size_after\";i:2570;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:5816;s:11:\"size_before\";i:145256;s:10:\"size_after\";i:139440;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:2814;s:11:\"size_before\";i:85012;s:10:\"size_after\";i:82198;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:3611;s:11:\"size_before\";i:98187;s:10:\"size_after\";i:94576;s:4:\"time\";d:0.09;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:4053;s:11:\"size_before\";i:118787;s:10:\"size_after\";i:114734;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:3288;s:11:\"size_before\";i:86398;s:10:\"size_after\";i:83110;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.97;s:5:\"bytes\";i:2120;s:11:\"size_before\";i:71266;s:10:\"size_after\";i:69146;s:4:\"time\";d:0.03;}}}'),
(8572, 224, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.21972581873572;s:5:\"bytes\";i:32129;s:11:\"size_before\";i:997880;s:10:\"size_after\";i:965751;s:4:\"time\";d:0.46;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:731;s:11:\"size_before\";i:16826;s:10:\"size_after\";i:16095;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:4117;s:11:\"size_before\";i:122183;s:10:\"size_after\";i:118066;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61;s:5:\"bytes\";i:357;s:11:\"size_before\";i:6361;s:10:\"size_after\";i:6004;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:3056;s:11:\"size_before\";i:83305;s:10:\"size_after\";i:80249;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.59;s:5:\"bytes\";i:334;s:11:\"size_before\";i:5971;s:10:\"size_after\";i:5637;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:168;s:11:\"size_before\";i:1641;s:10:\"size_after\";i:1473;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.83;s:5:\"bytes\";i:221;s:11:\"size_before\";i:2502;s:10:\"size_after\";i:2281;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:4009;s:11:\"size_before\";i:134420;s:10:\"size_after\";i:130411;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.32;s:5:\"bytes\";i:254;s:11:\"size_before\";i:3054;s:10:\"size_after\";i:2800;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.77;s:5:\"bytes\";i:236;s:11:\"size_before\";i:2690;s:10:\"size_after\";i:2454;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:4852;s:11:\"size_before\";i:149590;s:10:\"size_after\";i:144738;s:4:\"time\";d:0.09;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:2375;s:11:\"size_before\";i:83447;s:10:\"size_after\";i:81072;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:3455;s:11:\"size_before\";i:106243;s:10:\"size_after\";i:102788;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:3581;s:11:\"size_before\";i:122174;s:10:\"size_after\";i:118593;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:2712;s:11:\"size_before\";i:87580;s:10:\"size_after\";i:84868;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.39;s:5:\"bytes\";i:1671;s:11:\"size_before\";i:69893;s:10:\"size_after\";i:68222;s:4:\"time\";d:0.02;}}}'),
(8573, 223, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7805558626717;s:5:\"bytes\";i:28723;s:11:\"size_before\";i:759756;s:10:\"size_after\";i:731033;s:4:\"time\";d:0.37999999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:483;s:11:\"size_before\";i:12313;s:10:\"size_after\";i:11830;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:2928;s:11:\"size_before\";i:84945;s:10:\"size_after\";i:82017;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:309;s:11:\"size_before\";i:5854;s:10:\"size_after\";i:5545;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:2124;s:11:\"size_before\";i:53484;s:10:\"size_after\";i:51360;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.89;s:5:\"bytes\";i:367;s:11:\"size_before\";i:7503;s:10:\"size_after\";i:7136;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28;s:5:\"bytes\";i:149;s:11:\"size_before\";i:1450;s:10:\"size_after\";i:1301;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:179;s:11:\"size_before\";i:3083;s:10:\"size_after\";i:2904;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:5357;s:11:\"size_before\";i:135261;s:10:\"size_after\";i:129904;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.98;s:5:\"bytes\";i:202;s:11:\"size_before\";i:2896;s:10:\"size_after\";i:2694;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.68;s:5:\"bytes\";i:193;s:11:\"size_before\";i:2514;s:10:\"size_after\";i:2321;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.86;s:5:\"bytes\";i:3450;s:11:\"size_before\";i:89422;s:10:\"size_after\";i:85972;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:3345;s:11:\"size_before\";i:84871;s:10:\"size_after\";i:81526;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:4650;s:11:\"size_before\";i:122719;s:10:\"size_after\";i:118069;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:2820;s:11:\"size_before\";i:81555;s:10:\"size_after\";i:78735;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:71886;s:10:\"size_after\";i:69719;s:4:\"time\";d:0.04;}}}'),
(8574, 222, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.623078022359406;s:5:\"bytes\";i:23071;s:11:\"size_before\";i:636779;s:10:\"size_after\";i:613708;s:4:\"time\";d:0.36;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7;s:5:\"bytes\";i:594;s:11:\"size_before\";i:12632;s:10:\"size_after\";i:12038;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.39;s:5:\"bytes\";i:2924;s:11:\"size_before\";i:86257;s:10:\"size_after\";i:83333;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:367;s:11:\"size_before\";i:6097;s:10:\"size_after\";i:5730;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:1859;s:11:\"size_before\";i:54290;s:10:\"size_after\";i:52431;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:421;s:11:\"size_before\";i:8083;s:10:\"size_after\";i:7662;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.97;s:5:\"bytes\";i:156;s:11:\"size_before\";i:1422;s:10:\"size_after\";i:1266;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.41;s:5:\"bytes\";i:251;s:11:\"size_before\";i:3389;s:10:\"size_after\";i:3138;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.22;s:5:\"bytes\";i:244;s:11:\"size_before\";i:2967;s:10:\"size_after\";i:2723;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.08;s:5:\"bytes\";i:239;s:11:\"size_before\";i:2633;s:10:\"size_after\";i:2394;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:3158;s:11:\"size_before\";i:91228;s:10:\"size_after\";i:88070;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:3074;s:11:\"size_before\";i:79758;s:10:\"size_after\";i:76684;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:4857;s:11:\"size_before\";i:124450;s:10:\"size_after\";i:119593;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.22;s:5:\"bytes\";i:2836;s:11:\"size_before\";i:88180;s:10:\"size_after\";i:85344;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:2091;s:11:\"size_before\";i:75393;s:10:\"size_after\";i:73302;s:4:\"time\";d:0.02;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8575, 221, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.800712559031912;s:5:\"bytes\";i:31854;s:11:\"size_before\";i:838106;s:10:\"size_after\";i:806252;s:4:\"time\";d:0.44;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8;s:5:\"bytes\";i:663;s:11:\"size_before\";i:13826;s:10:\"size_after\";i:13163;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:3805;s:11:\"size_before\";i:95538;s:10:\"size_after\";i:91733;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.91;s:5:\"bytes\";i:357;s:11:\"size_before\";i:6043;s:10:\"size_after\";i:5686;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:2185;s:11:\"size_before\";i:59896;s:10:\"size_after\";i:57711;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:459;s:11:\"size_before\";i:8138;s:10:\"size_after\";i:7679;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.51;s:5:\"bytes\";i:170;s:11:\"size_before\";i:1477;s:10:\"size_after\";i:1307;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62;s:5:\"bytes\";i:250;s:11:\"size_before\";i:3282;s:10:\"size_after\";i:3032;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:5616;s:11:\"size_before\";i:147391;s:10:\"size_after\";i:141775;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:216;s:11:\"size_before\";i:2881;s:10:\"size_after\";i:2665;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.66;s:5:\"bytes\";i:198;s:11:\"size_before\";i:2586;s:10:\"size_after\";i:2388;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:3403;s:11:\"size_before\";i:97294;s:10:\"size_after\";i:93891;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:3717;s:11:\"size_before\";i:94477;s:10:\"size_after\";i:90760;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:5127;s:11:\"size_before\";i:134112;s:10:\"size_after\";i:128985;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:3351;s:11:\"size_before\";i:91467;s:10:\"size_after\";i:88116;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:2337;s:11:\"size_before\";i:79698;s:10:\"size_after\";i:77361;s:4:\"time\";d:0.04;}}}'),
(8576, 220, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.421209064477325;s:5:\"bytes\";i:30150;s:11:\"size_before\";i:556149;s:10:\"size_after\";i:525999;s:4:\"time\";d:0.36999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:219;s:11:\"size_before\";i:7776;s:10:\"size_after\";i:7557;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:3954;s:11:\"size_before\";i:71973;s:10:\"size_after\";i:68019;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:179;s:11:\"size_before\";i:4214;s:10:\"size_after\";i:4035;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:1973;s:11:\"size_before\";i:41353;s:10:\"size_after\";i:39380;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:182;s:11:\"size_before\";i:4952;s:10:\"size_after\";i:4770;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.61;s:5:\"bytes\";i:132;s:11:\"size_before\";i:1137;s:10:\"size_after\";i:1005;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:166;s:11:\"size_before\";i:2213;s:10:\"size_after\";i:2047;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94;s:5:\"bytes\";i:148;s:11:\"size_before\";i:2134;s:10:\"size_after\";i:1986;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.88;s:5:\"bytes\";i:152;s:11:\"size_before\";i:1930;s:10:\"size_after\";i:1778;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05;s:5:\"bytes\";i:4446;s:11:\"size_before\";i:73510;s:10:\"size_after\";i:69064;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:4039;s:11:\"size_before\";i:93045;s:10:\"size_after\";i:89006;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:7102;s:11:\"size_before\";i:114754;s:10:\"size_after\";i:107652;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19;s:5:\"bytes\";i:4100;s:11:\"size_before\";i:78962;s:10:\"size_after\";i:74862;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:3358;s:11:\"size_before\";i:58196;s:10:\"size_after\";i:54838;s:4:\"time\";d:0.04;}}}'),
(8577, 219, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.380996034932988;s:5:\"bytes\";i:45113;s:11:\"size_before\";i:1029743;s:10:\"size_after\";i:984630;s:4:\"time\";d:0.45;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:626;s:11:\"size_before\";i:13605;s:10:\"size_after\";i:12979;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:5757;s:11:\"size_before\";i:137153;s:10:\"size_after\";i:131396;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:289;s:11:\"size_before\";i:6137;s:10:\"size_after\";i:5848;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:3479;s:11:\"size_before\";i:79107;s:10:\"size_after\";i:75628;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:353;s:11:\"size_before\";i:8109;s:10:\"size_after\";i:7756;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.15;s:5:\"bytes\";i:120;s:11:\"size_before\";i:1312;s:10:\"size_after\";i:1192;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:176;s:11:\"size_before\";i:2967;s:10:\"size_after\";i:2791;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:183;s:11:\"size_before\";i:2760;s:10:\"size_after\";i:2577;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.08;s:5:\"bytes\";i:171;s:11:\"size_before\";i:2414;s:10:\"size_after\";i:2243;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:6928;s:11:\"size_before\";i:154397;s:10:\"size_after\";i:147469;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:7054;s:11:\"size_before\";i:149107;s:10:\"size_after\";i:142053;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:9771;s:11:\"size_before\";i:214712;s:10:\"size_after\";i:204941;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:5762;s:11:\"size_before\";i:139294;s:10:\"size_after\";i:133532;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:4444;s:11:\"size_before\";i:118669;s:10:\"size_after\";i:114225;s:4:\"time\";d:0.05;}}}'),
(8578, 218, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.807371202336634;s:5:\"bytes\";i:36082;s:11:\"size_before\";i:947688;s:10:\"size_after\";i:911606;s:4:\"time\";d:0.38000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:533;s:11:\"size_before\";i:13681;s:10:\"size_after\";i:13148;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:4572;s:11:\"size_before\";i:123893;s:10:\"size_after\";i:119321;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.47;s:5:\"bytes\";i:284;s:11:\"size_before\";i:6354;s:10:\"size_after\";i:6070;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:2915;s:11:\"size_before\";i:74391;s:10:\"size_after\";i:71476;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.05;s:5:\"bytes\";i:327;s:11:\"size_before\";i:8077;s:10:\"size_after\";i:7750;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.57;s:5:\"bytes\";i:119;s:11:\"size_before\";i:1244;s:10:\"size_after\";i:1125;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.48;s:5:\"bytes\";i:199;s:11:\"size_before\";i:3069;s:10:\"size_after\";i:2870;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:158;s:11:\"size_before\";i:2800;s:10:\"size_after\";i:2642;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.33;s:5:\"bytes\";i:157;s:11:\"size_before\";i:2481;s:10:\"size_after\";i:2324;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:5454;s:11:\"size_before\";i:145156;s:10:\"size_after\";i:139702;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:5520;s:11:\"size_before\";i:131752;s:10:\"size_after\";i:126232;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:7634;s:11:\"size_before\";i:192722;s:10:\"size_after\";i:185088;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:4509;s:11:\"size_before\";i:126564;s:10:\"size_after\";i:122055;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:3701;s:11:\"size_before\";i:115504;s:10:\"size_after\";i:111803;s:4:\"time\";d:0.05;}}}'),
(8579, 217, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.291372442606889;s:5:\"bytes\";i:25545;s:11:\"size_before\";i:482767;s:10:\"size_after\";i:457222;s:4:\"time\";d:0.30000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:443;s:11:\"size_before\";i:9408;s:10:\"size_after\";i:8965;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:3521;s:11:\"size_before\";i:68772;s:10:\"size_after\";i:65251;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44;s:5:\"bytes\";i:204;s:11:\"size_before\";i:4593;s:10:\"size_after\";i:4389;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:2193;s:11:\"size_before\";i:43174;s:10:\"size_after\";i:40981;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.01;s:5:\"bytes\";i:244;s:11:\"size_before\";i:6083;s:10:\"size_after\";i:5839;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:127;s:11:\"size_before\";i:1240;s:10:\"size_after\";i:1113;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:147;s:11:\"size_before\";i:2634;s:10:\"size_after\";i:2487;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:138;s:11:\"size_before\";i:2315;s:10:\"size_after\";i:2177;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:111;s:11:\"size_before\";i:2054;s:10:\"size_after\";i:1943;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.89;s:5:\"bytes\";i:3765;s:11:\"size_before\";i:63910;s:10:\"size_after\";i:60145;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:3049;s:11:\"size_before\";i:62008;s:10:\"size_after\";i:58959;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:5067;s:11:\"size_before\";i:95816;s:10:\"size_after\";i:90749;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95;s:5:\"bytes\";i:3355;s:11:\"size_before\";i:67733;s:10:\"size_after\";i:64378;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:3181;s:11:\"size_before\";i:53027;s:10:\"size_after\";i:49846;s:4:\"time\";d:0.02;}}}'),
(8580, 216, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5374681;s:10:\"size_after\";i:5374681;s:4:\"time\";d:2.27;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:119706;s:10:\"size_after\";i:119706;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50162;s:10:\"size_after\";i:50162;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:728846;s:10:\"size_after\";i:728846;s:4:\"time\";d:0.3;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:71756;s:10:\"size_after\";i:71756;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4301;s:10:\"size_after\";i:4301;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20667;s:10:\"size_after\";i:20667;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17427;s:10:\"size_after\";i:17427;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15556;s:10:\"size_after\";i:15556;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1069301;s:10:\"size_after\";i:1069301;s:4:\"time\";d:0.36;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1003559;s:10:\"size_after\";i:1003559;s:4:\"time\";d:0.49;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1246168;s:10:\"size_after\";i:1246168;s:4:\"time\";d:0.62;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1027232;s:10:\"size_after\";i:1027232;s:4:\"time\";d:0.34;}}}'),
(8581, 215, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4939090839228886;s:5:\"bytes\";i:37736;s:11:\"size_before\";i:1080051;s:10:\"size_after\";i:1042315;s:4:\"time\";d:0.5700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.66;s:5:\"bytes\";i:703;s:11:\"size_before\";i:15098;s:10:\"size_after\";i:14395;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:3630;s:11:\"size_before\";i:112928;s:10:\"size_after\";i:109298;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13;s:5:\"bytes\";i:406;s:11:\"size_before\";i:6622;s:10:\"size_after\";i:6216;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:2516;s:11:\"size_before\";i:69803;s:10:\"size_after\";i:67287;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2;s:5:\"bytes\";i:452;s:11:\"size_before\";i:7294;s:10:\"size_after\";i:6842;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.41;s:5:\"bytes\";i:174;s:11:\"size_before\";i:1525;s:10:\"size_after\";i:1351;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.47;s:5:\"bytes\";i:218;s:11:\"size_before\";i:2919;s:10:\"size_after\";i:2701;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:5238;s:11:\"size_before\";i:154192;s:10:\"size_after\";i:148954;s:4:\"time\";d:0.1;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.27;s:5:\"bytes\";i:222;s:11:\"size_before\";i:3053;s:10:\"size_after\";i:2831;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.08;s:5:\"bytes\";i:248;s:11:\"size_before\";i:2731;s:10:\"size_after\";i:2483;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:6088;s:11:\"size_before\";i:178571;s:10:\"size_after\";i:172483;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.06;s:5:\"bytes\";i:2647;s:11:\"size_before\";i:86634;s:10:\"size_after\";i:83987;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:5561;s:11:\"size_before\";i:132294;s:10:\"size_after\";i:126733;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.35;s:5:\"bytes\";i:4494;s:11:\"size_before\";i:134261;s:10:\"size_after\";i:129767;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:3353;s:11:\"size_before\";i:99824;s:10:\"size_after\";i:96471;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.47;s:5:\"bytes\";i:1786;s:11:\"size_before\";i:72302;s:10:\"size_after\";i:70516;s:4:\"time\";d:0.06;}}}'),
(8582, 214, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2362426481374307;s:5:\"bytes\";i:44344;s:11:\"size_before\";i:1370231;s:10:\"size_after\";i:1325887;s:4:\"time\";d:0.55;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:690;s:11:\"size_before\";i:16650;s:10:\"size_after\";i:15960;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:4501;s:11:\"size_before\";i:143910;s:10:\"size_after\";i:139409;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:337;s:11:\"size_before\";i:6684;s:10:\"size_after\";i:6347;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:3162;s:11:\"size_before\";i:87215;s:10:\"size_after\";i:84053;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:334;s:11:\"size_before\";i:7537;s:10:\"size_after\";i:7203;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.11;s:5:\"bytes\";i:148;s:11:\"size_before\";i:1464;s:10:\"size_after\";i:1316;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:191;s:11:\"size_before\";i:2912;s:10:\"size_after\";i:2721;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.19;s:5:\"bytes\";i:6317;s:11:\"size_before\";i:197795;s:10:\"size_after\";i:191478;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:198;s:11:\"size_before\";i:3016;s:10:\"size_after\";i:2818;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:181;s:11:\"size_before\";i:2631;s:10:\"size_after\";i:2450;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.05;s:5:\"bytes\";i:6920;s:11:\"size_before\";i:227077;s:10:\"size_after\";i:220157;s:4:\"time\";d:0.1;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:3728;s:11:\"size_before\";i:119835;s:10:\"size_after\";i:116107;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:5381;s:11:\"size_before\";i:154382;s:10:\"size_after\";i:149001;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.01;s:5:\"bytes\";i:5239;s:11:\"size_before\";i:174068;s:10:\"size_after\";i:168829;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:4218;s:11:\"size_before\";i:126844;s:10:\"size_after\";i:122626;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.85;s:5:\"bytes\";i:2799;s:11:\"size_before\";i:98211;s:10:\"size_after\";i:95412;s:4:\"time\";d:0.05;}}}'),
(8583, 213, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3828668227614584;s:5:\"bytes\";i:30514;s:11:\"size_before\";i:902016;s:10:\"size_after\";i:871502;s:4:\"time\";d:0.42;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:709;s:11:\"size_before\";i:14298;s:10:\"size_after\";i:13589;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:3114;s:11:\"size_before\";i:95596;s:10:\"size_after\";i:92482;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:378;s:11:\"size_before\";i:5977;s:10:\"size_after\";i:5599;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:1910;s:11:\"size_before\";i:60386;s:10:\"size_after\";i:58476;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:439;s:11:\"size_before\";i:7016;s:10:\"size_after\";i:6577;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.28;s:5:\"bytes\";i:168;s:11:\"size_before\";i:1489;s:10:\"size_after\";i:1321;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.66;s:5:\"bytes\";i:253;s:11:\"size_before\";i:2923;s:10:\"size_after\";i:2670;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:4487;s:11:\"size_before\";i:128826;s:10:\"size_after\";i:124339;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.87;s:5:\"bytes\";i:255;s:11:\"size_before\";i:2876;s:10:\"size_after\";i:2621;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.16;s:5:\"bytes\";i:234;s:11:\"size_before\";i:2554;s:10:\"size_after\";i:2320;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:5416;s:11:\"size_before\";i:147200;s:10:\"size_after\";i:141784;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:74173;s:10:\"size_after\";i:72250;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:3600;s:11:\"size_before\";i:97142;s:10:\"size_after\";i:93542;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3716;s:11:\"size_before\";i:113599;s:10:\"size_after\";i:109883;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:2650;s:11:\"size_before\";i:84570;s:10:\"size_after\";i:81920;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.99;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:63391;s:10:\"size_after\";i:62129;s:4:\"time\";d:0.02;}}}'),
(8584, 212, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.439314740863392;s:5:\"bytes\";i:22540;s:11:\"size_before\";i:924030;s:10:\"size_after\";i:901490;s:4:\"time\";d:0.53;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:577;s:11:\"size_before\";i:14892;s:10:\"size_after\";i:14315;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.19;s:5:\"bytes\";i:2143;s:11:\"size_before\";i:98008;s:10:\"size_after\";i:95865;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:310;s:11:\"size_before\";i:6404;s:10:\"size_after\";i:6094;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.13;s:5:\"bytes\";i:1340;s:11:\"size_before\";i:62828;s:10:\"size_after\";i:61488;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:336;s:11:\"size_before\";i:7454;s:10:\"size_after\";i:7118;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.57;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1609;s:10:\"size_after\";i:1455;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.01;s:5:\"bytes\";i:254;s:11:\"size_before\";i:3171;s:10:\"size_after\";i:2917;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:3225;s:11:\"size_before\";i:130299;s:10:\"size_after\";i:127074;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:220;s:11:\"size_before\";i:3158;s:10:\"size_after\";i:2938;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.06;s:5:\"bytes\";i:227;s:11:\"size_before\";i:2816;s:10:\"size_after\";i:2589;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:4011;s:11:\"size_before\";i:146459;s:10:\"size_after\";i:142448;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.78;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:80282;s:10:\"size_after\";i:78853;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:2728;s:11:\"size_before\";i:93076;s:10:\"size_after\";i:90348;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:2759;s:11:\"size_before\";i:116956;s:10:\"size_after\";i:114197;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.14;s:5:\"bytes\";i:1876;s:11:\"size_before\";i:87823;s:10:\"size_after\";i:85947;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.38;s:5:\"bytes\";i:951;s:11:\"size_before\";i:68795;s:10:\"size_after\";i:67844;s:4:\"time\";d:0.03;}}}'),
(8585, 211, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.0323400178031483;s:5:\"bytes\";i:20023;s:11:\"size_before\";i:985219;s:10:\"size_after\";i:965196;s:4:\"time\";d:0.55;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:670;s:11:\"size_before\";i:16363;s:10:\"size_after\";i:15693;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.71;s:5:\"bytes\";i:1805;s:11:\"size_before\";i:105325;s:10:\"size_after\";i:103520;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:353;s:11:\"size_before\";i:6775;s:10:\"size_after\";i:6422;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:1376;s:11:\"size_before\";i:68231;s:10:\"size_after\";i:66855;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:442;s:11:\"size_before\";i:8033;s:10:\"size_after\";i:7591;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28;s:5:\"bytes\";i:160;s:11:\"size_before\";i:1557;s:10:\"size_after\";i:1397;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:229;s:11:\"size_before\";i:3184;s:10:\"size_after\";i:2955;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.93;s:5:\"bytes\";i:2656;s:11:\"size_before\";i:137433;s:10:\"size_after\";i:134777;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.11;s:5:\"bytes\";i:255;s:11:\"size_before\";i:3144;s:10:\"size_after\";i:2889;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.08;s:5:\"bytes\";i:226;s:11:\"size_before\";i:2796;s:10:\"size_after\";i:2570;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:3470;s:11:\"size_before\";i:156984;s:10:\"size_after\";i:153514;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.72;s:5:\"bytes\";i:1480;s:11:\"size_before\";i:86018;s:10:\"size_after\";i:84538;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.98;s:5:\"bytes\";i:1944;s:11:\"size_before\";i:98264;s:10:\"size_after\";i:96320;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.75;s:5:\"bytes\";i:2153;s:11:\"size_before\";i:123167;s:10:\"size_after\";i:121014;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.84;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:94301;s:10:\"size_after\";i:92564;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.45;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:73644;s:10:\"size_after\";i:72577;s:4:\"time\";d:0.07;}}}'),
(8586, 210, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3605896259212904;s:5:\"bytes\";i:24444;s:11:\"size_before\";i:1035504;s:10:\"size_after\";i:1011060;s:4:\"time\";d:0.53;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:670;s:11:\"size_before\";i:16089;s:10:\"size_after\";i:15419;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.91;s:5:\"bytes\";i:2010;s:11:\"size_before\";i:105375;s:10:\"size_after\";i:103365;s:4:\"time\";d:0.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:373;s:11:\"size_before\";i:6623;s:10:\"size_after\";i:6250;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:1621;s:11:\"size_before\";i:68099;s:10:\"size_after\";i:66478;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:431;s:11:\"size_before\";i:7863;s:10:\"size_after\";i:7432;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.48;s:5:\"bytes\";i:166;s:11:\"size_before\";i:1584;s:10:\"size_after\";i:1418;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.39;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3153;s:10:\"size_after\";i:2920;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.26;s:5:\"bytes\";i:3291;s:11:\"size_before\";i:145382;s:10:\"size_after\";i:142091;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.08;s:5:\"bytes\";i:215;s:11:\"size_before\";i:3035;s:10:\"size_after\";i:2820;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45;s:5:\"bytes\";i:201;s:11:\"size_before\";i:2697;s:10:\"size_after\";i:2496;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:3810;s:11:\"size_before\";i:159777;s:10:\"size_after\";i:155967;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:2257;s:11:\"size_before\";i:99483;s:10:\"size_after\";i:97226;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:2826;s:11:\"size_before\";i:104398;s:10:\"size_after\";i:101572;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.11;s:5:\"bytes\";i:2818;s:11:\"size_before\";i:133255;s:10:\"size_after\";i:130437;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12;s:5:\"bytes\";i:2007;s:11:\"size_before\";i:94874;s:10:\"size_after\";i:92867;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.81;s:5:\"bytes\";i:1515;s:11:\"size_before\";i:83817;s:10:\"size_after\";i:82302;s:4:\"time\";d:0.04;}}}'),
(8587, 209, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.193228502903081;s:5:\"bytes\";i:22011;s:11:\"size_before\";i:1003589;s:10:\"size_after\";i:981578;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:777;s:11:\"size_before\";i:17030;s:10:\"size_after\";i:16253;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.94;s:5:\"bytes\";i:2098;s:11:\"size_before\";i:108140;s:10:\"size_after\";i:106042;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:410;s:11:\"size_before\";i:7193;s:10:\"size_after\";i:6783;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:1722;s:11:\"size_before\";i:71001;s:10:\"size_after\";i:69279;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:492;s:11:\"size_before\";i:8402;s:10:\"size_after\";i:7910;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.74;s:5:\"bytes\";i:175;s:11:\"size_before\";i:1629;s:10:\"size_after\";i:1454;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.17;s:5:\"bytes\";i:238;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3083;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:138881;s:10:\"size_after\";i:136079;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03;s:5:\"bytes\";i:268;s:11:\"size_before\";i:3338;s:10:\"size_after\";i:3070;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.58;s:5:\"bytes\";i:222;s:11:\"size_before\";i:2928;s:10:\"size_after\";i:2706;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.15;s:5:\"bytes\";i:3402;s:11:\"size_before\";i:158092;s:10:\"size_after\";i:154690;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.83;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:84516;s:10:\"size_after\";i:82972;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:2545;s:11:\"size_before\";i:107052;s:10:\"size_after\";i:104507;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9;s:5:\"bytes\";i:2316;s:11:\"size_before\";i:121991;s:10:\"size_after\";i:119675;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.95;s:5:\"bytes\";i:1894;s:11:\"size_before\";i:97115;s:10:\"size_after\";i:95221;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.52;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:72960;s:10:\"size_after\";i:71854;s:4:\"time\";d:0.02;}}}'),
(8588, 208, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7445922794271955;s:5:\"bytes\";i:28772;s:11:\"size_before\";i:1048316;s:10:\"size_after\";i:1019544;s:4:\"time\";d:0.6900000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:780;s:11:\"size_before\";i:16888;s:10:\"size_after\";i:16108;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.31;s:5:\"bytes\";i:2529;s:11:\"size_before\";i:109271;s:10:\"size_after\";i:106742;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:409;s:11:\"size_before\";i:6953;s:10:\"size_after\";i:6544;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:1968;s:11:\"size_before\";i:70873;s:10:\"size_after\";i:68905;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:508;s:11:\"size_before\";i:8326;s:10:\"size_after\";i:7818;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.93;s:5:\"bytes\";i:178;s:11:\"size_before\";i:1628;s:10:\"size_after\";i:1450;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:235;s:11:\"size_before\";i:3238;s:10:\"size_after\";i:3003;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:3870;s:11:\"size_before\";i:144193;s:10:\"size_after\";i:140323;s:4:\"time\";d:0.2;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.66;s:5:\"bytes\";i:249;s:11:\"size_before\";i:3251;s:10:\"size_after\";i:3002;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:219;s:11:\"size_before\";i:2866;s:10:\"size_after\";i:2647;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:4599;s:11:\"size_before\";i:162600;s:10:\"size_after\";i:158001;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:2445;s:11:\"size_before\";i:97856;s:10:\"size_after\";i:95411;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:109706;s:10:\"size_after\";i:106297;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:3271;s:11:\"size_before\";i:129751;s:10:\"size_after\";i:126480;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:2212;s:11:\"size_before\";i:97477;s:10:\"size_after\";i:95265;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:1891;s:11:\"size_before\";i:83439;s:10:\"size_after\";i:81548;s:4:\"time\";d:0.03;}}}'),
(8589, 207, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.397079149389685;s:5:\"bytes\";i:48615;s:11:\"size_before\";i:900765;s:10:\"size_after\";i:852150;s:4:\"time\";d:0.6200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:505;s:11:\"size_before\";i:10658;s:10:\"size_after\";i:10153;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:4118;s:11:\"size_before\";i:74344;s:10:\"size_after\";i:70226;s:4:\"time\";d:0.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.77;s:5:\"bytes\";i:259;s:11:\"size_before\";i:4485;s:10:\"size_after\";i:4226;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:2418;s:11:\"size_before\";i:47205;s:10:\"size_after\";i:44787;s:4:\"time\";d:0.02;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:8107;s:11:\"size_before\";i:141139;s:10:\"size_after\";i:133032;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:286;s:11:\"size_before\";i:5035;s:10:\"size_after\";i:4749;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.67;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1208;s:10:\"size_after\";i:1067;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.37;s:5:\"bytes\";i:178;s:11:\"size_before\";i:2127;s:10:\"size_after\";i:1949;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:5982;s:11:\"size_before\";i:114709;s:10:\"size_after\";i:108727;s:4:\"time\";d:0.08;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.15;s:5:\"bytes\";i:182;s:11:\"size_before\";i:2233;s:10:\"size_after\";i:2051;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1973;s:10:\"size_after\";i:1818;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:5718;s:11:\"size_before\";i:103481;s:10:\"size_after\";i:97763;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:3309;s:11:\"size_before\";i:65675;s:10:\"size_after\";i:62366;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69;s:5:\"bytes\";i:4170;s:11:\"size_before\";i:73279;s:10:\"size_after\";i:69109;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.26;s:5:\"bytes\";i:6683;s:11:\"size_before\";i:127161;s:10:\"size_after\";i:120478;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.18;s:5:\"bytes\";i:3413;s:11:\"size_before\";i:65894;s:10:\"size_after\";i:62481;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:2991;s:11:\"size_before\";i:60159;s:10:\"size_after\";i:57168;s:4:\"time\";d:0.02;}}}'),
(8590, 206, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.923931512506998;s:5:\"bytes\";i:35818;s:11:\"size_before\";i:912809;s:10:\"size_after\";i:876991;s:4:\"time\";d:0.4699999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.27;s:5:\"bytes\";i:600;s:11:\"size_before\";i:14049;s:10:\"size_after\";i:13449;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:3337;s:11:\"size_before\";i:90938;s:10:\"size_after\";i:87601;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:336;s:11:\"size_before\";i:6030;s:10:\"size_after\";i:5694;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:2019;s:11:\"size_before\";i:58169;s:10:\"size_after\";i:56150;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.49;s:5:\"bytes\";i:374;s:11:\"size_before\";i:6814;s:10:\"size_after\";i:6440;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.22;s:5:\"bytes\";i:146;s:11:\"size_before\";i:1428;s:10:\"size_after\";i:1282;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4;s:5:\"bytes\";i:204;s:11:\"size_before\";i:2758;s:10:\"size_after\";i:2554;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:5115;s:11:\"size_before\";i:128107;s:10:\"size_after\";i:122992;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.02;s:5:\"bytes\";i:201;s:11:\"size_before\";i:2862;s:10:\"size_after\";i:2661;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:194;s:11:\"size_before\";i:2489;s:10:\"size_after\";i:2295;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:6120;s:11:\"size_before\";i:137446;s:10:\"size_after\";i:131326;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:3314;s:11:\"size_before\";i:92918;s:10:\"size_after\";i:89604;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:3754;s:11:\"size_before\";i:90538;s:10:\"size_after\";i:86784;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:4660;s:11:\"size_before\";i:118321;s:10:\"size_after\";i:113661;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:2824;s:11:\"size_before\";i:80906;s:10:\"size_after\";i:78082;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.31;s:5:\"bytes\";i:2620;s:11:\"size_before\";i:79036;s:10:\"size_after\";i:76416;s:4:\"time\";d:0.04;}}}'),
(8591, 205, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2236315481274946;s:5:\"bytes\";i:36003;s:11:\"size_before\";i:1116846;s:10:\"size_after\";i:1080843;s:4:\"time\";d:0.47;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:612;s:11:\"size_before\";i:15013;s:10:\"size_after\";i:14401;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:3208;s:11:\"size_before\";i:110398;s:10:\"size_after\";i:107190;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:334;s:11:\"size_before\";i:6186;s:10:\"size_after\";i:5852;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:2335;s:11:\"size_before\";i:68324;s:10:\"size_after\";i:65989;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.17;s:5:\"bytes\";i:377;s:11:\"size_before\";i:7298;s:10:\"size_after\";i:6921;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.75;s:5:\"bytes\";i:164;s:11:\"size_before\";i:1526;s:10:\"size_after\";i:1362;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.47;s:5:\"bytes\";i:255;s:11:\"size_before\";i:3009;s:10:\"size_after\";i:2754;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:5338;s:11:\"size_before\";i:164383;s:10:\"size_after\";i:159045;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.21;s:5:\"bytes\";i:247;s:11:\"size_before\";i:3007;s:10:\"size_after\";i:2760;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.72;s:5:\"bytes\";i:233;s:11:\"size_before\";i:2671;s:10:\"size_after\";i:2438;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:6135;s:11:\"size_before\";i:181404;s:10:\"size_after\";i:175269;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.89;s:5:\"bytes\";i:3149;s:11:\"size_before\";i:108850;s:10:\"size_after\";i:105701;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.17;s:5:\"bytes\";i:3526;s:11:\"size_before\";i:111149;s:10:\"size_after\";i:107623;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:4814;s:11:\"size_before\";i:148417;s:10:\"size_after\";i:143603;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:3097;s:11:\"size_before\";i:99041;s:10:\"size_after\";i:95944;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.53;s:5:\"bytes\";i:2179;s:11:\"size_before\";i:86170;s:10:\"size_after\";i:83991;s:4:\"time\";d:0.04;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8592, 204, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1041977472620355;s:5:\"bytes\";i:50014;s:11:\"size_before\";i:1218606;s:10:\"size_after\";i:1168592;s:4:\"time\";d:0.52;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.93;s:5:\"bytes\";i:893;s:11:\"size_before\";i:18121;s:10:\"size_after\";i:17228;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:4490;s:11:\"size_before\";i:122542;s:10:\"size_after\";i:118052;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:495;s:11:\"size_before\";i:7527;s:10:\"size_after\";i:7032;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:2905;s:11:\"size_before\";i:78275;s:10:\"size_after\";i:75370;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:522;s:11:\"size_before\";i:8671;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.54;s:5:\"bytes\";i:192;s:11:\"size_before\";i:1664;s:10:\"size_after\";i:1472;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9;s:5:\"bytes\";i:304;s:11:\"size_before\";i:3415;s:10:\"size_after\";i:3111;s:4:\"time\";d:0.03;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:7249;s:11:\"size_before\";i:173526;s:10:\"size_after\";i:166277;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53;s:5:\"bytes\";i:293;s:11:\"size_before\";i:3436;s:10:\"size_after\";i:3143;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.45;s:5:\"bytes\";i:254;s:11:\"size_before\";i:3006;s:10:\"size_after\";i:2752;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19;s:5:\"bytes\";i:7941;s:11:\"size_before\";i:189628;s:10:\"size_after\";i:181687;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:5016;s:11:\"size_before\";i:114397;s:10:\"size_after\";i:109381;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:5335;s:11:\"size_before\";i:132710;s:10:\"size_after\";i:127375;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:6615;s:11:\"size_before\";i:157470;s:10:\"size_after\";i:150855;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.53;s:5:\"bytes\";i:3896;s:11:\"size_before\";i:110378;s:10:\"size_after\";i:106482;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.85;s:5:\"bytes\";i:3614;s:11:\"size_before\";i:93840;s:10:\"size_after\";i:90226;s:4:\"time\";d:0.03;}}}'),
(8593, 203, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.12457736263678;s:5:\"bytes\";i:35348;s:11:\"size_before\";i:1131289;s:10:\"size_after\";i:1095941;s:4:\"time\";d:0.53;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:706;s:11:\"size_before\";i:15566;s:10:\"size_after\";i:14860;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:3366;s:11:\"size_before\";i:114878;s:10:\"size_after\";i:111512;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:406;s:11:\"size_before\";i:6813;s:10:\"size_after\";i:6407;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.94;s:5:\"bytes\";i:2100;s:11:\"size_before\";i:71432;s:10:\"size_after\";i:69332;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.33;s:5:\"bytes\";i:401;s:11:\"size_before\";i:7526;s:10:\"size_after\";i:7125;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.24;s:5:\"bytes\";i:175;s:11:\"size_before\";i:1557;s:10:\"size_after\";i:1382;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.51;s:5:\"bytes\";i:262;s:11:\"size_before\";i:3080;s:10:\"size_after\";i:2818;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:5175;s:11:\"size_before\";i:163761;s:10:\"size_after\";i:158586;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.94;s:5:\"bytes\";i:291;s:11:\"size_before\";i:3256;s:10:\"size_after\";i:2965;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2;s:5:\"bytes\";i:264;s:11:\"size_before\";i:2869;s:10:\"size_after\";i:2605;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:6107;s:11:\"size_before\";i:183134;s:10:\"size_after\";i:177027;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:2713;s:11:\"size_before\";i:100727;s:10:\"size_after\";i:98014;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:3790;s:11:\"size_before\";i:124880;s:10:\"size_after\";i:121090;s:4:\"time\";d:0.1;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:4670;s:11:\"size_before\";i:147797;s:10:\"size_after\";i:143127;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.91;s:5:\"bytes\";i:2988;s:11:\"size_before\";i:102581;s:10:\"size_after\";i:99593;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37;s:5:\"bytes\";i:1934;s:11:\"size_before\";i:81432;s:10:\"size_after\";i:79498;s:4:\"time\";d:0.04;}}}'),
(8594, 202, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.040764962632518;s:5:\"bytes\";i:33587;s:11:\"size_before\";i:831204;s:10:\"size_after\";i:797617;s:4:\"time\";d:0.52;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36;s:5:\"bytes\";i:586;s:11:\"size_before\";i:13450;s:10:\"size_after\";i:12864;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:3357;s:11:\"size_before\";i:96827;s:10:\"size_after\";i:93470;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:293;s:11:\"size_before\";i:5577;s:10:\"size_after\";i:5284;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:2126;s:11:\"size_before\";i:61188;s:10:\"size_after\";i:59062;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:364;s:11:\"size_before\";i:7080;s:10:\"size_after\";i:6716;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.43;s:5:\"bytes\";i:182;s:11:\"size_before\";i:1464;s:10:\"size_after\";i:1282;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.89;s:5:\"bytes\";i:235;s:11:\"size_before\";i:2978;s:10:\"size_after\";i:2743;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:5912;s:11:\"size_before\";i:145643;s:10:\"size_after\";i:139731;s:4:\"time\";d:0.16;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.09;s:5:\"bytes\";i:187;s:11:\"size_before\";i:2639;s:10:\"size_after\";i:2452;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2371;s:10:\"size_after\";i:2186;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.18;s:5:\"bytes\";i:3669;s:11:\"size_before\";i:87807;s:10:\"size_after\";i:84138;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67;s:5:\"bytes\";i:5191;s:11:\"size_before\";i:111139;s:10:\"size_after\";i:105948;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:5498;s:11:\"size_before\";i:130365;s:10:\"size_after\";i:124867;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:3233;s:11:\"size_before\";i:90494;s:10:\"size_after\";i:87261;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:2569;s:11:\"size_before\";i:72182;s:10:\"size_after\";i:69613;s:4:\"time\";d:0.03;}}}'),
(8595, 201, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.624342491158867;s:5:\"bytes\";i:38186;s:11:\"size_before\";i:1053598;s:10:\"size_after\";i:1015412;s:4:\"time\";d:0.8100000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:645;s:11:\"size_before\";i:14075;s:10:\"size_after\";i:13430;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.24;s:5:\"bytes\";i:3467;s:11:\"size_before\";i:106912;s:10:\"size_after\";i:103445;s:4:\"time\";d:0.22;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:383;s:11:\"size_before\";i:6145;s:10:\"size_after\";i:5762;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:2280;s:11:\"size_before\";i:66248;s:10:\"size_after\";i:63968;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:385;s:11:\"size_before\";i:6810;s:10:\"size_after\";i:6425;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.35;s:5:\"bytes\";i:172;s:11:\"size_before\";i:1516;s:10:\"size_after\";i:1344;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.54;s:5:\"bytes\";i:243;s:11:\"size_before\";i:2844;s:10:\"size_after\";i:2601;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.59;s:5:\"bytes\";i:5436;s:11:\"size_before\";i:151353;s:10:\"size_after\";i:145917;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8;s:5:\"bytes\";i:262;s:11:\"size_before\";i:2978;s:10:\"size_after\";i:2716;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.29;s:5:\"bytes\";i:219;s:11:\"size_before\";i:2641;s:10:\"size_after\";i:2422;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:6185;s:11:\"size_before\";i:168602;s:10:\"size_after\";i:162417;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:3289;s:11:\"size_before\";i:96326;s:10:\"size_after\";i:93037;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:5113;s:11:\"size_before\";i:118585;s:10:\"size_after\";i:113472;s:4:\"time\";d:0.07;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4;s:5:\"bytes\";i:4555;s:11:\"size_before\";i:134047;s:10:\"size_after\";i:129492;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3;s:5:\"bytes\";i:3141;s:11:\"size_before\";i:95308;s:10:\"size_after\";i:92167;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:2411;s:11:\"size_before\";i:79208;s:10:\"size_after\";i:76797;s:4:\"time\";d:0.05;}}}'),
(8596, 200, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8063584770008534;s:5:\"bytes\";i:33407;s:11:\"size_before\";i:877663;s:10:\"size_after\";i:844256;s:4:\"time\";d:0.5500000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.86;s:5:\"bytes\";i:352;s:11:\"size_before\";i:12288;s:10:\"size_after\";i:11936;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.49;s:5:\"bytes\";i:3177;s:11:\"size_before\";i:91155;s:10:\"size_after\";i:87978;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.63;s:5:\"bytes\";i:192;s:11:\"size_before\";i:5294;s:10:\"size_after\";i:5102;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.35;s:5:\"bytes\";i:1900;s:11:\"size_before\";i:56763;s:10:\"size_after\";i:54863;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:213;s:11:\"size_before\";i:5876;s:10:\"size_after\";i:5663;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53;s:5:\"bytes\";i:110;s:11:\"size_before\";i:1290;s:10:\"size_after\";i:1180;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:130;s:11:\"size_before\";i:2379;s:10:\"size_after\";i:2249;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:4809;s:11:\"size_before\";i:126205;s:10:\"size_after\";i:121396;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.64;s:5:\"bytes\";i:114;s:11:\"size_before\";i:2457;s:10:\"size_after\";i:2343;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.14;s:5:\"bytes\";i:138;s:11:\"size_before\";i:2247;s:10:\"size_after\";i:2109;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.97;s:5:\"bytes\";i:5605;s:11:\"size_before\";i:141098;s:10:\"size_after\";i:135493;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32;s:5:\"bytes\";i:3257;s:11:\"size_before\";i:75359;s:10:\"size_after\";i:72102;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:3789;s:11:\"size_before\";i:99801;s:10:\"size_after\";i:96012;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:4346;s:11:\"size_before\";i:111508;s:10:\"size_after\";i:107162;s:4:\"time\";d:0.09;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:81584;s:10:\"size_after\";i:78755;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:2446;s:11:\"size_before\";i:62359;s:10:\"size_after\";i:59913;s:4:\"time\";d:0.05;}}}'),
(8597, 199, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.571154749529773;s:5:\"bytes\";i:48460;s:11:\"size_before\";i:1060126;s:10:\"size_after\";i:1011666;s:4:\"time\";d:0.6500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:487;s:11:\"size_before\";i:13643;s:10:\"size_after\";i:13156;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11;s:5:\"bytes\";i:4377;s:11:\"size_before\";i:106402;s:10:\"size_after\";i:102025;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.27;s:5:\"bytes\";i:295;s:11:\"size_before\";i:5597;s:10:\"size_after\";i:5302;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:2178;s:11:\"size_before\";i:63845;s:10:\"size_after\";i:61667;s:4:\"time\";d:0.1;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6587;s:10:\"size_after\";i:6228;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.75;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1442;s:10:\"size_after\";i:1287;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53;s:5:\"bytes\";i:208;s:11:\"size_before\";i:2763;s:10:\"size_after\";i:2555;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.72;s:5:\"bytes\";i:7382;s:11:\"size_before\";i:156546;s:10:\"size_after\";i:149164;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.13;s:5:\"bytes\";i:188;s:11:\"size_before\";i:2637;s:10:\"size_after\";i:2449;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.15;s:5:\"bytes\";i:173;s:11:\"size_before\";i:2418;s:10:\"size_after\";i:2245;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.97;s:5:\"bytes\";i:8818;s:11:\"size_before\";i:177336;s:10:\"size_after\";i:168518;s:4:\"time\";d:0.13;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:4133;s:11:\"size_before\";i:91622;s:10:\"size_after\";i:87489;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:6936;s:11:\"size_before\";i:123386;s:10:\"size_after\";i:116450;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:6352;s:11:\"size_before\";i:138794;s:10:\"size_after\";i:132442;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:3775;s:11:\"size_before\";i:93935;s:10:\"size_after\";i:90160;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.61;s:5:\"bytes\";i:2644;s:11:\"size_before\";i:73173;s:10:\"size_after\";i:70529;s:4:\"time\";d:0.03;}}}'),
(8598, 198, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.338320477282286;s:5:\"bytes\";i:45005;s:11:\"size_before\";i:1348133;s:10:\"size_after\";i:1303128;s:4:\"time\";d:0.6500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:496;s:11:\"size_before\";i:16389;s:10:\"size_after\";i:15893;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87;s:5:\"bytes\";i:4055;s:11:\"size_before\";i:141149;s:10:\"size_after\";i:137094;s:4:\"time\";d:0.12;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:271;s:11:\"size_before\";i:6582;s:10:\"size_after\";i:6311;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.42;s:5:\"bytes\";i:2039;s:11:\"size_before\";i:84225;s:10:\"size_after\";i:82186;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:305;s:11:\"size_before\";i:7505;s:10:\"size_after\";i:7200;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.54;s:5:\"bytes\";i:138;s:11:\"size_before\";i:1447;s:10:\"size_after\";i:1309;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2854;s:10:\"size_after\";i:2700;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45;s:5:\"bytes\";i:6944;s:11:\"size_before\";i:201152;s:10:\"size_after\";i:194208;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:188;s:11:\"size_before\";i:2955;s:10:\"size_after\";i:2767;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:179;s:11:\"size_before\";i:2603;s:10:\"size_after\";i:2424;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6;s:5:\"bytes\";i:8264;s:11:\"size_before\";i:229852;s:10:\"size_after\";i:221588;s:4:\"time\";d:0.12;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.55;s:5:\"bytes\";i:3910;s:11:\"size_before\";i:110103;s:10:\"size_after\";i:106193;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.03;s:5:\"bytes\";i:6337;s:11:\"size_before\";i:157360;s:10:\"size_after\";i:151023;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:5723;s:11:\"size_before\";i:170575;s:10:\"size_after\";i:164852;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.66;s:5:\"bytes\";i:3306;s:11:\"size_before\";i:124382;s:10:\"size_after\";i:121076;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.03;s:5:\"bytes\";i:2696;s:11:\"size_before\";i:89000;s:10:\"size_after\";i:86304;s:4:\"time\";d:0.03;}}}'),
(8599, 197, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2531202484255206;s:5:\"bytes\";i:28327;s:11:\"size_before\";i:870764;s:10:\"size_after\";i:842437;s:4:\"time\";d:0.55;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.18;s:5:\"bytes\";i:412;s:11:\"size_before\";i:12950;s:10:\"size_after\";i:12538;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.36;s:5:\"bytes\";i:3004;s:11:\"size_before\";i:89286;s:10:\"size_after\";i:86282;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61;s:5:\"bytes\";i:241;s:11:\"size_before\";i:5232;s:10:\"size_after\";i:4991;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:56902;s:10:\"size_after\";i:55129;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.41;s:5:\"bytes\";i:274;s:11:\"size_before\";i:6217;s:10:\"size_after\";i:5943;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.14;s:5:\"bytes\";i:152;s:11:\"size_before\";i:1364;s:10:\"size_after\";i:1212;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:172;s:11:\"size_before\";i:2534;s:10:\"size_after\";i:2362;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:4013;s:11:\"size_before\";i:123239;s:10:\"size_after\";i:119226;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.66;s:5:\"bytes\";i:167;s:11:\"size_before\";i:2506;s:10:\"size_after\";i:2339;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.91;s:5:\"bytes\";i:155;s:11:\"size_before\";i:2242;s:10:\"size_after\";i:2087;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:5091;s:11:\"size_before\";i:136200;s:10:\"size_after\";i:131109;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8;s:5:\"bytes\";i:2324;s:11:\"size_before\";i:82960;s:10:\"size_after\";i:80636;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.72;s:5:\"bytes\";i:3188;s:11:\"size_before\";i:85808;s:10:\"size_after\";i:82620;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:3381;s:11:\"size_before\";i:112578;s:10:\"size_after\";i:109197;s:4:\"time\";d:0.12;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:2367;s:11:\"size_before\";i:80098;s:10:\"size_after\";i:77731;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.28;s:5:\"bytes\";i:1613;s:11:\"size_before\";i:70648;s:10:\"size_after\";i:69035;s:4:\"time\";d:0.02;}}}'),
(8600, 196, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.488816442897118;s:5:\"bytes\";i:21287;s:11:\"size_before\";i:474223;s:10:\"size_after\";i:452936;s:4:\"time\";d:0.31000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:639;s:11:\"size_before\";i:13579;s:10:\"size_after\";i:12940;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:362;s:11:\"size_before\";i:6410;s:10:\"size_after\";i:6048;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:2790;s:11:\"size_before\";i:62946;s:10:\"size_after\";i:60156;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:375;s:11:\"size_before\";i:8258;s:10:\"size_after\";i:7883;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.26;s:5:\"bytes\";i:123;s:11:\"size_before\";i:1329;s:10:\"size_after\";i:1206;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:170;s:11:\"size_before\";i:3024;s:10:\"size_after\";i:2854;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:184;s:11:\"size_before\";i:2902;s:10:\"size_after\";i:2718;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2668;s:10:\"size_after\";i:2483;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:4139;s:11:\"size_before\";i:92983;s:10:\"size_after\";i:88844;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:3696;s:11:\"size_before\";i:86102;s:10:\"size_after\";i:82406;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:4818;s:11:\"size_before\";i:104354;s:10:\"size_after\";i:99536;s:4:\"time\";d:0.08;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:3806;s:11:\"size_before\";i:89668;s:10:\"size_after\";i:85862;s:4:\"time\";d:0.02;}}}'),
(8601, 187, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0385135781546833;s:5:\"bytes\";i:8893;s:11:\"size_before\";i:292676;s:10:\"size_after\";i:283783;s:4:\"time\";d:0.23;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:480;s:11:\"size_before\";i:11080;s:10:\"size_after\";i:10600;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:306;s:11:\"size_before\";i:5482;s:10:\"size_after\";i:5176;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.64;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:42095;s:10:\"size_after\";i:40985;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:356;s:11:\"size_before\";i:7311;s:10:\"size_after\";i:6955;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.92;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1421;s:10:\"size_after\";i:1280;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87;s:5:\"bytes\";i:249;s:11:\"size_before\";i:3164;s:10:\"size_after\";i:2915;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.39;s:5:\"bytes\";i:235;s:11:\"size_before\";i:2800;s:10:\"size_after\";i:2565;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.65;s:5:\"bytes\";i:216;s:11:\"size_before\";i:2497;s:10:\"size_after\";i:2281;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:1368;s:11:\"size_before\";i:50846;s:10:\"size_after\";i:49478;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1368;s:11:\"size_before\";i:52842;s:10:\"size_after\";i:51474;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:1806;s:11:\"size_before\";i:64057;s:10:\"size_after\";i:62251;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.56;s:5:\"bytes\";i:1258;s:11:\"size_before\";i:49081;s:10:\"size_after\";i:47823;s:4:\"time\";d:0.02;}}}'),
(8602, 186, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.699763250560349;s:5:\"bytes\";i:8564;s:11:\"size_before\";i:317213;s:10:\"size_after\";i:308649;s:4:\"time\";d:0.33999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.76;s:5:\"bytes\";i:412;s:11:\"size_before\";i:10964;s:10:\"size_after\";i:10552;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:298;s:11:\"size_before\";i:5721;s:10:\"size_after\";i:5423;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:999;s:11:\"size_before\";i:42539;s:10:\"size_after\";i:41540;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.93;s:5:\"bytes\";i:353;s:11:\"size_before\";i:8984;s:10:\"size_after\";i:8631;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7;s:5:\"bytes\";i:137;s:11:\"size_before\";i:1280;s:10:\"size_after\";i:1143;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:238;s:11:\"size_before\";i:3606;s:10:\"size_after\";i:3368;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.09;s:5:\"bytes\";i:198;s:11:\"size_before\";i:2791;s:10:\"size_after\";i:2593;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:173;s:11:\"size_before\";i:2457;s:10:\"size_after\";i:2284;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.44;s:5:\"bytes\";i:1509;s:11:\"size_before\";i:61791;s:10:\"size_after\";i:60282;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.34;s:5:\"bytes\";i:1231;s:11:\"size_before\";i:52536;s:10:\"size_after\";i:51305;s:4:\"time\";d:0.07;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:1538;s:11:\"size_before\";i:65327;s:10:\"size_after\";i:63789;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:1478;s:11:\"size_before\";i:59217;s:10:\"size_after\";i:57739;s:4:\"time\";d:0.03;}}}'),
(8603, 185, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3219493624792413;s:5:\"bytes\";i:12042;s:11:\"size_before\";i:362498;s:10:\"size_after\";i:350456;s:4:\"time\";d:0.29000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.15;s:5:\"bytes\";i:521;s:11:\"size_before\";i:12548;s:10:\"size_after\";i:12027;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:349;s:11:\"size_before\";i:6271;s:10:\"size_after\";i:5922;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.67;s:5:\"bytes\";i:1329;s:11:\"size_before\";i:49755;s:10:\"size_after\";i:48426;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:403;s:11:\"size_before\";i:8126;s:10:\"size_after\";i:7723;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.63;s:5:\"bytes\";i:173;s:11:\"size_before\";i:1487;s:10:\"size_after\";i:1314;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3;s:5:\"bytes\";i:246;s:11:\"size_before\";i:3369;s:10:\"size_after\";i:3123;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62;s:5:\"bytes\";i:230;s:11:\"size_before\";i:3017;s:10:\"size_after\";i:2787;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.35;s:5:\"bytes\";i:225;s:11:\"size_before\";i:2694;s:10:\"size_after\";i:2469;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:2072;s:11:\"size_before\";i:64485;s:10:\"size_after\";i:62413;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:1929;s:11:\"size_before\";i:68699;s:10:\"size_after\";i:66770;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.28;s:5:\"bytes\";i:2639;s:11:\"size_before\";i:80523;s:10:\"size_after\";i:77884;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:1926;s:11:\"size_before\";i:61524;s:10:\"size_after\";i:59598;s:4:\"time\";d:0.03;}}}'),
(8604, 184, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.306421350050771;s:5:\"bytes\";i:11983;s:11:\"size_before\";i:362416;s:10:\"size_after\";i:350433;s:4:\"time\";d:0.31000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.22;s:5:\"bytes\";i:556;s:11:\"size_before\";i:13176;s:10:\"size_after\";i:12620;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:267;s:11:\"size_before\";i:5991;s:10:\"size_after\";i:5724;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.88;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:52329;s:10:\"size_after\";i:50821;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:342;s:11:\"size_before\";i:8424;s:10:\"size_after\";i:8082;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.49;s:5:\"bytes\";i:169;s:11:\"size_before\";i:1471;s:10:\"size_after\";i:1302;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:228;s:11:\"size_before\";i:3316;s:10:\"size_after\";i:3088;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.84;s:5:\"bytes\";i:199;s:11:\"size_before\";i:2908;s:10:\"size_after\";i:2709;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.85;s:5:\"bytes\";i:201;s:11:\"size_before\";i:2561;s:10:\"size_after\";i:2360;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:2086;s:11:\"size_before\";i:65208;s:10:\"size_after\";i:63122;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:1880;s:11:\"size_before\";i:63495;s:10:\"size_after\";i:61615;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.14;s:5:\"bytes\";i:2561;s:11:\"size_before\";i:81457;s:10:\"size_after\";i:78896;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2;s:5:\"bytes\";i:1986;s:11:\"size_before\";i:62080;s:10:\"size_after\";i:60094;s:4:\"time\";d:0.03;}}}'),
(8605, 183, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9357319677242577;s:5:\"bytes\";i:16662;s:11:\"size_before\";i:423352;s:10:\"size_after\";i:406690;s:4:\"time\";d:0.31999999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:529;s:11:\"size_before\";i:12828;s:10:\"size_after\";i:12299;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:276;s:11:\"size_before\";i:5860;s:10:\"size_after\";i:5584;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.42;s:5:\"bytes\";i:2095;s:11:\"size_before\";i:61258;s:10:\"size_after\";i:59163;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.31;s:5:\"bytes\";i:309;s:11:\"size_before\";i:7169;s:10:\"size_after\";i:6860;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.23;s:5:\"bytes\";i:140;s:11:\"size_before\";i:1368;s:10:\"size_after\";i:1228;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.68;s:5:\"bytes\";i:186;s:11:\"size_before\";i:2785;s:10:\"size_after\";i:2599;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2733;s:10:\"size_after\";i:2548;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:167;s:11:\"size_before\";i:2396;s:10:\"size_after\";i:2229;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.58;s:5:\"bytes\";i:2508;s:11:\"size_before\";i:70051;s:10:\"size_after\";i:67543;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.07;s:5:\"bytes\";i:3567;s:11:\"size_before\";i:87540;s:10:\"size_after\";i:83973;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:4341;s:11:\"size_before\";i:104921;s:10:\"size_after\";i:100580;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:2359;s:11:\"size_before\";i:64443;s:10:\"size_after\";i:62084;s:4:\"time\";d:0.03;}}}'),
(8606, 182, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.040347930649135;s:5:\"bytes\";i:12365;s:11:\"size_before\";i:306038;s:10:\"size_after\";i:293673;s:4:\"time\";d:0.22999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:431;s:11:\"size_before\";i:9802;s:10:\"size_after\";i:9371;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92;s:5:\"bytes\";i:241;s:11:\"size_before\";i:4903;s:10:\"size_after\";i:4662;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:1791;s:11:\"size_before\";i:43094;s:10:\"size_after\";i:41303;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:279;s:11:\"size_before\";i:6264;s:10:\"size_after\";i:5985;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8;s:5:\"bytes\";i:120;s:11:\"size_before\";i:1225;s:10:\"size_after\";i:1105;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:148;s:11:\"size_before\";i:2494;s:10:\"size_after\";i:2346;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:153;s:11:\"size_before\";i:2338;s:10:\"size_after\";i:2185;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:162;s:11:\"size_before\";i:2102;s:10:\"size_after\";i:1940;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2166;s:11:\"size_before\";i:61802;s:10:\"size_after\";i:59636;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.23;s:5:\"bytes\";i:2158;s:11:\"size_before\";i:51015;s:10:\"size_after\";i:48857;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:2809;s:11:\"size_before\";i:60719;s:10:\"size_after\";i:57910;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:1907;s:11:\"size_before\";i:60280;s:10:\"size_after\";i:58373;s:4:\"time\";d:0.02;}}}'),
(8607, 181, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.694821531103788;s:5:\"bytes\";i:16023;s:11:\"size_before\";i:433661;s:10:\"size_after\";i:417638;s:4:\"time\";d:0.36999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:418;s:11:\"size_before\";i:11297;s:10:\"size_after\";i:10879;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:188;s:11:\"size_before\";i:5136;s:10:\"size_after\";i:4948;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:57661;s:10:\"size_after\";i:55873;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.06;s:5:\"bytes\";i:279;s:11:\"size_before\";i:6868;s:10:\"size_after\";i:6589;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.07;s:5:\"bytes\";i:108;s:11:\"size_before\";i:1191;s:10:\"size_after\";i:1083;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:144;s:11:\"size_before\";i:2469;s:10:\"size_after\";i:2325;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:147;s:11:\"size_before\";i:2336;s:10:\"size_after\";i:2189;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55;s:5:\"bytes\";i:135;s:11:\"size_before\";i:2061;s:10:\"size_after\";i:1926;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.02;s:5:\"bytes\";i:3378;s:11:\"size_before\";i:84108;s:10:\"size_after\";i:80730;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:2845;s:11:\"size_before\";i:80989;s:10:\"size_after\";i:78144;s:4:\"time\";d:0.12;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:3424;s:11:\"size_before\";i:98252;s:10:\"size_after\";i:94828;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9;s:5:\"bytes\";i:3169;s:11:\"size_before\";i:81293;s:10:\"size_after\";i:78124;s:4:\"time\";d:0.06;}}}'),
(8608, 180, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.726345306158076;s:5:\"bytes\";i:9995;s:11:\"size_before\";i:366608;s:10:\"size_after\";i:356613;s:4:\"time\";d:0.33999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:501;s:11:\"size_before\";i:12661;s:10:\"size_after\";i:12160;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94;s:5:\"bytes\";i:297;s:11:\"size_before\";i:6011;s:10:\"size_after\";i:5714;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.08;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:50981;s:10:\"size_after\";i:49922;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.65;s:5:\"bytes\";i:380;s:11:\"size_before\";i:8170;s:10:\"size_after\";i:7790;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.96;s:5:\"bytes\";i:143;s:11:\"size_before\";i:1436;s:10:\"size_after\";i:1293;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.23;s:5:\"bytes\";i:230;s:11:\"size_before\";i:3179;s:10:\"size_after\";i:2949;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:206;s:11:\"size_before\";i:2896;s:10:\"size_after\";i:2690;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.21;s:5:\"bytes\";i:213;s:11:\"size_before\";i:2594;s:10:\"size_after\";i:2381;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:1884;s:11:\"size_before\";i:67952;s:10:\"size_after\";i:66068;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3;s:5:\"bytes\";i:1507;s:11:\"size_before\";i:65526;s:10:\"size_after\";i:64019;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:1801;s:11:\"size_before\";i:79918;s:10:\"size_after\";i:78117;s:4:\"time\";d:0.08;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.72;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:65284;s:10:\"size_after\";i:63510;s:4:\"time\";d:0.04;}}}'),
(8609, 179, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.122854609004121;s:5:\"bytes\";i:31424;s:11:\"size_before\";i:613408;s:10:\"size_after\";i:581984;s:4:\"time\";d:0.35000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:986;s:11:\"size_before\";i:17285;s:10:\"size_after\";i:16299;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:470;s:11:\"size_before\";i:7590;s:10:\"size_after\";i:7120;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:4312;s:11:\"size_before\";i:83856;s:10:\"size_after\";i:79544;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:578;s:11:\"size_before\";i:10392;s:10:\"size_after\";i:9814;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.32;s:5:\"bytes\";i:146;s:11:\"size_before\";i:1415;s:10:\"size_after\";i:1269;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.17;s:5:\"bytes\";i:258;s:11:\"size_before\";i:3597;s:10:\"size_after\";i:3339;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:227;s:11:\"size_before\";i:3256;s:10:\"size_after\";i:3029;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:212;s:11:\"size_before\";i:2843;s:10:\"size_after\";i:2631;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:5960;s:11:\"size_before\";i:119190;s:10:\"size_after\";i:113230;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:5548;s:11:\"size_before\";i:111089;s:10:\"size_after\";i:105541;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.07;s:5:\"bytes\";i:6995;s:11:\"size_before\";i:138020;s:10:\"size_after\";i:131025;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.99;s:5:\"bytes\";i:5732;s:11:\"size_before\";i:114875;s:10:\"size_after\";i:109143;s:4:\"time\";d:0.05;}}}'),
(8610, 173, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.275475012317118;s:5:\"bytes\";i:19702;s:11:\"size_before\";i:373464;s:10:\"size_after\";i:353762;s:4:\"time\";d:0.29;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:903;s:11:\"size_before\";i:16711;s:10:\"size_after\";i:15808;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:584;s:11:\"size_before\";i:9044;s:10:\"size_after\";i:8460;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:3372;s:11:\"size_before\";i:66104;s:10:\"size_after\";i:62732;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:611;s:11:\"size_before\";i:10688;s:10:\"size_after\";i:10077;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.49;s:5:\"bytes\";i:139;s:11:\"size_before\";i:1637;s:10:\"size_after\";i:1498;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:277;s:11:\"size_before\";i:4196;s:10:\"size_after\";i:3919;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.72;s:5:\"bytes\";i:316;s:11:\"size_before\";i:4091;s:10:\"size_after\";i:3775;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:273;s:11:\"size_before\";i:3522;s:10:\"size_after\";i:3249;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:4181;s:11:\"size_before\";i:84255;s:10:\"size_after\";i:80074;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:4947;s:11:\"size_before\";i:93502;s:10:\"size_after\";i:88555;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:4099;s:11:\"size_before\";i:79714;s:10:\"size_after\";i:75615;s:4:\"time\";d:0.05;}}}'),
(8611, 172, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3325983;s:10:\"size_after\";i:3325983;s:4:\"time\";d:3.9899999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112620;s:10:\"size_after\";i:112620;s:4:\"time\";d:0.24;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36522;s:10:\"size_after\";i:36522;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:628039;s:10:\"size_after\";i:628039;s:4:\"time\";i:1;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32055;s:10:\"size_after\";i:32055;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4594;s:10:\"size_after\";i:4594;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9712;s:10:\"size_after\";i:9712;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13184;s:10:\"size_after\";i:13184;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11767;s:10:\"size_after\";i:11767;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:423341;s:10:\"size_after\";i:423341;s:4:\"time\";d:0.35;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:550048;s:10:\"size_after\";i:550048;s:4:\"time\";d:0.7;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:547320;s:10:\"size_after\";i:547320;s:4:\"time\";d:0.51;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:547320;s:10:\"size_after\";i:547320;s:4:\"time\";d:0.6;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:409461;s:10:\"size_after\";i:409461;s:4:\"time\";d:0.42;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8612, 171, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3602826;s:10:\"size_after\";i:3602826;s:4:\"time\";d:4.67;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80969;s:10:\"size_after\";i:80969;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26198;s:10:\"size_after\";i:26198;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:397479;s:10:\"size_after\";i:397479;s:4:\"time\";d:0.35;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25083;s:10:\"size_after\";i:25083;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3408;s:10:\"size_after\";i:3408;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7660;s:10:\"size_after\";i:7660;s:4:\"time\";d:0.03;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:578515;s:10:\"size_after\";i:578515;s:4:\"time\";d:0.85;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9576;s:10:\"size_after\";i:9576;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8464;s:10:\"size_after\";i:8464;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:400202;s:10:\"size_after\";i:400202;s:4:\"time\";d:0.56;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:555319;s:10:\"size_after\";i:555319;s:4:\"time\";d:0.61;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:549124;s:10:\"size_after\";i:549124;s:4:\"time\";d:0.7;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:574326;s:10:\"size_after\";i:574326;s:4:\"time\";d:0.9;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:386503;s:10:\"size_after\";i:386503;s:4:\"time\";d:0.47;}}}'),
(8613, 170, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3536555;s:10:\"size_after\";i:3536555;s:4:\"time\";d:4.63;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82738;s:10:\"size_after\";i:82738;s:4:\"time\";d:0.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27008;s:10:\"size_after\";i:27008;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:397260;s:10:\"size_after\";i:397260;s:4:\"time\";d:0.34;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25799;s:10:\"size_after\";i:25799;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3650;s:10:\"size_after\";i:3650;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8005;s:10:\"size_after\";i:8005;s:4:\"time\";d:0.03;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:563325;s:10:\"size_after\";i:563325;s:4:\"time\";d:0.55;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10019;s:10:\"size_after\";i:10019;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8905;s:10:\"size_after\";i:8905;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:388346;s:10:\"size_after\";i:388346;s:4:\"time\";d:0.6;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:544197;s:10:\"size_after\";i:544197;s:4:\"time\";d:0.85;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:530903;s:10:\"size_after\";i:530903;s:4:\"time\";d:0.83;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:571370;s:10:\"size_after\";i:571370;s:4:\"time\";d:0.85;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:375030;s:10:\"size_after\";i:375030;s:4:\"time\";d:0.39;}}}'),
(8614, 169, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2348342;s:10:\"size_after\";i:2348342;s:4:\"time\";d:2.1900000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38550;s:10:\"size_after\";i:38550;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:315755;s:10:\"size_after\";i:315755;s:4:\"time\";d:0.33;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30376;s:10:\"size_after\";i:30376;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:203301;s:10:\"size_after\";i:203301;s:4:\"time\";d:0.15;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30027;s:10:\"size_after\";i:30027;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1777;s:10:\"size_after\";i:1777;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9334;s:10:\"size_after\";i:9334;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11295;s:10:\"size_after\";i:11295;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10096;s:10:\"size_after\";i:10096;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:410222;s:10:\"size_after\";i:410222;s:4:\"time\";d:0.33;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:444470;s:10:\"size_after\";i:444470;s:4:\"time\";d:0.52;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:448313;s:10:\"size_after\";i:448313;s:4:\"time\";d:0.34;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:394826;s:10:\"size_after\";i:394826;s:4:\"time\";d:0.34;}}}'),
(8615, 168, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.900119812656573;s:5:\"bytes\";i:3801;s:11:\"size_before\";i:55086;s:10:\"size_after\";i:51285;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:24739;s:10:\"size_after\";i:23327;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.23;s:5:\"bytes\";i:645;s:11:\"size_before\";i:8923;s:10:\"size_after\";i:8278;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:613;s:11:\"size_before\";i:8755;s:10:\"size_after\";i:8142;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.34;s:5:\"bytes\";i:190;s:11:\"size_before\";i:2034;s:10:\"size_after\";i:1844;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.02;s:5:\"bytes\";i:298;s:11:\"size_before\";i:3302;s:10:\"size_after\";i:3004;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.79;s:5:\"bytes\";i:343;s:11:\"size_before\";i:3902;s:10:\"size_after\";i:3559;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.74;s:5:\"bytes\";i:300;s:11:\"size_before\";i:3431;s:10:\"size_after\";i:3131;s:4:\"time\";d:0.01;}}}'),
(8616, 167, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.752370916754478;s:5:\"bytes\";i:1804;s:11:\"size_before\";i:37960;s:10:\"size_after\";i:36156;s:4:\"time\";d:0.09000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.67;s:5:\"bytes\";i:624;s:11:\"size_before\";i:16986;s:10:\"size_after\";i:16362;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.91;s:5:\"bytes\";i:299;s:11:\"size_before\";i:6089;s:10:\"size_after\";i:5790;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.34;s:5:\"bytes\";i:254;s:11:\"size_before\";i:5856;s:10:\"size_after\";i:5602;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.39;s:5:\"bytes\";i:128;s:11:\"size_before\";i:1526;s:10:\"size_after\";i:1398;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.99;s:5:\"bytes\";i:163;s:11:\"size_before\";i:2331;s:10:\"size_after\";i:2168;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:179;s:11:\"size_before\";i:2706;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37;s:5:\"bytes\";i:157;s:11:\"size_before\";i:2466;s:10:\"size_after\";i:2309;s:4:\"time\";d:0.02;}}}'),
(8617, 166, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.695033148570808;s:5:\"bytes\";i:2620;s:11:\"size_before\";i:46005;s:10:\"size_after\";i:43385;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.58;s:5:\"bytes\";i:981;s:11:\"size_before\";i:21436;s:10:\"size_after\";i:20455;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:390;s:11:\"size_before\";i:7161;s:10:\"size_after\";i:6771;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.68;s:5:\"bytes\";i:396;s:11:\"size_before\";i:6975;s:10:\"size_after\";i:6579;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.97;s:5:\"bytes\";i:174;s:11:\"size_before\";i:1746;s:10:\"size_after\";i:1572;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.81;s:5:\"bytes\";i:240;s:11:\"size_before\";i:2723;s:10:\"size_after\";i:2483;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:227;s:11:\"size_before\";i:3161;s:10:\"size_after\";i:2934;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.56;s:5:\"bytes\";i:212;s:11:\"size_before\";i:2803;s:10:\"size_after\";i:2591;s:4:\"time\";d:0.01;}}}'),
(8618, 165, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.829619148685296;s:5:\"bytes\";i:2048;s:11:\"size_before\";i:42405;s:10:\"size_after\";i:40357;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:837;s:11:\"size_before\";i:19452;s:10:\"size_after\";i:18615;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:307;s:11:\"size_before\";i:6625;s:10:\"size_after\";i:6318;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53;s:5:\"bytes\";i:292;s:11:\"size_before\";i:6446;s:10:\"size_after\";i:6154;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:99;s:11:\"size_before\";i:1663;s:10:\"size_after\";i:1564;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:158;s:11:\"size_before\";i:2535;s:10:\"size_after\";i:2377;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2991;s:10:\"size_after\";i:2806;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:170;s:11:\"size_before\";i:2693;s:10:\"size_after\";i:2523;s:4:\"time\";d:0.01;}}}'),
(8619, 158, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0052077296285873;s:5:\"bytes\";i:14519;s:11:\"size_before\";i:483128;s:10:\"size_after\";i:468609;s:4:\"time\";d:0.3;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:619;s:11:\"size_before\";i:13407;s:10:\"size_after\";i:12788;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.38;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6678;s:10:\"size_after\";i:6319;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.23;s:5:\"bytes\";i:297;s:11:\"size_before\";i:4770;s:10:\"size_after\";i:4473;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.13;s:5:\"bytes\";i:164;s:11:\"size_before\";i:1474;s:10:\"size_after\";i:1310;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.65;s:5:\"bytes\";i:186;s:11:\"size_before\";i:2150;s:10:\"size_after\";i:1964;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.41;s:5:\"bytes\";i:3809;s:11:\"size_before\";i:111863;s:10:\"size_after\";i:108054;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.73;s:5:\"bytes\";i:241;s:11:\"size_before\";i:3119;s:10:\"size_after\";i:2878;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.04;s:5:\"bytes\";i:221;s:11:\"size_before\";i:2749;s:10:\"size_after\";i:2528;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:2543;s:11:\"size_before\";i:71822;s:10:\"size_after\";i:69279;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.47;s:5:\"bytes\";i:3475;s:11:\"size_before\";i:100024;s:10:\"size_after\";i:96549;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96549;s:10:\"size_after\";i:96549;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8;s:5:\"bytes\";i:2605;s:11:\"size_before\";i:68523;s:10:\"size_after\";i:65918;s:4:\"time\";d:0.02;}}}'),
(8620, 153, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.19926044331415;s:5:\"bytes\";i:62013;s:11:\"size_before\";i:1000329;s:10:\"size_after\";i:938316;s:4:\"time\";d:0.53;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1304;s:11:\"size_before\";i:20855;s:10:\"size_after\";i:19551;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:465;s:11:\"size_before\";i:7837;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:6014;s:11:\"size_before\";i:108823;s:10:\"size_after\";i:102809;s:4:\"time\";d:0.07;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:605;s:11:\"size_before\";i:9531;s:10:\"size_after\";i:8926;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.08;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1528;s:10:\"size_after\";i:1374;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.48;s:5:\"bytes\";i:260;s:11:\"size_before\";i:3477;s:10:\"size_after\";i:3217;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:215;s:11:\"size_before\";i:3296;s:10:\"size_after\";i:3081;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:205;s:11:\"size_before\";i:2864;s:10:\"size_after\";i:2659;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.74;s:5:\"bytes\";i:11010;s:11:\"size_before\";i:163302;s:10:\"size_after\";i:152292;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:10318;s:11:\"size_before\";i:160042;s:10:\"size_after\";i:149724;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:11828;s:11:\"size_before\";i:196094;s:10:\"size_after\";i:184266;s:4:\"time\";d:0.1;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:8550;s:11:\"size_before\";i:162070;s:10:\"size_after\";i:153520;s:4:\"time\";d:0.1;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:11085;s:11:\"size_before\";i:160610;s:10:\"size_after\";i:149525;s:4:\"time\";d:0.05;}}}'),
(8621, 152, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.717279870168425;s:5:\"bytes\";i:9534;s:11:\"size_before\";i:202108;s:10:\"size_after\";i:192574;s:4:\"time\";d:0.31;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.51;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:20923;s:10:\"size_after\";i:19771;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.22;s:5:\"bytes\";i:507;s:11:\"size_before\";i:8151;s:10:\"size_after\";i:7644;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2;s:5:\"bytes\";i:617;s:11:\"size_before\";i:9955;s:10:\"size_after\";i:9338;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.71;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1596;s:10:\"size_after\";i:1441;s:4:\"time\";d:0.04;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.52;s:5:\"bytes\";i:272;s:11:\"size_before\";i:3617;s:10:\"size_after\";i:3345;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.68;s:5:\"bytes\";i:271;s:11:\"size_before\";i:3530;s:10:\"size_after\";i:3259;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86;s:5:\"bytes\";i:244;s:11:\"size_before\";i:3104;s:10:\"size_after\";i:2860;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12;s:5:\"bytes\";i:3144;s:11:\"size_before\";i:76390;s:10:\"size_after\";i:73246;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:3172;s:11:\"size_before\";i:74842;s:10:\"size_after\";i:71670;s:4:\"time\";d:0.04;}}}'),
(8622, 151, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.476248400618807;s:5:\"bytes\";i:17737;s:11:\"size_before\";i:396247;s:10:\"size_after\";i:378510;s:4:\"time\";d:0.32;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.94;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:18347;s:10:\"size_after\";i:17257;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:519;s:11:\"size_before\";i:8186;s:10:\"size_after\";i:7667;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.69;s:5:\"bytes\";i:2884;s:11:\"size_before\";i:78156;s:10:\"size_after\";i:75272;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:675;s:11:\"size_before\";i:11170;s:10:\"size_after\";i:10495;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.88;s:5:\"bytes\";i:150;s:11:\"size_before\";i:1518;s:10:\"size_after\";i:1368;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.84;s:5:\"bytes\";i:306;s:11:\"size_before\";i:3902;s:10:\"size_after\";i:3596;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.01;s:5:\"bytes\";i:281;s:11:\"size_before\";i:3509;s:10:\"size_after\";i:3228;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.84;s:5:\"bytes\";i:240;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:2822;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.28;s:5:\"bytes\";i:3837;s:11:\"size_before\";i:89581;s:10:\"size_after\";i:85744;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37;s:5:\"bytes\";i:4015;s:11:\"size_before\";i:91924;s:10:\"size_after\";i:87909;s:4:\"time\";d:0.09;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3;s:5:\"bytes\";i:3740;s:11:\"size_before\";i:86892;s:10:\"size_after\";i:83152;s:4:\"time\";d:0.06;}}}'),
(8623, 150, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.395360818473587;s:5:\"bytes\";i:133784;s:11:\"size_before\";i:1809026;s:10:\"size_after\";i:1675242;s:4:\"time\";d:0.7200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:1306;s:11:\"size_before\";i:18925;s:10:\"size_after\";i:17619;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.31;s:5:\"bytes\";i:9859;s:11:\"size_before\";i:156145;s:10:\"size_after\";i:146286;s:4:\"time\";d:0.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:576;s:11:\"size_before\";i:8041;s:10:\"size_after\";i:7465;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:6373;s:11:\"size_before\";i:95940;s:10:\"size_after\";i:89567;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.95;s:5:\"bytes\";i:788;s:11:\"size_before\";i:11331;s:10:\"size_after\";i:10543;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.25;s:5:\"bytes\";i:139;s:11:\"size_before\";i:1502;s:10:\"size_after\";i:1363;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03;s:5:\"bytes\";i:323;s:11:\"size_before\";i:4023;s:10:\"size_after\";i:3700;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.17;s:5:\"bytes\";i:30177;s:11:\"size_before\";i:329112;s:10:\"size_after\";i:298935;s:4:\"time\";d:0.09;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.65;s:5:\"bytes\";i:258;s:11:\"size_before\";i:3372;s:10:\"size_after\";i:3114;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:233;s:11:\"size_before\";i:2928;s:10:\"size_after\";i:2695;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:20841;s:11:\"size_before\";i:284228;s:10:\"size_after\";i:263387;s:4:\"time\";d:0.11;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61;s:5:\"bytes\";i:10025;s:11:\"size_before\";i:151563;s:10:\"size_after\";i:141538;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.68;s:5:\"bytes\";i:14114;s:11:\"size_before\";i:183773;s:10:\"size_after\";i:169659;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42;s:5:\"bytes\";i:19721;s:11:\"size_before\";i:265699;s:10:\"size_after\";i:245978;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:9965;s:11:\"size_before\";i:154568;s:10:\"size_after\";i:144603;s:4:\"time\";d:0.11;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.59;s:5:\"bytes\";i:9086;s:11:\"size_before\";i:137876;s:10:\"size_after\";i:128790;s:4:\"time\";d:0.04;}}}'),
(8624, 149, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.275475012317118;s:5:\"bytes\";i:19702;s:11:\"size_before\";i:373464;s:10:\"size_after\";i:353762;s:4:\"time\";d:0.22;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:903;s:11:\"size_before\";i:16711;s:10:\"size_after\";i:15808;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:584;s:11:\"size_before\";i:9044;s:10:\"size_after\";i:8460;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:3372;s:11:\"size_before\";i:66104;s:10:\"size_after\";i:62732;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:611;s:11:\"size_before\";i:10688;s:10:\"size_after\";i:10077;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.49;s:5:\"bytes\";i:139;s:11:\"size_before\";i:1637;s:10:\"size_after\";i:1498;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6;s:5:\"bytes\";i:277;s:11:\"size_before\";i:4196;s:10:\"size_after\";i:3919;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.72;s:5:\"bytes\";i:316;s:11:\"size_before\";i:4091;s:10:\"size_after\";i:3775;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:273;s:11:\"size_before\";i:3522;s:10:\"size_after\";i:3249;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:4181;s:11:\"size_before\";i:84255;s:10:\"size_after\";i:80074;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:4947;s:11:\"size_before\";i:93502;s:10:\"size_after\";i:88555;s:4:\"time\";d:0.02;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:4099;s:11:\"size_before\";i:79714;s:10:\"size_after\";i:75615;s:4:\"time\";d:0.02;}}}'),
(8625, 148, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.311232648230257;s:5:\"bytes\";i:70183;s:11:\"size_before\";i:1321407;s:10:\"size_after\";i:1251224;s:4:\"time\";d:0.48;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:1363;s:11:\"size_before\";i:20928;s:10:\"size_after\";i:19565;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.01;s:5:\"bytes\";i:7985;s:11:\"size_before\";i:159528;s:10:\"size_after\";i:151543;s:4:\"time\";d:0.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.65;s:5:\"bytes\";i:649;s:11:\"size_before\";i:8480;s:10:\"size_after\";i:7831;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:5693;s:11:\"size_before\";i:101578;s:10:\"size_after\";i:95885;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92;s:5:\"bytes\";i:676;s:11:\"size_before\";i:9764;s:10:\"size_after\";i:9088;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.61;s:5:\"bytes\";i:151;s:11:\"size_before\";i:1571;s:10:\"size_after\";i:1420;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82;s:5:\"bytes\";i:277;s:11:\"size_before\";i:3544;s:10:\"size_after\";i:3267;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:10661;s:11:\"size_before\";i:210922;s:10:\"size_after\";i:200261;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.91;s:5:\"bytes\";i:282;s:11:\"size_before\";i:3563;s:10:\"size_after\";i:3281;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.74;s:5:\"bytes\";i:235;s:11:\"size_before\";i:3035;s:10:\"size_after\";i:2800;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:8255;s:11:\"size_before\";i:152735;s:10:\"size_after\";i:144480;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.44;s:5:\"bytes\";i:8536;s:11:\"size_before\";i:156791;s:10:\"size_after\";i:148255;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:9969;s:11:\"size_before\";i:194000;s:10:\"size_after\";i:184031;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:7389;s:11:\"size_before\";i:147084;s:10:\"size_after\";i:139695;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.45;s:5:\"bytes\";i:8062;s:11:\"size_before\";i:147884;s:10:\"size_after\";i:139822;s:4:\"time\";d:0.03;}}}'),
(8626, 147, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.90050751299572;s:5:\"bytes\";i:80489;s:11:\"size_before\";i:1364103;s:10:\"size_after\";i:1283614;s:4:\"time\";d:0.53;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.65;s:5:\"bytes\";i:1618;s:11:\"size_before\";i:24332;s:10:\"size_after\";i:22714;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.47;s:5:\"bytes\";i:11544;s:11:\"size_before\";i:211100;s:10:\"size_after\";i:199556;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.14;s:5:\"bytes\";i:662;s:11:\"size_before\";i:9273;s:10:\"size_after\";i:8611;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:8068;s:11:\"size_before\";i:133587;s:10:\"size_after\";i:125519;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12;s:5:\"bytes\";i:787;s:11:\"size_before\";i:11061;s:10:\"size_after\";i:10274;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.84;s:5:\"bytes\";i:162;s:11:\"size_before\";i:1646;s:10:\"size_after\";i:1484;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86;s:5:\"bytes\";i:304;s:11:\"size_before\";i:3869;s:10:\"size_after\";i:3565;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.16;s:5:\"bytes\";i:314;s:11:\"size_before\";i:3849;s:10:\"size_after\";i:3535;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.13;s:5:\"bytes\";i:263;s:11:\"size_before\";i:3233;s:10:\"size_after\";i:2970;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.83;s:5:\"bytes\";i:9935;s:11:\"size_before\";i:170541;s:10:\"size_after\";i:160606;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:13390;s:11:\"size_before\";i:199654;s:10:\"size_after\";i:186264;s:4:\"time\";d:0.07;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:13486;s:11:\"size_before\";i:234455;s:10:\"size_after\";i:220969;s:4:\"time\";d:0.13;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:10781;s:11:\"size_before\";i:195107;s:10:\"size_after\";i:184326;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:9175;s:11:\"size_before\";i:162396;s:10:\"size_after\";i:153221;s:4:\"time\";d:0.06;}}}'),
(8627, 146, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2185035654944505;s:5:\"bytes\";i:168042;s:11:\"size_before\";i:2702290;s:10:\"size_after\";i:2534248;s:4:\"time\";d:1.0400000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.89;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:30654;s:10:\"size_after\";i:28234;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.68;s:5:\"bytes\";i:15811;s:11:\"size_before\";i:236693;s:10:\"size_after\";i:220882;s:4:\"time\";d:0.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.39;s:5:\"bytes\";i:949;s:11:\"size_before\";i:11312;s:10:\"size_after\";i:10363;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.09;s:5:\"bytes\";i:10641;s:11:\"size_before\";i:150002;s:10:\"size_after\";i:139361;s:4:\"time\";d:0.04;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.73;s:5:\"bytes\";i:25051;s:11:\"size_before\";i:437534;s:10:\"size_after\";i:412483;s:4:\"time\";d:0.14;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:13961;s:10:\"size_after\";i:12828;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.37;s:5:\"bytes\";i:170;s:11:\"size_before\";i:1815;s:10:\"size_after\";i:1645;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.47;s:5:\"bytes\";i:346;s:11:\"size_before\";i:4634;s:10:\"size_after\";i:4288;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87;s:5:\"bytes\";i:20505;s:11:\"size_before\";i:349341;s:10:\"size_after\";i:328836;s:4:\"time\";d:0.14;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:368;s:11:\"size_before\";i:4530;s:10:\"size_after\";i:4162;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.73;s:5:\"bytes\";i:297;s:11:\"size_before\";i:3842;s:10:\"size_after\";i:3545;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12;s:5:\"bytes\";i:20621;s:11:\"size_before\";i:337099;s:10:\"size_after\";i:316478;s:4:\"time\";d:0.13;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.36;s:5:\"bytes\";i:11660;s:11:\"size_before\";i:183363;s:10:\"size_after\";i:171703;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95;s:5:\"bytes\";i:12489;s:11:\"size_before\";i:209939;s:10:\"size_after\";i:197450;s:4:\"time\";d:0.13;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82;s:5:\"bytes\";i:19925;s:11:\"size_before\";i:342359;s:10:\"size_after\";i:322434;s:4:\"time\";d:0.13;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.74;s:5:\"bytes\";i:14600;s:11:\"size_before\";i:216680;s:10:\"size_after\";i:202080;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:11056;s:11:\"size_before\";i:168532;s:10:\"size_after\";i:157476;s:4:\"time\";d:0.04;}}}'),
(8628, 145, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.114057514900628;s:5:\"bytes\";i:139438;s:11:\"size_before\";i:2726563;s:10:\"size_after\";i:2587125;s:4:\"time\";d:0.9200000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.16;s:5:\"bytes\";i:1422;s:11:\"size_before\";i:23068;s:10:\"size_after\";i:21646;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:10237;s:11:\"size_before\";i:203187;s:10:\"size_after\";i:192950;s:4:\"time\";d:0.08;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.58;s:5:\"bytes\";i:581;s:11:\"size_before\";i:8829;s:10:\"size_after\";i:8248;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:6357;s:11:\"size_before\";i:120066;s:10:\"size_after\";i:113709;s:4:\"time\";d:0.03;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63;s:5:\"bytes\";i:19558;s:11:\"size_before\";i:422625;s:10:\"size_after\";i:403067;s:4:\"time\";d:0.19;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.64;s:5:\"bytes\";i:702;s:11:\"size_before\";i:10577;s:10:\"size_after\";i:9875;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:10;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1540;s:10:\"size_after\";i:1386;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.83;s:5:\"bytes\";i:252;s:11:\"size_before\";i:3691;s:10:\"size_after\";i:3439;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:19532;s:11:\"size_before\";i:387597;s:10:\"size_after\";i:368065;s:4:\"time\";d:0.08;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:260;s:11:\"size_before\";i:3619;s:10:\"size_after\";i:3359;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.83;s:5:\"bytes\";i:245;s:11:\"size_before\";i:3130;s:10:\"size_after\";i:2885;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:14788;s:11:\"size_before\";i:311044;s:10:\"size_after\";i:296256;s:4:\"time\";d:0.11;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.99;s:5:\"bytes\";i:12611;s:11:\"size_before\";i:210540;s:10:\"size_after\";i:197929;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:9523;s:11:\"size_before\";i:218989;s:10:\"size_after\";i:209466;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:22069;s:11:\"size_before\";i:423848;s:10:\"size_after\";i:401779;s:4:\"time\";d:0.09;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:9376;s:11:\"size_before\";i:184505;s:10:\"size_after\";i:175129;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2;s:5:\"bytes\";i:11771;s:11:\"size_before\";i:189708;s:10:\"size_after\";i:177937;s:4:\"time\";d:0.07;}}}'),
(8629, 144, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.19926044331415;s:5:\"bytes\";i:62013;s:11:\"size_before\";i:1000329;s:10:\"size_after\";i:938316;s:4:\"time\";d:0.42999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1304;s:11:\"size_before\";i:20855;s:10:\"size_after\";i:19551;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:465;s:11:\"size_before\";i:7837;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.53;s:5:\"bytes\";i:6014;s:11:\"size_before\";i:108823;s:10:\"size_after\";i:102809;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.35;s:5:\"bytes\";i:605;s:11:\"size_before\";i:9531;s:10:\"size_after\";i:8926;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.08;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1528;s:10:\"size_after\";i:1374;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.48;s:5:\"bytes\";i:260;s:11:\"size_before\";i:3477;s:10:\"size_after\";i:3217;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:215;s:11:\"size_before\";i:3296;s:10:\"size_after\";i:3081;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:205;s:11:\"size_before\";i:2864;s:10:\"size_after\";i:2659;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.74;s:5:\"bytes\";i:11010;s:11:\"size_before\";i:163302;s:10:\"size_after\";i:152292;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45;s:5:\"bytes\";i:10318;s:11:\"size_before\";i:160042;s:10:\"size_after\";i:149724;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:11828;s:11:\"size_before\";i:196094;s:10:\"size_after\";i:184266;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.28;s:5:\"bytes\";i:8550;s:11:\"size_before\";i:162070;s:10:\"size_after\";i:153520;s:4:\"time\";d:0.13;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:11085;s:11:\"size_before\";i:160610;s:10:\"size_after\";i:149525;s:4:\"time\";d:0.04;}}}'),
(8630, 143, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.202013517858304;s:5:\"bytes\";i:80865;s:11:\"size_before\";i:1122811;s:10:\"size_after\";i:1041946;s:4:\"time\";d:0.53;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.48;s:5:\"bytes\";i:1757;s:11:\"size_before\";i:23496;s:10:\"size_after\";i:21739;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.76;s:5:\"bytes\";i:9970;s:11:\"size_before\";i:172947;s:10:\"size_after\";i:162977;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.91;s:5:\"bytes\";i:704;s:11:\"size_before\";i:8903;s:10:\"size_after\";i:8199;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:6813;s:11:\"size_before\";i:109682;s:10:\"size_after\";i:102869;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:768;s:11:\"size_before\";i:11086;s:10:\"size_after\";i:10318;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.01;s:5:\"bytes\";i:164;s:11:\"size_before\";i:1638;s:10:\"size_after\";i:1474;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.27;s:5:\"bytes\";i:287;s:11:\"size_before\";i:3948;s:10:\"size_after\";i:3661;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6;s:5:\"bytes\";i:285;s:11:\"size_before\";i:3750;s:10:\"size_after\";i:3465;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53;s:5:\"bytes\";i:277;s:11:\"size_before\";i:3248;s:10:\"size_after\";i:2971;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.23;s:5:\"bytes\";i:7960;s:11:\"size_before\";i:152291;s:10:\"size_after\";i:144331;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:8679;s:11:\"size_before\";i:149797;s:10:\"size_after\";i:141118;s:4:\"time\";d:0.1;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.65;s:5:\"bytes\";i:26824;s:11:\"size_before\";i:183105;s:10:\"size_after\";i:156281;s:4:\"time\";d:0.11;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.78;s:5:\"bytes\";i:9112;s:11:\"size_before\";i:157714;s:10:\"size_after\";i:148602;s:4:\"time\";d:0.06;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.14;s:5:\"bytes\";i:7265;s:11:\"size_before\";i:141206;s:10:\"size_after\";i:133941;s:4:\"time\";d:0.04;}}}'),
(8631, 142, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.836259980406318;s:5:\"bytes\";i:72123;s:11:\"size_before\";i:1491297;s:10:\"size_after\";i:1419174;s:4:\"time\";d:0.64;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:1391;s:11:\"size_before\";i:22816;s:10:\"size_after\";i:21425;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:8310;s:11:\"size_before\";i:188841;s:10:\"size_after\";i:180531;s:4:\"time\";d:0.09;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.52;s:5:\"bytes\";i:559;s:11:\"size_before\";i:8580;s:10:\"size_after\";i:8021;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.86;s:5:\"bytes\";i:5696;s:11:\"size_before\";i:117108;s:10:\"size_after\";i:111412;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:651;s:11:\"size_before\";i:10308;s:10:\"size_after\";i:9657;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.81;s:5:\"bytes\";i:134;s:11:\"size_before\";i:1521;s:10:\"size_after\";i:1387;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82;s:5:\"bytes\";i:240;s:11:\"size_before\";i:3518;s:10:\"size_after\";i:3278;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:11790;s:11:\"size_before\";i:247368;s:10:\"size_after\";i:235578;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3473;s:10:\"size_after\";i:3240;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.68;s:5:\"bytes\";i:231;s:11:\"size_before\";i:3007;s:10:\"size_after\";i:2776;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.39;s:5:\"bytes\";i:8499;s:11:\"size_before\";i:157691;s:10:\"size_after\";i:149192;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78;s:5:\"bytes\";i:8685;s:11:\"size_before\";i:181794;s:10:\"size_after\";i:173109;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:10242;s:11:\"size_before\";i:222887;s:10:\"size_after\";i:212645;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:7809;s:11:\"size_before\";i:172787;s:10:\"size_after\";i:164978;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12;s:5:\"bytes\";i:7653;s:11:\"size_before\";i:149598;s:10:\"size_after\";i:141945;s:4:\"time\";d:0.13;}}}'),
(8632, 136, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9069182293444618;s:5:\"bytes\";i:61116;s:11:\"size_before\";i:1564302;s:10:\"size_after\";i:1503186;s:4:\"time\";d:0.6600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.94;s:5:\"bytes\";i:927;s:11:\"size_before\";i:23541;s:10:\"size_after\";i:22614;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7;s:5:\"bytes\";i:7068;s:11:\"size_before\";i:191055;s:10:\"size_after\";i:183987;s:4:\"time\";d:0.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.02;s:5:\"bytes\";i:392;s:11:\"size_before\";i:7808;s:10:\"size_after\";i:7416;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:4443;s:11:\"size_before\";i:117657;s:10:\"size_after\";i:113214;s:4:\"time\";d:0.08;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.77;s:5:\"bytes\";i:375;s:11:\"size_before\";i:7857;s:10:\"size_after\";i:7482;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.76;s:5:\"bytes\";i:128;s:11:\"size_before\";i:1650;s:10:\"size_after\";i:1522;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.92;s:5:\"bytes\";i:169;s:11:\"size_before\";i:2857;s:10:\"size_after\";i:2688;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:8562;s:11:\"size_before\";i:216138;s:10:\"size_after\";i:207576;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.28;s:5:\"bytes\";i:207;s:11:\"size_before\";i:3296;s:10:\"size_after\";i:3089;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:182;s:11:\"size_before\";i:2918;s:10:\"size_after\";i:2736;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.08;s:5:\"bytes\";i:9520;s:11:\"size_before\";i:233336;s:10:\"size_after\";i:223816;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:4687;s:11:\"size_before\";i:125143;s:10:\"size_after\";i:120456;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:7082;s:11:\"size_before\";i:170382;s:10:\"size_after\";i:163300;s:4:\"time\";d:0.1;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:7151;s:11:\"size_before\";i:186510;s:10:\"size_after\";i:179359;s:4:\"time\";d:0.07;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:5637;s:11:\"size_before\";i:154446;s:10:\"size_after\";i:148809;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:4586;s:11:\"size_before\";i:119708;s:10:\"size_after\";i:115122;s:4:\"time\";d:0.05;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8633, 135, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.534724490331228;s:5:\"bytes\";i:41775;s:11:\"size_before\";i:1181846;s:10:\"size_after\";i:1140071;s:4:\"time\";d:0.6000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.57;s:5:\"bytes\";i:600;s:11:\"size_before\";i:13117;s:10:\"size_after\";i:12517;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.38;s:5:\"bytes\";i:3324;s:11:\"size_before\";i:98446;s:10:\"size_after\";i:95122;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.72;s:5:\"bytes\";i:363;s:11:\"size_before\";i:6341;s:10:\"size_after\";i:5978;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.56;s:5:\"bytes\";i:2141;s:11:\"size_before\";i:60141;s:10:\"size_after\";i:58000;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.13;s:5:\"bytes\";i:416;s:11:\"size_before\";i:8104;s:10:\"size_after\";i:7688;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.04;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1405;s:10:\"size_after\";i:1264;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:231;s:11:\"size_before\";i:3184;s:10:\"size_after\";i:2953;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:6740;s:11:\"size_before\";i:193791;s:10:\"size_after\";i:187051;s:4:\"time\";d:0.08;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.52;s:5:\"bytes\";i:223;s:11:\"size_before\";i:2966;s:10:\"size_after\";i:2743;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.41;s:5:\"bytes\";i:224;s:11:\"size_before\";i:2662;s:10:\"size_after\";i:2438;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.65;s:5:\"bytes\";i:6815;s:11:\"size_before\";i:186685;s:10:\"size_after\";i:179870;s:4:\"time\";d:0.07;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:3353;s:11:\"size_before\";i:106128;s:10:\"size_after\";i:102775;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.43;s:5:\"bytes\";i:4031;s:11:\"size_before\";i:117548;s:10:\"size_after\";i:113517;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.51;s:5:\"bytes\";i:6329;s:11:\"size_before\";i:180424;s:10:\"size_after\";i:174095;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37;s:5:\"bytes\";i:3499;s:11:\"size_before\";i:103782;s:10:\"size_after\";i:100283;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:3345;s:11:\"size_before\";i:97122;s:10:\"size_after\";i:93777;s:4:\"time\";d:0.06;}}}'),
(8634, 134, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4131269241442506;s:5:\"bytes\";i:36652;s:11:\"size_before\";i:1073854;s:10:\"size_after\";i:1037202;s:4:\"time\";d:0.53;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:685;s:11:\"size_before\";i:15162;s:10:\"size_after\";i:14477;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:4451;s:11:\"size_before\";i:127983;s:10:\"size_after\";i:123532;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:402;s:11:\"size_before\";i:6658;s:10:\"size_after\";i:6256;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:3713;s:11:\"size_before\";i:76511;s:10:\"size_after\";i:72798;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.98;s:5:\"bytes\";i:398;s:11:\"size_before\";i:7998;s:10:\"size_after\";i:7600;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.16;s:5:\"bytes\";i:173;s:11:\"size_before\";i:1550;s:10:\"size_after\";i:1377;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1;s:5:\"bytes\";i:269;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3052;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.09;s:5:\"bytes\";i:6166;s:11:\"size_before\";i:199314;s:10:\"size_after\";i:193148;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.61;s:5:\"bytes\";i:238;s:11:\"size_before\";i:3126;s:10:\"size_after\";i:2888;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.29;s:5:\"bytes\";i:230;s:11:\"size_before\";i:2774;s:10:\"size_after\";i:2544;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:3112;s:11:\"size_before\";i:112628;s:10:\"size_after\";i:109516;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:5158;s:11:\"size_before\";i:140308;s:10:\"size_after\";i:135150;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:5059;s:11:\"size_before\";i:170029;s:10:\"size_after\";i:164970;s:4:\"time\";d:0.13;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.83;s:5:\"bytes\";i:4511;s:11:\"size_before\";i:117809;s:10:\"size_after\";i:113298;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.35;s:5:\"bytes\";i:2087;s:11:\"size_before\";i:88683;s:10:\"size_after\";i:86596;s:4:\"time\";d:0.04;}}}'),
(8635, 133, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.380996034932988;s:5:\"bytes\";i:45113;s:11:\"size_before\";i:1029743;s:10:\"size_after\";i:984630;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:626;s:11:\"size_before\";i:13605;s:10:\"size_after\";i:12979;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2;s:5:\"bytes\";i:5757;s:11:\"size_before\";i:137153;s:10:\"size_after\";i:131396;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:289;s:11:\"size_before\";i:6137;s:10:\"size_after\";i:5848;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4;s:5:\"bytes\";i:3479;s:11:\"size_before\";i:79107;s:10:\"size_after\";i:75628;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.35;s:5:\"bytes\";i:353;s:11:\"size_before\";i:8109;s:10:\"size_after\";i:7756;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.15;s:5:\"bytes\";i:120;s:11:\"size_before\";i:1312;s:10:\"size_after\";i:1192;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.93;s:5:\"bytes\";i:176;s:11:\"size_before\";i:2967;s:10:\"size_after\";i:2791;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63;s:5:\"bytes\";i:183;s:11:\"size_before\";i:2760;s:10:\"size_after\";i:2577;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.08;s:5:\"bytes\";i:171;s:11:\"size_before\";i:2414;s:10:\"size_after\";i:2243;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.49;s:5:\"bytes\";i:6928;s:11:\"size_before\";i:154397;s:10:\"size_after\";i:147469;s:4:\"time\";d:0.1;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.73;s:5:\"bytes\";i:7054;s:11:\"size_before\";i:149107;s:10:\"size_after\";i:142053;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:9771;s:11:\"size_before\";i:214712;s:10:\"size_after\";i:204941;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.14;s:5:\"bytes\";i:5762;s:11:\"size_before\";i:139294;s:10:\"size_after\";i:133532;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.74;s:5:\"bytes\";i:4444;s:11:\"size_before\";i:118669;s:10:\"size_after\";i:114225;s:4:\"time\";d:0.03;}}}'),
(8636, 132, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.004969141774244;s:5:\"bytes\";i:66444;s:11:\"size_before\";i:1659039;s:10:\"size_after\";i:1592595;s:4:\"time\";d:0.7500000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:867;s:11:\"size_before\";i:20445;s:10:\"size_after\";i:19578;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:6444;s:11:\"size_before\";i:168734;s:10:\"size_after\";i:162290;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:393;s:11:\"size_before\";i:7921;s:10:\"size_after\";i:7528;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:4027;s:11:\"size_before\";i:102848;s:10:\"size_after\";i:98821;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.52;s:5:\"bytes\";i:411;s:11:\"size_before\";i:9098;s:10:\"size_after\";i:8687;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.51;s:5:\"bytes\";i:129;s:11:\"size_before\";i:1515;s:10:\"size_after\";i:1386;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4;s:5:\"bytes\";i:176;s:11:\"size_before\";i:3257;s:10:\"size_after\";i:3081;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:10358;s:11:\"size_before\";i:253506;s:10:\"size_after\";i:243148;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.73;s:5:\"bytes\";i:192;s:11:\"size_before\";i:3349;s:10:\"size_after\";i:3157;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2941;s:10:\"size_after\";i:2756;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1;s:5:\"bytes\";i:11215;s:11:\"size_before\";i:273342;s:10:\"size_after\";i:262127;s:4:\"time\";d:0.12;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.66;s:5:\"bytes\";i:5366;s:11:\"size_before\";i:146650;s:10:\"size_after\";i:141284;s:4:\"time\";d:0.1;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:8391;s:11:\"size_before\";i:176774;s:10:\"size_after\";i:168383;s:4:\"time\";d:0.12;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.92;s:5:\"bytes\";i:8556;s:11:\"size_before\";i:218510;s:10:\"size_after\";i:209954;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:5762;s:11:\"size_before\";i:150705;s:10:\"size_after\";i:144943;s:4:\"time\";d:0.11;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.33;s:5:\"bytes\";i:3972;s:11:\"size_before\";i:119444;s:10:\"size_after\";i:115472;s:4:\"time\";d:0.04;}}}'),
(8637, 131, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3828668227614584;s:5:\"bytes\";i:30514;s:11:\"size_before\";i:902016;s:10:\"size_after\";i:871502;s:4:\"time\";d:0.53;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:709;s:11:\"size_before\";i:14298;s:10:\"size_after\";i:13589;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.26;s:5:\"bytes\";i:3114;s:11:\"size_before\";i:95596;s:10:\"size_after\";i:92482;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.32;s:5:\"bytes\";i:378;s:11:\"size_before\";i:5977;s:10:\"size_after\";i:5599;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.16;s:5:\"bytes\";i:1910;s:11:\"size_before\";i:60386;s:10:\"size_after\";i:58476;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.26;s:5:\"bytes\";i:439;s:11:\"size_before\";i:7016;s:10:\"size_after\";i:6577;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.28;s:5:\"bytes\";i:168;s:11:\"size_before\";i:1489;s:10:\"size_after\";i:1321;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.66;s:5:\"bytes\";i:253;s:11:\"size_before\";i:2923;s:10:\"size_after\";i:2670;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:4487;s:11:\"size_before\";i:128826;s:10:\"size_after\";i:124339;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.87;s:5:\"bytes\";i:255;s:11:\"size_before\";i:2876;s:10:\"size_after\";i:2621;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.16;s:5:\"bytes\";i:234;s:11:\"size_before\";i:2554;s:10:\"size_after\";i:2320;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.68;s:5:\"bytes\";i:5416;s:11:\"size_before\";i:147200;s:10:\"size_after\";i:141784;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:74173;s:10:\"size_after\";i:72250;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:3600;s:11:\"size_before\";i:97142;s:10:\"size_after\";i:93542;s:4:\"time\";d:0.09;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:3716;s:11:\"size_before\";i:113599;s:10:\"size_after\";i:109883;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.13;s:5:\"bytes\";i:2650;s:11:\"size_before\";i:84570;s:10:\"size_after\";i:81920;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.99;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:63391;s:10:\"size_after\";i:62129;s:4:\"time\";d:0.03;}}}'),
(8638, 130, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.439314740863392;s:5:\"bytes\";i:22540;s:11:\"size_before\";i:924030;s:10:\"size_after\";i:901490;s:4:\"time\";d:0.49999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87;s:5:\"bytes\";i:577;s:11:\"size_before\";i:14892;s:10:\"size_after\";i:14315;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.19;s:5:\"bytes\";i:2143;s:11:\"size_before\";i:98008;s:10:\"size_after\";i:95865;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.84;s:5:\"bytes\";i:310;s:11:\"size_before\";i:6404;s:10:\"size_after\";i:6094;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.13;s:5:\"bytes\";i:1340;s:11:\"size_before\";i:62828;s:10:\"size_after\";i:61488;s:4:\"time\";d:0.06;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.51;s:5:\"bytes\";i:336;s:11:\"size_before\";i:7454;s:10:\"size_after\";i:7118;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.57;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1609;s:10:\"size_after\";i:1455;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.01;s:5:\"bytes\";i:254;s:11:\"size_before\";i:3171;s:10:\"size_after\";i:2917;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:3225;s:11:\"size_before\";i:130299;s:10:\"size_after\";i:127074;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.97;s:5:\"bytes\";i:220;s:11:\"size_before\";i:3158;s:10:\"size_after\";i:2938;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.06;s:5:\"bytes\";i:227;s:11:\"size_before\";i:2816;s:10:\"size_after\";i:2589;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.74;s:5:\"bytes\";i:4011;s:11:\"size_before\";i:146459;s:10:\"size_after\";i:142448;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.78;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:80282;s:10:\"size_after\";i:78853;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.93;s:5:\"bytes\";i:2728;s:11:\"size_before\";i:93076;s:10:\"size_after\";i:90348;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:2759;s:11:\"size_before\";i:116956;s:10:\"size_after\";i:114197;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.14;s:5:\"bytes\";i:1876;s:11:\"size_before\";i:87823;s:10:\"size_after\";i:85947;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.38;s:5:\"bytes\";i:951;s:11:\"size_before\";i:68795;s:10:\"size_after\";i:67844;s:4:\"time\";d:0.06;}}}'),
(8639, 129, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.0323400178031483;s:5:\"bytes\";i:20023;s:11:\"size_before\";i:985219;s:10:\"size_after\";i:965196;s:4:\"time\";d:0.5199999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.09;s:5:\"bytes\";i:670;s:11:\"size_before\";i:16363;s:10:\"size_after\";i:15693;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.71;s:5:\"bytes\";i:1805;s:11:\"size_before\";i:105325;s:10:\"size_after\";i:103520;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:353;s:11:\"size_before\";i:6775;s:10:\"size_after\";i:6422;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:1376;s:11:\"size_before\";i:68231;s:10:\"size_after\";i:66855;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:442;s:11:\"size_before\";i:8033;s:10:\"size_after\";i:7591;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28;s:5:\"bytes\";i:160;s:11:\"size_before\";i:1557;s:10:\"size_after\";i:1397;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19;s:5:\"bytes\";i:229;s:11:\"size_before\";i:3184;s:10:\"size_after\";i:2955;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.93;s:5:\"bytes\";i:2656;s:11:\"size_before\";i:137433;s:10:\"size_after\";i:134777;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.11;s:5:\"bytes\";i:255;s:11:\"size_before\";i:3144;s:10:\"size_after\";i:2889;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.08;s:5:\"bytes\";i:226;s:11:\"size_before\";i:2796;s:10:\"size_after\";i:2570;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:3470;s:11:\"size_before\";i:156984;s:10:\"size_after\";i:153514;s:4:\"time\";d:0.09;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.72;s:5:\"bytes\";i:1480;s:11:\"size_before\";i:86018;s:10:\"size_after\";i:84538;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.98;s:5:\"bytes\";i:1944;s:11:\"size_before\";i:98264;s:10:\"size_after\";i:96320;s:4:\"time\";d:0.05;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.75;s:5:\"bytes\";i:2153;s:11:\"size_before\";i:123167;s:10:\"size_after\";i:121014;s:4:\"time\";d:0.06;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.84;s:5:\"bytes\";i:1737;s:11:\"size_before\";i:94301;s:10:\"size_after\";i:92564;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.45;s:5:\"bytes\";i:1067;s:11:\"size_before\";i:73644;s:10:\"size_after\";i:72577;s:4:\"time\";d:0.04;}}}'),
(8640, 128, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3585183525619424;s:5:\"bytes\";i:24423;s:11:\"size_before\";i:1035523;s:10:\"size_after\";i:1011100;s:4:\"time\";d:0.6200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:670;s:11:\"size_before\";i:16089;s:10:\"size_after\";i:15419;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9;s:5:\"bytes\";i:1999;s:11:\"size_before\";i:105373;s:10:\"size_after\";i:103374;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:373;s:11:\"size_before\";i:6623;s:10:\"size_after\";i:6250;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.36;s:5:\"bytes\";i:1610;s:11:\"size_before\";i:68093;s:10:\"size_after\";i:66483;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:431;s:11:\"size_before\";i:7863;s:10:\"size_after\";i:7432;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.48;s:5:\"bytes\";i:166;s:11:\"size_before\";i:1584;s:10:\"size_after\";i:1418;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.39;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3153;s:10:\"size_after\";i:2920;s:4:\"time\";d:0.03;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:3278;s:11:\"size_before\";i:145384;s:10:\"size_after\";i:142106;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.08;s:5:\"bytes\";i:215;s:11:\"size_before\";i:3035;s:10:\"size_after\";i:2820;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45;s:5:\"bytes\";i:201;s:11:\"size_before\";i:2697;s:10:\"size_after\";i:2496;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:3805;s:11:\"size_before\";i:159782;s:10:\"size_after\";i:155977;s:4:\"time\";d:0.13;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:2257;s:11:\"size_before\";i:99483;s:10:\"size_after\";i:97226;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:2846;s:11:\"size_before\";i:104418;s:10:\"size_after\";i:101572;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12;s:5:\"bytes\";i:2821;s:11:\"size_before\";i:133261;s:10:\"size_after\";i:130440;s:4:\"time\";d:0.08;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.11;s:5:\"bytes\";i:2003;s:11:\"size_before\";i:94868;s:10:\"size_after\";i:92865;s:4:\"time\";d:0.05;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.81;s:5:\"bytes\";i:1515;s:11:\"size_before\";i:83817;s:10:\"size_after\";i:82302;s:4:\"time\";d:0.04;}}}'),
(8641, 127, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.193228502903081;s:5:\"bytes\";i:22011;s:11:\"size_before\";i:1003589;s:10:\"size_after\";i:981578;s:4:\"time\";d:0.52;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.56;s:5:\"bytes\";i:777;s:11:\"size_before\";i:17030;s:10:\"size_after\";i:16253;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.94;s:5:\"bytes\";i:2098;s:11:\"size_before\";i:108140;s:10:\"size_after\";i:106042;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7;s:5:\"bytes\";i:410;s:11:\"size_before\";i:7193;s:10:\"size_after\";i:6783;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.43;s:5:\"bytes\";i:1722;s:11:\"size_before\";i:71001;s:10:\"size_after\";i:69279;s:4:\"time\";d:0.05;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.86;s:5:\"bytes\";i:492;s:11:\"size_before\";i:8402;s:10:\"size_after\";i:7910;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.74;s:5:\"bytes\";i:175;s:11:\"size_before\";i:1629;s:10:\"size_after\";i:1454;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.17;s:5:\"bytes\";i:238;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:3083;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:138881;s:10:\"size_after\";i:136079;s:4:\"time\";d:0.07;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.03;s:5:\"bytes\";i:268;s:11:\"size_before\";i:3338;s:10:\"size_after\";i:3070;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.58;s:5:\"bytes\";i:222;s:11:\"size_before\";i:2928;s:10:\"size_after\";i:2706;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.15;s:5:\"bytes\";i:3402;s:11:\"size_before\";i:158092;s:10:\"size_after\";i:154690;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.83;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:84516;s:10:\"size_after\";i:82972;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.38;s:5:\"bytes\";i:2545;s:11:\"size_before\";i:107052;s:10:\"size_after\";i:104507;s:4:\"time\";d:0.03;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9;s:5:\"bytes\";i:2316;s:11:\"size_before\";i:121991;s:10:\"size_after\";i:119675;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.95;s:5:\"bytes\";i:1894;s:11:\"size_before\";i:97115;s:10:\"size_after\";i:95221;s:4:\"time\";d:0.07;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.52;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:72960;s:10:\"size_after\";i:71854;s:4:\"time\";d:0.05;}}}'),
(8642, 126, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.7445922794271955;s:5:\"bytes\";i:28772;s:11:\"size_before\";i:1048316;s:10:\"size_after\";i:1019544;s:4:\"time\";d:0.47000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:780;s:11:\"size_before\";i:16888;s:10:\"size_after\";i:16108;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.31;s:5:\"bytes\";i:2529;s:11:\"size_before\";i:109271;s:10:\"size_after\";i:106742;s:4:\"time\";d:0.06;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88;s:5:\"bytes\";i:409;s:11:\"size_before\";i:6953;s:10:\"size_after\";i:6544;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.78;s:5:\"bytes\";i:1968;s:11:\"size_before\";i:70873;s:10:\"size_after\";i:68905;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1;s:5:\"bytes\";i:508;s:11:\"size_before\";i:8326;s:10:\"size_after\";i:7818;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.93;s:5:\"bytes\";i:178;s:11:\"size_before\";i:1628;s:10:\"size_after\";i:1450;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.26;s:5:\"bytes\";i:235;s:11:\"size_before\";i:3238;s:10:\"size_after\";i:3003;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.68;s:5:\"bytes\";i:3870;s:11:\"size_before\";i:144193;s:10:\"size_after\";i:140323;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.66;s:5:\"bytes\";i:249;s:11:\"size_before\";i:3251;s:10:\"size_after\";i:3002;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.64;s:5:\"bytes\";i:219;s:11:\"size_before\";i:2866;s:10:\"size_after\";i:2647;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.83;s:5:\"bytes\";i:4599;s:11:\"size_before\";i:162600;s:10:\"size_after\";i:158001;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:2445;s:11:\"size_before\";i:97856;s:10:\"size_after\";i:95411;s:4:\"time\";d:0.09;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.11;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:109706;s:10:\"size_after\";i:106297;s:4:\"time\";d:0.04;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.52;s:5:\"bytes\";i:3271;s:11:\"size_before\";i:129751;s:10:\"size_after\";i:126480;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:2212;s:11:\"size_before\";i:97477;s:10:\"size_after\";i:95265;s:4:\"time\";d:0.04;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:1891;s:11:\"size_before\";i:83439;s:10:\"size_after\";i:81548;s:4:\"time\";d:0.02;}}}'),
(8643, 125, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.488816442897118;s:5:\"bytes\";i:21287;s:11:\"size_before\";i:474223;s:10:\"size_after\";i:452936;s:4:\"time\";d:0.32;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:639;s:11:\"size_before\";i:13579;s:10:\"size_after\";i:12940;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.65;s:5:\"bytes\";i:362;s:11:\"size_before\";i:6410;s:10:\"size_after\";i:6048;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:2790;s:11:\"size_before\";i:62946;s:10:\"size_after\";i:60156;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:375;s:11:\"size_before\";i:8258;s:10:\"size_after\";i:7883;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.26;s:5:\"bytes\";i:123;s:11:\"size_before\";i:1329;s:10:\"size_after\";i:1206;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62;s:5:\"bytes\";i:170;s:11:\"size_before\";i:3024;s:10:\"size_after\";i:2854;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.34;s:5:\"bytes\";i:184;s:11:\"size_before\";i:2902;s:10:\"size_after\";i:2718;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.93;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2668;s:10:\"size_after\";i:2483;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45;s:5:\"bytes\";i:4139;s:11:\"size_before\";i:92983;s:10:\"size_after\";i:88844;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:3696;s:11:\"size_before\";i:86102;s:10:\"size_after\";i:82406;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62;s:5:\"bytes\";i:4818;s:11:\"size_before\";i:104354;s:10:\"size_after\";i:99536;s:4:\"time\";d:0.08;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.24;s:5:\"bytes\";i:3806;s:11:\"size_before\";i:89668;s:10:\"size_after\";i:85862;s:4:\"time\";d:0.04;}}}'),
(8644, 124, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0385135781546833;s:5:\"bytes\";i:8893;s:11:\"size_before\";i:292676;s:10:\"size_after\";i:283783;s:4:\"time\";d:0.21999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:480;s:11:\"size_before\";i:11080;s:10:\"size_after\";i:10600;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:306;s:11:\"size_before\";i:5482;s:10:\"size_after\";i:5176;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.64;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:42095;s:10:\"size_after\";i:40985;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87;s:5:\"bytes\";i:356;s:11:\"size_before\";i:7311;s:10:\"size_after\";i:6955;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.92;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1421;s:10:\"size_after\";i:1280;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87;s:5:\"bytes\";i:249;s:11:\"size_before\";i:3164;s:10:\"size_after\";i:2915;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.39;s:5:\"bytes\";i:235;s:11:\"size_before\";i:2800;s:10:\"size_after\";i:2565;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.65;s:5:\"bytes\";i:216;s:11:\"size_before\";i:2497;s:10:\"size_after\";i:2281;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.69;s:5:\"bytes\";i:1368;s:11:\"size_before\";i:50846;s:10:\"size_after\";i:49478;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.59;s:5:\"bytes\";i:1368;s:11:\"size_before\";i:52842;s:10:\"size_after\";i:51474;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.82;s:5:\"bytes\";i:1806;s:11:\"size_before\";i:64057;s:10:\"size_after\";i:62251;s:4:\"time\";d:0.02;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.56;s:5:\"bytes\";i:1258;s:11:\"size_before\";i:49081;s:10:\"size_after\";i:47823;s:4:\"time\";d:0.02;}}}'),
(8645, 123, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.60749923417346;s:5:\"bytes\";i:592351;s:11:\"size_before\";i:1534290;s:10:\"size_after\";i:941939;s:4:\"time\";d:8.629999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.5;s:5:\"bytes\";i:6852;s:11:\"size_before\";i:19302;s:10:\"size_after\";i:12450;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.96;s:5:\"bytes\";i:61651;s:11:\"size_before\";i:150503;s:10:\"size_after\";i:88852;s:4:\"time\";d:0.56;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.57;s:5:\"bytes\";i:5737;s:11:\"size_before\";i:14141;s:10:\"size_after\";i:8404;s:4:\"time\";d:0.1;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.48;s:5:\"bytes\";i:31494;s:11:\"size_before\";i:84018;s:10:\"size_after\";i:52524;s:4:\"time\";d:0.31;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.64;s:5:\"bytes\";i:98644;s:11:\"size_before\";i:262093;s:10:\"size_after\";i:163449;s:4:\"time\";d:1.98;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.78;s:5:\"bytes\";i:5664;s:11:\"size_before\";i:16286;s:10:\"size_after\";i:10622;s:4:\"time\";d:0.08;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.13;s:5:\"bytes\";i:147;s:11:\"size_before\";i:1120;s:10:\"size_after\";i:973;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.65;s:5:\"bytes\";i:1487;s:11:\"size_before\";i:5798;s:10:\"size_after\";i:4311;s:4:\"time\";d:0.03;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.17;s:5:\"bytes\";i:34968;s:11:\"size_before\";i:99438;s:10:\"size_after\";i:64470;s:4:\"time\";d:0.58;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.3;s:5:\"bytes\";i:1548;s:11:\"size_before\";i:4793;s:10:\"size_after\";i:3245;s:4:\"time\";d:0.05;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.53;s:5:\"bytes\";i:1282;s:11:\"size_before\";i:4066;s:10:\"size_after\";i:2784;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.02;s:5:\"bytes\";i:25907;s:11:\"size_before\";i:71926;s:10:\"size_after\";i:46019;s:4:\"time\";d:0.56;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.94;s:5:\"bytes\";i:145243;s:11:\"size_before\";i:346330;s:10:\"size_after\";i:201087;s:4:\"time\";d:1.89;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.03;s:5:\"bytes\";i:17776;s:11:\"size_before\";i:45548;s:10:\"size_after\";i:27772;s:4:\"time\";d:0.21;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.1;s:5:\"bytes\";i:44460;s:11:\"size_before\";i:126665;s:10:\"size_after\";i:82205;s:4:\"time\";d:0.82;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.22;s:5:\"bytes\";i:20662;s:11:\"size_before\";i:55517;s:10:\"size_after\";i:34855;s:4:\"time\";d:0.28;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.18;s:5:\"bytes\";i:88829;s:11:\"size_before\";i:226746;s:10:\"size_after\";i:137917;s:4:\"time\";d:1.08;}}}'),
(8646, 122, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:40.596094353033095;s:5:\"bytes\";i:1461051;s:11:\"size_before\";i:3598994;s:10:\"size_after\";i:2137943;s:4:\"time\";d:31.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.08;s:5:\"bytes\";i:5198;s:11:\"size_before\";i:17282;s:10:\"size_after\";i:12084;s:4:\"time\";d:0.08;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.79;s:5:\"bytes\";i:48718;s:11:\"size_before\";i:132428;s:10:\"size_after\";i:83710;s:4:\"time\";d:0.73;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.03;s:5:\"bytes\";i:2030;s:11:\"size_before\";i:7243;s:10:\"size_after\";i:5213;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.91;s:5:\"bytes\";i:20118;s:11:\"size_before\";i:63048;s:10:\"size_after\";i:42930;s:4:\"time\";d:0.34;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.31;s:5:\"bytes\";i:72895;s:11:\"size_before\";i:212468;s:10:\"size_after\";i:139573;s:4:\"time\";d:1.87;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.93;s:5:\"bytes\";i:207626;s:11:\"size_before\";i:507210;s:10:\"size_after\";i:299584;s:4:\"time\";d:5.44;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.36;s:5:\"bytes\";i:3084;s:11:\"size_before\";i:11698;s:10:\"size_after\";i:8614;s:4:\"time\";d:0.11;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.78;s:5:\"bytes\";i:208;s:11:\"size_before\";i:1001;s:10:\"size_after\";i:793;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.48;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:4234;s:10:\"size_after\";i:3028;s:4:\"time\";d:0.04;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.58;s:5:\"bytes\";i:247558;s:11:\"size_before\";i:568053;s:10:\"size_after\";i:320495;s:4:\"time\";d:4.49;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.04;s:5:\"bytes\";i:928;s:11:\"size_before\";i:3309;s:10:\"size_after\";i:2381;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.7;s:5:\"bytes\";i:554;s:11:\"size_before\";i:2553;s:10:\"size_after\";i:1999;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.84;s:5:\"bytes\";i:224631;s:11:\"size_before\";i:524333;s:10:\"size_after\";i:299702;s:4:\"time\";d:4.16;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.58;s:5:\"bytes\";i:109729;s:11:\"size_before\";i:270431;s:10:\"size_after\";i:160702;s:4:\"time\";d:2.81;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.23;s:5:\"bytes\";i:160233;s:11:\"size_before\";i:379413;s:10:\"size_after\";i:219180;s:4:\"time\";d:4.27;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.53;s:5:\"bytes\";i:160206;s:11:\"size_before\";i:405248;s:10:\"size_after\";i:245042;s:4:\"time\";d:2.92;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.79;s:5:\"bytes\";i:129190;s:11:\"size_before\";i:309173;s:10:\"size_after\";i:179983;s:4:\"time\";d:2.28;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.22;s:5:\"bytes\";i:66939;s:11:\"size_before\";i:179869;s:10:\"size_after\";i:112930;s:4:\"time\";d:1.45;}}}'),
(8647, 117, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.10613316252892;s:5:\"bytes\";i:1445760;s:11:\"size_before\";i:3697016;s:10:\"size_after\";i:2251256;s:4:\"time\";d:41.589999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.72;s:5:\"bytes\";i:8351;s:11:\"size_before\";i:24769;s:10:\"size_after\";i:16418;s:4:\"time\";d:0.14;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.6;s:5:\"bytes\";i:63537;s:11:\"size_before\";i:168974;s:10:\"size_after\";i:105437;s:4:\"time\";d:1.22;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.8;s:5:\"bytes\";i:3799;s:11:\"size_before\";i:11948;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.05;s:5:\"bytes\";i:57806;s:11:\"size_before\";i:144330;s:10:\"size_after\";i:86524;s:4:\"time\";d:1.41;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.34;s:5:\"bytes\";i:220637;s:11:\"size_before\";i:560799;s:10:\"size_after\";i:340162;s:4:\"time\";d:9.43;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.18;s:5:\"bytes\";i:236160;s:11:\"size_before\";i:602693;s:10:\"size_after\";i:366533;s:4:\"time\";d:5.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.36;s:5:\"bytes\";i:4579;s:11:\"size_before\";i:14150;s:10:\"size_after\";i:9571;s:4:\"time\";d:0.11;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.56;s:5:\"bytes\";i:466;s:11:\"size_before\";i:1823;s:10:\"size_after\";i:1357;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.3;s:5:\"bytes\";i:1691;s:11:\"size_before\";i:5402;s:10:\"size_after\";i:3711;s:4:\"time\";d:0.04;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.13;s:5:\"bytes\";i:225475;s:11:\"size_before\";i:548170;s:10:\"size_after\";i:322695;s:4:\"time\";d:5.55;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.86;s:5:\"bytes\";i:1602;s:11:\"size_before\";i:5191;s:10:\"size_after\";i:3589;s:4:\"time\";d:0.06;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.45;s:5:\"bytes\";i:1318;s:11:\"size_before\";i:4475;s:10:\"size_after\";i:3157;s:4:\"time\";d:0.03;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.04;s:5:\"bytes\";i:61487;s:11:\"size_before\";i:180610;s:10:\"size_after\";i:119123;s:4:\"time\";d:1.54;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.51;s:5:\"bytes\";i:90273;s:11:\"size_before\";i:228458;s:10:\"size_after\";i:138185;s:4:\"time\";d:1.76;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.53;s:5:\"bytes\";i:146476;s:11:\"size_before\";i:352685;s:10:\"size_after\";i:206209;s:4:\"time\";d:5.89;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.88;s:5:\"bytes\";i:186963;s:11:\"size_before\";i:480910;s:10:\"size_after\";i:293947;s:4:\"time\";d:6.13;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.75;s:5:\"bytes\";i:62933;s:11:\"size_before\";i:171233;s:10:\"size_after\";i:108300;s:4:\"time\";d:1.62;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.92;s:5:\"bytes\";i:72207;s:11:\"size_before\";i:190396;s:10:\"size_after\";i:118189;s:4:\"time\";d:1.54;}}}'),
(8648, 116, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.7659259299618;s:5:\"bytes\";i:554522;s:11:\"size_before\";i:1468313;s:10:\"size_after\";i:913791;s:4:\"time\";d:16.35;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.5;s:5:\"bytes\";i:3750;s:11:\"size_before\";i:11538;s:10:\"size_after\";i:7788;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.86;s:5:\"bytes\";i:27234;s:11:\"size_before\";i:71932;s:10:\"size_after\";i:44698;s:4:\"time\";d:0.55;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.46;s:5:\"bytes\";i:2382;s:11:\"size_before\";i:7572;s:10:\"size_after\";i:5190;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.2;s:5:\"bytes\";i:25269;s:11:\"size_before\";i:64457;s:10:\"size_after\";i:39188;s:4:\"time\";d:0.53;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.62;s:5:\"bytes\";i:83879;s:11:\"size_before\";i:217209;s:10:\"size_after\";i:133330;s:4:\"time\";d:1.85;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.93;s:5:\"bytes\";i:3830;s:11:\"size_before\";i:9358;s:10:\"size_after\";i:5528;s:4:\"time\";d:0.13;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.23;s:5:\"bytes\";i:239;s:11:\"size_before\";i:911;s:10:\"size_after\";i:672;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.22;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:4111;s:10:\"size_after\";i:2951;s:4:\"time\";d:0.06;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.93;s:5:\"bytes\";i:16256;s:11:\"size_before\";i:54309;s:10:\"size_after\";i:38053;s:4:\"time\";d:0.48;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.01;s:5:\"bytes\";i:918;s:11:\"size_before\";i:3671;s:10:\"size_after\";i:2753;s:4:\"time\";d:0.04;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.88;s:5:\"bytes\";i:628;s:11:\"size_before\";i:2745;s:10:\"size_after\";i:2117;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.71;s:5:\"bytes\";i:15855;s:11:\"size_before\";i:51626;s:10:\"size_after\";i:35771;s:4:\"time\";d:0.45;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.76;s:5:\"bytes\";i:100883;s:11:\"size_before\";i:241558;s:10:\"size_after\";i:140675;s:4:\"time\";d:2.85;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.27;s:5:\"bytes\";i:11672;s:11:\"size_before\";i:35085;s:10:\"size_after\";i:23413;s:4:\"time\";d:0.41;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.59;s:5:\"bytes\";i:163334;s:11:\"size_before\";i:423260;s:10:\"size_after\";i:259926;s:4:\"time\";d:6.68;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.35;s:5:\"bytes\";i:83692;s:11:\"size_before\";i:224047;s:10:\"size_after\";i:140355;s:4:\"time\";d:1.89;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.14;s:5:\"bytes\";i:13541;s:11:\"size_before\";i:44924;s:10:\"size_after\";i:31383;s:4:\"time\";d:0.23;}}}'),
(8649, 113, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.429960168040118;s:5:\"bytes\";i:533973;s:11:\"size_before\";i:1946678;s:10:\"size_after\";i:1412705;s:4:\"time\";d:9.34;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.67;s:5:\"bytes\";i:5886;s:11:\"size_before\";i:20533;s:10:\"size_after\";i:14647;s:4:\"time\";d:0.07;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.53;s:5:\"bytes\";i:49212;s:11:\"size_before\";i:172472;s:10:\"size_after\";i:123260;s:4:\"time\";d:0.82;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.77;s:5:\"bytes\";i:6368;s:11:\"size_before\";i:19435;s:10:\"size_after\";i:13067;s:4:\"time\";d:0.07;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.98;s:5:\"bytes\";i:21929;s:11:\"size_before\";i:91447;s:10:\"size_after\";i:69518;s:4:\"time\";d:0.29;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.27;s:5:\"bytes\";i:74464;s:11:\"size_before\";i:283466;s:10:\"size_after\";i:209002;s:4:\"time\";d:1.66;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.07;s:5:\"bytes\";i:6130;s:11:\"size_before\";i:21836;s:10:\"size_after\";i:15706;s:4:\"time\";d:0.06;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.89;s:5:\"bytes\";i:249;s:11:\"size_before\";i:1474;s:10:\"size_after\";i:1225;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.51;s:5:\"bytes\";i:2269;s:11:\"size_before\";i:7959;s:10:\"size_after\";i:5690;s:4:\"time\";d:0.04;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.43;s:5:\"bytes\";i:183711;s:11:\"size_before\";i:584502;s:10:\"size_after\";i:400791;s:4:\"time\";d:3.39;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.35;s:5:\"bytes\";i:2062;s:11:\"size_before\";i:7273;s:10:\"size_after\";i:5211;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.37;s:5:\"bytes\";i:1800;s:11:\"size_before\";i:6128;s:10:\"size_after\";i:4328;s:4:\"time\";d:0.05;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.48;s:5:\"bytes\";i:36975;s:11:\"size_before\";i:145126;s:10:\"size_after\";i:108151;s:4:\"time\";d:0.59;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.15;s:5:\"bytes\";i:26805;s:11:\"size_before\";i:110997;s:10:\"size_after\";i:84192;s:4:\"time\";d:0.37;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.75;s:5:\"bytes\";i:21024;s:11:\"size_before\";i:84952;s:10:\"size_after\";i:63928;s:4:\"time\";d:0.35;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.36;s:5:\"bytes\";i:30738;s:11:\"size_before\";i:121216;s:10:\"size_after\";i:90478;s:4:\"time\";d:0.48;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.46;s:5:\"bytes\";i:47415;s:11:\"size_before\";i:193819;s:10:\"size_after\";i:146404;s:4:\"time\";d:0.8;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.87;s:5:\"bytes\";i:16936;s:11:\"size_before\";i:74043;s:10:\"size_after\";i:57107;s:4:\"time\";d:0.27;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8650, 111, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.834525910129145;s:5:\"bytes\";i:32950;s:11:\"size_before\";i:184754;s:10:\"size_after\";i:151804;s:4:\"time\";d:1.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.39;s:5:\"bytes\";i:2634;s:11:\"size_before\";i:16073;s:10:\"size_after\";i:13439;s:4:\"time\";d:0.09;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.27;s:5:\"bytes\";i:4942;s:11:\"size_before\";i:18122;s:10:\"size_after\";i:13180;s:4:\"time\";d:0.06;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.38;s:5:\"bytes\";i:13253;s:11:\"size_before\";i:72121;s:10:\"size_after\";i:58868;s:4:\"time\";d:0.35;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.37;s:5:\"bytes\";i:1764;s:11:\"size_before\";i:12278;s:10:\"size_after\";i:10514;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:766;s:10:\"size_after\";i:766;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.38;s:5:\"bytes\";i:480;s:11:\"size_before\";i:4624;s:10:\"size_after\";i:4144;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.72;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:6576;s:10:\"size_after\";i:5148;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.83;s:5:\"bytes\";i:1147;s:11:\"size_before\";i:5025;s:10:\"size_after\";i:3878;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4;s:5:\"bytes\";i:3391;s:11:\"size_before\";i:22014;s:10:\"size_after\";i:18623;s:4:\"time\";d:0.23;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4;s:5:\"bytes\";i:3911;s:11:\"size_before\";i:27155;s:10:\"size_after\";i:23244;s:4:\"time\";d:0.37;}}}'),
(8651, 112, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:37.67739877503433;s:5:\"bytes\";i:1622911;s:11:\"size_before\";i:4307386;s:10:\"size_after\";i:2684475;s:4:\"time\";d:24.659999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.79;s:5:\"bytes\";i:15702;s:11:\"size_before\";i:47890;s:10:\"size_after\";i:32188;s:4:\"time\";d:0.2;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.31;s:5:\"bytes\";i:134541;s:11:\"size_before\";i:360644;s:10:\"size_after\";i:226103;s:4:\"time\";d:1.53;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.17;s:5:\"bytes\";i:5849;s:11:\"size_before\";i:17115;s:10:\"size_after\";i:11266;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.96;s:5:\"bytes\";i:107756;s:11:\"size_before\";i:291542;s:10:\"size_after\";i:183786;s:4:\"time\";d:1.33;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.57;s:5:\"bytes\";i:398635;s:11:\"size_before\";i:1033590;s:10:\"size_after\";i:634955;s:4:\"time\";d:6.77;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.12;s:5:\"bytes\";i:7303;s:11:\"size_before\";i:22051;s:10:\"size_after\";i:14748;s:4:\"time\";d:0.09;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.16;s:5:\"bytes\";i:450;s:11:\"size_before\";i:2349;s:10:\"size_after\";i:1899;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.2;s:5:\"bytes\";i:1944;s:11:\"size_before\";i:7421;s:10:\"size_after\";i:5477;s:4:\"time\";d:0.05;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.04;s:5:\"bytes\";i:24904;s:11:\"size_before\";i:108104;s:10:\"size_after\";i:83200;s:4:\"time\";d:0.91;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.88;s:5:\"bytes\";i:1463;s:11:\"size_before\";i:5654;s:10:\"size_after\";i:4191;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:28;s:5:\"bytes\";i:1420;s:11:\"size_before\";i:5071;s:10:\"size_after\";i:3651;s:4:\"time\";d:0.04;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.99;s:5:\"bytes\";i:359263;s:11:\"size_before\";i:898340;s:10:\"size_after\";i:539077;s:4:\"time\";d:6.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.94;s:5:\"bytes\";i:163264;s:11:\"size_before\";i:419312;s:10:\"size_after\";i:256048;s:4:\"time\";d:2.16;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.25;s:5:\"bytes\";i:21503;s:11:\"size_before\";i:78900;s:10:\"size_after\";i:57397;s:4:\"time\";d:0.4;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.4;s:5:\"bytes\";i:23691;s:11:\"size_before\";i:101234;s:10:\"size_after\";i:77543;s:4:\"time\";d:0.46;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.21;s:5:\"bytes\";i:208520;s:11:\"size_before\";i:531839;s:10:\"size_after\";i:323319;s:4:\"time\";d:3.08;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.98;s:5:\"bytes\";i:146703;s:11:\"size_before\";i:376330;s:10:\"size_after\";i:229627;s:4:\"time\";d:1.54;}}}'),
(8652, 110, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.748815054257268;s:5:\"bytes\";i:161339;s:11:\"size_before\";i:679356;s:10:\"size_after\";i:518017;s:4:\"time\";d:3.51;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.45;s:5:\"bytes\";i:6123;s:11:\"size_before\";i:27279;s:10:\"size_after\";i:21156;s:4:\"time\";d:0.1;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.05;s:5:\"bytes\";i:64921;s:11:\"size_before\";i:249235;s:10:\"size_after\";i:184314;s:4:\"time\";d:1.11;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.96;s:5:\"bytes\";i:3613;s:11:\"size_before\";i:19060;s:10:\"size_after\";i:15447;s:4:\"time\";d:0.07;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.48;s:5:\"bytes\";i:38839;s:11:\"size_before\";i:146657;s:10:\"size_after\";i:107818;s:4:\"time\";d:0.59;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.18;s:5:\"bytes\";i:4672;s:11:\"size_before\";i:21066;s:10:\"size_after\";i:16394;s:4:\"time\";d:0.05;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:91;s:11:\"size_before\";i:1214;s:10:\"size_after\";i:1123;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.02;s:5:\"bytes\";i:1309;s:11:\"size_before\";i:7690;s:10:\"size_after\";i:6381;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.82;s:5:\"bytes\";i:820;s:11:\"size_before\";i:6396;s:10:\"size_after\";i:5576;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.21;s:5:\"bytes\";i:689;s:11:\"size_before\";i:5644;s:10:\"size_after\";i:4955;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.7;s:5:\"bytes\";i:9047;s:11:\"size_before\";i:48391;s:10:\"size_after\";i:39344;s:4:\"time\";d:0.28;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.41;s:5:\"bytes\";i:15306;s:11:\"size_before\";i:68299;s:10:\"size_after\";i:52993;s:4:\"time\";d:0.61;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.29;s:5:\"bytes\";i:15909;s:11:\"size_before\";i:78425;s:10:\"size_after\";i:62516;s:4:\"time\";d:0.61;}}}'),
(8653, 109, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.44638234931591;s:5:\"bytes\";i:231649;s:11:\"size_before\";i:713944;s:10:\"size_after\";i:482295;s:4:\"time\";d:3.6499999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.98;s:5:\"bytes\";i:12710;s:11:\"size_before\";i:36337;s:10:\"size_after\";i:23627;s:4:\"time\";d:0.16;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.7;s:5:\"bytes\";i:98508;s:11:\"size_before\";i:254560;s:10:\"size_after\";i:156052;s:4:\"time\";d:1.64;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.31;s:5:\"bytes\";i:6000;s:11:\"size_before\";i:16080;s:10:\"size_after\";i:10080;s:4:\"time\";d:0.09;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.64;s:5:\"bytes\";i:38294;s:11:\"size_before\";i:113819;s:10:\"size_after\";i:75525;s:4:\"time\";d:0.46;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.25;s:5:\"bytes\";i:8374;s:11:\"size_before\";i:24448;s:10:\"size_after\";i:16074;s:4:\"time\";d:0.15;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.99;s:5:\"bytes\";i:503;s:11:\"size_before\";i:1623;s:10:\"size_after\";i:1120;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.23;s:5:\"bytes\";i:2285;s:11:\"size_before\";i:7089;s:10:\"size_after\";i:4804;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.88;s:5:\"bytes\";i:1873;s:11:\"size_before\";i:6268;s:10:\"size_after\";i:4395;s:4:\"time\";d:0.04;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.97;s:5:\"bytes\";i:1488;s:11:\"size_before\";i:4804;s:10:\"size_after\";i:3316;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.98;s:5:\"bytes\";i:15380;s:11:\"size_before\";i:64149;s:10:\"size_after\";i:48769;s:4:\"time\";d:0.25;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.93;s:5:\"bytes\";i:14094;s:11:\"size_before\";i:56545;s:10:\"size_after\";i:42451;s:4:\"time\";d:0.3;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.79;s:5:\"bytes\";i:16745;s:11:\"size_before\";i:64918;s:10:\"size_after\";i:48173;s:4:\"time\";d:0.23;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.32;s:5:\"bytes\";i:15395;s:11:\"size_before\";i:63304;s:10:\"size_after\";i:47909;s:4:\"time\";d:0.24;}}}'),
(8654, 103, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.841688962602202;s:5:\"bytes\";i:140152;s:11:\"size_before\";i:522143;s:10:\"size_after\";i:381991;s:4:\"time\";d:3.0700000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.63;s:5:\"bytes\";i:1747;s:11:\"size_before\";i:6322;s:10:\"size_after\";i:4575;s:4:\"time\";d:0.03;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.27;s:5:\"bytes\";i:19655;s:11:\"size_before\";i:60908;s:10:\"size_after\";i:41253;s:4:\"time\";d:0.28;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.28;s:5:\"bytes\";i:5171;s:11:\"size_before\";i:14253;s:10:\"size_after\";i:9082;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.46;s:5:\"bytes\";i:9443;s:11:\"size_before\";i:33183;s:10:\"size_after\";i:23740;s:4:\"time\";d:0.16;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.34;s:5:\"bytes\";i:27016;s:11:\"size_before\";i:98813;s:10:\"size_after\";i:71797;s:4:\"time\";d:0.51;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.14;s:5:\"bytes\";i:2629;s:11:\"size_before\";i:7934;s:10:\"size_after\";i:5305;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.98;s:5:\"bytes\";i:108;s:11:\"size_before\";i:569;s:10:\"size_after\";i:461;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.92;s:5:\"bytes\";i:650;s:11:\"size_before\";i:2508;s:10:\"size_after\";i:1858;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.63;s:5:\"bytes\";i:17585;s:11:\"size_before\";i:63634;s:10:\"size_after\";i:46049;s:4:\"time\";d:0.27;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.72;s:5:\"bytes\";i:1479;s:11:\"size_before\";i:4520;s:10:\"size_after\";i:3041;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.55;s:5:\"bytes\";i:1342;s:11:\"size_before\";i:4393;s:10:\"size_after\";i:3051;s:4:\"time\";d:0.02;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.81;s:5:\"bytes\";i:14579;s:11:\"size_before\";i:52426;s:10:\"size_after\";i:37847;s:4:\"time\";d:0.56;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37847;s:10:\"size_after\";i:37847;s:4:\"time\";d:0.28;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.51;s:5:\"bytes\";i:11153;s:11:\"size_before\";i:39119;s:10:\"size_after\";i:27966;s:4:\"time\";d:0.18;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.84;s:5:\"bytes\";i:13076;s:11:\"size_before\";i:45334;s:10:\"size_after\";i:32258;s:4:\"time\";d:0.33;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.82;s:5:\"bytes\";i:14519;s:11:\"size_before\";i:50380;s:10:\"size_after\";i:35861;s:4:\"time\";d:0.32;}}}'),
(8655, 102, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.336985569851407;s:5:\"bytes\";i:44774;s:11:\"size_before\";i:838938;s:10:\"size_after\";i:794164;s:4:\"time\";d:5.37;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.28;s:5:\"bytes\";i:7710;s:11:\"size_before\";i:50442;s:10:\"size_after\";i:42732;s:4:\"time\";d:0.21;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.05;s:5:\"bytes\";i:1673;s:11:\"size_before\";i:15147;s:10:\"size_after\";i:13474;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32;s:5:\"bytes\";i:34020;s:11:\"size_before\";i:237538;s:10:\"size_after\";i:203518;s:4:\"time\";d:1.22;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.09;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:13632;s:10:\"size_after\";i:12529;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2364;s:10:\"size_after\";i:2364;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4422;s:10:\"size_after\";i:4422;s:4:\"time\";d:0.02;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111308;s:10:\"size_after\";i:111308;s:4:\"time\";d:0.63;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.89;s:5:\"bytes\";i:240;s:11:\"size_before\";i:6168;s:10:\"size_after\";i:5928;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.53;s:5:\"bytes\";i:28;s:11:\"size_before\";i:5320;s:10:\"size_after\";i:5292;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49733;s:10:\"size_after\";i:49733;s:4:\"time\";d:0.26;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:110968;s:10:\"size_after\";i:110968;s:4:\"time\";d:0.56;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91991;s:10:\"size_after\";i:91991;s:4:\"time\";d:0.42;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91991;s:10:\"size_after\";i:91991;s:4:\"time\";d:0.67;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47914;s:10:\"size_after\";i:47914;s:4:\"time\";d:1.24;}}}'),
(8656, 93, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.50403530715417;s:5:\"bytes\";i:494217;s:11:\"size_before\";i:2102690;s:10:\"size_after\";i:1608473;s:4:\"time\";d:4.609999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.99;s:5:\"bytes\";i:14283;s:11:\"size_before\";i:57145;s:10:\"size_after\";i:42862;s:4:\"time\";d:0.09;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:69787;s:11:\"size_before\";i:422827;s:10:\"size_after\";i:353040;s:4:\"time\";d:0.82;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.02;s:5:\"bytes\";i:7857;s:11:\"size_before\";i:32712;s:10:\"size_after\";i:24855;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.63;s:5:\"bytes\";i:48564;s:11:\"size_before\";i:260630;s:10:\"size_after\";i:212066;s:4:\"time\";d:0.31;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.38;s:5:\"bytes\";i:10436;s:11:\"size_before\";i:42807;s:10:\"size_after\";i:32371;s:4:\"time\";d:0.09;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17;s:5:\"bytes\";i:506;s:11:\"size_before\";i:3130;s:10:\"size_after\";i:2624;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.31;s:5:\"bytes\";i:3195;s:11:\"size_before\";i:14319;s:10:\"size_after\";i:11124;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.2;s:5:\"bytes\";i:2538;s:11:\"size_before\";i:12565;s:10:\"size_after\";i:10027;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.34;s:5:\"bytes\";i:2323;s:11:\"size_before\";i:11419;s:10:\"size_after\";i:9096;s:4:\"time\";d:0.06;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.67;s:5:\"bytes\";i:82115;s:11:\"size_before\";i:307872;s:10:\"size_after\";i:225757;s:4:\"time\";d:0.54;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.93;s:5:\"bytes\";i:78716;s:11:\"size_before\";i:292321;s:10:\"size_after\";i:213605;s:4:\"time\";d:0.84;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.22;s:5:\"bytes\";i:94491;s:11:\"size_before\";i:347134;s:10:\"size_after\";i:252643;s:4:\"time\";d:1.18;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.66;s:5:\"bytes\";i:79406;s:11:\"size_before\";i:297809;s:10:\"size_after\";i:218403;s:4:\"time\";d:0.56;}}}'),
(8657, 92, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.57292023558971;s:5:\"bytes\";i:350264;s:11:\"size_before\";i:1225860;s:10:\"size_after\";i:875596;s:4:\"time\";d:3.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.18;s:5:\"bytes\";i:6660;s:11:\"size_before\";i:34716;s:10:\"size_after\";i:28056;s:4:\"time\";d:0.05;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.55;s:5:\"bytes\";i:69465;s:11:\"size_before\";i:294930;s:10:\"size_after\";i:225465;s:4:\"time\";d:0.45;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.44;s:5:\"bytes\";i:3656;s:11:\"size_before\";i:19828;s:10:\"size_after\";i:16172;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.59;s:5:\"bytes\";i:44147;s:11:\"size_before\";i:187115;s:10:\"size_after\";i:142968;s:4:\"time\";d:0.31;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.96;s:5:\"bytes\";i:5700;s:11:\"size_before\";i:27198;s:10:\"size_after\";i:21498;s:4:\"time\";d:0.12;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.45;s:5:\"bytes\";i:426;s:11:\"size_before\";i:1742;s:10:\"size_after\";i:1316;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.83;s:5:\"bytes\";i:2237;s:11:\"size_before\";i:8659;s:10:\"size_after\";i:6422;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.72;s:5:\"bytes\";i:1187;s:11:\"size_before\";i:6698;s:10:\"size_after\";i:5511;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.13;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:5812;s:10:\"size_after\";i:4700;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.49;s:5:\"bytes\";i:56381;s:11:\"size_before\";i:168342;s:10:\"size_after\";i:111961;s:4:\"time\";d:0.57;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.41;s:5:\"bytes\";i:48453;s:11:\"size_before\";i:140827;s:10:\"size_after\";i:92374;s:4:\"time\";d:0.34;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.96;s:5:\"bytes\";i:55652;s:11:\"size_before\";i:163887;s:10:\"size_after\";i:108235;s:4:\"time\";d:0.64;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.22;s:5:\"bytes\";i:55188;s:11:\"size_before\";i:166106;s:10:\"size_after\";i:110918;s:4:\"time\";d:0.4;}}}'),
(8658, 79, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.89876642043594;s:5:\"bytes\";i:6018;s:11:\"size_before\";i:27481;s:10:\"size_after\";i:21463;s:4:\"time\";d:0.32;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.16;s:5:\"bytes\";i:915;s:11:\"size_before\";i:3249;s:10:\"size_after\";i:2334;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.76;s:5:\"bytes\";i:233;s:11:\"size_before\";i:1071;s:10:\"size_after\";i:838;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.29;s:5:\"bytes\";i:2031;s:11:\"size_before\";i:10010;s:10:\"size_after\";i:7979;s:4:\"time\";d:0.09;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.26;s:5:\"bytes\";i:766;s:11:\"size_before\";i:2810;s:10:\"size_after\";i:2044;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.84;s:5:\"bytes\";i:48;s:11:\"size_before\";i:443;s:10:\"size_after\";i:395;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.85;s:5:\"bytes\";i:409;s:11:\"size_before\";i:1582;s:10:\"size_after\";i:1173;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.81;s:5:\"bytes\";i:175;s:11:\"size_before\";i:568;s:10:\"size_after\";i:393;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.18;s:5:\"bytes\";i:195;s:11:\"size_before\";i:692;s:10:\"size_after\";i:497;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.66;s:5:\"bytes\";i:1246;s:11:\"size_before\";i:7056;s:10:\"size_after\";i:5810;s:4:\"time\";d:0.11;}}}'),
(8659, 78, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.42468619246862;s:5:\"bytes\";i:2802;s:11:\"size_before\";i:11472;s:10:\"size_after\";i:8670;s:4:\"time\";d:0.19999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.38;s:5:\"bytes\";i:824;s:11:\"size_before\";i:3682;s:10:\"size_after\";i:2858;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.09;s:5:\"bytes\";i:292;s:11:\"size_before\";i:1078;s:10:\"size_after\";i:786;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.19;s:5:\"bytes\";i:855;s:11:\"size_before\";i:3265;s:10:\"size_after\";i:2410;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2;s:5:\"bytes\";i:55;s:11:\"size_before\";i:451;s:10:\"size_after\";i:396;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.29;s:5:\"bytes\";i:403;s:11:\"size_before\";i:1659;s:10:\"size_after\";i:1256;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.62;s:5:\"bytes\";i:181;s:11:\"size_before\";i:680;s:10:\"size_after\";i:499;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.22;s:5:\"bytes\";i:192;s:11:\"size_before\";i:657;s:10:\"size_after\";i:465;s:4:\"time\";d:0.03;}}}'),
(8660, 75, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.607518657581238;s:5:\"bytes\";i:12343;s:11:\"size_before\";i:43146;s:10:\"size_after\";i:30803;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.53;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:4778;s:10:\"size_after\";i:3367;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.06;s:5:\"bytes\";i:308;s:11:\"size_before\";i:1182;s:10:\"size_after\";i:874;s:4:\"time\";d:0.03;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.97;s:5:\"bytes\";i:5861;s:11:\"size_before\";i:19554;s:10:\"size_after\";i:13693;s:4:\"time\";d:0.12;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.14;s:5:\"bytes\";i:1302;s:11:\"size_before\";i:4468;s:10:\"size_after\";i:3166;s:4:\"time\";d:0.04;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17;s:5:\"bytes\";i:87;s:11:\"size_before\";i:538;s:10:\"size_after\";i:451;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.71;s:5:\"bytes\";i:557;s:11:\"size_before\";i:2085;s:10:\"size_after\";i:1528;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.31;s:5:\"bytes\";i:181;s:11:\"size_before\";i:578;s:10:\"size_after\";i:397;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.35;s:5:\"bytes\";i:724;s:11:\"size_before\";i:2108;s:10:\"size_after\";i:1384;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.34;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:7855;s:10:\"size_after\";i:5943;s:4:\"time\";d:0.09;}}}'),
(8661, 74, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.0582340707128;s:5:\"bytes\";i:4452;s:11:\"size_before\";i:15867;s:10:\"size_after\";i:11415;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.16;s:5:\"bytes\";i:1578;s:11:\"size_before\";i:5411;s:10:\"size_after\";i:3833;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.99;s:5:\"bytes\";i:334;s:11:\"size_before\";i:1152;s:10:\"size_after\";i:818;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.83;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:5092;s:10:\"size_after\";i:3675;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.68;s:5:\"bytes\";i:85;s:11:\"size_before\";i:542;s:10:\"size_after\";i:457;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.74;s:5:\"bytes\";i:597;s:11:\"size_before\";i:2233;s:10:\"size_after\";i:1636;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.99;s:5:\"bytes\";i:221;s:11:\"size_before\";i:737;s:10:\"size_after\";i:516;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.43;s:5:\"bytes\";i:220;s:11:\"size_before\";i:700;s:10:\"size_after\";i:480;s:4:\"time\";d:0.01;}}}'),
(8662, 73, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.0582340707128;s:5:\"bytes\";i:4452;s:11:\"size_before\";i:15867;s:10:\"size_after\";i:11415;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.16;s:5:\"bytes\";i:1578;s:11:\"size_before\";i:5411;s:10:\"size_after\";i:3833;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.99;s:5:\"bytes\";i:334;s:11:\"size_before\";i:1152;s:10:\"size_after\";i:818;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.83;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:5092;s:10:\"size_after\";i:3675;s:4:\"time\";d:0.05;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.68;s:5:\"bytes\";i:85;s:11:\"size_before\";i:542;s:10:\"size_after\";i:457;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.74;s:5:\"bytes\";i:597;s:11:\"size_before\";i:2233;s:10:\"size_after\";i:1636;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.99;s:5:\"bytes\";i:221;s:11:\"size_before\";i:737;s:10:\"size_after\";i:516;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.43;s:5:\"bytes\";i:220;s:11:\"size_before\";i:700;s:10:\"size_after\";i:480;s:4:\"time\";d:0.03;}}}'),
(8663, 72, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.57123002084781;s:5:\"bytes\";i:1587;s:11:\"size_before\";i:5756;s:10:\"size_after\";i:4169;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.39;s:5:\"bytes\";i:426;s:11:\"size_before\";i:1402;s:10:\"size_after\";i:976;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42;s:5:\"bytes\";i:64;s:11:\"size_before\";i:477;s:10:\"size_after\";i:413;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.5;s:5:\"bytes\";i:647;s:11:\"size_before\";i:2353;s:10:\"size_after\";i:1706;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.77;s:5:\"bytes\";i:234;s:11:\"size_before\";i:786;s:10:\"size_after\";i:552;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.27;s:5:\"bytes\";i:216;s:11:\"size_before\";i:738;s:10:\"size_after\";i:522;s:4:\"time\";d:0.02;}}}'),
(8664, 71, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.12195320043677;s:5:\"bytes\";i:24514;s:11:\"size_before\";i:110813;s:10:\"size_after\";i:86299;s:4:\"time\";d:0.44000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.57;s:5:\"bytes\";i:2574;s:11:\"size_before\";i:11404;s:10:\"size_after\";i:8830;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.31;s:5:\"bytes\";i:1300;s:11:\"size_before\";i:5136;s:10:\"size_after\";i:3836;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6;s:5:\"bytes\";i:6965;s:11:\"size_before\";i:41951;s:10:\"size_after\";i:34986;s:4:\"time\";d:0.15;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.24;s:5:\"bytes\";i:2335;s:11:\"size_before\";i:10501;s:10:\"size_after\";i:8166;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.87;s:5:\"bytes\";i:193;s:11:\"size_before\";i:1298;s:10:\"size_after\";i:1105;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.81;s:5:\"bytes\";i:1045;s:11:\"size_before\";i:5022;s:10:\"size_after\";i:3977;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57;s:5:\"bytes\";i:546;s:11:\"size_before\";i:3507;s:10:\"size_after\";i:2961;s:4:\"time\";d:0.04;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.78;s:5:\"bytes\";i:428;s:11:\"size_before\";i:3349;s:10:\"size_after\";i:2921;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.87;s:5:\"bytes\";i:9128;s:11:\"size_before\";i:28645;s:10:\"size_after\";i:19517;s:4:\"time\";d:0.1;}}}'),
(8665, 70, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.86831666301623;s:5:\"bytes\";i:8575;s:11:\"size_before\";i:41091;s:10:\"size_after\";i:32516;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.07;s:5:\"bytes\";i:2784;s:11:\"size_before\";i:13212;s:10:\"size_after\";i:10428;s:4:\"time\";d:0.04;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.89;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:4272;s:10:\"size_after\";i:3166;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.18;s:5:\"bytes\";i:2232;s:11:\"size_before\";i:11637;s:10:\"size_after\";i:9405;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.37;s:5:\"bytes\";i:204;s:11:\"size_before\";i:1327;s:10:\"size_after\";i:1123;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.87;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:5384;s:10:\"size_after\";i:4368;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.23;s:5:\"bytes\";i:629;s:11:\"size_before\";i:2708;s:10:\"size_after\";i:2079;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.68;s:5:\"bytes\";i:604;s:11:\"size_before\";i:2551;s:10:\"size_after\";i:1947;s:4:\"time\";d:0.02;}}}'),
(8666, 69, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.86831666301623;s:5:\"bytes\";i:8575;s:11:\"size_before\";i:41091;s:10:\"size_after\";i:32516;s:4:\"time\";d:0.18;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.07;s:5:\"bytes\";i:2784;s:11:\"size_before\";i:13212;s:10:\"size_after\";i:10428;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.89;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:4272;s:10:\"size_after\";i:3166;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.18;s:5:\"bytes\";i:2232;s:11:\"size_before\";i:11637;s:10:\"size_after\";i:9405;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.37;s:5:\"bytes\";i:204;s:11:\"size_before\";i:1327;s:10:\"size_after\";i:1123;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.87;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:5384;s:10:\"size_after\";i:4368;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.23;s:5:\"bytes\";i:629;s:11:\"size_before\";i:2708;s:10:\"size_after\";i:2079;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.68;s:5:\"bytes\";i:604;s:11:\"size_before\";i:2551;s:10:\"size_after\";i:1947;s:4:\"time\";d:0.02;}}}'),
(8667, 68, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.210270973849248;s:5:\"bytes\";i:3923;s:11:\"size_before\";i:16902;s:10:\"size_after\";i:12979;s:4:\"time\";d:0.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.32;s:5:\"bytes\";i:1359;s:11:\"size_before\";i:4635;s:10:\"size_after\";i:3276;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.99;s:5:\"bytes\";i:171;s:11:\"size_before\";i:1316;s:10:\"size_after\";i:1145;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.36;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:6074;s:10:\"size_after\";i:4959;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.51;s:5:\"bytes\";i:666;s:11:\"size_before\";i:2512;s:10:\"size_after\";i:1846;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.88;s:5:\"bytes\";i:612;s:11:\"size_before\";i:2365;s:10:\"size_after\";i:1753;s:4:\"time\";d:0.01;}}}'),
(8668, 65, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.671102952424658;s:5:\"bytes\";i:6451;s:11:\"size_before\";i:26148;s:10:\"size_after\";i:19697;s:4:\"time\";d:0.14;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.89;s:5:\"bytes\";i:2224;s:11:\"size_before\";i:8936;s:10:\"size_after\";i:6712;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.99;s:5:\"bytes\";i:590;s:11:\"size_before\";i:2186;s:10:\"size_after\";i:1596;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.92;s:5:\"bytes\";i:1968;s:11:\"size_before\";i:7896;s:10:\"size_after\";i:5928;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.48;s:5:\"bytes\";i:146;s:11:\"size_before\";i:886;s:10:\"size_after\";i:740;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.39;s:5:\"bytes\";i:935;s:11:\"size_before\";i:3833;s:10:\"size_after\";i:2898;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.9;s:5:\"bytes\";i:298;s:11:\"size_before\";i:1247;s:10:\"size_after\";i:949;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.91;s:5:\"bytes\";i:290;s:11:\"size_before\";i:1164;s:10:\"size_after\";i:874;s:4:\"time\";d:0.03;}}}'),
(8669, 64, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.179090029041628;s:5:\"bytes\";i:2601;s:11:\"size_before\";i:10330;s:10:\"size_after\";i:7729;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.64;s:5:\"bytes\";i:822;s:11:\"size_before\";i:2683;s:10:\"size_after\";i:1861;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.85;s:5:\"bytes\";i:139;s:11:\"size_before\";i:877;s:10:\"size_after\";i:738;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.16;s:5:\"bytes\";i:801;s:11:\"size_before\";i:3973;s:10:\"size_after\";i:3172;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.26;s:5:\"bytes\";i:434;s:11:\"size_before\";i:1434;s:10:\"size_after\";i:1000;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.71;s:5:\"bytes\";i:405;s:11:\"size_before\";i:1363;s:10:\"size_after\";i:958;s:4:\"time\";d:0.02;}}}'),
(8670, 59, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.739583333333336;s:5:\"bytes\";i:475;s:11:\"size_before\";i:1920;s:10:\"size_after\";i:1445;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.74;s:5:\"bytes\";i:475;s:11:\"size_before\";i:1920;s:10:\"size_after\";i:1445;s:4:\"time\";d:0.02;}}}'),
(8671, 58, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.30025884383089;s:5:\"bytes\";i:388352;s:11:\"size_before\";i:1372256;s:10:\"size_after\";i:983904;s:4:\"time\";d:2.53;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:3841;s:11:\"size_before\";i:67249;s:10:\"size_after\";i:63408;s:4:\"time\";d:0.08;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.84;s:5:\"bytes\";i:2436;s:11:\"size_before\";i:31058;s:10:\"size_after\";i:28622;s:4:\"time\";d:0.05;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.98;s:5:\"bytes\";i:34035;s:11:\"size_before\";i:379079;s:10:\"size_after\";i:345044;s:4:\"time\";d:0.57;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.33;s:5:\"bytes\";i:1864;s:11:\"size_before\";i:43004;s:10:\"size_after\";i:41140;s:4:\"time\";d:0.06;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3369;s:10:\"size_after\";i:3369;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13731;s:10:\"size_after\";i:13731;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11750;s:10:\"size_after\";i:11750;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10638;s:10:\"size_after\";i:10638;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.47;s:5:\"bytes\";i:178556;s:11:\"size_before\";i:420436;s:10:\"size_after\";i:241880;s:4:\"time\";d:0.83;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.77;s:5:\"bytes\";i:167620;s:11:\"size_before\";i:391942;s:10:\"size_after\";i:224322;s:4:\"time\";d:0.84;}}}'),
(8672, 57, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.86381160990987;s:5:\"bytes\";i:317523;s:11:\"size_before\";i:1181973;s:10:\"size_after\";i:864450;s:4:\"time\";d:2.79;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.49;s:5:\"bytes\";i:3965;s:11:\"size_before\";i:61076;s:10:\"size_after\";i:57111;s:4:\"time\";d:0.17;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36;s:5:\"bytes\";i:1421;s:11:\"size_before\";i:26514;s:10:\"size_after\";i:25093;s:4:\"time\";d:0.08;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28;s:5:\"bytes\";i:37097;s:11:\"size_before\";i:360776;s:10:\"size_after\";i:323679;s:4:\"time\";d:0.59;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32;s:5:\"bytes\";i:2010;s:11:\"size_before\";i:37813;s:10:\"size_after\";i:35803;s:4:\"time\";d:0.12;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2930;s:10:\"size_after\";i:2930;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11998;s:10:\"size_after\";i:11998;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10152;s:10:\"size_after\";i:10152;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9214;s:10:\"size_after\";i:9214;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.61;s:5:\"bytes\";i:140464;s:11:\"size_before\";i:337613;s:10:\"size_after\";i:197149;s:4:\"time\";d:1.01;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.93;s:5:\"bytes\";i:132566;s:11:\"size_before\";i:323887;s:10:\"size_after\";i:191321;s:4:\"time\";d:0.76;}}}'),
(8673, 56, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.15600624024961;s:5:\"bytes\";i:1;s:11:\"size_before\";i:641;s:10:\"size_after\";i:640;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.16;s:5:\"bytes\";i:1;s:11:\"size_before\";i:641;s:10:\"size_after\";i:640;s:4:\"time\";d:0.01;}}}'),
(8674, 55, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.032329836988603;s:5:\"bytes\";i:2657;s:11:\"size_before\";i:44046;s:10:\"size_after\";i:41389;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.08;s:5:\"bytes\";i:884;s:11:\"size_before\";i:17407;s:10:\"size_after\";i:16523;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.85;s:5:\"bytes\";i:418;s:11:\"size_before\";i:7141;s:10:\"size_after\";i:6723;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57;s:5:\"bytes\";i:478;s:11:\"size_before\";i:8579;s:10:\"size_after\";i:8101;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.18;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1513;s:10:\"size_after\";i:1359;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.61;s:5:\"bytes\";i:249;s:11:\"size_before\";i:3271;s:10:\"size_after\";i:3022;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57;s:5:\"bytes\";i:248;s:11:\"size_before\";i:3276;s:10:\"size_after\";i:3028;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9;s:5:\"bytes\";i:226;s:11:\"size_before\";i:2859;s:10:\"size_after\";i:2633;s:4:\"time\";d:0.01;}}}'),
(8675, 54, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.239887359528384;s:5:\"bytes\";i:1991;s:11:\"size_before\";i:37997;s:10:\"size_after\";i:36006;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.57;s:5:\"bytes\";i:526;s:11:\"size_before\";i:14730;s:10:\"size_after\";i:14204;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:308;s:11:\"size_before\";i:6204;s:10:\"size_after\";i:5896;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05;s:5:\"bytes\";i:369;s:11:\"size_before\";i:7310;s:10:\"size_after\";i:6941;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.93;s:5:\"bytes\";i:162;s:11:\"size_before\";i:1482;s:10:\"size_after\";i:1320;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.17;s:5:\"bytes\";i:234;s:11:\"size_before\";i:2865;s:10:\"size_after\";i:2631;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.28;s:5:\"bytes\";i:211;s:11:\"size_before\";i:2899;s:10:\"size_after\";i:2688;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.22;s:5:\"bytes\";i:181;s:11:\"size_before\";i:2507;s:10:\"size_after\";i:2326;s:4:\"time\";d:0.01;}}}'),
(8676, 53, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.349946041400961;s:5:\"bytes\";i:2589;s:11:\"size_before\";i:40772;s:10:\"size_after\";i:38183;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1;s:5:\"bytes\";i:845;s:11:\"size_before\";i:16565;s:10:\"size_after\";i:15720;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.02;s:5:\"bytes\";i:381;s:11:\"size_before\";i:6325;s:10:\"size_after\";i:5944;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7928;s:10:\"size_after\";i:7449;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.45;s:5:\"bytes\";i:168;s:11:\"size_before\";i:1467;s:10:\"size_after\";i:1299;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.84;s:5:\"bytes\";i:266;s:11:\"size_before\";i:3009;s:10:\"size_after\";i:2743;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63;s:5:\"bytes\";i:222;s:11:\"size_before\";i:2909;s:10:\"size_after\";i:2687;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.88;s:5:\"bytes\";i:228;s:11:\"size_before\";i:2569;s:10:\"size_after\";i:2341;s:4:\"time\";d:0.02;}}}'),
(8677, 52, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.490755194782665;s:5:\"bytes\";i:22768;s:11:\"size_before\";i:57654;s:10:\"size_after\";i:34886;s:4:\"time\";d:0.27;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.06;s:5:\"bytes\";i:7893;s:11:\"size_before\";i:19221;s:10:\"size_after\";i:11328;s:4:\"time\";d:0.1;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.26;s:5:\"bytes\";i:7392;s:11:\"size_before\";i:17917;s:10:\"size_after\";i:10525;s:4:\"time\";d:0.06;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.39;s:5:\"bytes\";i:906;s:11:\"size_before\";i:2713;s:10:\"size_after\";i:1807;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.08;s:5:\"bytes\";i:1884;s:11:\"size_before\";i:5222;s:10:\"size_after\";i:3338;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.86;s:5:\"bytes\";i:2495;s:11:\"size_before\";i:6768;s:10:\"size_after\";i:4273;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.81;s:5:\"bytes\";i:2198;s:11:\"size_before\";i:5813;s:10:\"size_after\";i:3615;s:4:\"time\";d:0.04;}}}'),
(8678, 51, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.44923331951927;s:5:\"bytes\";i:783;s:11:\"size_before\";i:2413;s:10:\"size_after\";i:1630;s:4:\"time\";d:0.04;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.79;s:5:\"bytes\";i:150;s:11:\"size_before\";i:605;s:10:\"size_after\";i:455;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.54;s:5:\"bytes\";i:320;s:11:\"size_before\";i:954;s:10:\"size_after\";i:634;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.65;s:5:\"bytes\";i:313;s:11:\"size_before\";i:854;s:10:\"size_after\";i:541;s:4:\"time\";d:0.02;}}}'),
(8679, 50, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.901252919940539;s:5:\"bytes\";i:1154;s:11:\"size_before\";i:23545;s:10:\"size_after\";i:22391;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:217;s:11:\"size_before\";i:7724;s:10:\"size_after\";i:7507;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55;s:5:\"bytes\";i:182;s:11:\"size_before\";i:3999;s:10:\"size_after\";i:3817;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:163;s:11:\"size_before\";i:4369;s:10:\"size_after\";i:4206;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.46;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1230;s:10:\"size_after\";i:1089;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.74;s:5:\"bytes\";i:142;s:11:\"size_before\";i:2108;s:10:\"size_after\";i:1966;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.77;s:5:\"bytes\";i:144;s:11:\"size_before\";i:2127;s:10:\"size_after\";i:1983;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3;s:5:\"bytes\";i:165;s:11:\"size_before\";i:1988;s:10:\"size_after\";i:1823;s:4:\"time\";d:0.03;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8680, 49, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.848811647102742;s:5:\"bytes\";i:1169;s:11:\"size_before\";i:24109;s:10:\"size_after\";i:22940;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.76;s:5:\"bytes\";i:219;s:11:\"size_before\";i:7927;s:10:\"size_after\";i:7708;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.43;s:5:\"bytes\";i:184;s:11:\"size_before\";i:4157;s:10:\"size_after\";i:3973;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62;s:5:\"bytes\";i:160;s:11:\"size_before\";i:4425;s:10:\"size_after\";i:4265;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.51;s:5:\"bytes\";i:152;s:11:\"size_before\";i:1215;s:10:\"size_after\";i:1063;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:157;s:11:\"size_before\";i:2143;s:10:\"size_after\";i:1986;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2232;s:10:\"size_after\";i:2078;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.11;s:5:\"bytes\";i:143;s:11:\"size_before\";i:2010;s:10:\"size_after\";i:1867;s:4:\"time\";d:0.01;}}}'),
(8681, 44, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.913684210526316;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:23750;s:10:\"size_after\";i:22583;s:4:\"time\";d:0.09999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.81;s:5:\"bytes\";i:221;s:11:\"size_before\";i:7874;s:10:\"size_after\";i:7653;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.82;s:5:\"bytes\";i:147;s:11:\"size_before\";i:3845;s:10:\"size_after\";i:3698;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.78;s:5:\"bytes\";i:168;s:11:\"size_before\";i:4449;s:10:\"size_after\";i:4281;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.72;s:5:\"bytes\";i:151;s:11:\"size_before\";i:1288;s:10:\"size_after\";i:1137;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:159;s:11:\"size_before\";i:2206;s:10:\"size_after\";i:2047;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.18;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2145;s:10:\"size_after\";i:1991;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.59;s:5:\"bytes\";i:167;s:11:\"size_before\";i:1943;s:10:\"size_after\";i:1776;s:4:\"time\";d:0.02;}}}'),
(8682, 43, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.244870946393117;s:5:\"bytes\";i:1268;s:11:\"size_before\";i:24176;s:10:\"size_after\";i:22908;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:239;s:11:\"size_before\";i:7909;s:10:\"size_after\";i:7670;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.68;s:5:\"bytes\";i:189;s:11:\"size_before\";i:4036;s:10:\"size_after\";i:3847;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.16;s:5:\"bytes\";i:188;s:11:\"size_before\";i:4520;s:10:\"size_after\";i:4332;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.56;s:5:\"bytes\";i:148;s:11:\"size_before\";i:1280;s:10:\"size_after\";i:1132;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62;s:5:\"bytes\";i:167;s:11:\"size_before\";i:2192;s:10:\"size_after\";i:2025;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.65;s:5:\"bytes\";i:168;s:11:\"size_before\";i:2196;s:10:\"size_after\";i:2028;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.27;s:5:\"bytes\";i:169;s:11:\"size_before\";i:2043;s:10:\"size_after\";i:1874;s:4:\"time\";d:0.01;}}}'),
(8683, 42, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.145060251887607;s:5:\"bytes\";i:219156;s:11:\"size_before\";i:838231;s:10:\"size_after\";i:619075;s:4:\"time\";d:2.51;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:4291;s:11:\"size_before\";i:68812;s:10:\"size_after\";i:64521;s:4:\"time\";d:0.23;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.99;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:34652;s:10:\"size_after\";i:33271;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.09;s:5:\"bytes\";i:47915;s:11:\"size_before\";i:340097;s:10:\"size_after\";i:292182;s:4:\"time\";d:0.65;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.51;s:5:\"bytes\";i:2633;s:11:\"size_before\";i:40450;s:10:\"size_after\";i:37817;s:4:\"time\";d:0.06;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.46;s:5:\"bytes\";i:363;s:11:\"size_before\";i:3837;s:10:\"size_after\";i:3474;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.68;s:5:\"bytes\";i:1214;s:11:\"size_before\";i:13987;s:10:\"size_after\";i:12773;s:4:\"time\";d:0.03;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:518;s:11:\"size_before\";i:13674;s:10:\"size_after\";i:13156;s:4:\"time\";d:0.2;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38;s:5:\"bytes\";i:546;s:11:\"size_before\";i:12467;s:10:\"size_after\";i:11921;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.18;s:5:\"bytes\";i:80816;s:11:\"size_before\";i:154865;s:10:\"size_after\";i:74049;s:4:\"time\";d:0.57;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.15;s:5:\"bytes\";i:79479;s:11:\"size_before\";i:155390;s:10:\"size_after\";i:75911;s:4:\"time\";d:0.71;}}}'),
(8684, 39, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.8946381052984;s:5:\"bytes\";i:56987;s:11:\"size_before\";i:173241;s:10:\"size_after\";i:116254;s:4:\"time\";d:0.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.49;s:5:\"bytes\";i:363;s:11:\"size_before\";i:2075;s:10:\"size_after\";i:1712;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.53;s:5:\"bytes\";i:3074;s:11:\"size_before\";i:11167;s:10:\"size_after\";i:8093;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.54;s:5:\"bytes\";i:398;s:11:\"size_before\";i:1622;s:10:\"size_after\";i:1224;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.65;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:6935;s:10:\"size_after\";i:5364;s:4:\"time\";d:0.02;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.03;s:5:\"bytes\";i:6811;s:11:\"size_before\";i:21951;s:10:\"size_after\";i:15140;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.27;s:5:\"bytes\";i:327;s:11:\"size_before\";i:1893;s:10:\"size_after\";i:1566;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.92;s:5:\"bytes\";i:158;s:11:\"size_before\";i:793;s:10:\"size_after\";i:635;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.4;s:5:\"bytes\";i:193;s:11:\"size_before\";i:1177;s:10:\"size_after\";i:984;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.27;s:5:\"bytes\";i:9884;s:11:\"size_before\";i:28842;s:10:\"size_after\";i:18958;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.06;s:5:\"bytes\";i:256;s:11:\"size_before\";i:1110;s:10:\"size_after\";i:854;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.65;s:5:\"bytes\";i:221;s:11:\"size_before\";i:1021;s:10:\"size_after\";i:800;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.23;s:5:\"bytes\";i:8030;s:11:\"size_before\";i:22790;s:10:\"size_after\";i:14760;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.67;s:5:\"bytes\";i:6216;s:11:\"size_before\";i:19628;s:10:\"size_after\";i:13412;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.17;s:5:\"bytes\";i:5389;s:11:\"size_before\";i:13758;s:10:\"size_after\";i:8369;s:4:\"time\";d:0.01;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.68;s:5:\"bytes\";i:6449;s:11:\"size_before\";i:17114;s:10:\"size_after\";i:10665;s:4:\"time\";d:0.02;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.79;s:5:\"bytes\";i:7647;s:11:\"size_before\";i:21365;s:10:\"size_after\";i:13718;s:4:\"time\";d:0.02;}}}'),
(8685, 26, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.835358010575963;s:5:\"bytes\";i:1108;s:11:\"size_before\";i:6997;s:10:\"size_after\";i:5889;s:4:\"time\";d:0.1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.39;s:5:\"bytes\";i:224;s:11:\"size_before\";i:1673;s:10:\"size_after\";i:1449;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.02;s:5:\"bytes\";i:189;s:11:\"size_before\";i:1348;s:10:\"size_after\";i:1159;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.29;s:5:\"bytes\";i:157;s:11:\"size_before\";i:814;s:10:\"size_after\";i:657;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.06;s:5:\"bytes\";i:160;s:11:\"size_before\";i:886;s:10:\"size_after\";i:726;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.2;s:5:\"bytes\";i:191;s:11:\"size_before\";i:1179;s:10:\"size_after\";i:988;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.05;s:5:\"bytes\";i:187;s:11:\"size_before\";i:1097;s:10:\"size_after\";i:910;s:4:\"time\";d:0.01;}}}'),
(8686, 25, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.99349945828819;s:5:\"bytes\";i:203;s:11:\"size_before\";i:923;s:10:\"size_after\";i:720;s:4:\"time\";d:0.07;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.12;s:5:\"bytes\";i:25;s:11:\"size_before\";i:113;s:10:\"size_after\";i:88;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.08;s:5:\"bytes\";i:50;s:11:\"size_before\";i:262;s:10:\"size_after\";i:212;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.36;s:5:\"bytes\";i:38;s:11:\"size_before\";i:156;s:10:\"size_after\";i:118;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.78;s:5:\"bytes\";i:41;s:11:\"size_before\";i:180;s:10:\"size_after\";i:139;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.36;s:5:\"bytes\";i:25;s:11:\"size_before\";i:107;s:10:\"size_after\";i:82;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.86;s:5:\"bytes\";i:24;s:11:\"size_before\";i:105;s:10:\"size_after\";i:81;s:4:\"time\";d:0.01;}}}'),
(8687, 23, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.824301285788135;s:5:\"bytes\";i:19842;s:11:\"size_before\";i:90917;s:10:\"size_after\";i:71075;s:4:\"time\";d:0.26;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.76;s:5:\"bytes\";i:430;s:11:\"size_before\";i:3370;s:10:\"size_after\";i:2940;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.63;s:5:\"bytes\";i:265;s:11:\"size_before\";i:1944;s:10:\"size_after\";i:1679;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.39;s:5:\"bytes\";i:2523;s:11:\"size_before\";i:12372;s:10:\"size_after\";i:9849;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.29;s:5:\"bytes\";i:314;s:11:\"size_before\";i:2362;s:10:\"size_after\";i:2048;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.71;s:5:\"bytes\";i:140;s:11:\"size_before\";i:891;s:10:\"size_after\";i:751;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.33;s:5:\"bytes\";i:157;s:11:\"size_before\";i:1273;s:10:\"size_after\";i:1116;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.53;s:5:\"bytes\";i:166;s:11:\"size_before\";i:1227;s:10:\"size_after\";i:1061;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.37;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1152;s:10:\"size_after\";i:998;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.9;s:5:\"bytes\";i:3403;s:11:\"size_before\";i:14239;s:10:\"size_after\";i:10836;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.09;s:5:\"bytes\";i:3457;s:11:\"size_before\";i:14970;s:10:\"size_after\";i:11513;s:4:\"time\";d:0.05;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.47;s:5:\"bytes\";i:4414;s:11:\"size_before\";i:18041;s:10:\"size_after\";i:13627;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.17;s:5:\"bytes\";i:4419;s:11:\"size_before\";i:19076;s:10:\"size_after\";i:14657;s:4:\"time\";d:0.03;}}}'),
(8688, 22, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.036840023110397;s:5:\"bytes\";i:28238;s:11:\"size_before\";i:351357;s:10:\"size_after\";i:323119;s:4:\"time\";d:0.41;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.24;s:5:\"bytes\";i:252;s:11:\"size_before\";i:4038;s:10:\"size_after\";i:3786;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.81;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:24562;s:10:\"size_after\";i:23134;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.23;s:5:\"bytes\";i:209;s:11:\"size_before\";i:2539;s:10:\"size_after\";i:2330;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.64;s:5:\"bytes\";i:896;s:11:\"size_before\";i:15874;s:10:\"size_after\";i:14978;s:4:\"time\";d:0.01;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05;s:5:\"bytes\";i:3303;s:11:\"size_before\";i:46840;s:10:\"size_after\";i:43537;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.43;s:5:\"bytes\";i:214;s:11:\"size_before\";i:3330;s:10:\"size_after\";i:3116;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.78;s:5:\"bytes\";i:147;s:11:\"size_before\";i:876;s:10:\"size_after\";i:729;s:4:\"time\";d:0.04;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.79;s:5:\"bytes\";i:171;s:11:\"size_before\";i:1747;s:10:\"size_after\";i:1576;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.97;s:5:\"bytes\";i:4818;s:11:\"size_before\";i:60418;s:10:\"size_after\";i:55600;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.84;s:5:\"bytes\";i:157;s:11:\"size_before\";i:1449;s:10:\"size_after\";i:1292;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.89;s:5:\"bytes\";i:144;s:11:\"size_before\";i:1322;s:10:\"size_after\";i:1178;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:4218;s:11:\"size_before\";i:49645;s:10:\"size_after\";i:45427;s:4:\"time\";d:0.04;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88;s:5:\"bytes\";i:2554;s:11:\"size_before\";i:37097;s:10:\"size_after\";i:34543;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.29;s:5:\"bytes\";i:2803;s:11:\"size_before\";i:27228;s:10:\"size_after\";i:24425;s:4:\"time\";d:0.03;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.58;s:5:\"bytes\";i:3334;s:11:\"size_before\";i:34801;s:10:\"size_after\";i:31467;s:4:\"time\";d:0.02;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.07;s:5:\"bytes\";i:3590;s:11:\"size_before\";i:39591;s:10:\"size_after\";i:36001;s:4:\"time\";d:0.05;}}}'),
(8689, 21, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.005821245178542;s:5:\"bytes\";i:2538;s:11:\"size_before\";i:42259;s:10:\"size_after\";i:39721;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:690;s:11:\"size_before\";i:14136;s:10:\"size_after\";i:13446;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03;s:5:\"bytes\";i:413;s:11:\"size_before\";i:6852;s:10:\"size_after\";i:6439;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.58;s:5:\"bytes\";i:568;s:11:\"size_before\";i:10178;s:10:\"size_after\";i:9610;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.09;s:5:\"bytes\";i:150;s:11:\"size_before\";i:1353;s:10:\"size_after\";i:1203;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54;s:5:\"bytes\";i:253;s:11:\"size_before\";i:3869;s:10:\"size_after\";i:3616;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.68;s:5:\"bytes\";i:242;s:11:\"size_before\";i:3149;s:10:\"size_after\";i:2907;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.16;s:5:\"bytes\";i:222;s:11:\"size_before\";i:2722;s:10:\"size_after\";i:2500;s:4:\"time\";d:0.02;}}}'),
(8690, 20, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.612835639852236;s:5:\"bytes\";i:2036;s:11:\"size_before\";i:36274;s:10:\"size_after\";i:34238;s:4:\"time\";d:0.09;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:472;s:11:\"size_before\";i:11680;s:10:\"size_after\";i:11208;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.56;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6082;s:10:\"size_after\";i:5744;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.85;s:5:\"bytes\";i:410;s:11:\"size_before\";i:8451;s:10:\"size_after\";i:8041;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.17;s:5:\"bytes\";i:158;s:11:\"size_before\";i:1298;s:10:\"size_after\";i:1140;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.09;s:5:\"bytes\";i:241;s:11:\"size_before\";i:3400;s:10:\"size_after\";i:3159;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.47;s:5:\"bytes\";i:211;s:11:\"size_before\";i:2826;s:10:\"size_after\";i:2615;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.12;s:5:\"bytes\";i:206;s:11:\"size_before\";i:2537;s:10:\"size_after\";i:2331;s:4:\"time\";d:0.01;}}}'),
(8691, 19, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.126174496644295;s:5:\"bytes\";i:2282;s:11:\"size_before\";i:37250;s:10:\"size_after\";i:34968;s:4:\"time\";d:0.08;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.88;s:5:\"bytes\";i:598;s:11:\"size_before\";i:12255;s:10:\"size_after\";i:11657;s:4:\"time\";d:0.01;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6;s:5:\"bytes\";i:330;s:11:\"size_before\";i:5891;s:10:\"size_after\";i:5561;s:4:\"time\";d:0.01;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:495;s:11:\"size_before\";i:8931;s:10:\"size_after\";i:8436;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.05;s:5:\"bytes\";i:159;s:11:\"size_before\";i:1319;s:10:\"size_after\";i:1160;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.35;s:5:\"bytes\";i:256;s:11:\"size_before\";i:3484;s:10:\"size_after\";i:3228;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.17;s:5:\"bytes\";i:232;s:11:\"size_before\";i:2840;s:10:\"size_after\";i:2608;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.38;s:5:\"bytes\";i:212;s:11:\"size_before\";i:2530;s:10:\"size_after\";i:2318;s:4:\"time\";d:0.01;}}}'),
(8692, 18, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144;s:10:\"size_after\";i:144;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144;s:10:\"size_after\";i:144;s:4:\"time\";d:0.01;}}}'),
(8693, 17, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.52195833465453;s:5:\"bytes\";i:56822;s:11:\"size_before\";i:252296;s:10:\"size_after\";i:195474;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.17;s:5:\"bytes\";i:279;s:11:\"size_before\";i:3043;s:10:\"size_after\";i:2764;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.88;s:5:\"bytes\";i:3152;s:11:\"size_before\";i:15853;s:10:\"size_after\";i:12701;s:4:\"time\";d:0.05;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.75;s:5:\"bytes\";i:207;s:11:\"size_before\";i:1925;s:10:\"size_after\";i:1718;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.36;s:5:\"bytes\";i:1600;s:11:\"size_before\";i:10418;s:10:\"size_after\";i:8818;s:4:\"time\";d:0.02;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.02;s:5:\"bytes\";i:7232;s:11:\"size_before\";i:30109;s:10:\"size_after\";i:22877;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.49;s:5:\"bytes\";i:238;s:11:\"size_before\";i:2508;s:10:\"size_after\";i:2270;s:4:\"time\";d:0.01;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.96;s:5:\"bytes\";i:147;s:11:\"size_before\";i:867;s:10:\"size_after\";i:720;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4;s:5:\"bytes\";i:147;s:11:\"size_before\";i:1563;s:10:\"size_after\";i:1416;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.21;s:5:\"bytes\";i:8863;s:11:\"size_before\";i:36607;s:10:\"size_after\";i:27744;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1237;s:10:\"size_after\";i:1096;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.76;s:5:\"bytes\";i:136;s:11:\"size_before\";i:1156;s:10:\"size_after\";i:1020;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.31;s:5:\"bytes\";i:7636;s:11:\"size_before\";i:30165;s:10:\"size_after\";i:22529;s:4:\"time\";d:0.03;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.83;s:5:\"bytes\";i:3930;s:11:\"size_before\";i:18864;s:10:\"size_after\";i:14934;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.57;s:5:\"bytes\";i:4750;s:11:\"size_before\";i:17879;s:10:\"size_after\";i:13129;s:4:\"time\";d:0.02;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.44;s:5:\"bytes\";i:9131;s:11:\"size_before\";i:37361;s:10:\"size_after\";i:28230;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.65;s:5:\"bytes\";i:4223;s:11:\"size_before\";i:19504;s:10:\"size_after\";i:15281;s:4:\"time\";d:0.03;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.56;s:5:\"bytes\";i:5010;s:11:\"size_before\";i:23237;s:10:\"size_after\";i:18227;s:4:\"time\";d:0.03;}}}'),
(8694, 16, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.273593898951383;s:5:\"bytes\";i:2861;s:11:\"size_before\";i:10490;s:10:\"size_after\";i:7629;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.82;s:5:\"bytes\";i:759;s:11:\"size_before\";i:2385;s:10:\"size_after\";i:1626;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.19;s:5:\"bytes\";i:212;s:11:\"size_before\";i:1050;s:10:\"size_after\";i:838;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.64;s:5:\"bytes\";i:1138;s:11:\"size_before\";i:4439;s:10:\"size_after\";i:3301;s:4:\"time\";d:0.06;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.91;s:5:\"bytes\";i:381;s:11:\"size_before\";i:1318;s:10:\"size_after\";i:937;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.58;s:5:\"bytes\";i:371;s:11:\"size_before\";i:1298;s:10:\"size_after\";i:927;s:4:\"time\";d:0.01;}}}'),
(8695, 15, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.780351462367587;s:5:\"bytes\";i:8995;s:11:\"size_before\";i:32379;s:10:\"size_after\";i:23384;s:4:\"time\";d:0.30000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.06;s:5:\"bytes\";i:3164;s:11:\"size_before\";i:10889;s:10:\"size_after\";i:7725;s:4:\"time\";d:0.11;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.85;s:5:\"bytes\";i:639;s:11:\"size_before\";i:2380;s:10:\"size_after\";i:1741;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.42;s:5:\"bytes\";i:2221;s:11:\"size_before\";i:8101;s:10:\"size_after\";i:5880;s:4:\"time\";d:0.08;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.99;s:5:\"bytes\";i:225;s:11:\"size_before\";i:1023;s:10:\"size_after\";i:798;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.9;s:5:\"bytes\";i:1063;s:11:\"size_before\";i:3952;s:10:\"size_after\";i:2889;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.47;s:5:\"bytes\";i:906;s:11:\"size_before\";i:3298;s:10:\"size_after\";i:2392;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.4;s:5:\"bytes\";i:777;s:11:\"size_before\";i:2736;s:10:\"size_after\";i:1959;s:4:\"time\";d:0.02;}}}'),
(8696, 14, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.107629005854853;s:5:\"bytes\";i:41414;s:11:\"size_before\";i:678070;s:10:\"size_after\";i:636656;s:4:\"time\";d:0.5599999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.74;s:5:\"bytes\";i:284;s:11:\"size_before\";i:5992;s:10:\"size_after\";i:5708;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.35;s:5:\"bytes\";i:2002;s:11:\"size_before\";i:37386;s:10:\"size_after\";i:35384;s:4:\"time\";d:0.03;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37;s:5:\"bytes\";i:223;s:11:\"size_before\";i:4155;s:10:\"size_after\";i:3932;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6;s:5:\"bytes\";i:1100;s:11:\"size_before\";i:23911;s:10:\"size_after\";i:22811;s:4:\"time\";d:0.01;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.74;s:5:\"bytes\";i:4054;s:11:\"size_before\";i:70679;s:10:\"size_after\";i:66625;s:4:\"time\";d:0.04;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3;s:5:\"bytes\";i:266;s:11:\"size_before\";i:5016;s:10:\"size_after\";i:4750;s:4:\"time\";d:0.02;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.27;s:5:\"bytes\";i:138;s:11:\"size_before\";i:1040;s:10:\"size_after\";i:902;s:4:\"time\";d:0.02;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.33;s:5:\"bytes\";i:179;s:11:\"size_before\";i:2443;s:10:\"size_after\";i:2264;s:4:\"time\";d:0.01;}s:14:\"slider-content\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:6119;s:11:\"size_before\";i:98604;s:10:\"size_after\";i:92485;s:4:\"time\";d:0.05;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.88;s:5:\"bytes\";i:171;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:1998;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:8;s:5:\"bytes\";i:156;s:11:\"size_before\";i:1950;s:10:\"size_after\";i:1794;s:4:\"time\";d:0.01;}s:12:\"portfolio-mf\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.74;s:5:\"bytes\";i:5917;s:11:\"size_before\";i:87825;s:10:\"size_after\";i:81908;s:4:\"time\";d:0.05;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.34;s:5:\"bytes\";i:2722;s:11:\"size_before\";i:51017;s:10:\"size_after\";i:48295;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.18;s:5:\"bytes\";i:3532;s:11:\"size_before\";i:57198;s:10:\"size_after\";i:53666;s:4:\"time\";d:0.06;}s:14:\"portfolio-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.16;s:5:\"bytes\";i:8250;s:11:\"size_before\";i:115282;s:10:\"size_after\";i:107032;s:4:\"time\";d:0.04;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.48;s:5:\"bytes\";i:2882;s:11:\"size_before\";i:52634;s:10:\"size_after\";i:49752;s:4:\"time\";d:0.09;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63;s:5:\"bytes\";i:3419;s:11:\"size_before\";i:60769;s:10:\"size_after\";i:57350;s:4:\"time\";d:0.08;}}}'),
(8697, 11, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.507101086048454;s:5:\"bytes\";i:467;s:11:\"size_before\";i:2394;s:10:\"size_after\";i:1927;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.51;s:5:\"bytes\";i:467;s:11:\"size_before\";i:2394;s:10:\"size_after\";i:1927;s:4:\"time\";d:0.02;}}}'),
(8698, 10, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.23326706428098;s:5:\"bytes\";i:671;s:11:\"size_before\";i:3018;s:10:\"size_after\";i:2347;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.23;s:5:\"bytes\";i:671;s:11:\"size_before\";i:3018;s:10:\"size_after\";i:2347;s:4:\"time\";d:0.02;}}}'),
(8699, 9, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.48243992606285;s:5:\"bytes\";i:527;s:11:\"size_before\";i:2705;s:10:\"size_after\";i:2178;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.48;s:5:\"bytes\";i:527;s:11:\"size_before\";i:2705;s:10:\"size_after\";i:2178;s:4:\"time\";d:0.01;}}}'),
(8700, 8, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.640278349358375;s:5:\"bytes\";i:178017;s:11:\"size_before\";i:668225;s:10:\"size_after\";i:490208;s:4:\"time\";d:0.67;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.26;s:5:\"bytes\";i:1866;s:11:\"size_before\";i:43839;s:10:\"size_after\";i:41973;s:4:\"time\";d:0.07;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.81;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:26843;s:10:\"size_after\";i:25821;s:4:\"time\";d:0.04;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.56;s:5:\"bytes\";i:17401;s:11:\"size_before\";i:265122;s:10:\"size_after\";i:247721;s:4:\"time\";d:0.18;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.44;s:5:\"bytes\";i:1161;s:11:\"size_before\";i:33757;s:10:\"size_after\";i:32596;s:4:\"time\";d:0.05;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.55;s:5:\"bytes\";i:274;s:11:\"size_before\";i:2184;s:10:\"size_after\";i:1910;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.08;s:5:\"bytes\";i:338;s:11:\"size_before\";i:10982;s:10:\"size_after\";i:10644;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8264;s:10:\"size_after\";i:8264;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7390;s:10:\"size_after\";i:7390;s:4:\"time\";d:0.01;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.79;s:5:\"bytes\";i:155955;s:11:\"size_before\";i:269844;s:10:\"size_after\";i:113889;s:4:\"time\";d:0.23;}}}'),
(8701, 571, '_wp_attached_file', '2020/06/wape_world_map_1200-2.png'),
(8702, 571, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:717;s:4:\"file\";s:33:\"2020/06/wape_world_map_1200-2.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"wape_world_map_1200-2-1024x612.png\";s:5:\"width\";i:1024;s:6:\"height\";i:612;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-768x459.png\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-244x146.png\";s:5:\"width\";i:244;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-2-50x30.png\";s:5:\"width\";i:50;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"wape_world_map_1200-2-126x75.png\";s:5:\"width\";i:126;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-2-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"wape_world_map_1200-2-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-768x717.png\";s:5:\"width\";i:768;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-960x717.png\";s:5:\"width\";i:960;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"wape_world_map_1200-2-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:31:\"wape_world_map_1200-2-20x12.png\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8703, 571, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.17309176328983;s:5:\"bytes\";i:745314;s:11:\"size_before\";i:2060410;s:10:\"size_after\";i:1315096;s:4:\"time\";d:4.87;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.62;s:5:\"bytes\";i:15427;s:11:\"size_before\";i:57962;s:10:\"size_after\";i:42535;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.43;s:5:\"bytes\";i:78842;s:11:\"size_before\";i:427730;s:10:\"size_after\";i:348888;s:4:\"time\";d:0.6;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.31;s:5:\"bytes\";i:8422;s:11:\"size_before\";i:33279;s:10:\"size_after\";i:24857;s:4:\"time\";d:0.07;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.38;s:5:\"bytes\";i:53646;s:11:\"size_before\";i:263201;s:10:\"size_after\";i:209555;s:4:\"time\";d:0.36;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.95;s:5:\"bytes\";i:11284;s:11:\"size_before\";i:43489;s:10:\"size_after\";i:32205;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.95;s:5:\"bytes\";i:495;s:11:\"size_before\";i:3103;s:10:\"size_after\";i:2608;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.16;s:5:\"bytes\";i:3317;s:11:\"size_before\";i:14324;s:10:\"size_after\";i:11007;s:4:\"time\";d:0.04;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.27;s:5:\"bytes\";i:2679;s:11:\"size_before\";i:12594;s:10:\"size_after\";i:9915;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.48;s:5:\"bytes\";i:2460;s:11:\"size_before\";i:11452;s:10:\"size_after\";i:8992;s:4:\"time\";d:0.02;}s:14:\"portfolio-mf-w\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.22;s:5:\"bytes\";i:139296;s:11:\"size_before\";i:294993;s:10:\"size_after\";i:155697;s:4:\"time\";d:0.94;}s:14:\"portfolio-mf-t\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.17;s:5:\"bytes\";i:134966;s:11:\"size_before\";i:280201;s:10:\"size_after\";i:145235;s:4:\"time\";d:0.97;}s:14:\"blog-portfolio\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.96;s:5:\"bytes\";i:159730;s:11:\"size_before\";i:333056;s:10:\"size_after\";i:173326;s:4:\"time\";d:0.75;}s:11:\"blog-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.28;s:5:\"bytes\";i:134750;s:11:\"size_before\";i:285026;s:10:\"size_after\";i:150276;s:4:\"time\";d:0.91;}}}'),
(8704, 572, '_wp_attached_file', '2020/06/wapejets_logo_2_300.png'),
(8705, 572, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:30;s:4:\"file\";s:31:\"2020/06/wapejets_logo_2_300.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"wapejets_logo_2_300-150x30.png\";s:5:\"width\";i:150;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"wapejets_logo_2_300-260x26.png\";s:5:\"width\";i:260;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"wapejets_logo_2_300-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"wapejets_logo_2_300-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"wapejets_logo_2_300-85x30.png\";s:5:\"width\";i:85;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"wapejets_logo_2_300-80x30.png\";s:5:\"width\";i:80;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:28:\"wapejets_logo_2_300-20x2.png\";s:5:\"width\";i:20;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8706, 573, '_wp_attached_file', '2020/06/wapejets_logo_2_300@2x.png'),
(8707, 573, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:61;s:4:\"file\";s:34:\"2020/06/wapejets_logo_2_300@2x.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_2_300@2x-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_2_300@2x-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_2_300@2x-260x26.png\";s:5:\"width\";i:260;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"wapejets_logo_2_300@2x-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"wapejets_logo_2_300@2x-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"wapejets_logo_2_300@2x-85x61.png\";s:5:\"width\";i:85;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"wapejets_logo_2_300@2x-80x61.png\";s:5:\"width\";i:80;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(8708, 572, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.100195764370884;s:5:\"bytes\";i:3894;s:11:\"size_before\";i:16857;s:10:\"size_after\";i:12963;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.92;s:5:\"bytes\";i:673;s:11:\"size_before\";i:2327;s:10:\"size_after\";i:1654;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.45;s:5:\"bytes\";i:1790;s:11:\"size_before\";i:7975;s:10:\"size_after\";i:6185;s:4:\"time\";d:0.07;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.35;s:5:\"bytes\";i:124;s:11:\"size_before\";i:864;s:10:\"size_after\";i:740;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.08;s:5:\"bytes\";i:693;s:11:\"size_before\";i:3003;s:10:\"size_after\";i:2310;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.09;s:5:\"bytes\";i:314;s:11:\"size_before\";i:1360;s:10:\"size_after\";i:1046;s:4:\"time\";d:0.01;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.59;s:5:\"bytes\";i:300;s:11:\"size_before\";i:1328;s:10:\"size_after\";i:1028;s:4:\"time\";d:0.01;}}}'),
(8709, 574, '_wp_attached_file', '2020/06/wapejets_logo_white_2_300.png'),
(8710, 574, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:30;s:4:\"file\";s:37:\"2020/06/wapejets_logo_white_2_300.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_white_2_300-150x30.png\";s:5:\"width\";i:150;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_white_2_300-260x26.png\";s:5:\"width\";i:260;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_white_2_300-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_white_2_300-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_white_2_300-85x30.png\";s:5:\"width\";i:85;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_white_2_300-80x30.png\";s:5:\"width\";i:80;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_white_2_300-20x2.png\";s:5:\"width\";i:20;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8711, 573, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.934524895130405;s:5:\"bytes\";i:5030;s:11:\"size_before\";i:21932;s:10:\"size_after\";i:16902;s:4:\"time\";d:0.13999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.76;s:5:\"bytes\";i:1709;s:11:\"size_before\";i:7193;s:10:\"size_after\";i:5484;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.04;s:5:\"bytes\";i:482;s:11:\"size_before\";i:2291;s:10:\"size_after\";i:1809;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.14;s:5:\"bytes\";i:1615;s:11:\"size_before\";i:6690;s:10:\"size_after\";i:5075;s:4:\"time\";d:0.03;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.01;s:5:\"bytes\";i:130;s:11:\"size_before\";i:866;s:10:\"size_after\";i:736;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.44;s:5:\"bytes\";i:729;s:11:\"size_before\";i:3249;s:10:\"size_after\";i:2520;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.62;s:5:\"bytes\";i:195;s:11:\"size_before\";i:862;s:10:\"size_after\";i:667;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.77;s:5:\"bytes\";i:170;s:11:\"size_before\";i:781;s:10:\"size_after\";i:611;s:4:\"time\";d:0.02;}}}'),
(8712, 575, '_wp_attached_file', '2020/06/wapejets_logo_white_2_300@2x.png'),
(8713, 575, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:61;s:4:\"file\";s:40:\"2020/06/wapejets_logo_white_2_300@2x.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"wapejets_logo_white_2_300@2x-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"wapejets_logo_white_2_300@2x-150x61.png\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"wapejets_logo_white_2_300@2x-260x26.png\";s:5:\"width\";i:260;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_white_2_300@2x-50x5.png\";s:5:\"width\";i:50;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"wapejets_logo_white_2_300@2x-150x15.png\";s:5:\"width\";i:150;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_white_2_300@2x-85x61.png\";s:5:\"width\";i:85;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_white_2_300@2x-80x61.png\";s:5:\"width\";i:80;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(8714, 574, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.73130193905817;s:5:\"bytes\";i:2702;s:11:\"size_before\";i:10108;s:10:\"size_after\";i:7406;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.15;s:5:\"bytes\";i:351;s:11:\"size_before\";i:1247;s:10:\"size_after\";i:896;s:4:\"time\";d:0.02;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.19;s:5:\"bytes\";i:1403;s:11:\"size_before\";i:5160;s:10:\"size_after\";i:3757;s:4:\"time\";d:0.05;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.49;s:5:\"bytes\";i:58;s:11:\"size_before\";i:505;s:10:\"size_after\";i:447;s:4:\"time\";d:0.03;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.57;s:5:\"bytes\";i:468;s:11:\"size_before\";i:1638;s:10:\"size_after\";i:1170;s:4:\"time\";d:0.01;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.27;s:5:\"bytes\";i:225;s:11:\"size_before\";i:796;s:10:\"size_after\";i:571;s:4:\"time\";d:0.03;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.85;s:5:\"bytes\";i:197;s:11:\"size_before\";i:762;s:10:\"size_after\";i:565;s:4:\"time\";d:0.01;}}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8715, 575, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.89645453196855;s:5:\"bytes\";i:3761;s:11:\"size_before\";i:13482;s:10:\"size_after\";i:9721;s:4:\"time\";d:0.18999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.81;s:5:\"bytes\";i:1208;s:11:\"size_before\";i:4193;s:10:\"size_after\";i:2985;s:4:\"time\";d:0.02;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.82;s:5:\"bytes\";i:330;s:11:\"size_before\";i:1278;s:10:\"size_after\";i:948;s:4:\"time\";d:0.03;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.63;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:4553;s:10:\"size_after\";i:3204;s:4:\"time\";d:0.06;}s:5:\"50x50\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.19;s:5:\"bytes\";i:64;s:11:\"size_before\";i:525;s:10:\"size_after\";i:461;s:4:\"time\";d:0.01;}s:14:\"clients-slider\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.11;s:5:\"bytes\";i:518;s:11:\"size_before\";i:1911;s:10:\"size_after\";i:1393;s:4:\"time\";d:0.02;}s:12:\"testimonials\";O:8:\"stdClass\":5:{s:7:\"percent\";i:29;s:5:\"bytes\";i:156;s:11:\"size_before\";i:538;s:10:\"size_after\";i:382;s:4:\"time\";d:0.02;}s:9:\"blog-navi\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.1;s:5:\"bytes\";i:136;s:11:\"size_before\";i:484;s:10:\"size_after\";i:348;s:4:\"time\";d:0.03;}}}'),
(8716, 576, '_wp_attached_file', '2020/06/wape_world_map_1200-2-1.png'),
(8717, 576, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:717;s:4:\"file\";s:35:\"2020/06/wape_world_map_1200-2-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"wape_world_map_1200-2-1-300x179.png\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"wape_world_map_1200-2-1-1024x612.png\";s:5:\"width\";i:1024;s:6:\"height\";i:612;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"wape_world_map_1200-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"wape_world_map_1200-2-1-768x459.png\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"wape_world_map_1200-2-1-244x146.png\";s:5:\"width\";i:244;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-1-50x30.png\";s:5:\"width\";i:50;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"wape_world_map_1200-2-1-126x75.png\";s:5:\"width\";i:126;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"wape_world_map_1200-2-1-1200x500.png\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"wape_world_map_1200-2-1-768x717.png\";s:5:\"width\";i:768;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:35:\"wape_world_map_1200-2-1-960x717.png\";s:5:\"width\";i:960;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"wape_world_map_1200-2-1-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:33:\"wape_world_map_1200-2-1-20x12.png\";s:5:\"width\";i:20;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8718, 177, 'mfn-post-love', '0'),
(8731, 585, '_wp_attached_file', '2020/06/wapejets_sig_zuzka_CZ.html'),
(8732, 586, '_wp_attached_file', '2020/06/wapejets_sig_zuzka_EN.html'),
(8771, 588, '_wp_attached_file', '2020/07/wapejets_logo_mail_white_1200.png'),
(8772, 588, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:214;s:4:\"file\";s:41:\"2020/07/wapejets_logo_mail_white_1200.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"wapejets_logo_mail_white_1200-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"wapejets_logo_mail_white_1200-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"wapejets_logo_mail_white_1200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"wapejets_logo_mail_white_1200-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"wapejets_logo_mail_white_1200-260x46.png\";s:5:\"width\";i:260;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_mail_white_1200-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"wapejets_logo_mail_white_1200-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"wapejets_logo_mail_white_1200-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"wapejets_logo_mail_white_1200-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"wapejets_logo_mail_white_1200-768x214.png\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:41:\"wapejets_logo_mail_white_1200-960x214.png\";s:5:\"width\";i:960;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8773, 589, '_wp_attached_file', '2020/07/Falcon6X_21_USB57_HD_small.jpg'),
(8774, 589, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2020/07/Falcon6X_21_USB57_HD_small.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_small-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Falcon6X_21_USB57_HD_small-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_small-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_small-260x130.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Falcon6X_21_USB57_HD_small-50x25.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Falcon6X_21_USB57_HD_small-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Falcon6X_21_USB57_HD_small-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Falcon6X_21_USB57_HD_small-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Falcon6X_21_USB57_HD_small-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_small-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_small-960x600.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Falcon6X_21_USB57_HD_small-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:9:\"Falcon 6X\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"Falcon 6X\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:18:\"Aircraft in flight\";}}}'),
(8775, 590, '_wp_attached_file', '2020/07/068_Falcon7X_2018USB55_A4_HD_small.jpg'),
(8776, 590, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:552;s:4:\"file\";s:46:\"2020/07/068_Falcon7X_2018USB55_A4_HD_small.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"068_Falcon7X_2018USB55_A4_HD_small-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"068_Falcon7X_2018USB55_A4_HD_small-1024x471.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"068_Falcon7X_2018USB55_A4_HD_small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"068_Falcon7X_2018USB55_A4_HD_small-768x353.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"068_Falcon7X_2018USB55_A4_HD_small-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:44:\"068_Falcon7X_2018USB55_A4_HD_small-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:45:\"068_Falcon7X_2018USB55_A4_HD_small-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:44:\"068_Falcon7X_2018USB55_A4_HD_small-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:44:\"068_Falcon7X_2018USB55_A4_HD_small-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:47:\"068_Falcon7X_2018USB55_A4_HD_small-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"068_Falcon7X_2018USB55_A4_HD_small-768x552.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:46:\"068_Falcon7X_2018USB55_A4_HD_small-960x552.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:47:\"068_Falcon7X_2018USB55_A4_HD_small-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:16:\"germain suignard\";s:6:\"camera\";s:11:\"NIKON D800E\";s:7:\"caption\";s:18:\"7X Wide body cabin\";s:17:\"created_timestamp\";s:10:\"1391019909\";s:9:\"copyright\";s:23:\"www.germainsuignard.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:18:\"7X Wide body cabin\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:5:\"Cabin\";}}}'),
(8777, 591, '_wp_attached_file', '2020/07/wape_sig_zuzka_CZ.html'),
(8778, 592, '_wp_attached_file', '2020/07/wape_sig_zuzka_EN.html'),
(8782, 594, '_wp_page_template', 'default'),
(8783, 594, 'slide_template', 'default'),
(8784, 594, 'mfn-post-hide-content', '0'),
(8785, 594, 'mfn-post-custom-layout', '0'),
(8786, 594, 'mfn-post-slider', '0'),
(8787, 594, 'mfn-post-slider-layer', '0'),
(8788, 594, 'mfn-post-menu', '3'),
(8789, 594, 'mfn-post-one-page', '1'),
(8790, 594, 'mfn-post-hide-title', '1'),
(8791, 594, 'mfn-post-remove-padding', '0'),
(8792, 594, 'mfn-page-items', 'YTo1OntpOjA7YTozOntzOjM6InVpZCI7czo5OiJ6M3ZiNDJubm0iO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6InkxdXY2cG9maSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJkNzY5eW5zdG4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyNToiPGgyPktPTlRBS1RVSlRFIE7DgVM8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6ImNjNWRhM2JhNiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjgwOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0NpdGF0aW9uX00yX0ltYWdlXzhfb3ZlcmxheV8yLnBuZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MjM6Im5vLXJlcGVhdDtsZWZ0IGNlbnRlcjs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6Mjc6IiBmdWxsLXdpZHRoIGhpZ2hsaWdodC1yaWdodCI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjQ2MzZlM2IyMiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiI0MGY2OTY4YWMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czo2MToiPGgzPlBvxaFsZXRlIG7DoW0genByw6F2dSw8YnI+PGJyPg0KcsOhZGkgdsOhbSBwb3JhZMOtbWU8L2gzPiI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjE3OiIxMDBweCA0JSA2MHB4IDBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiNTU4N2YxN2QyIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjdkZHVuaDdvOSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MjE6IktvbnRha3Ruw60gZm9ybXVsw6HFmSI7czo3OiJjb250ZW50IjtzOjM1OiJbY2FsZGVyYV9mb3JtIGlkPSJDRjVmMDg5OGE2M2JlOTMiXSI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIxMTBweCA0JSA2MHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImU1MGJjZTVjMCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjM6IjBweCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czoxMzoiIGVxdWFsLWhlaWdodCI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImM2ZDkyYzI0YiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToiZjQ2NmYxMjRlIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MTQ6Imljb24tbWFpbC1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czoxMzoiTmFwacWhdGUgbsOhbSI7czo3OiJjb250ZW50IjtzOjY1OiI8aDU+PGEgaHJlZj0ibWFpbHRvOmluZm9Ad2FwZWpldHMuY29tIj5pbmZvQHdhcGVqZXRzLmNvbTwvYT48L2g1PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjM6InVpZCI7czo5OiJqenlpcXh5d2UiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoxNzoiaWNvbi1jb21tZW50LWxpbmUiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjE0OiJaYXZvbGVqdGUgbsOhbSI7czo3OiJjb250ZW50IjtzOjYwOiI8aDU+PGEgaHJlZj0idGVsOis0MjAgNzc3IDU5MSA1NTgiPis0MjAgNzc3IDU5MSA1NTg8L2E+PC9oNT4iO3M6NToic3R5bGUiO3M6MToiMiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToidW40Mzk5NWNjIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MTQ6Imljb24taW5zdGFncmFtIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czoxMzoiU2xlZHVqdGUgbsOhcyI7czo3OiJjb250ZW50IjtzOjgzOiI8aDU+PGEgaHJlZj0iaHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS93YXBlX2pldHMiIHRhcmdldD0iYmxhbmsiPndhcGVfamV0czwvYT48L2g1PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTozO2E6Mzp7czozOiJ1aWQiO3M6OToiYTdra3Z6cjl1IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6NDoiMTBweCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIzYjRleXBhN3giO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjQ6Imxpc3QiO3M6MzoidWlkIjtzOjk6Im1xMDNoc3VyMCI7czo0OiJzaXplIjtzOjM6IjMvNSI7czo2OiJmaWVsZHMiO2E6OTp7czo0OiJpY29uIjtzOjIxOiJpY29uLXBhcGVyLXBsYW5lLWxpbmUiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjMxOiJQb3B0w6F2a2EgbGV0dSAvIHByb2RlaiBsZXRhZGVsIjtzOjc6ImNvbnRlbnQiO3M6Njc6IjxoNT48YSBocmVmPSJtYWlsdG86c2FsZXNAd2FwZWpldHMuY29tIj5zYWxlc0B3YXBlamV0cy5jb208L2E+PC9oNT4iO3M6NToic3R5bGUiO3M6MToiMiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToidDJ6eTRjNnp1IjtzOjQ6InNpemUiO3M6MzoiMi81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MjE6Imljb24tcGFwZXItcGxhbmUtbGluZSI7czo1OiJpbWFnZSI7czowOiIiO3M6NToidGl0bGUiO3M6NjoiTcOpZGlhIjtzOjc6ImNvbnRlbnQiO3M6Njc6IjxoNT48YSBocmVmPSJtYWlsdG86cHJlc3NAd2FwZWpldHMuY29tIj5wcmVzc0B3YXBlamV0cy5jb208L2E+PC9oNT4iO3M6NToic3R5bGUiO3M6MToiMiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NDthOjM6e3M6MzoidWlkIjtzOjk6ImM3YWh6YmJ5bCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImplYnowM2RkNCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NDoibGlzdCI7czozOiJ1aWQiO3M6OToiN2EwcnIyam5tIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjQ6Imljb24iO3M6MjE6Imljb24tcGFwZXItcGxhbmUtbGluZSI7czo1OiJpbWFnZSI7czowOiIiO3M6NToidGl0bGUiO3M6MjM6IjxoNj5PYmVjbsOpIGRvdGF6eTwvaDY+IjtzOjc6ImNvbnRlbnQiO3M6NjU6IjxoNj48YSBocmVmPSJtYWlsdG86aW5mb0B3YXBlamV0cy5jb20iPmluZm9Ad2FwZWpldHMuY29tPC9hPjwvaDY+IjtzOjU6InN0eWxlIjtzOjE6IjIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjQ6Imxpc3QiO3M6MzoidWlkIjtzOjk6InJvcGM2cXcxbCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6OTp7czo0OiJpY29uIjtzOjIxOiJpY29uLXBhcGVyLXBsYW5lLWxpbmUiO3M6NToiaW1hZ2UiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjIxOiJQb3B0w6F2a2EgbGV0dS9wcm9kZWoiO3M6NzoiY29udGVudCI7czo2NzoiPGg2PjxhIGhyZWY9Im1haWx0bzpzYWxlc0B3YXBlamV0cy5jb20iPnNhbGVzQHdhcGVqZXRzLmNvbTwvYT48L2g2PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo0OiJsaXN0IjtzOjM6InVpZCI7czo5OiJ2M2o2dHJzOWQiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjk6e3M6NDoiaWNvbiI7czoyMToiaWNvbi1wYXBlci1wbGFuZS1saW5lIjtzOjU6ImltYWdlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo2OiJNw6lkaWEiO3M6NzoiY29udGVudCI7czo2NzoiPGg2PjxhIGhyZWY9Im1haWx0bzpwcmVzc0B3YXBlamV0cy5jb20iPnByZXNzQHdhcGVqZXRzLmNvbTwvYT48L2g2PiI7czo1OiJzdHlsZSI7czoxOiIyIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),
(8793, 594, 'mfn-page-items-seo', 'Heading\n<h2>KONTAKTUJTE NÁS</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nHeading\n<h3>Pošlete nám zprávu,<br><br>\r\nrádi vám poradíme</h3>\nright\nno-repeat;center top;;\nauto\n\nKontaktní formulář\n[caldera_form id=\"CF5f0898a63be93\"]\nno-repeat;left top;;\nauto\n\nicon-mail-line\nNapište nám\n<h5><a href=\"mailto:info@wapejets.com\">info@wapejets.com</a></h5>\n2\n\nicon-comment-line\nZavolejte nám\n<h5><a href=\"tel:+420 777 591 558\">+420 777 591 558</a></h5>\n2\n\nicon-instagram\nSledujte nás\n<h5><a href=\"httpss://www.instagram.com/wape_jets\" target=\"blank\">wape_jets</a></h5>\n2\n\nicon-paper-plane-line\nPoptávka letu / prodej letadel\n<h5><a href=\"mailto:sales@wapejets.com\">sales@wapejets.com</a></h5>\n2\n\nicon-paper-plane-line\nMédia\n<h5><a href=\"mailto:press@wapejets.com\">press@wapejets.com</a></h5>\n2\n\nicon-paper-plane-line\n<h6>Obecné dotazy</h6>\n<h6><a href=\"mailto:info@wapejets.com\">info@wapejets.com</a></h6>\n2\n\nicon-paper-plane-line\nPoptávka letu/prodej\n<h6><a href=\"mailto:sales@wapejets.com\">sales@wapejets.com</a></h6>\n2\n\nicon-paper-plane-line\nMédia\n<h6><a href=\"mailto:press@wapejets.com\">press@wapejets.com</a></h6>\n2\n\n'),
(8795, 594, 'rs_page_bg_color', '#ffffff'),
(8796, 594, '_wpb_vc_js_status', 'false'),
(8797, 594, '_webdados_fb_open_graph_specific_image', ''),
(8798, 594, '_webdados_fb_open_graph_specific_description', ''),
(8799, 594, 'mfn-meta-seo-og-image', 'https://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png'),
(8800, 594, '_dp_original', '370'),
(8801, 594, '_edit_lock', '1594400064:1'),
(8802, 594, '_edit_last', '1'),
(8804, 598, '_wp_page_template', 'default'),
(8805, 598, 'slide_template', 'default'),
(8806, 598, 'mfn-post-hide-content', '0'),
(8807, 598, 'mfn-post-custom-layout', '0'),
(8808, 598, 'mfn-post-slider', '0'),
(8809, 598, 'mfn-post-slider-layer', '0'),
(8810, 598, 'mfn-post-menu', '3'),
(8811, 598, 'mfn-post-one-page', '0'),
(8812, 598, 'mfn-post-hide-title', '1'),
(8813, 598, 'mfn-post-remove-padding', '1'),
(8814, 598, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxNjoiPGgyPkNPT0tJRVM8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiMTg4NDYzYjg3IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJxc281dzBzdnAiO3M6NDoic2l6ZSI7czo3OiJkaXZpZGVyIjtzOjU6Iml0ZW1zIjtzOjA6IiI7czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToidDAyOWlzZGY3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjVkd2NsemxxaiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiRmFrdG9yeSI7czo3OiJjb250ZW50IjtzOjE5NzE6IjxoMj5UeXRvIHN0csOhbmt5IHBvdcW+w612YWrDrSBjb29raWVzPC9oMj4NCg0KPHAgY2xhc3M9ImJpZyI+Q29va2llcyBqc291IG1hbMOpIHRleHRvdsOpIHNvdWJvcnksIGt0ZXLDqSBzZSB1bG/FvsOtIGRvIHZhxaFlaG8gd2Vib3bDqWhvIHByb2hsw63FvmXEjWUgYSBqc291IHVyxI1lbsOpIHDFmWVkZXbFocOtbSBwcm8gc3RhdGlzdGlreSBhIG3Em8WZZW7DrSwgcMWZw61wYWRuxJsgcHJvIHpvYnJhemVuw60gcmVsZXZhbnRuw60gcmVrbGFteSBuYSBzdHLDoW5jZSwga3RlcsOhIGtvbmtyw6l0bsOtIGNvb2tpZXMgcm96cG96bsOhLjxicj4NClN0csOhbmt5IHd3dy53YXBlamV0cy5jb20gcG91xb7DrXZhasOtIGR2YSBkcnVoeSBjb29raWVzIC0gcGVybWFuZW50bsOtIGEgcmVrbGFtbsOtLjwvcD48YnIgLz4NCg0KPGg2PnBlcm1hbmVudG7DrSBjb29raWVzPC9oNj4NCjxwIGNsYXNzPSJiaWciPlBvdcW+w612w6Fuw60gcGVybWFuZW50bsOtY2ggY29va2llcyBuw6FtIHVtb8W+xYh1amUgemNlbGEgYW5vbnltbsSbIHNsZWRvdmF0IHBvaHliIHXFvml2YXRlbMWvIG5hIG5hxaFlbSB3ZWJ1IGEgbmEgesOha2xhZMSbIHrDrXNrYW7DvWNoIGluZm9ybWFjw60gemxlcMWhb3ZhdCBqZWhvIHXFvml2YXRlbHNrb3UgcMWZw612xJt0aXZvc3QuIDxicj4NClR5dG8gY29va2llcyBuZXVrbMOhZGFqw60gxb7DoWRuw6kgb3NvYm7DrSBpbmZvcm1hY2UuPC9wPjxiciAvPg0KDQo8aDY+cmVrbGFtbsOtIGNvb2tpZXM8L2g2Pg0KPHAgY2xhc3M9ImJpZyI+UmVrbGFtbsOtIGNvb2tpZXMganNvdSB1xb5pdGXEjW7DqSB2wqB0b20sIMW+ZSBzZSB2w6FtIHDFmWkgcHJvY2jDoXplbsOtIHLFr3puw71jaCB3ZWJvdsO9Y2ggc3Ryw6FuZWssIHphcG9qZW7DvWNoIGRvIHRvaG90byByZWtsYW1uw61obyBzeXN0w6ltdSwgbmV6b2JyYXp1amUgb2JlY27DoSByZWtsYW1hLCBhbGUgbmFvcGFrIG5hYsOtZGthIHByb2R1a3TFrywgbyBrdGVyw6kganN0ZSBwcm9qZXZpbGkgesOhamVtLjxicj48YnI+DQoNClXFvsOtdsOhbsOtbSB0xJtjaHRvIHdlYm92w71jaCBzdHLDoW5layBzb3VobGFzw610ZSBzIHBvdcW+w612w6Fuw61tIGNvb2tpZXMgdiBzb3VsYWR1IHMgdmHFocOtbSBuYXN0YXZlbsOtbS48L3A+PGJyIC8+DQoNCjxoNj5ibG9rb3bDoW7DrSBjb29raWVzPC9oNj4NCjxwIGNsYXNzPSJiaWciPlBva3VkIHPCoHBvdcW+aXTDrW0gY29va2llcyBuZXNvdWhsYXPDrXRlLCBtxa/FvmV0ZSBqZWppY2ggdWtsw6Fkw6Fuw60gemFibG9rb3ZhdCBwxZnDrW1vIHZlIHZhxaFlbSBwcm9obMOtxb5lxI1pLjxicj4NCg0KWmRlIGpzb3Ugb2RrYXp5IG5hIG5hc3RhdmVuw60gdsKgamVkbm90bGl2w71jaCBwcm9obMOtxb5lxI3DrWNoOiA8YnI+PGJyPg0KDQo8YSBocmVmPSJodHRwczovL3N1cHBvcnQuZ29vZ2xlLmNvbS9hY2NvdW50cy9hbnN3ZXIvNjE0MTY/aGw9YyI7IHRhcmdldD0iX2JsYW5rIj5DaHJvbWU8L2E+PC9wPg0KPGEgaHJlZj0iaHR0cHM6Ly9zdXBwb3J0Lm1vemlsbGEub3JnL2VuLVVTL2tiL2VuaGFuY2VkLXRyYWNraW5nLXByb3RlY3Rpb24tZmlyZWZveC1kZXNrdG9wP3JlZGlyZWN0bG9jYWxlPWVuLVVTJnJlZGlyZWN0c2x1Zz1lbmFibGUtYW5kLWRpc2FibGUtY29va2llcy13ZWJzaXRlLXByZWZlcmVuY2VzIjsgdGFyZ2V0PSJfYmxhbmsiPkZpcmVmb3g8L2E+PC9wPg0KPGEgaHJlZj0iaHR0cHM6Ly9zdXBwb3J0LmFwcGxlLmNvbS9ndWlkZS9zYWZhcmkvbWFuYWdlLWNvb2tpZXMtYW5kLXdlYnNpdGUtZGF0YS1zZnJpMTE0NzEvbWFjIjsgdGFyZ2V0PSJfYmxhbmsiPlNhZmFyaTwvYT48L3A+DQo8YSBocmVmPSJodHRwczovL3N1cHBvcnQubWljcm9zb2Z0LmNvbS9jcy1jei9oZWxwLzE3NDQyL3dpbmRvd3MtaW50ZXJuZXQtZXhwbG9yZXItZGVsZXRlLW1hbmFnZS1jb29raWVzIjsgdGFyZ2V0PSJfYmxhbmsiPkludGVybmV0IEV4cGxvcmVyPC9hPg0KPC9wPjxiciAvPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjI7YTozOntzOjM6InVpZCI7czo5OiJhNWYyY2Y5YjciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMCI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiYjk5YzJlZTM4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjViZDE0NTE1NiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIwMToiPGgyPlBPS1VEIE3DgVRFIEpBS8OJS09MSVYgREFMxaDDjSBET1RBWlksPGJyPg0KUsOBREkgSkUgWk9EUE9Ww41NRTwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9Ik5hcGnFoXRlIG7DoW0gbmVibyB6YXZvbGVqdGUiIGxpbms9Imh0dHA6Ly93YXBlamV0cy5jb20va29udGFrdCIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEwOiI0MHB4IDAgMCAwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),
(8815, 598, 'mfn-page-items-seo', 'Heading\n<h2>COOKIES</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nFaktory\n<h2>Tyto stránky používají cookies</h2>\r\n\r\n<p class=\"big\">Cookies jsou malé textové soubory, které se uloží do vašeho webového prohlížeče a jsou určené především pro statistiky a měření, případně pro zobrazení relevantní reklamy na stránce, která konkrétní cookies rozpozná.<br>\r\nStránky www.wapejets.com používají dva druhy cookies - permanentní a reklamní.</p><br />\r\n\r\n<h6>permanentní cookies</h6>\r\n<p class=\"big\">Používání permanentních cookies nám umožňuje zcela anonymně sledovat pohyb uživatelů na našem webu a na základě získaných informací zlepšovat jeho uživatelskou přívětivost. <br>\r\nTyto cookies neukládají žádné osobní informace.</p><br />\r\n\r\n<h6>reklamní cookies</h6>\r\n<p class=\"big\">Reklamní cookies jsou užitečné v tom, že se vám při procházení různých webových stránek, zapojených do tohoto reklamního systému, nezobrazuje obecná reklama, ale naopak nabídka produktů, o které jste projevili zájem.<br><br>\r\n\r\nUžíváním těchto webových stránek souhlasíte s používáním cookies v souladu s vaším nastavením.</p><br />\r\n\r\n<h6>blokování cookies</h6>\r\n<p class=\"big\">Pokud s použitím cookies nesouhlasíte, můžete jejich ukládání zablokovat přímo ve vašem prohlížeči.<br>\r\n\r\nZde jsou odkazy na nastavení v jednotlivých prohlížečích: <br><br>\r\n\r\n<a href=\"httpss://support.google.com/accounts/answer/61416?hl=c\"; target=\"_blank\">Chrome</a></p>\r\n<a href=\"httpss://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop?redirectlocale=en-US&redirectslug=enable-and-disable-cookies-website-preferences\"; target=\"_blank\">Firefox</a></p>\r\n<a href=\"httpss://support.apple.com/guide/safari/manage-cookies-and-website-data-sfri11471/mac\"; target=\"_blank\">Safari</a></p>\r\n<a href=\"httpss://support.microsoft.com/cs-cz/help/17442/windows-internet-explorer-delete-manage-cookies\"; target=\"_blank\">Internet Explorer</a>\r\n</p><br />\nno-repeat;left top;;\nauto\n\nHeading\n<h2>POKUD MÁTE JAKÉKOLIV DALŠÍ DOTAZY,<br>\r\nRÁDI JE ZODPOVÍME</h2>\r\n[divider height=\"40\"]\r\n[button title=\"Napište nám nebo zavolejte\" link=\"https://wapejets.com/kontakt\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(8816, 598, 'rs_page_bg_color', '#ffffff'),
(8817, 598, '_wpb_vc_js_status', 'false'),
(8819, 598, '_webdados_fb_open_graph_specific_image', ''),
(8820, 598, '_webdados_fb_open_graph_specific_description', ''),
(8821, 598, '_dp_original', '387'),
(8822, 598, '_edit_lock', '1601994052:1'),
(8823, 598, '_edit_last', '1'),
(8824, 600, '_wp_page_template', 'default'),
(8825, 600, 'slide_template', 'default'),
(8826, 600, 'mfn-post-hide-content', '0'),
(8827, 600, 'mfn-post-custom-layout', '0'),
(8828, 600, 'mfn-post-slider', '0'),
(8829, 600, 'mfn-post-slider-layer', '0'),
(8830, 600, 'mfn-post-menu', '0'),
(8831, 600, 'mfn-post-one-page', '0'),
(8832, 600, 'mfn-post-hide-title', '1'),
(8833, 600, 'mfn-post-remove-padding', '1'),
(8834, 600, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxNjoiPGgyPkNPT0tJRVM8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiMTg4NDYzYjg3IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJxc281dzBzdnAiO3M6NDoic2l6ZSI7czo3OiJkaXZpZGVyIjtzOjU6Iml0ZW1zIjtzOjA6IiI7czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToidDAyOWlzZGY3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjVkd2NsemxxaiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiRmFrdG9yeSI7czo3OiJjb250ZW50IjtzOjE4MTk6IjxoMj5UaGlzIHdlYnNpdGUgdXNlcyBjb29raWVzPC9oMj4NCg0KPHAgY2xhc3M9ImJpZyI+Q29va2llcyBhcmUgc21hbGwgdGV4dCBmaWxlcyB0aGF0IGFyZSBzdG9yZWQgaW4geW91ciB3ZWIgYnJvd3NlciBhbmQgYXJlIGludGVuZGVkIHByaW1hcmlseSBmb3Igc3RhdGlzdGljcyBhbmQgbWVhc3VyZW1lbnRzLCBvciBmb3IgZGlzcGxheWluZyByZWxldmFudCBhZHZlcnRpc2luZyBvbiBhIHBhZ2UgdGhhdCByZWNvZ25pemVzIHNwZWNpZmljIGNvb2tpZXMuDQpUaGUgd2Vic2l0ZSB3d3cud2FwZWpldHMuY29tIHVzZXMgdHdvIHR5cGVzIG9mIGNvb2tpZXMgLSBwZXJtYW5lbnQgYW5kIGFkdmVydGlzaW5nLjwvcD48YnIgLz4NCg0KPGg2PnBlcm1hbmVudCBjb29raWVzPC9oNj4NCjxwIGNsYXNzPSJiaWciPlRoZSB1c2Ugb2YgcGVybWFuZW50IGNvb2tpZXMgYWxsb3dzIHVzIHRvIG1vbml0b3IgdGhlIG1vdmVtZW50IG9mIHVzZXJzIG9uIG91ciB3ZWJzaXRlIGNvbXBsZXRlbHkgYW5vbnltb3VzbHkgdG8gaW1wcm92ZSB0aGUgdXNlci1mcmllbmRsaW5lc3Mgb24gdGhlIGJhc2lzIG9mIHRoZSBvYnRhaW5lZCBpbmZvcm1hdGlvbi4gVGhlc2UgY29va2llcyBkbyBub3Qgc3RvcmUgYW55IHBlcnNvbmFsIGluZm9ybWF0aW9uLjwvcD48YnIgLz4NCg0KPGg2PmFkdmVydGlzaW5nIGNvb2tpZXM8L2g2Pg0KPHAgY2xhc3M9ImJpZyI+QWR2ZXJ0aXNpbmcgY29va2llcyBhcmUgdXNlZnVsIHdoZW4gYnJvd3NpbmcgdGhlIHZhcmlvdXMgd2Vic2l0ZXMgaW52b2x2ZWQgaW4gdGhlIGFkdmVydGlzaW5nIHN5c3RlbSBzbyB5b3UgZG8gbm90IHNlZSBnZW5lcmFsIGFkdmVydGlzaW5nIGJ1dCBvbiB0aGUgY29udHJhcnksIHRoZSBvZmZlciBvZiBwcm9kdWN0cyB0aGF0IHlvdSBhcmUgaW50ZXJlc3RlZCBpbi48YnI+PGJyPg0KDQpCeSB1c2luZyB0aGlzIHdlYnNpdGUsIHlvdSBhZ3JlZSB0byB0aGUgdXNlIG9mIGNvb2tpZXMgaW4gYWNjb3JkYW5jZSB3aXRoIHlvdXIgc2V0dGluZ3MuPC9wPjxiciAvPg0KDQo8aDY+YmxvY2tpbmcgY29va2llczwvaDY+DQo8cCBjbGFzcz0iYmlnIj5JZiB5b3UgZG8gbm90IGFncmVlIHdpdGggdGhlIHVzZSBvZiBjb29raWVzLCB5b3UgY2FuIGJsb2NrIHRoZWlyIHN0b3JhZ2UgZGlyZWN0bHkgaW4geW91ciBicm93c2VyLjxicj4NCg0KSGVyZSBhcmUgbGlua3MgdG8gc2V0dGluZ3MgaW4gaW5kaXZpZHVhbCBicm93c2VyczogPGJyPjxicj4NCg0KPGEgaHJlZj0iaHR0cHM6Ly9zdXBwb3J0Lmdvb2dsZS5jb20vYWNjb3VudHMvYW5zd2VyLzYxNDE2P2hsPWMiOyB0YXJnZXQ9Il9ibGFuayI+Q2hyb21lPC9hPjwvcD4NCjxhIGhyZWY9Imh0dHBzOi8vc3VwcG9ydC5tb3ppbGxhLm9yZy9lbi1VUy9rYi9lbmhhbmNlZC10cmFja2luZy1wcm90ZWN0aW9uLWZpcmVmb3gtZGVza3RvcD9yZWRpcmVjdGxvY2FsZT1lbi1VUyZyZWRpcmVjdHNsdWc9ZW5hYmxlLWFuZC1kaXNhYmxlLWNvb2tpZXMtd2Vic2l0ZS1wcmVmZXJlbmNlcyI7IHRhcmdldD0iX2JsYW5rIj5GaXJlZm94PC9hPjwvcD4NCjxhIGhyZWY9Imh0dHBzOi8vc3VwcG9ydC5hcHBsZS5jb20vZ3VpZGUvc2FmYXJpL21hbmFnZS1jb29raWVzLWFuZC13ZWJzaXRlLWRhdGEtc2ZyaTExNDcxL21hYyI7IHRhcmdldD0iX2JsYW5rIj5TYWZhcmk8L2E+PC9wPg0KPGEgaHJlZj0iaHR0cHM6Ly9zdXBwb3J0Lm1pY3Jvc29mdC5jb20vY3MtY3ovaGVscC8xNzQ0Mi93aW5kb3dzLWludGVybmV0LWV4cGxvcmVyLWRlbGV0ZS1tYW5hZ2UtY29va2llcyI7IHRhcmdldD0iX2JsYW5rIj5JbnRlcm5ldCBFeHBsb3JlcjwvYT4NCjwvcD48YnIgLz4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToiYTVmMmNmOWI3IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjQwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIyMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjAiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImI5OWMyZWUzOCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiI1YmQxNDUxNTYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMDc6IjxoMj5JRiBZT1UgSEFWRSBBTlkgTU9SRSBRVUVTVElPTlMsPGJyPg0KV0UnTEwgQkUgSEFQUFkgVE8gQU5TV0VSITwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlNlbmQgdXMgYSBtZXNzYWdlIG9yIGdpdmUgdXMgYSBjYWxsIiBsaW5rPSJodHRwOi8vd2FwZWpldHMuY29tL2NvbnRhY3QiIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMDoiNDBweCAwIDAgMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8835, 600, 'mfn-page-items-seo', 'Heading\n<h2>COOKIES</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nFaktory\n<h2>This website uses cookies</h2>\r\n\r\n<p class=\"big\">Cookies are small text files that are stored in your web browser and are intended primarily for statistics and measurements, or for displaying relevant advertising on a page that recognizes specific cookies.\r\nThe website www.wapejets.com uses two types of cookies - permanent and advertising.</p><br />\r\n\r\n<h6>permanent cookies</h6>\r\n<p class=\"big\">The use of permanent cookies allows us to monitor the movement of users on our website completely anonymously to improve the user-friendliness on the basis of the obtained information. These cookies do not store any personal information.</p><br />\r\n\r\n<h6>advertising cookies</h6>\r\n<p class=\"big\">Advertising cookies are useful when browsing the various websites involved in the advertising system so you do not see general advertising but on the contrary, the offer of products that you are interested in.<br><br>\r\n\r\nBy using this website, you agree to the use of cookies in accordance with your settings.</p><br />\r\n\r\n<h6>blocking cookies</h6>\r\n<p class=\"big\">If you do not agree with the use of cookies, you can block their storage directly in your browser.<br>\r\n\r\nHere are links to settings in individual browsers: <br><br>\r\n\r\n<a href=\"httpss://support.google.com/accounts/answer/61416?hl=c\"; target=\"_blank\">Chrome</a></p>\r\n<a href=\"httpss://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop?redirectlocale=en-US&redirectslug=enable-and-disable-cookies-website-preferences\"; target=\"_blank\">Firefox</a></p>\r\n<a href=\"httpss://support.apple.com/guide/safari/manage-cookies-and-website-data-sfri11471/mac\"; target=\"_blank\">Safari</a></p>\r\n<a href=\"httpss://support.microsoft.com/cs-cz/help/17442/windows-internet-explorer-delete-manage-cookies\"; target=\"_blank\">Internet Explorer</a>\r\n</p><br />\nno-repeat;left top;;\nauto\n\nHeading\n<h2>IF YOU HAVE ANY MORE QUESTIONS,<br>\r\nWE\'LL BE HAPPY TO ANSWER!</h2>\r\n[divider height=\"40\"]\r\n[button title=\"Send us a message or give us a call\" link=\"https://wapejets.com/contact\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(8836, 600, 'rs_page_bg_color', '#ffffff'),
(8837, 600, '_wpb_vc_js_status', 'false'),
(8838, 600, '_webdados_fb_open_graph_specific_image', ''),
(8839, 600, '_webdados_fb_open_graph_specific_description', ''),
(8841, 600, '_dp_original', '598'),
(8842, 600, '_edit_lock', '1595070509:1'),
(8843, 600, '_edit_last', '1'),
(8844, 602, '_wp_attached_file', '2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web.pdf'),
(8845, 603, '_wp_attached_file', '2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2.jpg'),
(8846, 603, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:859;s:4:\"file\";s:61:\"2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-1024x550.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-768x412.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:62:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-1536x825.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-260x140.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:59:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-50x27.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:60:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-140x75.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:59:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:59:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:62:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-1280x859.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:859;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:62:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:61:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-768x859.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:859;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:62:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-1600x750.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:61:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:62:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:59:\"7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2-20x11.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8847, 606, '_wp_attached_file', '2020/08/1969_crop.jpg'),
(8848, 606, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2020/08/1969_crop.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"1969_crop-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"1969_crop-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"1969_crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"1969_crop-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"1969_crop-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"1969_crop-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"1969_crop-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"1969_crop-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"1969_crop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"1969_crop-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:21:\"1969_crop-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:22:\"1969_crop-1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:21:\"1969_crop-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"1969_crop-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:19:\"1969_crop-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8849, 607, '_wp_attached_file', '2020/08/1089_crop.jpg'),
(8850, 607, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2020/08/1089_crop.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"1089_crop-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"1089_crop-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"1089_crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"1089_crop-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"1089_crop-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"1089_crop-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"1089_crop-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"1089_crop-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"1089_crop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"1089_crop-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:21:\"1089_crop-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:22:\"1089_crop-1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:21:\"1089_crop-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"1089_crop-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:19:\"1089_crop-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8851, 608, '_wp_attached_file', '2020/08/14223_0_800_1595281710_crop.jpg'),
(8852, 608, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:39:\"2020/08/14223_0_800_1595281710_crop.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"14223_0_800_1595281710_crop-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"14223_0_800_1595281710_crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"14223_0_800_1595281710_crop-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"14223_0_800_1595281710_crop-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"14223_0_800_1595281710_crop-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"14223_0_800_1595281710_crop-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"14223_0_800_1595281710_crop-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"14223_0_800_1595281710_crop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"14223_0_800_1595281710_crop-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"14223_0_800_1595281710_crop-768x682.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"14223_0_800_1595281710_crop-960x682.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"14223_0_800_1595281710_crop-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:37:\"14223_0_800_1595281710_crop-20x13.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8856, 613, '_menu_item_type', 'post_type'),
(8857, 613, '_menu_item_menu_item_parent', '0'),
(8858, 613, '_menu_item_object_id', '516'),
(8859, 613, '_menu_item_object', 'page'),
(8860, 613, '_menu_item_target', ''),
(8861, 613, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(8862, 613, '_menu_item_xfn', ''),
(8863, 613, '_menu_item_url', ''),
(8865, 613, 'menu-item-mfn-megamenu', ''),
(8866, 613, 'menu-item-mfn-bg', ''),
(8919, 618, '_wp_attached_file', '2020/08/Citation_Logitude_Image_12-1-1.jpg'),
(8920, 618, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:4:\"file\";s:42:\"2020/08/Citation_Logitude_Image_12-1-1.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Citation_Logitude_Image_12-1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Citation_Logitude_Image_12-1-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Citation_Logitude_Image_12-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Citation_Logitude_Image_12-1-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Citation_Logitude_Image_12-1-1-183x146.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1-1-50x40.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1-1-94x75.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:43:\"Citation_Logitude_Image_12-1-1-1280x860.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Citation_Logitude_Image_12-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:44:\"Citation_Logitude_Image_12-1-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"Citation_Logitude_Image_12-1-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:43:\"Citation_Logitude_Image_12-1-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:43:\"Citation_Logitude_Image_12-1-1-1280x750.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:42:\"Citation_Logitude_Image_12-1-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"Citation_Logitude_Image_12-1-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:13:\"Junebug Clark\";s:6:\"camera\";s:8:\"NIKON D4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1333348734\";s:9:\"copyright\";s:23:\"Cessna Aircraft Company\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8921, 620, '_wp_attached_file', '2020/08/0002.jpg'),
(8922, 620, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:16:\"2020/08/0002.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"0002-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"0002-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"0002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"0002-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"0002-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"0002-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:14:\"0002-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:15:\"0002-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:17:\"0002-1600x860.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:14:\"0002-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:14:\"0002-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:17:\"0002-1280x900.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:17:\"0002-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:16:\"0002-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:17:\"0002-1600x750.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:16:\"0002-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:17:\"0002-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:14:\"0002-20x11.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1572348004\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8923, 621, '_wp_attached_file', '2020/08/0002-1.jpg'),
(8924, 621, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:18:\"2020/08/0002-1.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"0002-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"0002-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"0002-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"0002-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"0002-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"0002-1-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:16:\"0002-1-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:17:\"0002-1-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:19:\"0002-1-1600x860.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:16:\"0002-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:16:\"0002-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:19:\"0002-1-1280x900.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:19:\"0002-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:18:\"0002-1-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:19:\"0002-1-1600x750.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:18:\"0002-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:19:\"0002-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"swift_performance_lazyload\";a:4:{s:4:\"file\";s:16:\"0002-1-20x11.jpg\";s:5:\"width\";i:20;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1572348004\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(8925, 80, 'swift-performance', 'a:2:{s:15:\"include-scripts\";a:1:{i:0;s:0:\"\";}s:14:\"include-styles\";a:1:{i:0;s:0:\"\";}}'),
(8926, 114, 'swift-performance', 'a:2:{s:15:\"include-scripts\";a:1:{i:0;s:0:\"\";}s:14:\"include-styles\";a:1:{i:0;s:0:\"\";}}'),
(8927, 625, '_wp_attached_file', '2020/09/Grey-Abstract-Wallpaper-07-1728x1080_flip.jpg'),
(8928, 625, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1080;s:4:\"file\";s:53:\"2020/09/Grey-Abstract-Wallpaper-07-1728x1080_flip.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:51:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:52:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:51:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:51:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:55:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-768x1080.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-1728x750.jpg\";s:5:\"width\";i:1728;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:53:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_flip-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8929, 626, '_wp_attached_file', '2020/09/Grey-Abstract-Wallpaper-07-1728x1080_footer.jpg'),
(8930, 626, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:360;s:4:\"file\";s:55:\"2020/09/Grey-Abstract-Wallpaper-07-1728x1080_footer.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-260x54.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:53:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-50x10.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:54:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-150x31.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:56:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-1630x360.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:53:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:53:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:56:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-1280x360.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:56:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-1280x360.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:55:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:55:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-960x360.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:56:\"Grey-Abstract-Wallpaper-07-1728x1080_footer-1200x360.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8932, 633, '_wp_attached_file', '2020/10/white-icon-8.jpg'),
(8933, 633, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2020/10/white-icon-8.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"white-icon-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"white-icon-8-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"white-icon-8-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:22:\"white-icon-8-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"white-icon-8-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"white-icon-8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8934, 634, '_wp_attached_file', '2020/10/clipart2569207_white.png'),
(8935, 634, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2020/10/clipart2569207_white.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"clipart2569207_white-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"clipart2569207_white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"clipart2569207_white-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"clipart2569207_white-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"clipart2569207_white-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"clipart2569207_white-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"clipart2569207_white-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8963, 638, '_seedprod_page', '1'),
(8964, 638, '_seedprod_page_uuid', '87485fff-2daf-4c2c-bea0-1a2a222756ad'),
(8965, 639, '_wp_attached_file', '2020/11/autasuper_logo_email_400.png'),
(8966, 639, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:89;s:4:\"file\";s:36:\"2020/11/autasuper_logo_email_400.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"autasuper_logo_email_400-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"autasuper_logo_email_400-150x89.png\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"autasuper_logo_email_400-260x58.png\";s:5:\"width\";i:260;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"autasuper_logo_email_400-50x11.png\";s:5:\"width\";i:50;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"autasuper_logo_email_400-150x33.png\";s:5:\"width\";i:150;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"autasuper_logo_email_400-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"autasuper_logo_email_400-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8967, 640, '_wp_attached_file', '2020/11/autasuper_logo_email_400@2x.png'),
(8968, 640, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:178;s:4:\"file\";s:39:\"2020/11/autasuper_logo_email_400@2x.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"autasuper_logo_email_400@2x-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"autasuper_logo_email_400@2x-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"autasuper_logo_email_400@2x-768x171.png\";s:5:\"width\";i:768;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"autasuper_logo_email_400@2x-260x58.png\";s:5:\"width\";i:260;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"autasuper_logo_email_400@2x-50x11.png\";s:5:\"width\";i:50;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"autasuper_logo_email_400@2x-150x33.png\";s:5:\"width\";i:150;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"autasuper_logo_email_400@2x-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"autasuper_logo_email_400@2x-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"autasuper_logo_email_400@2x-768x178.png\";s:5:\"width\";i:768;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8969, 641, '_wp_attached_file', '2020/11/as_wash_logo__email_400@2x.png'),
(8970, 641, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:178;s:4:\"file\";s:38:\"2020/11/as_wash_logo__email_400@2x.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"as_wash_logo__email_400@2x-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"as_wash_logo__email_400@2x-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"as_wash_logo__email_400@2x-768x171.png\";s:5:\"width\";i:768;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"as_wash_logo__email_400@2x-260x58.png\";s:5:\"width\";i:260;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"as_wash_logo__email_400@2x-50x11.png\";s:5:\"width\";i:50;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"as_wash_logo__email_400@2x-150x33.png\";s:5:\"width\";i:150;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"as_wash_logo__email_400@2x-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"as_wash_logo__email_400@2x-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"as_wash_logo__email_400@2x-768x178.png\";s:5:\"width\";i:768;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8971, 642, '_wp_attached_file', '2020/11/as_wash_logo_email_400.png'),
(8972, 642, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:89;s:4:\"file\";s:34:\"2020/11/as_wash_logo_email_400.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"as_wash_logo_email_400-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"as_wash_logo_email_400-150x89.png\";s:5:\"width\";i:150;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"as_wash_logo_email_400-260x58.png\";s:5:\"width\";i:260;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"as_wash_logo_email_400-50x11.png\";s:5:\"width\";i:50;s:6:\"height\";i:11;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"as_wash_logo_email_400-150x33.png\";s:5:\"width\";i:150;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"as_wash_logo_email_400-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"as_wash_logo_email_400-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8977, 646, '_wp_page_template', 'default'),
(8978, 646, 'slide_template', 'default'),
(8979, 646, 'mfn-post-hide-content', '0'),
(8980, 646, 'mfn-post-custom-layout', '0'),
(8981, 646, 'mfn-post-slider', '0'),
(8982, 646, 'mfn-post-slider-layer', '0'),
(8983, 646, 'mfn-post-menu', '3'),
(8984, 646, 'mfn-post-one-page', '0'),
(8985, 646, 'mfn-post-hide-title', '1'),
(8986, 646, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8987, 646, 'mfn-page-items', 'YToxMDp7aTowO2E6Mzp7czozOiJ1aWQiO3M6OToiOTc3NDMyNzYzIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czo2NjoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9mb290ZXIuanBnIjtzOjExOiJiZ19wb3NpdGlvbiI7czoxODoibm8tcmVwZWF0O2NlbnRlcjs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiODAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjQwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIzZTBkZDFlNmYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToidDR5ZGg4Zm52IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MTY6IjxoMj5TTFXFvUJZPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6IjQzdnNzeGIydSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiODAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxdzdhcjBvaDciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiNGlrdDN5d3N5IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxOToiUm96ZMSbbGVuw60gc2x1xb5lYiI7czo3OiJjb250ZW50IjtzOjQzNToiW2J1dHRvbiB0aXRsZT0iUFJPTsOBSkVNIExFVEFERUwiIGxpbms9Imh0dHBzOi8vd2FwZWpldHMuY29tL2NzL3Byb25hamVtLWxldGFkZWwvIiBjb2xvcj0idGhlbWUiIHNpemU9IjQiICBmb250LXNpemU9IjE2Il0NCltidXR0b24gdGl0bGU9IlBST0RFSiBMRVRBREVMIiBsaW5rPSJodHRwczovL3dhcGVqZXRzLmNvbS9jcy9wcm9kZWotbGV0YWRlbC8iICBjb2xvcj0idGhlbWUiICBzaXplPSI0IiBdDQpbYnV0dG9uIHRpdGxlPSJQT1JBREVOU1RWw40iIGxpbms9Imh0dHBzOi8vd2FwZWpldHMuY29tL3BvcmFkZW5zdHZpIiBjb2xvcj0idGhlbWUiIHNpemU9IjQiIF0NCltidXR0b24gdGl0bGU9IlRSQVZFTCBNQU5BR0VNRU5UIiBsaW5rPSJodHRwczovL3dhcGVqZXRzLmNvbS90cmF2ZWwtbWFuYWdlbWVudCIgY29sb3I9InRoZW1lIiAgc2l6ZT0iNCIgXTwvaDQ+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImJiNTBmNTMyYSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjYwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6OToiYnJva2VyYWdlIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToibDd2Y3Y5cDIxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czoxMzoiZmFuY3lfaGVhZGluZyI7czozOiJ1aWQiO3M6OToiOHg2N2ZoMDhxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6InRpdGxlIjtzOjA6IiI7czoyOiJoMSI7czoxOiIwIjtzOjc6ImNvbnRlbnQiO3M6MTEwOiI8aDM+VsOdSE9EWSBMw4lUw4FOw40gU09VS1JPTcOdTSBMRVRBRExFTSA8YnI+PC9oMz4NCjxoND52ZXJzdXM8L2g0Pg0KPGgzPkJVU0lORVNTIENMQVNTIEEgUFJWTsONIFTFmMONREE8L2gzPiI7czo1OiJzdHlsZSI7czo0OiJpY29uIjtzOjQ6Imljb24iO3M6MDoiIjtzOjY6InNsb2dhbiI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjRiYjNiZDM2NyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJiejVidGJnMGQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjE3NzI6IjxwIGNsYXNzPSJiaWciPkzDqXTDoW7DrSBzb3Vrcm9tw71tIGxldGFkbGVtIHYgc29ixJsgc2vDvXTDoSBtbm9obyB2w71ob2QsIGt0ZXLDqSBwb2PDrXTDrXRlIHXFviBwxZlpIHBydm7DrW0gbGV0dS4gPC9wPg0KDQo8cCBjbGFzcz0iYmlnIj5aw6FzYWRuw60gcm96ZMOtbCBqZSB2IHRvbSwgxb5lIG5hxaFlIDxzdHJvbmc+bGV0YWRsYSDEjWVrYWrDrSB2xb5keSBuYSBWw6FzPC9zdHJvbmc+LCBuZSBWeSBuYSBuxJsuIEpzdGUgdG8gcHLDoXbEmyBWeSwga2RvIHVyxI11amUsIGtkeSBhIHYga29saWsgaG9kaW4gb2RsZXTDrXRlIGRvIGpha8OpIGRlc3RpbmFjZS4gUG9rdWQgc2UgVsOhbSB6bcSbbsOtIHBsw6FueSwgemFqaXN0w61tZSBWw6FtIG5vdsO9IGhhcm1vbm9ncmFtIGRsZSBWYcWhZWhvIHDFmcOhbsOtIGEgbGV0YWRsbyBzZSBtdSBwxZlpenDFr3NvYsOtLiBLcm9txJsgdG9obyBwcml2w6F0bsOtIGxldGFkbGEgbW9ob3UgZMOta3kgc3bDqSB2ZWxpa29zdGkgYSB0ZWNobmlja8O9bSBwYXJhbWV0csWvbSBwxZlpc3TDoXQgdGFrw6kgbmEgbGV0acWhdMOtY2gsIGthbSBixJvFvm7DqSBsaW5reSBuZXNtxJtqw60uIFogdG9ob3RvIGTFr3ZvZHUgc2UgdsW+ZHkgPHN0cm9uZz5tYXhpbcOhbG7EmyBwxZlpYmzDrcW+w610ZSBWYcWhw60gY8OtbG92w6kgZGVzdGluYWNpPC9zdHJvbmc+LCB0YWvFvmUgc2UgdHJhbnNmZXIgcG8gemVtaSB2w71yYXpuxJsgemtyw6F0w60uIFBva3VkIGJ5c3RlIHNuYWQgdXDFmWVkbm9zdG5pbGkgaGVsaWtvcHTDqXJ1LCB2ZSBXQVBFIEpFVFMgc2UgcG9zdGFyw6FtZSBpIG8gdHV0byBtb8W+bm9zdCBwxZllcHJhdnkuICA8L3A+DQoNCjxwIGNsYXNzPSJiaWciPlBva3VkIGpzdGUgcMWZw616bml2Y2kgcnljaGzDqWhvIG9kYmF2ZW7DrSwgYnVkZXRlIGppc3TEmyBuYWTFoWVuaSB6IHRvaG8sIMW+ZSBtxa/FvmV0ZSA8c3Ryb25nPnDFmWlqZXQgbmEgbGV0acWhdMSbIDE1LTIwIG1pbnV0PC9zdHJvbmc+IHDFmWVkIG9kbGV0ZW0gYSB6YSBhc2lzdGVuY2UgcG9zw6Fka3ksIGt0ZXLDoSBWw6FtIG9jaG90bsSbIHBvbcWvxb5lIHMgcMWZw61wYWRuw71taSB6YXZhemFkbHksIHByb2pkZXRlIGJlenBlxI1ub3N0bsOtIGtvbnRyb2xvdSB2eWhyYXplbm91IHBybyBWSVAga2xpZW50eSAoxI1hc3RvIHNlIGplZG7DoSBvIGNlbMO9IHRlcm1pbsOhbCB0enYuIEdBVCkgcMWZw61tbyBrIFZhxaFlbXUgbGV0YWRsdS4gIDwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+PHN0cm9uZz5Qb8SNZXQgZGVzdGluYWPDrTwvc3Ryb25nPiwga3RlcsOpIG5hdsWhdMOtdsOtdGUgYsSbaGVtIGplZG5vaG8gbmVibyB2w61jZSBkbsWvIHrDoXZpc8OtIHBvdXplIG5hIFbDoXMuIFYgcMWZw61wYWTEmyBzbHXFvmVibsOtY2ggY2VzdCBqZSBixJvFvm7DqSB6YWxldMSbdCBuYSAyIGHFviAzIHLFr3puw6EgbcOtc3RhIHYgb2RsacWhbsO9Y2ggemVtw61jaC4gPHN0cm9uZz7EjGFzb3bDoSBmbGV4aWJpbGl0YTwvc3Ryb25nPiBzb3Vrcm9tw71jaCBsZXRhZGVsIGplIHYgdGFrb3bDqW0gcMWZw61wYWTEmyBuYW5lanbDvcWhIG9jZcWIb3bDoW5hLiBWZWxtaSDEjWFzdG8gc2UgdSBrbGFzaWNrw71jaCBhZXJvbGluZWsgc3TDoXbDoSwgxb5lIG5lbmFqZGV0ZSB2aG9kbsO9IG5hdmF6dWrDrWPDrSBzcG9qLCBhIHRhayBqc3RlIG51Y2VuaSBjZXN0b3ZhdCBzIMSNYXNvdm91IHp0csOhdG91IG5lYm8gZG9rb25jZSB2eWRhdCBkYWzFocOtIG7DoWtsYWR5IHphIGhvdGVsIGEgcG96ZW1uw60gdHJhbnNmZXJ5Lg0KIjtzOjU6ImFsaWduIjtzOjc6Imp1c3RpZnkiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ1ZzJndTEyNGgiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjEzOTU6IjxwIGNsYXNzPSJiaWciPjxzdHJvbmc+RGlza3LDqXRub3N0PC9zdHJvbmc+IGplIHUgV0FQRSBKRVRTIG5hIHBydm7DrW0gbcOtc3TEmy4gTcWvxb5ldGUgc2kgcHJvdG8gYsO9dCBqaXN0w60sIMW+ZSBzZSBwb3N0YXLDoW1lIG8gdG8sIGFieXN0ZSBzZSB2xb5keSBhIHbFoXVkZSB2IHRvbXRvIG9obGVkdSBjw610aWxpIGJlenBlxI1uxJsuICA8L3A+DQoNCjxwIGNsYXNzPSJiaWciPk5hIHBhbHVixJsga2xhc2lja8O9Y2ggYWVyb2xpbmVrIGNlc3R1amV0ZSB2IHBydm7DrSB0xZnDrWTEmyBpIGJ1c2luZXNzIGNsYXNzIHMgcGFzYcW+w6lyeSwga3RlcsOpIG5lem7DoXRlLiBVIHNvdWtyb23DvWNoIGxldGFkbGVjaCBqc3RlIHRvIHZ5LCBrZG8gdXLEjXVqZSBwb8SNZXQgaSBzbG/FvmVuw60gY2VzdHVqw61jw61jaC4gUHJvdG8gcG9sZXTDrXRlIHBva2HFvmTDqSBwb3V6ZSBzIHTEm21pLCBzZSBrdGVyw71taSBidWRldGUgY2h0w610IHByw6F2xJsgVnkuIEplIHRvIHBvaG9kbMOtIDxzdHJvbmc+c291a3JvbcOtPC9zdHJvbmc+IGLEm2hlbSBjZWzDqWhvIGxldHUsIGt0ZXLDqSBWw6FtIGhvIHXEjWluw60gamXFoXTEmyBwxZnDrWplbW7Em2rFocOtbS4gIDwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+UG9rdWQganN0ZSBzaSBuxJtrZHkgbMOhbWFsaSBobGF2dSBuYWQgPHN0cm9uZz5jYXRlcmluZ2VtPC9zdHJvbmc+IHogZMWvdm9kdSBwb3RyYXZpbm92w71jaCBpbnRvbGVyYW5jw60gbmVibyBqZWRub2R1xaFlIHByb3RvLCDFvmUgbcOhdGUgdnl0xZnDrWJlbsO9IHZrdXMsIGplIHBybyB2w6FzIHByaXbDoXRuw60gbGV0YWRsbyBpZGXDoWxuw61tIGNlc3Rvdm7DrW0gbsOhc3Ryb2plbS4gTmEgcGFsdWLEmyBuYcWhaWNoIGxldGFkZWwgc2UgbyBrbGllbnR5IHN0YXLDoW1lIGkgdiB0b210byBvaGxlZHUgYSByw6FkaSBWw6FtIHphamlzdMOtbWUgb2Qgc3RlYWt1IHDFmWVzIG1vxZlza8OpIHBsb2R5IHBvIGTEm3Rza8OhIGrDrWRsYSB0w6ltxJvFmSBjb2tvbGkuIE1vxb5ub3N0aSBwxZnDrXByYXZ5IHBva3Jtxa8gdXLEjXVqZSBwb3V6ZSB2ZWxpa29zdCBhIHZ5YmF2ZW5vc3QgbGV0YWRsYS4gPC9wPg0KDQo8cCBjbGFzcz0iYmlnIj5OZWTDrWxub3Ugc291xI3DoXN0w60gVmHFoWVobyDFvml2b3RhIG1vaG91IGLDvXQgdGFrw6kgPHN0cm9uZz5kb23DoWPDrSBtYXpsw63EjWNpPC9zdHJvbmc+LCBrdGXFmcOtIGpzb3UgenZ5a2zDrSBsw6l0YXQgcyBWw6FtaS4gTmEgcGFsdWLEmyBzb3Vrcm9tw71jaCBsZXRhZGVsIFbDoXMgZG9wcm92b2TDrSBhxb4gbmEgbmkgYSBWeSBidWRldGUgbW9jdCBiw710IHYga2xpZHUsIMW+ZSBpIG8gdG9ob3RvIMSNbGVuYSBWYcWhw60gcm9kaW55IGplIGLEm2hlbSBsZXR1IGRvYsWZZSBwb3N0YXLDoW5vLiAgPC9wPiI7czo1OiJhbGlnbiI7czo3OiJqdXN0aWZ5IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiejhrczY3eXBlIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxOToiT2Rwb3bEm2RpIG5hIGRvdGF6eSI7czo3OiJjb250ZW50IjtzOjg2OiI8YSBocmVmPSJodHRwOi8vd2FwZWpldHMuY29tL2ZhcSI+PGg1Pj4gT2Rwb3bEm2RpIG5hIG5lasSNYXN0xJtqxaHDrSBkb3Rhenk8L2g1PjwvYT4NCiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YTozOntzOjM6InVpZCI7czo5OiJnaTBhc3BmY3AiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo4OiJwb3B0YXZrYSI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJqbmtiOHdjYmgiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZjFtd2F2b3I1IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MzU6IjxoND5ORVrDgVZBWk7DgSBQT1BUw4FWS0EgTEVUVTwvaDQ+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToic2ZqOGkzZHd3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoyMToiTmV6w6F2YXpuw6EgcG9wdMOhdmthIjtzOjc6ImNvbnRlbnQiO3M6MzU6IltjYWxkZXJhX2Zvcm0gaWQ9IkNGNWVkMTY5OTAzMmUwNCJdIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjNzaGFsZ3B2MSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NDoiQ2VueSI7czo3OiJjb250ZW50IjtzOjEwNzoiPGEgaHJlZj0iaHR0cDovL3dhcGVqZXRzLmNvbS9mYWt0b3J5LWxldHUvIj48aDU+PiBGYWt0b3J5IG92bGl2xYh1asOtY8OtIGNlbnUgc291a3JvbcOpaG8gbGV0dTwvaDU+PC9hPg0KDQoiO3M6NToiYWxpZ24iO3M6NDoibGVmdCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MzthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImZyeHNzb2w4cSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NDoiQ2VueSI7czo3OiJjb250ZW50IjtzOjg4OiI8YSBocmVmPSJodHRwOi8vd2FwZWpldHMuY29tL2ZhcSI+PGg1Pj4gT2Rwb3bEm2RpIG5hIG5lasSNYXN0xJtqxaHDrSBkb3Rhenk8L2g1PjwvYT4NCg0KIjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czo0OiIzMHB4IjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mzp7czozOiJ1aWQiO3M6OToiY3Azbmd1em0yIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NToia29uZWMiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiZHBxb2Jhc3dkIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImxtcHdrcmdpYyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIxOiI8aDQ+VElQWSBOQSBMRVRZPC9oND4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMzBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToiMzU5ZDlpNGYyIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjcyOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L21vbmFjby0yLTE5MjB4ODAwXzFfMS5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjM3OiJBWlVST1bDiSBQT0LFmEXFvcONPGJyPi0gTmljZSwgTW9uYWNvIjtzOjc6ImNvbnRlbnQiO3M6MTE4OiJDZXNzbmEgTXVzdGFuZywgNCBvc29ieSBvZCA2LjcwMCBFVVI8YnI+DQpQaGVub20gMTAwLCA0IG9zb2J5IG9kIDcuMzAwIEVVUjxicj4NCkNlc3NuYSBFeGNlbCwgOCBvc29iIG9kIDExLjEwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiJ1amRzZWV5MGsiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6NTY6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvaW1hZ2UuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czozMjoiQlVTSU5FU1MgQSBTSE9QUElORzxicj4tIExvbmTDvW4iO3M6NzoiY29udGVudCI7czo3ODoiQ2Vzc25hIENKIDIsIDYgb3NvYiBvZCAxMC41MDAgRVVSPGJyPg0KQ2Vzc25hIEV4Y2NlbCwgOCBvc29iIG9kIDEyLjgwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiI0MGp6bmFobzUiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6ODM6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvMDA0Njg2YzYxNGQyOGFjYjFhZDA0ODFmYmMxZjExNjQuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo0MzoiT1BFUkEgViBNSUzDgU7EmiA8YnI+LSB6w6HFvml0ZWsgeiBMYSBTY2FseSI7czo3OiJjb250ZW50IjtzOjczOiJQaGVub20gMTAwLCA0IG9zb2J5IG9kIDYuNjAwIEVVUjxicj4NCkNlc3NuYSBDSjIsIDYgb3NvYiBvZCA4LjcwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiOXdzcGtqZmp4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6ImVjNzA1b2NtMCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czo5ODoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9wYXJpcy1mcmFuY2UtdmFudGluZXMtZGF5LXJvbWFudGljLWhvdGVsLWd1aWRlcy5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjQ3OiJCQULDjSBMw4lUTyBWIFBBxZjDjcW9STxicj4tIHJvbWFudGlja8O9IHbDvWxldCI7czo3OiJjb250ZW50IjtzOjc3OiJDZXNzbmEgTXVzdGFuZywgNCBvc29ieSBvZCA2LjkwMCBFVVI8YnI+DQpDZXNzbmEgQ0oyLCA2IG9zb2Igb2QgOS4wMDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjE4OiJteS1jbGFzcy1iaWctZm9udCAiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToiNWYzZzFvZmhmIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjg1OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1LzE0ODA0MzYxNjUtdmllbm5hLWNocmlzdG1hcy1tYXJrZXQuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo0MzoiVsOBTk/EjE7DjSBWw41ERcWHPGJyPi0gb2tvdXpsdWrDrWPDrSBwb2J5dCI7czo3OiJjb250ZW50IjtzOjExNDoiQ2Vzc25hIE11c3RhbmcsIDQgb3NvYnkgb2QgMy45MDAgRVVSPGJyPg0KSG9uZGEgSmV0LCA0IG9zb2J5IG9kIDQuMTAwIEVVUjxicj4NCkNlc3NuYSBDSjMsIDYgb3NvYiBvZCA0LjIwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6Ijc3OTlmY2c0cSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czoxMTI6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvdzgwMF8yMDE4LTAzLTE1LTAzLTE3LTMzLTljOThhZmYzYjM1Yzg2MGZkODk0ZjYzMWVkMDM2MWM2X3dlYi5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjQ1OiJMWcW9T1bDgU7DjSBWIEFMUMOBQ0g8YnI+LSBqw616ZGEgdiBOYXNzZmVsZHUiO3M6NzoiY29udGVudCI7czoxMDg6IkNlc3NuYSBDSjMsIDYgb3NvYiBvZCAxMC4xMDAgRVVSPGJyPg0KTmV4dGFudCwgNiBvc29iIG9kIDExLjI1MCBFVVI8YnI+DQpTb3ZlcmVpZ24sIDYgb3NvYiBvZCAxNS45MDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6NDp7czozOiJ1aWQiO3M6OToiaWQ0MmgwYzRtIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im9mdTFzeDhtYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NDoiQ2VueSI7czo3OiJjb250ZW50IjtzOjQwOiIqVsWhZWNobnkgY2VueSBqc291IHBvxI3DrXTDoW55IHogUHJhaHkuIjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMjBweCI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDQwcHggMCA0MHB4IjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjU7YTozOntzOjM6InVpZCI7czo5OiJhY2MxMDc4YTEiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxMDJlYzNkNTAiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibHE5dHdxNzAwIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxOToiUG9yYWRlbnN0dsOtIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjYyOToiPGg0PlByb2RlaiBsZXRhZGVsPC9oND4NCjxwIGNsYXNzPSJiaWciPlprdcWhZW7DvSB0w71tIHNwb2xlxI1ub3N0aSBXQVBFIEpFVFMgVsOhcyBwcm92ZWRlIHNsb8W+aXTDvW0gcHJvY2VzZW0gbsOha3VwdSBsZXRhZGxhLg0KUG8gcHJ2b3Ruw61tIHbDvWLEm3J1IGxldGFkbGEgVsOhbSBwb23Fr8W+ZW1lIHMgcMWZw61wcmF2b3UgY2Vub3bDqSBuYWLDrWRreSBhIHZ5amVkbsOhdsOhbsOtbSBvIHBvZG3DrW5rw6FjaCBuw6FrdXB1LiBOw6FzbGVkbsSbIFbDoW0gcG9txa/FvmVtZSBzIHDFmWl6cMWvc29iZW7DrW0gbGV0YWRsYSB2YcWhaW0gcG/FvmFkYXZrxa9tLCBzIGRvZMOhbsOtbSwgcmVnaXN0cmFjw60gYSBhZG1pbmlzdHJhdGl2b3Ugc3BvamVub3UgcyB2bGFzdG5pY3R2w61tLjxicj48YnI+DQoNCi0gdsO9YsSbciBsZXRhZGxhPGJyPg0KLSBjZW5vdsOhIG5hYsOtZGthIGEgcG9kbcOtbmt5IG7DoWt1cHU8YnI+DQotIHZ5amVkbsOhdsOhbsOtIG8ga29uZcSNbsOpIHBvZG9ixJsgbsOha3VwdTxicj4NCi0gZG9kw6Fuw60sIGRva3VtZW50YWNlLCB1emF2xZllbsOtIG7DoWt1cHU8YnI+DQotIHJlZ2lzdHJhY2UgYSBhZG1pbmlzdHJhdGl2YSBzcG9qZW7DoSBzIHZsYXN0bmljdHbDrW08L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI4MDIxNDYzNWMiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiI3dno5azI1MnkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo3NToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8wMDlfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo2O2E6Mzp7czozOiJ1aWQiO3M6OToiMDgwNTM3MzQ5IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czoxMToicG9yYWRlbnN0dmkiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiZmJmYjkzNjA2IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiNjFjNWI5NjIxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NzY6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvQ2l0YXRpb25fTG9naXR1ZGVfSW1hZ2VfOS5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiNGUyMjFlYTQzIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImFka3lnZDZicCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTI6IlBvcmFkZW5zdHbDrSI7czo3OiJjb250ZW50IjtzOjU5MDoiPGg0PlBvcmFkZW5zdHbDrTwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5Mw6l0YSB6a3XFoWVub3N0w60gdiBvYmxhc3RpIGJ1c2luZXNzIGF2aWF0aW9uIGplIGplZG5vdSB6IHbDvWhvZCwgZMOta3kgbsOtxb4gVsOhbSBuYcWhZSBzcG9sZcSNbm9zdCBwb23Fr8W+ZQ0Kb2JqZXZpdCB2w71ob2R5IHByb27DoWptdSDEjWkgdmxhc3RuaWN0dsOtIGxldGFkbGE6IHNvdWtyb23DrSwga29tZm9ydCwgYmV6cGXEjW5vc3QgYSBzYW1vesWZZWptxJsgZmxleGliaWxpdHUuPGJyPg0KSmVzdGxpxb5lIHDFmWVtw73FoWzDrXRlIG8gdG9tLCDFvmUgc2kgcG/FmcOtZMOtdGUgbGV0YWRsbyBuZWJvIGNoY2V0ZSB6bcSbbml0IHN0w6F2YWrDrWPDrSBtb2RlbCB6YSBub3bEm2rFocOtLCBhYnkgc3bDvW1pIHBhcmFtZXRyeSB2eWhvdm92YWxvIFZhxaFpbSBwb3TFmWViw6FtIGEgcm96cG/EjXR1LCByw6FkaSBWw6FtIG9iamFzbsOtbWUga2xhZHkgaSB6w6Fwb3J5IHZsYXN0bmljdHbDrSBsZXRhZGxhIHYgcG9yb3Zuw6Fuw60gcyBqZWhvIHBvZMOtbG7DvW0gdmxhc3RuaWN0dsOtbSwgbGVhc2luZ2VtIGEgbW/Fvm5vc3RtaSBwcm9uw6FqbXUuPC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibmtoc3dqNDNiIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxOToiUG9yYWRlbnN0dsOtIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjM3MDoiPHAgY2xhc3M9ImJpZyI+LSBkZXRhaWxuw60gcG9yb3Zuw6Fuw60gdmhvZG7DvWNoIGxldGFkZWw8YnI+DQotIHpob2Rub2NlbsOtIHBsbsOpaG8gdmxhc3RuaWN0dsOtIGxldGFkbGEgdsWvxI1pIGppbsO9bSBtb8W+bm9zdGVtIG5hcMWZLiBwcm9uw6FqbXU8YnI+DQotIHN0YW5vdmVuw60gdGVjaG5pY2vDvWNoIGEgcHJvdm96bsOtY2ggcGFyYW1ldHLFryBsZXRhZGxhIGEgcm96cG/EjXR1PGJyPg0KLSB2eXN2xJt0bGVuw60gdsWhZWNoIG7DoWtsYWTFryBzb3V2aXNlasOtY8OtY2ggcyB2bGFzdG5pY3R2w61tIGEgcHJvdm96b3bDoW7DrW0gbGV0YWRsYTxicj4NCi0gdGlweSBhIHRha3RpY2vDqSByYWR5IHBybyBuw6FrdXAgbGV0YWRsYTwvcD4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo3O2E6Mzp7czozOiJ1aWQiO3M6OToiMnR5dXBscDNxIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czoxMDoibWFuYWdlbWVudCI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJueW43MDU4YWciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToid21uMTlscHNxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNzoiVHJhdmVsIE1hbmFnZW1lbnQiO3M6NzoiY29udGVudCI7czo1ODU6IjxoND5UcmF2ZWwgTWFuYWdlbWVudDwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5OYcWhZSBzcG9sZcSNbm9zdCBXQVBFIEpFVFMgbXlzbMOtIG5hIGthxb5kw70gZGV0YWlsLCBhIHByb3RvIHBybyBWw6FzIHYgcsOhbWNpIG5hxaFlaG8gVHJhdmVsIG1hbmFnZW1lbnR1IHphamlzdMOtbWUgaSBkYWzFocOtIHNsdcW+YnkgbmEgVmHFocOtIGNlc3TEmy4gUG9rdWQgc2UgcG90xZllYnVqZXRlIHBvaG9kbG7EmyBkb3ByYXZpdCBuYSBsZXRpxaF0xJsgbmVibyB6IG7Em2osIGxpbXV6w61ub3UgxI1pIGhlbGlrb3B0w6lyb3UgbmEgamFrw6lrb2xpIG3DrXN0bywgcMWZw61wYWRuxJsgc2kgcHJvbmFqbW91dCB5YWNodHUgYSBwbGF2aXQgc2UgcyBuw60gcG8gdMSbY2ggbmVqa3LDoXNuxJtqxaHDrWNoIG1vxZnDrWNoIG5lYm8gc2kgemFsZXTEm3QgbmEgb2plZGluxJtsw70ga29uY2VydCwganNtZSB0YWR5IHBybyBWw6FzLiBaYWppc3TDrW1lIGNlbMO9IHByb2dyYW0gVmHFocOtIGRvdm9sZW7DqSBhIHBvc3RhcsOhbWUgc2UgbyB0bywgYWJ5c3RlIHNpIGppIHXFvmlsaSB2IHTDqSBuZWp2ecWhxaHDrSBtb8W+bsOpIG3DrcWZZS4gPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIxNzJ5dDN4ZDUiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE3OiJUcmF2ZWwgTWFuYWdlbWVudCI7czo3OiJjb250ZW50IjtzOjE2NzoiPHAgY2xhc3M9ImJpZyI+RMOta3kgbmHFoWVtdSB0w71tdSBhIGRsb3Vob2xldMO9bSBwcm92xJvFmWVuw71tIHBhcnRuZXLFr20gVsOhbSBzcGxuw61tZSBrYcW+ZMOpIFZhxaFlIHDFmcOhbsOtLiBKc21lIHpkZSBwcm8gVsOhcyAyNGggZGVubsSbIDcgZG7DrSB2IHTDvWRudS4gDQo8L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiZjZzYnRnZTF5IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToic25tb2tuZW90IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NTY6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA4LzAwMDIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjg7YTozOntzOjM6InVpZCI7czo5OiJtd2Zvazl3eWQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiODAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjQwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI1cHI4YmszNXQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToic2VxYjdmbGtzIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MjI0OiI8aDI+Qk9NQkFSRElFUiwgQ0VTU05BLCBEQVNTQVVMVCw8YnIgLz4NCkVNQlJBRVIsIEdVTEZTVFJFQU0sIEhPTkRBIEpFVDxiciAvPjwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlBvZMOtdmVqdGUgc2UgbmEgbmFiw61ka3UgbmHFoWljaCBsZXRhZGVsIiBsaW5rPSJodHRwOi8vd2FwZWpldHMuY29tL2dhbGVyaWUiIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6OTthOjM6e3M6MzoidWlkIjtzOjk6ImJwa3pnbTYzeCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxeWkzMTBiOXAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZmQxcHpocmlrIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo1MTQ6IjxoNT5QxZjDjUtMQURPVsOJIEtBTEtVTEFDRSBKRVTFrjwvaDU+DQo8cCBjbGFzcz0iYmlnIj5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24gdWxsYW1jbyBsYWJvcmlzIG5pc2kgdXQgYWxpcXVpcCBleCBlYSBjb21tb2RvIGNvbnNlcXVhdC4gPGJyPg0KRHVpcyBhdXRlIGlydXJlIGRvbG9yIGluIHJlcHJlaGVuZGVyaXQgaW4gdm9sdXB0YXRlIHZlbGl0IGVzc2UgY2lsbHVtIGRvbG9yZSBldSBmdWdpYXQgbnVsbGEgcGFyaWF0dXIuIEV4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWEgZGVzZXJ1bnQgbW9sbGl0IGFuaW0gaWQgZXN0IGxhYm9ydW0uPC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZTg2Nzdqa3M3IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo1MjI6IjxoNT5Ww51IT0RZIEEgTkVWw51IT0RZIFZMQVNUTklDVFbDjSBKRVRVPC9oNT4NCjxwIGNsYXNzPSJiaWciPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLiBVdCBlbmltIGFkIG1pbmltIHZlbmlhbSwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0LiA8YnI+DQpEdWlzIGF1dGUgaXJ1cmUgZG9sb3IgaW4gcmVwcmVoZW5kZXJpdCBpbiB2b2x1cHRhdGUgdmVsaXQgZXNzZSBjaWxsdW0gZG9sb3JlIGV1IGZ1Z2lhdCBudWxsYSBwYXJpYXR1ci4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IG5vbiBwcm9pZGVudCwgc3VudCBpbiBjdWxwYSBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXQgYW5pbSBpZCBlc3QgbGFib3J1bS48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8988, 646, 'mfn-page-items-seo', 'Heading\n<h2>SLUŽBY</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nRozdělení služeb\n[button title=\"PRONÁJEM LETADEL\" link=\"https://wapejets.com/cs/pronajem-letadel/\" color=\"theme\" size=\"4\" font-size=\"16\"]\r\n[button title=\"PRODEJ LETADEL\" link=\"https://wapejets.com/cs/prodej-letadel/\" color=\"theme\" size=\"4\" ]\r\n[button title=\"PORADENSTVÍ\" link=\"https://wapejets.com/poradenstvi\" color=\"theme\" size=\"4\" ]\r\n[button title=\"TRAVEL MANAGEMENT\" link=\"https://wapejets.com/travel-management\" color=\"theme\" size=\"4\" ]</h4>\ncenter\nno-repeat;left top;;\nauto\n\n<h3>VÝHODY LÉTÁNÍ SOUKROMÝM LETADLEM <br></h3>\r\n<h4>versus</h4>\r\n<h3>BUSINESS CLASS A PRVNÍ TŘÍDA</h3>\nicon\n\nBrokerage\n<p class=\"big\">Létání soukromým letadlem v sobě skýtá mnoho výhod, které pocítíte už při prvním letu. </p>\r\n\r\n<p class=\"big\">Zásadní rozdíl je v tom, že naše <strong>letadla čekají vždy na Vás</strong>, ne Vy na ně. Jste to právě Vy, kdo určuje, kdy a v kolik hodin odletíte do jaké destinace. Pokud se Vám změní plány, zajistíme Vám nový harmonogram dle Vašeho přání a letadlo se mu přizpůsobí. Kromě toho privátní letadla mohou díky své velikosti a technickým parametrům přistát také na letištích, kam běžné linky nesmějí. Z tohoto důvodu se vždy <strong>maximálně přiblížíte Vaší cílové destinaci</strong>, takže se transfer po zemi výrazně zkrátí. Pokud byste snad upřednostnili helikoptéru, ve WAPE JETS se postaráme i o tuto možnost přepravy. </p>\r\n\r\n<p class=\"big\">Pokud jste příznivci rychlého odbavení, budete jistě nadšeni z toho, že můžete <strong>přijet na letiště 15-20 minut</strong> před odletem a za asistence posádky, která Vám ochotně pomůže s případnými zavazadly, projdete bezpečnostní kontrolou vyhrazenou pro VIP klienty (často se jedná o celý terminál tzv. GAT) přímo k Vašemu letadlu. </p>\r\n\r\n<p class=\"big\"><strong>Počet destinací</strong>, které navštívíte během jednoho nebo více dnů závisí pouze na Vás. V případě služebních cest je běžné zaletět na 2 až 3 různá místa v odlišných zemích. <strong>Časová flexibilita</strong> soukromých letadel je v takovém případě nanejvýš oceňována. Velmi často se u klasických aerolinek stává, že nenajdete vhodný navazující spoj, a tak jste nuceni cestovat s časovou ztrátou nebo dokonce vydat další náklady za hotel a pozemní transfery.\njustify\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<p class=\"big\"><strong>Diskrétnost</strong> je u WAPE JETS na prvním místě. Můžete si proto být jistí, že se postaráme o to, abyste se vždy a všude v tomto ohledu cítili bezpečně. </p>\r\n\r\n<p class=\"big\">Na palubě klasických aerolinek cestujete v první třídě i business class s pasažéry, které neznáte. U soukromých letadlech jste to vy, kdo určuje počet i složení cestujících. Proto poletíte pokaždé pouze s těmi, se kterými budete chtít právě Vy. Je to pohodlí <strong>soukromí</strong> během celého letu, které Vám ho učiní ještě příjemnějším. </p>\r\n\r\n<p class=\"big\">Pokud jste si někdy lámali hlavu nad <strong>cateringem</strong> z důvodu potravinových intolerancí nebo jednoduše proto, že máte vytříbený vkus, je pro vás privátní letadlo ideálním cestovním nástrojem. Na palubě našich letadel se o klienty staráme i v tomto ohledu a rádi Vám zajistíme od steaku přes mořské plody po dětská jídla téměř cokoli. Možnosti přípravy pokrmů určuje pouze velikost a vybavenost letadla. </p>\r\n\r\n<p class=\"big\">Nedílnou součástí Vašeho života mohou být také <strong>domácí mazlíčci</strong>, kteří jsou zvyklí létat s Vámi. Na palubě soukromých letadel Vás doprovodí až na ni a Vy budete moct být v klidu, že i o tohoto člena Vaší rodiny je během letu dobře postaráno. </p>\njustify\nno-repeat;center top;;\nauto\n10px\n\nOdpovědi na dotazy\n<a href=\"http://wapejets.com/faq\"><h5>> Odpovědi na nejčastější dotazy</h5></a>\nleft\nno-repeat;left top;;\nauto\n\nHeading\n<h4>NEZÁVAZNÁ POPTÁVKA LETU</h4>\ncenter\nno-repeat;center top;;\nauto\n\nNezávazná poptávka\n[caldera_form id=\"CF5ed1699032e04\"]\nno-repeat;left top;;\nauto\n\nCeny\n<a href=\"http://wapejets.com/faktory-letu/\"><h5>> Faktory ovlivňující cenu soukromého letu</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nCeny\n<a href=\"http://wapejets.com/faq\"><h5>> Odpovědi na nejčastější dotazy</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nHeading\n<h4>TIPY NA LETY</h4>\ncenter\nno-repeat;center top;;\nauto\n30px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/monaco-2-1920x800_1_1.jpg\" alt=\"\"/>\nAZUROVÉ POBŘEŽÍ<br>- Nice, Monaco\nCessna Mustang, 4 osoby od 6.700 EUR<br>\r\nPhenom 100, 4 osoby od 7.300 EUR<br>\r\nCessna Excel, 8 osob od 11.100 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/image.jpg\" alt=\"\"/>\nBUSINESS A SHOPPING<br>- Londýn\nCessna CJ 2, 6 osob od 10.500 EUR<br>\r\nCessna Exccel, 8 osob od 12.800 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/004686c614d28acb1ad0481fbc1f1164.jpg\" alt=\"\"/>\nOPERA V MILÁNĚ <br>- zážitek z La Scaly\nPhenom 100, 4 osoby od 6.600 EUR<br>\r\nCessna CJ2, 6 osob od 8.700 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/paris-france-vantines-day-romantic-hotel-guides.jpg\" alt=\"\"/>\nBABÍ LÉTO V PAŘÍŽI<br>- romantický výlet\nCessna Mustang, 4 osoby od 6.900 EUR<br>\r\nCessna CJ2, 6 osob od 9.000 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/1480436165-vienna-christmas-market.jpg\" alt=\"\"/>\nVÁNOČNÍ VÍDEŇ<br>- okouzlující pobyt\nCessna Mustang, 4 osoby od 3.900 EUR<br>\r\nHonda Jet, 4 osoby od 4.100 EUR<br>\r\nCessna CJ3, 6 osob od 4.200 EUR<br>\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web.jpg\" alt=\"\"/>\nLYŽOVÁNÍ V ALPÁCH<br>- jízda v Nassfeldu\nCessna CJ3, 6 osob od 10.100 EUR<br>\r\nNextant, 6 osob od 11.250 EUR<br>\r\nSovereign, 6 osob od 15.900 EUR<br>\n\nCeny\n*Všechny ceny jsou počítány z Prahy.\nleft\nno-repeat;left top;;\nauto\n20px\n0 40px 0 40px\n\nPoradenství - text\n<h4>Prodej letadel</h4>\r\n<p class=\"big\">Zkušený tým společnosti WAPE JETS Vás provede složitým procesem nákupu letadla.\r\nPo prvotním výběru letadla Vám pomůžeme s přípravou cenové nabídky a vyjednáváním o podmínkách nákupu. Následně Vám pomůžeme s přizpůsobením letadla vašim požadavkům, s dodáním, registrací a administrativou spojenou s vlastnictvím.<br><br>\r\n\r\n- výběr letadla<br>\r\n- cenová nabídka a podmínky nákupu<br>\r\n- vyjednávání o konečné podobě nákupu<br>\r\n- dodání, dokumentace, uzavření nákupu<br>\r\n- registrace a administrativa spojená s vlastnictvím</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR.jpg\" alt=\"\"/>\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_9.jpg\" alt=\"\"/>\n\nPoradenství\n<h4>Poradenství</h4>\r\n<p class=\"big\">Léta zkušeností v oblasti business aviation je jednou z výhod, díky níž Vám naše společnost pomůže\r\nobjevit výhody pronájmu či vlastnictví letadla: soukromí, komfort, bezpečnost a samozřejmě flexibilitu.<br>\r\nJestliže přemýšlíte o tom, že si pořídíte letadlo nebo chcete změnit stávající model za novější, aby svými parametry vyhovovalo Vašim potřebám a rozpočtu, rádi Vám objasníme klady i zápory vlastnictví letadla v porovnání s jeho podílným vlastnictvím, leasingem a možnostmi pronájmu.</p>\nno-repeat;center top;;\nauto\n10px\n\nPoradenství - text\n<p class=\"big\">- detailní porovnání vhodných letadel<br>\r\n- zhodnocení plného vlastnictví letadla vůči jiným možnostem např. pronájmu<br>\r\n- stanovení technických a provozních parametrů letadla a rozpočtu<br>\r\n- vysvětlení všech nákladů souvisejících s vlastnictvím a provozováním letadla<br>\r\n- tipy a taktické rady pro nákup letadla</p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management\n<h4>Travel Management</h4>\r\n<p class=\"big\">Naše společnost WAPE JETS myslí na každý detail, a proto pro Vás v rámci našeho Travel managementu zajistíme i další služby na Vaší cestě. Pokud se potřebujete pohodlně dopravit na letiště nebo z něj, limuzínou či helikoptérou na jakékoli místo, případně si pronajmout yachtu a plavit se s ní po těch nejkrásnějších mořích nebo si zaletět na ojedinělý koncert, jsme tady pro Vás. Zajistíme celý program Vaší dovolené a postaráme se o to, abyste si ji užili v té nejvyšší možné míře. </p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management\n<p class=\"big\">Díky našemu týmu a dlouholetým prověřeným partnerům Vám splníme každé Vaše přání. Jsme zde pro Vás 24h denně 7 dní v týdnu. \r\n</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/08/0002.jpg\" alt=\"0002\"/>\n\nHeading\n<h2>BOMBARDIER, CESSNA, DASSAULT,<br />\r\nEMBRAER, GULFSTREAM, HONDA JET<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na nabídku našich letadel\" link=\"http://wapejets.com/galerie\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nBrokerage\n<h5>PŘÍKLADOVÉ KALKULACE JETŮ</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<h5>VÝHODY A NEVÝHODY VLASTNICTVÍ JETU</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\n'),
(8990, 646, 'rs_page_bg_color', '#ffffff'),
(8991, 646, '_wpb_vc_js_status', 'true'),
(8992, 646, '_elementor_template_type', 'wp-page'),
(8993, 646, '_elementor_version', '2.9.9'),
(8994, 646, 'mfn-post-layout', 'no-sidebar'),
(8995, 646, '_webdados_fb_open_graph_specific_image', ''),
(8996, 646, '_webdados_fb_open_graph_specific_description', ''),
(8997, 646, '_yoast_wpseo_title', 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel'),
(8998, 646, 'swift-performance', 'a:2:{s:15:\"include-scripts\";a:1:{i:0;s:0:\"\";}s:14:\"include-styles\";a:1:{i:0;s:0:\"\";}}'),
(8999, 646, '_dp_original', '114'),
(9000, 646, '_edit_lock', '1605015259:1'),
(9001, 646, '_edit_last', '1'),
(9006, 652, '_wp_attached_file', '2020/11/betheme-21.7.2-osMO9g4WgAw5sflkf8.zip'),
(9007, 653, '_wp_page_template', 'default'),
(9008, 653, 'slide_template', 'default'),
(9009, 653, 'mfn-post-hide-content', '0'),
(9010, 653, 'mfn-post-custom-layout', '0'),
(9011, 653, 'mfn-post-slider', '0'),
(9012, 653, 'mfn-post-slider-layer', '0'),
(9013, 653, 'mfn-post-menu', '3'),
(9014, 653, 'mfn-post-one-page', '0'),
(9015, 653, 'mfn-post-hide-title', '1'),
(9016, 653, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9017, 653, 'mfn-page-items', 'YTo5OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyNjoiPGgyPlBST07DgUpFTSBMRVRBREVMPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6ImJiNTBmNTMyYSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6OToiYnJva2VyYWdlIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiNGJiM2JkMzY3IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiaXNtc2I3Y3VnIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6Nzk6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDYvTGVhcmpldDc1X0REQkEwMDQ4X1Nob3Q1X3dlYi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiZTg4ZDM2YjU1IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImFkMzkwMmY3NiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQnJva2VyYWdlIjtzOjc6ImNvbnRlbnQiO3M6OTE3OiI8cCBjbGFzcz0iYmlnIj5XQVBFIEpFVFMgVsOhbSB1bW/Fvm7DrSBwbG7EmyBzaSB1xb7DrXQgdsO9aG9keSBwcml2w6F0bsOtaG8gbGV0ZWN0dsOtLiBQb3JhZMOtbWUgVsOhbSBzIHbDvWLEm3JlbSBuZWp2aG9kbsSbasWhw61obyBsZXRhZGxhIHBybyBWw6HFoSBsZXQsIGFieXN0ZSBzZSBjw610aWxpIGNvIG5lamtvbWZvcnRuxJtqaS4gWmFqaXN0w61tZSBrb21wbGV0bsOtIG9yZ2FuaXphY2kgVmHFocOtIGNlc3R5IGEgbW9obGkganN0ZSBzaSBwbG7EmyB1xb7DrXQgdHJhbnNwb3J0IG5hIGxldGnFoXTEmyBpIHBvIHDFmcOtbGV0dSBkbyBkZXN0aW5hY2UuIENoY2V0ZS1saSB2eXXFvsOtdCBsaW11esOtbnUsIGhlbGlrb3B0w6lydSBuZWJvIHJlemVydm92YXQgaG90ZWwsIHN0YcSNw60gc2UgbmEgbsOhcyBvYnLDoXRpdC48YnIgLz4NCkFlcm90YXhpIHphamnFocWldWplbWUgcG8gY2Vsw6ltIHN2xJt0xJssIGEgdG8gdcW+IGRvIHTFmcOtIGhvZGluIG9kIHBvdHZyemVuw60uIFBva3VkIHBvdMWZZWJ1amV0ZSByeWNobGUgb2RsZXTEm3QgbmEgbmVvZGtsYWRub3Ugc2Noxa96a3UgbmVibyBkb3ZvbGVub3UsIHBvc3RhcsOhbWUgc2UgbyBWw6FzLjxiciAvPg0KTGV0eSBzb3Vrcm9tw71taSBsZXRhZGx5IGpzb3Ugb2RiYXZvdsOhbnkgdsO9aHJhZG7EmyB2ZSBWSVAgdGVybWluw6FsZWNoLCBjb8W+IG1pbmltYWxpenVqZSBkb2J1IG9kYmF2ZW7DrSBhIHphamnFocWldWplIGRpc2tyw6l0bm9zdCwga3RlcsOhIGplIHBybyBuw6FzIHByaW9yaXRvdS4gTmEgbGV0acWhdMSbIG3Fr8W+ZXRlIGRvcmF6aXQgMTUgbWluIHDFmWVkIG9kbGV0ZW0uIEEgcHJvdG/FvmUgcGzDoW55IHNlIG1vaG91IG3Em25pdCwganNtZSB0dSBwcm8gVsOhcyAyNCBob2RpbiBkZW5uxJssIDM2NSBkbsWvIHYgcm9jZS48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6Ind6aHB6ejFvcCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJnNWw3bTZrYWEiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMDE6IjxoNT7FoGV0xZlldGUgxI1hcyBhIGJ1xI90ZSBmbGV4aWJpbG7DrTxicj48YnIgLz4NClXFvmlqdGUgc2kgZGlza3LDqXRub3N0IGEgcG9ob2Rsw608YnI+PGJyIC8+DQpQxZlpYmxpxb50ZSBzZSBjbyBuZWp2w61jZSBjw61sb3bDqSBkZXN0aW5hY2k8YnI+PGJyIC8+DQpWZXptxJt0ZSBuYSBwYWx1YnUgaSBkb23DoWPDrWhvIG1hemzDrcSNa2E8L2g1PiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJiejVidGJnMGQiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjI5NzoiPHAgY2xhc3M9ImJpZyI+LSB2w71ixJtyIHZob2Ruw6lobyBsZXRhZGxhPGJyPg0KLSBrb21wbGV0bsOtIG9yZ2FuaXphY2UgVmHFocOtIGNlc3R5PGJyPg0KLSB6YWppxaF0xJtuw60gdHJhbnNwb3J0dSB6L25hIGxldGnFoXTEmzxicj4NCi0gdHJhdmVsIE1hbmFnZW1lbnQgbmEgbcOtcnU8YnI+DQotIGNhdGVyaW5nIG5hIHBhbHVixJsgbGV0YWRsYSBwb2RsZSBwxZnDoW7DrSBrbGllbnRhPGJyPg0KLSBjYWxsIGNlbnRydW0gZG9zdHVwbsOpIDI0IGhvZGluIGRlbm7EmywgMzY1IGRuw60gdiByb2NlPGJyPjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImdpMGFzcGZjcCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjg6InBvcHRhdmthIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiam5rYjh3Y2JoIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImYxbXdhdm9yNSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjM1OiI8aDQ+TkVaw4FWQVpOw4EgUE9QVMOBVktBIExFVFU8L2g0PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InNmajhpM2R3dyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MjE6Ik5lesOhdmF6bsOhIHBvcHTDoXZrYSI7czo3OiJjb250ZW50IjtzOjM1OiJbY2FsZGVyYV9mb3JtIGlkPSJDRjVlZDE2OTkwMzJlMDQiXSI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzc2hhbGdwdjEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkNlbnkiO3M6NzoiY29udGVudCI7czoxMDc6IjxhIGhyZWY9Imh0dHA6Ly93YXBlamV0cy5jb20vZmFrdG9yeS1sZXR1LyI+PGg1Pj4gRmFrdG9yeSBvdmxpdsWIdWrDrWPDrSBjZW51IHNvdWtyb23DqWhvIGxldHU8L2g1PjwvYT4NCg0KIjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmcnhzc29sOHEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkNlbnkiO3M6NzoiY29udGVudCI7czo4ODoiPGEgaHJlZj0iaHR0cDovL3dhcGVqZXRzLmNvbS9mYXEiPjxoNT4+IE9kcG92xJtkaSBuYSBuZWrEjWFzdMSbasWhw60gZG90YXp5PC9oNT48L2E+DQoNCiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjM6IjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6NDoiMzBweCI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6ImNwM25ndXptMiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjU6ImtvbmVjIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiZHBxb2Jhc3dkIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImxtcHdrcmdpYyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIxOiI8aDQ+VElQWSBOQSBMRVRZPC9oND4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMzBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToiMzU5ZDlpNGYyIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjcyOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L21vbmFjby0yLTE5MjB4ODAwXzFfMS5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjM3OiJBWlVST1bDiSBQT0LFmEXFvcONPGJyPi0gTmljZSwgTW9uYWNvIjtzOjc6ImNvbnRlbnQiO3M6MTE4OiJDZXNzbmEgTXVzdGFuZywgNCBvc29ieSBvZCA2LjcwMCBFVVI8YnI+DQpQaGVub20gMTAwLCA0IG9zb2J5IG9kIDcuMzAwIEVVUjxicj4NCkNlc3NuYSBFeGNlbCwgOCBvc29iIG9kIDExLjEwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiJ1amRzZWV5MGsiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6NTY6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvaW1hZ2UuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czozMjoiQlVTSU5FU1MgQSBTSE9QUElORzxicj4tIExvbmTDvW4iO3M6NzoiY29udGVudCI7czo3ODoiQ2Vzc25hIENKIDIsIDYgb3NvYiBvZCAxMC41MDAgRVVSPGJyPg0KQ2Vzc25hIEV4Y2NlbCwgOCBvc29iIG9kIDEyLjgwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiI0MGp6bmFobzUiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6ODM6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvMDA0Njg2YzYxNGQyOGFjYjFhZDA0ODFmYmMxZjExNjQuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo0MzoiT1BFUkEgViBNSUzDgU7EmiA8YnI+LSB6w6HFvml0ZWsgeiBMYSBTY2FseSI7czo3OiJjb250ZW50IjtzOjczOiJQaGVub20gMTAwLCA0IG9zb2J5IG9kIDYuNjAwIEVVUjxicj4NCkNlc3NuYSBDSjIsIDYgb3NvYiBvZCA4LjcwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MTg6Im15LWNsYXNzLWJpZy1mb250ICI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiOXdzcGtqZmp4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6ImVjNzA1b2NtMCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czo5ODoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9wYXJpcy1mcmFuY2UtdmFudGluZXMtZGF5LXJvbWFudGljLWhvdGVsLWd1aWRlcy5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjQ3OiJCQULDjSBMw4lUTyBWIFBBxZjDjcW9STxicj4tIHJvbWFudGlja8O9IHbDvWxldCI7czo3OiJjb250ZW50IjtzOjc3OiJDZXNzbmEgTXVzdGFuZywgNCBvc29ieSBvZCA2LjkwMCBFVVI8YnI+DQpDZXNzbmEgQ0oyLCA2IG9zb2Igb2QgOS4wMDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjE4OiJteS1jbGFzcy1iaWctZm9udCAiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToiNWYzZzFvZmhmIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjg1OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1LzE0ODA0MzYxNjUtdmllbm5hLWNocmlzdG1hcy1tYXJrZXQuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo0MzoiVsOBTk/EjE7DjSBWw41ERcWHPGJyPi0gb2tvdXpsdWrDrWPDrSBwb2J5dCI7czo3OiJjb250ZW50IjtzOjExNDoiQ2Vzc25hIE11c3RhbmcsIDQgb3NvYnkgb2QgMy45MDAgRVVSPGJyPg0KSG9uZGEgSmV0LCA0IG9zb2J5IG9kIDQuMTAwIEVVUjxicj4NCkNlc3NuYSBDSjMsIDYgb3NvYiBvZCA0LjIwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6Ijc3OTlmY2c0cSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czoxMTI6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvdzgwMF8yMDE4LTAzLTE1LTAzLTE3LTMzLTljOThhZmYzYjM1Yzg2MGZkODk0ZjYzMWVkMDM2MWM2X3dlYi5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjQ1OiJMWcW9T1bDgU7DjSBWIEFMUMOBQ0g8YnI+LSBqw616ZGEgdiBOYXNzZmVsZHUiO3M6NzoiY29udGVudCI7czoxMDg6IkNlc3NuYSBDSjMsIDYgb3NvYiBvZCAxMC4xMDAgRVVSPGJyPg0KTmV4dGFudCwgNiBvc29iIG9kIDExLjI1MCBFVVI8YnI+DQpTb3ZlcmVpZ24sIDYgb3NvYiBvZCAxNS45MDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6NDp7czozOiJ1aWQiO3M6OToiaWQ0MmgwYzRtIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im9mdTFzeDhtYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NDoiQ2VueSI7czo3OiJjb250ZW50IjtzOjQwOiIqVsWhZWNobnkgY2VueSBqc291IHBvxI3DrXTDoW55IHogUHJhaHkuIjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMjBweCI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDQwcHggMCA0MHB4IjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjQ7YTozOntzOjM6InVpZCI7czo5OiJhY2MxMDc4YTEiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxMDJlYzNkNTAiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibHE5dHdxNzAwIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxOToiUG9yYWRlbnN0dsOtIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjYyOToiPGg0PlByb2RlaiBsZXRhZGVsPC9oND4NCjxwIGNsYXNzPSJiaWciPlprdcWhZW7DvSB0w71tIHNwb2xlxI1ub3N0aSBXQVBFIEpFVFMgVsOhcyBwcm92ZWRlIHNsb8W+aXTDvW0gcHJvY2VzZW0gbsOha3VwdSBsZXRhZGxhLg0KUG8gcHJ2b3Ruw61tIHbDvWLEm3J1IGxldGFkbGEgVsOhbSBwb23Fr8W+ZW1lIHMgcMWZw61wcmF2b3UgY2Vub3bDqSBuYWLDrWRreSBhIHZ5amVkbsOhdsOhbsOtbSBvIHBvZG3DrW5rw6FjaCBuw6FrdXB1LiBOw6FzbGVkbsSbIFbDoW0gcG9txa/FvmVtZSBzIHDFmWl6cMWvc29iZW7DrW0gbGV0YWRsYSB2YcWhaW0gcG/FvmFkYXZrxa9tLCBzIGRvZMOhbsOtbSwgcmVnaXN0cmFjw60gYSBhZG1pbmlzdHJhdGl2b3Ugc3BvamVub3UgcyB2bGFzdG5pY3R2w61tLjxicj48YnI+DQoNCi0gdsO9YsSbciBsZXRhZGxhPGJyPg0KLSBjZW5vdsOhIG5hYsOtZGthIGEgcG9kbcOtbmt5IG7DoWt1cHU8YnI+DQotIHZ5amVkbsOhdsOhbsOtIG8ga29uZcSNbsOpIHBvZG9ixJsgbsOha3VwdTxicj4NCi0gZG9kw6Fuw60sIGRva3VtZW50YWNlLCB1emF2xZllbsOtIG7DoWt1cHU8YnI+DQotIHJlZ2lzdHJhY2UgYSBhZG1pbmlzdHJhdGl2YSBzcG9qZW7DoSBzIHZsYXN0bmljdHbDrW08L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI4MDIxNDYzNWMiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiI3dno5azI1MnkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo3NToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8wMDlfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo1O2E6Mzp7czozOiJ1aWQiO3M6OToiMDgwNTM3MzQ5IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czoxMToicG9yYWRlbnN0dmkiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiZmJmYjkzNjA2IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiNjFjNWI5NjIxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NzY6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvQ2l0YXRpb25fTG9naXR1ZGVfSW1hZ2VfOS5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiNGUyMjFlYTQzIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImFka3lnZDZicCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTI6IlBvcmFkZW5zdHbDrSI7czo3OiJjb250ZW50IjtzOjU5MDoiPGg0PlBvcmFkZW5zdHbDrTwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5Mw6l0YSB6a3XFoWVub3N0w60gdiBvYmxhc3RpIGJ1c2luZXNzIGF2aWF0aW9uIGplIGplZG5vdSB6IHbDvWhvZCwgZMOta3kgbsOtxb4gVsOhbSBuYcWhZSBzcG9sZcSNbm9zdCBwb23Fr8W+ZQ0Kb2JqZXZpdCB2w71ob2R5IHByb27DoWptdSDEjWkgdmxhc3RuaWN0dsOtIGxldGFkbGE6IHNvdWtyb23DrSwga29tZm9ydCwgYmV6cGXEjW5vc3QgYSBzYW1vesWZZWptxJsgZmxleGliaWxpdHUuPGJyPg0KSmVzdGxpxb5lIHDFmWVtw73FoWzDrXRlIG8gdG9tLCDFvmUgc2kgcG/FmcOtZMOtdGUgbGV0YWRsbyBuZWJvIGNoY2V0ZSB6bcSbbml0IHN0w6F2YWrDrWPDrSBtb2RlbCB6YSBub3bEm2rFocOtLCBhYnkgc3bDvW1pIHBhcmFtZXRyeSB2eWhvdm92YWxvIFZhxaFpbSBwb3TFmWViw6FtIGEgcm96cG/EjXR1LCByw6FkaSBWw6FtIG9iamFzbsOtbWUga2xhZHkgaSB6w6Fwb3J5IHZsYXN0bmljdHbDrSBsZXRhZGxhIHYgcG9yb3Zuw6Fuw60gcyBqZWhvIHBvZMOtbG7DvW0gdmxhc3RuaWN0dsOtbSwgbGVhc2luZ2VtIGEgbW/Fvm5vc3RtaSBwcm9uw6FqbXUuPC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibmtoc3dqNDNiIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxOToiUG9yYWRlbnN0dsOtIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjM3MDoiPHAgY2xhc3M9ImJpZyI+LSBkZXRhaWxuw60gcG9yb3Zuw6Fuw60gdmhvZG7DvWNoIGxldGFkZWw8YnI+DQotIHpob2Rub2NlbsOtIHBsbsOpaG8gdmxhc3RuaWN0dsOtIGxldGFkbGEgdsWvxI1pIGppbsO9bSBtb8W+bm9zdGVtIG5hcMWZLiBwcm9uw6FqbXU8YnI+DQotIHN0YW5vdmVuw60gdGVjaG5pY2vDvWNoIGEgcHJvdm96bsOtY2ggcGFyYW1ldHLFryBsZXRhZGxhIGEgcm96cG/EjXR1PGJyPg0KLSB2eXN2xJt0bGVuw60gdsWhZWNoIG7DoWtsYWTFryBzb3V2aXNlasOtY8OtY2ggcyB2bGFzdG5pY3R2w61tIGEgcHJvdm96b3bDoW7DrW0gbGV0YWRsYTxicj4NCi0gdGlweSBhIHRha3RpY2vDqSByYWR5IHBybyBuw6FrdXAgbGV0YWRsYTwvcD4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo2O2E6Mzp7czozOiJ1aWQiO3M6OToiMnR5dXBscDNxIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czoxMDoibWFuYWdlbWVudCI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJueW43MDU4YWciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToid21uMTlscHNxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNzoiVHJhdmVsIE1hbmFnZW1lbnQiO3M6NzoiY29udGVudCI7czo1ODU6IjxoND5UcmF2ZWwgTWFuYWdlbWVudDwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5OYcWhZSBzcG9sZcSNbm9zdCBXQVBFIEpFVFMgbXlzbMOtIG5hIGthxb5kw70gZGV0YWlsLCBhIHByb3RvIHBybyBWw6FzIHYgcsOhbWNpIG5hxaFlaG8gVHJhdmVsIG1hbmFnZW1lbnR1IHphamlzdMOtbWUgaSBkYWzFocOtIHNsdcW+YnkgbmEgVmHFocOtIGNlc3TEmy4gUG9rdWQgc2UgcG90xZllYnVqZXRlIHBvaG9kbG7EmyBkb3ByYXZpdCBuYSBsZXRpxaF0xJsgbmVibyB6IG7Em2osIGxpbXV6w61ub3UgxI1pIGhlbGlrb3B0w6lyb3UgbmEgamFrw6lrb2xpIG3DrXN0bywgcMWZw61wYWRuxJsgc2kgcHJvbmFqbW91dCB5YWNodHUgYSBwbGF2aXQgc2UgcyBuw60gcG8gdMSbY2ggbmVqa3LDoXNuxJtqxaHDrWNoIG1vxZnDrWNoIG5lYm8gc2kgemFsZXTEm3QgbmEgb2plZGluxJtsw70ga29uY2VydCwganNtZSB0YWR5IHBybyBWw6FzLiBaYWppc3TDrW1lIGNlbMO9IHByb2dyYW0gVmHFocOtIGRvdm9sZW7DqSBhIHBvc3RhcsOhbWUgc2UgbyB0bywgYWJ5c3RlIHNpIGppIHXFvmlsaSB2IHTDqSBuZWp2ecWhxaHDrSBtb8W+bsOpIG3DrcWZZS4gPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIxNzJ5dDN4ZDUiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE3OiJUcmF2ZWwgTWFuYWdlbWVudCI7czo3OiJjb250ZW50IjtzOjE2NzoiPHAgY2xhc3M9ImJpZyI+RMOta3kgbmHFoWVtdSB0w71tdSBhIGRsb3Vob2xldMO9bSBwcm92xJvFmWVuw71tIHBhcnRuZXLFr20gVsOhbSBzcGxuw61tZSBrYcW+ZMOpIFZhxaFlIHDFmcOhbsOtLiBKc21lIHpkZSBwcm8gVsOhcyAyNGggZGVubsSbIDcgZG7DrSB2IHTDvWRudS4gDQo8L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiZjZzYnRnZTF5IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToic25tb2tuZW90IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NTY6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA4LzAwMDIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjc7YTozOntzOjM6InVpZCI7czo5OiJtd2Zvazl3eWQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiODAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjQwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI1cHI4YmszNXQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToic2VxYjdmbGtzIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MjI0OiI8aDI+Qk9NQkFSRElFUiwgQ0VTU05BLCBEQVNTQVVMVCw8YnIgLz4NCkVNQlJBRVIsIEdVTEZTVFJFQU0sIEhPTkRBIEpFVDxiciAvPjwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlBvZMOtdmVqdGUgc2UgbmEgbmFiw61ka3UgbmHFoWljaCBsZXRhZGVsIiBsaW5rPSJodHRwOi8vd2FwZWpldHMuY29tL2dhbGVyaWUiIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6ODthOjM6e3M6MzoidWlkIjtzOjk6ImJwa3pnbTYzeCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxeWkzMTBiOXAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZmQxcHpocmlrIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo1MTQ6IjxoNT5QxZjDjUtMQURPVsOJIEtBTEtVTEFDRSBKRVTFrjwvaDU+DQo8cCBjbGFzcz0iYmlnIj5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24gdWxsYW1jbyBsYWJvcmlzIG5pc2kgdXQgYWxpcXVpcCBleCBlYSBjb21tb2RvIGNvbnNlcXVhdC4gPGJyPg0KRHVpcyBhdXRlIGlydXJlIGRvbG9yIGluIHJlcHJlaGVuZGVyaXQgaW4gdm9sdXB0YXRlIHZlbGl0IGVzc2UgY2lsbHVtIGRvbG9yZSBldSBmdWdpYXQgbnVsbGEgcGFyaWF0dXIuIEV4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWEgZGVzZXJ1bnQgbW9sbGl0IGFuaW0gaWQgZXN0IGxhYm9ydW0uPC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZTg2Nzdqa3M3IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo1MjI6IjxoNT5Ww51IT0RZIEEgTkVWw51IT0RZIFZMQVNUTklDVFbDjSBKRVRVPC9oNT4NCjxwIGNsYXNzPSJiaWciPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLiBVdCBlbmltIGFkIG1pbmltIHZlbmlhbSwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0LiA8YnI+DQpEdWlzIGF1dGUgaXJ1cmUgZG9sb3IgaW4gcmVwcmVoZW5kZXJpdCBpbiB2b2x1cHRhdGUgdmVsaXQgZXNzZSBjaWxsdW0gZG9sb3JlIGV1IGZ1Z2lhdCBudWxsYSBwYXJpYXR1ci4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IG5vbiBwcm9pZGVudCwgc3VudCBpbiBjdWxwYSBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXQgYW5pbSBpZCBlc3QgbGFib3J1bS48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(9018, 653, 'mfn-page-items-seo', 'Heading\n<h2>PRONÁJEM LETADEL</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/06/Learjet75_DDBA0048_Shot5_web.jpg\" alt=\"Learjet75_DDBA0048_Shot5_web\"/>\n\nBrokerage\n<p class=\"big\">WAPE JETS Vám umožní plně si užít výhody privátního letectví. Poradíme Vám s výběrem nejvhodnějšího letadla pro Váš let, abyste se cítili co nejkomfortněji. Zajistíme kompletní organizaci Vaší cesty a mohli jste si plně užít transport na letiště i po příletu do destinace. Chcete-li využít limuzínu, helikoptéru nebo rezervovat hotel, stačí se na nás obrátit.<br />\r\nAerotaxi zajišťujeme po celém světě, a to už do tří hodin od potvrzení. Pokud potřebujete rychle odletět na neodkladnou schůzku nebo dovolenou, postaráme se o Vás.<br />\r\nLety soukromými letadly jsou odbavovány výhradně ve VIP terminálech, což minimalizuje dobu odbavení a zajišťuje diskrétnost, která je pro nás prioritou. Na letiště můžete dorazit 15 min před odletem. A protože plány se mohou měnit, jsme tu pro Vás 24 hodin denně, 365 dnů v roce.</p>\nno-repeat;center top;;\nauto\n10px\n\nHeading\n<h5>Šetřete čas a buďte flexibilní<br><br />\r\nUžijte si diskrétnost a pohodlí<br><br />\r\nPřibližte se co nejvíce cílové destinaci<br><br />\r\nVezměte na palubu i domácího mazlíčka</h5>\nleft\nno-repeat;center top;;\nauto\n\nBrokerage\n<p class=\"big\">- výběr vhodného letadla<br>\r\n- kompletní organizace Vaší cesty<br>\r\n- zajištění transportu z/na letiště<br>\r\n- travel Management na míru<br>\r\n- catering na palubě letadla podle přání klienta<br>\r\n- call centrum dostupné 24 hodin denně, 365 dní v roce<br></p>\nno-repeat;center top;;\nauto\n10px\n\nHeading\n<h4>NEZÁVAZNÁ POPTÁVKA LETU</h4>\ncenter\nno-repeat;center top;;\nauto\n\nNezávazná poptávka\n[caldera_form id=\"CF5ed1699032e04\"]\nno-repeat;left top;;\nauto\n\nCeny\n<a href=\"https://wapejets.com/faktory-letu/\"><h5>> Faktory ovlivňující cenu soukromého letu</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nCeny\n<a href=\"https://wapejets.com/faq\"><h5>> Odpovědi na nejčastější dotazy</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nHeading\n<h4>TIPY NA LETY</h4>\ncenter\nno-repeat;center top;;\nauto\n30px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/monaco-2-1920x800_1_1.jpg\" alt=\"\"/>\nAZUROVÉ POBŘEŽÍ<br>- Nice, Monaco\nCessna Mustang, 4 osoby od 6.700 EUR<br>\r\nPhenom 100, 4 osoby od 7.300 EUR<br>\r\nCessna Excel, 8 osob od 11.100 EUR<br>\nmy-class-big-font\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/image.jpg\" alt=\"\"/>\nBUSINESS A SHOPPING<br>- Londýn\nCessna CJ 2, 6 osob od 10.500 EUR<br>\r\nCessna Exccel, 8 osob od 12.800 EUR<br>\nmy-class-big-font\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/004686c614d28acb1ad0481fbc1f1164.jpg\" alt=\"\"/>\nOPERA V MILÁNĚ <br>- zážitek z La Scaly\nPhenom 100, 4 osoby od 6.600 EUR<br>\r\nCessna CJ2, 6 osob od 8.700 EUR<br>\nmy-class-big-font\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/paris-france-vantines-day-romantic-hotel-guides.jpg\" alt=\"\"/>\nBABÍ LÉTO V PAŘÍŽI<br>- romantický výlet\nCessna Mustang, 4 osoby od 6.900 EUR<br>\r\nCessna CJ2, 6 osob od 9.000 EUR<br>\nmy-class-big-font\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/1480436165-vienna-christmas-market.jpg\" alt=\"\"/>\nVÁNOČNÍ VÍDEŇ<br>- okouzlující pobyt\nCessna Mustang, 4 osoby od 3.900 EUR<br>\r\nHonda Jet, 4 osoby od 4.100 EUR<br>\r\nCessna CJ3, 6 osob od 4.200 EUR<br>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web.jpg\" alt=\"\"/>\nLYŽOVÁNÍ V ALPÁCH<br>- jízda v Nassfeldu\nCessna CJ3, 6 osob od 10.100 EUR<br>\r\nNextant, 6 osob od 11.250 EUR<br>\r\nSovereign, 6 osob od 15.900 EUR<br>\n\nCeny\n*Všechny ceny jsou počítány z Prahy.\nleft\nno-repeat;left top;;\nauto\n20px\n0 40px 0 40px\n\nPoradenství - text\n<h4>Prodej letadel</h4>\r\n<p class=\"big\">Zkušený tým společnosti WAPE JETS Vás provede složitým procesem nákupu letadla.\r\nPo prvotním výběru letadla Vám pomůžeme s přípravou cenové nabídky a vyjednáváním o podmínkách nákupu. Následně Vám pomůžeme s přizpůsobením letadla vašim požadavkům, s dodáním, registrací a administrativou spojenou s vlastnictvím.<br><br>\r\n\r\n- výběr letadla<br>\r\n- cenová nabídka a podmínky nákupu<br>\r\n- vyjednávání o konečné podobě nákupu<br>\r\n- dodání, dokumentace, uzavření nákupu<br>\r\n- registrace a administrativa spojená s vlastnictvím</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR.jpg\" alt=\"\"/>\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_9.jpg\" alt=\"\"/>\n\nPoradenství\n<h4>Poradenství</h4>\r\n<p class=\"big\">Léta zkušeností v oblasti business aviation je jednou z výhod, díky níž Vám naše společnost pomůže\r\nobjevit výhody pronájmu či vlastnictví letadla: soukromí, komfort, bezpečnost a samozřejmě flexibilitu.<br>\r\nJestliže přemýšlíte o tom, že si pořídíte letadlo nebo chcete změnit stávající model za novější, aby svými parametry vyhovovalo Vašim potřebám a rozpočtu, rádi Vám objasníme klady i zápory vlastnictví letadla v porovnání s jeho podílným vlastnictvím, leasingem a možnostmi pronájmu.</p>\nno-repeat;center top;;\nauto\n10px\n\nPoradenství - text\n<p class=\"big\">- detailní porovnání vhodných letadel<br>\r\n- zhodnocení plného vlastnictví letadla vůči jiným možnostem např. pronájmu<br>\r\n- stanovení technických a provozních parametrů letadla a rozpočtu<br>\r\n- vysvětlení všech nákladů souvisejících s vlastnictvím a provozováním letadla<br>\r\n- tipy a taktické rady pro nákup letadla</p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management\n<h4>Travel Management</h4>\r\n<p class=\"big\">Naše společnost WAPE JETS myslí na každý detail, a proto pro Vás v rámci našeho Travel managementu zajistíme i další služby na Vaší cestě. Pokud se potřebujete pohodlně dopravit na letiště nebo z něj, limuzínou či helikoptérou na jakékoli místo, případně si pronajmout yachtu a plavit se s ní po těch nejkrásnějších mořích nebo si zaletět na ojedinělý koncert, jsme tady pro Vás. Zajistíme celý program Vaší dovolené a postaráme se o to, abyste si ji užili v té nejvyšší možné míře. </p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management\n<p class=\"big\">Díky našemu týmu a dlouholetým prověřeným partnerům Vám splníme každé Vaše přání. Jsme zde pro Vás 24h denně 7 dní v týdnu. \r\n</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/08/0002.jpg\" alt=\"0002\"/>\n\nHeading\n<h2>BOMBARDIER, CESSNA, DASSAULT,<br />\r\nEMBRAER, GULFSTREAM, HONDA JET<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na nabídku našich letadel\" link=\"https://wapejets.com/galerie\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nBrokerage\n<h5>PŘÍKLADOVÉ KALKULACE JETŮ</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<h5>VÝHODY A NEVÝHODY VLASTNICTVÍ JETU</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\n'),
(9020, 653, 'rs_page_bg_color', '#ffffff'),
(9021, 653, '_wpb_vc_js_status', 'true'),
(9022, 653, '_elementor_template_type', 'wp-page'),
(9023, 653, '_elementor_version', '2.9.9'),
(9024, 653, 'mfn-post-layout', 'no-sidebar'),
(9025, 653, '_webdados_fb_open_graph_specific_image', ''),
(9026, 653, '_webdados_fb_open_graph_specific_description', ''),
(9027, 653, '_yoast_wpseo_title', 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel'),
(9028, 653, 'swift-performance', 'a:2:{s:15:\"include-scripts\";a:1:{i:0;s:0:\"\";}s:14:\"include-styles\";a:1:{i:0;s:0:\"\";}}'),
(9029, 653, '_dp_original', '114'),
(9030, 653, '_edit_lock', '1605015130:1'),
(9031, 653, '_edit_last', '1'),
(9032, 655, '_wp_page_template', 'default'),
(9033, 655, 'slide_template', 'default'),
(9034, 655, 'mfn-post-hide-content', '0'),
(9035, 655, 'mfn-post-custom-layout', '0'),
(9036, 655, 'mfn-post-slider', '0'),
(9037, 655, 'mfn-post-slider-layer', '0'),
(9038, 655, 'mfn-post-menu', '3'),
(9039, 655, 'mfn-post-one-page', '0'),
(9040, 655, 'mfn-post-hide-title', '1'),
(9041, 655, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9042, 655, 'mfn-page-items', 'YToxMzp7aTowO2E6Mzp7czozOiJ1aWQiO3M6OToiOTc3NDMyNzYzIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czo2NzoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfZm9vdGVyLmpwZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MTg6Im5vLXJlcGVhdDtjZW50ZXI7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjgwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiM2UwZGQxZTZmIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InQ0eWRoOGZudiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIzOiI8aDI+UFJPREVKIExFVEFERUw8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToid2FzZXoxaDM2IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czoxODoiIGVxdWFsLWhlaWdodC13cmFwIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NjoicHJvZGVqIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjAiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjgxZmNvYmphZiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ5MXV3Y2Y4bnAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjEzOiJQcm9kZWogLSB0ZXh0IjtzOjc6ImNvbnRlbnQiO3M6NjA0OiI8cCBjbGFzcz0iYmlnIj5aa3XFoWVuw70gdMO9bSBzcG9sZcSNbm9zdGkgV0FQRSBKRVRTIFbDoXMgcHJvdmVkZSBzbG/Fvml0w71tIHByb2Nlc2VtIG7DoWt1cHUgbGV0YWRsYS4NClBvIHBydm90bsOtbSB2w71ixJtydSBsZXRhZGxhIFbDoW0gcG9txa/FvmVtZSBzIHDFmcOtcHJhdm91IGNlbm92w6kgbmFiw61ka3kgYSB2eWplZG7DoXbDoW7DrW0gbyBwb2Rtw61ua8OhY2ggbsOha3VwdS4gTsOhc2xlZG7EmyBWw6FtIHBvbcWvxb5lbWUgcyBwxZlpenDFr3NvYmVuw61tIGxldGFkbGEgdmHFoWltIHBvxb5hZGF2a8WvbSwgcyBkb2TDoW7DrW0sIHJlZ2lzdHJhY8OtIGEgYWRtaW5pc3RyYXRpdm91IHNwb2plbm91IHMgdmxhc3RuaWN0dsOtbS48YnI+PGJyPg0KDQotIHbDvWLEm3IgbGV0YWRsYTxicj4NCi0gY2Vub3bDoSBuYWLDrWRrYSBhIHBvZG3DrW5reSBuw6FrdXB1PGJyPg0KLSB2eWplZG7DoXbDoW7DrSBvIGtvbmXEjW7DqSBwb2RvYsSbIG7DoWt1cHU8YnI+DQotIGRvZMOhbsOtLCBkb2t1bWVudGFjZSwgdXphdsWZZW7DrSBuw6FrdXB1PGJyPg0KLSByZWdpc3RyYWNlIGEgYWRtaW5pc3RyYXRpdmEgc3BvamVuw6EgcyB2bGFzdG5pY3R2w61tPC9wPg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6InU1eDBycHc4eiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjlxNDg0b3psdiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc2OiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8wMDlfRmFsY29uNVhfMjAxM0RWRDQzTFIuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mzp7czozOiJ1aWQiO3M6OToiYWNjMTA3OGExIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo2OiJwcm9kZWoiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMCI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiMTAyZWMzZDUwIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImxxOXR3cTcwMCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTM6IlByb2RlaiAtIHRleHQiO3M6NzoiY29udGVudCI7czo0MjoiPGgzPktPVVDEmi9QUk9ERUogU09VS1JPTcOJSE8gTEVUQURMQTwvaDM+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjhoNnhxY2ZmbCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTU5NjoiPHAgY2xhc3M9ImJpZyI+S291cMSbIHNvdWtyb23DqWhvIGxldGFkbGEgamUgaW52ZXN0aWNlLCBrdGVyb3UgamUgcG90xZllYmEgcMWZZWRlbSBkb2LFmWUgcHJvbXlzbGV0LiBFeGlzdHVqZSBuxJtrb2xpayBmYWt0b3LFrywga3RlcsOpIFbDoW0gcG9tb2hvdSBzZSByb3pob2Rub3V0LCB6ZGEgc2kgc3bFr2ogcHJpdsOhdG7DrSB0cnlza8OhxI0gYnVkZXRlIGTDoWxlIHByb25hasOtbWF0IG5lYm8gamUgbmEgxI1hc2Uga291cGl0IHNpIHZsYXN0bsOtLiA8L3A+DQoNCjxwIGNsYXNzPSJiaWciPkplZG7DrW0geiBuZWpkxa9sZcW+aXTEm2rFocOtY2ggYm9kxa8gcMWZaSByb3pob2RvdsOhbsOtIGplIHNpIMWZw61jdCwga2FtIGNoY2V0ZSBuZWrEjWFzdMSbamkgY2VzdG92YXQgYSBqYWsgxI1hc3RvLiBQb2t1ZCBidWRldGUgbMOpdGF0IGRvIG9rb2xuw61jaCBkZXN0aW5hY8OtIGEgZG8gdnpkw6FsZW7Em2rFocOtY2ggbmFkIDYwMDAga20gesWZw61ka2Ega2R5LCBidWRlIHBybyBWw6FzIHbDvWhvZG7Em2rFocOtIHNpIG5hIGRlbMWhw60gbGV0eSBzb3Vrcm9tw6kgbGV0YWRsbyBwcm9uYWptb3V0LiBOZW7DrSBudXRuw6kga3Vwb3ZhdCB0YWtvdsO9IHByaXbDoXRuw60gamV0LCBrdGVyw70gVsOhcyBkb3ByYXbDrSBrYW1rb2xpLCBhIHRvIHDFmWVkZXbFocOtbSB6IGTFr3ZvZHUsIMW+ZSDEjcOtbSB2xJt0xaHDrSBsZXRvdW4sIHTDrW0ganNvdSB2ecWhxaHDrSBuw6FrbGFkeS4gUnVrdSB2IHJ1Y2UgcyB0w61tIGpkZSBpIGZyZWt2ZW5jZSBWYcWhaWNoIGNlc3QuIExldGFkbG8gYnkgbcSbbG8gcm/EjW7EmyBuYWzDqXRhdCB1csSNaXTDvSBtaW5pbcOhbG7DrSBwb8SNZXQgaG9kaW4uIE15xaFsZW5reSBvIHRvbSwgxb5lIHXFoWV0xZnDrXRlLCBwb2t1ZCBidWRlIGxldGFkbG8gc3TDoXQgbmEgemVtaSwganNvdSBteWxuw6kuIEFieSBzZSB0YWsgbmVzdMOhdmFsbyBixJtoZW0gZG9ieSwga2R5IGxldGFkbG8gbmV2eXXFvmlqZXRlLCBqZSBtb8W+bsOpIGplaiBwcm9uYWptb3V0IGEgdMOtbSBrb21wZW56b3ZhdCBqaXN0b3UgxI3DoXN0IG7DoWtsYWTFryBuYSBwcm92b3ouIDwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+TmXFviBzZSByb3pob2RuZXRlIHBybyBrb25rcsOpdG7DrSBtb2RlbCBwxZlpIG7DoWt1cHUgVmHFoWVobyBwcml2w6F0bsOtaG8gbGV0YWRsYSwgZG9wb3J1xI11amVtZSBzaSBwcm9uYWptb3V0IHbDrWNlIHR5cMWvLCBhYnlzdGUgemppc3RpbGksIGpha8O9IFbDoW0gbmVqdsOtY2Ugdnlob3Z1amUsIGNvxb4gcMWZaXBvbcOtbsOhIG7DoWt1cCB2b3p1LiBNaW1vIGppbsOpIGplIGRvYnLDqSBzZSBwb3JhZGl0IHMgb2Rib3Juw61reSwga3RlxZnDrSBWw6FtIHpvZHBvdsOtIHZlxaFrZXLDqSBvdMOhemt5LCBwb21vaG91IHMgdsO9YsSbcmVtIHNwcsOhdm7DqWhvIHR5cHUgbGV0YWRsYSwgcG9za3l0bm91IGTFr2xlxb5pdMOpIGluZm9ybWFjZSB0w71rYWrDrWPDrSBzZSBzZXJ2aXN1LCDDumRyxb5ieSBuZWJvIHNlIHBvc3RhcmFqw60gbyBobGFka8O9IHByb2NlcyBqZWhvIG7DoWt1cHUgxI1pIHByb2RlamUgYcWlIHXFviBqZGUgbyB2w712b3ogbmVibyBkb3Zvei4gICA8L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjc6Imp1c3RpZnkiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTozO2E6Mzp7czozOiJ1aWQiO3M6OToidGh1ZXd1OXA1IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIwIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJuZ2lqczNjODgiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiaTlhcTUxMWpiIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxMzoiUHJvZGVqIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjQyOiI8aDM+Q0VOWSBOT1bDnUNIIFBSSVbDgVROw41DSCBMRVRBREVMPC9oMz4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NDthOjM6e3M6MzoidWlkIjtzOjk6IjkydTFhZDR2eiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI0MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToib2wxZWtrdWk1IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InpreXRscWxhZyI7czo0OiJzaXplIjtzOjM6IjMvNSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MjQ6IjxoND5jZXNzbmEgY2l0YXRpb248L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmMHUyMDlnZW4iO3M6NDoic2l6ZSI7czozOiIyLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjc5OiI8aDQ+PGEgaHJlZj0iaHR0cHM6Ly9jZXNzbmEudHh0YXYuY29tIiB0YXJnZXQ9Il9ibGFuayI+Y2Vzc25hLmNvbTwvYT48L2g0Pg0KDQoJIjtzOjU6ImFsaWduIjtzOjU6InJpZ2h0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6Ino5MmptMm0wbSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiI4bWJmbXhmMHUiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjE0OiJbdGFibGUgaWQ9MSAvXSI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiI0cDgwM2M5MjkiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo4MzoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvQ2Vzc25hLUNpdGF0aW9uLUxhdGl0dWRlXzFfMTkyMC5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiI1bGV4NDNvazMiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo4NDoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvQ2Vzc25hLUNpdGF0aW9uLUxvbmdpdHVkZV80XzE5MjAuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NTthOjM6e3M6MzoidWlkIjtzOjk6InRvZnBjM2F3MiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI0MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJxNThxbDQyZzMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiMHRoZ2VkbGZrIjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxOToiPGg0PmJvbWJhcmRpZXI8L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJxenpncXRwcHYiO3M6NDoic2l6ZSI7czozOiIyLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjk2OiI8aDQ+PGEgaHJlZj0iaHR0cHM6Ly9idXNpbmVzc2FpcmNyYWZ0LmJvbWJhcmRpZXIuY29tL2VuIiB0YXJnZXQ9Il9ibGFuayI+Ym9tYmFyZGllci5jb208L2E+PC9oND4iO3M6NToiYWxpZ24iO3M6NToicmlnaHQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiOWRtY3hyeW1iIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImRocHc4d2YyYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTQ6Ilt0YWJsZSBpZD0yIC9dIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjM6InVpZCI7czo5OiJzMWhjYWR2dm8iO3M6NDoic2l6ZSI7czozOiIyLzMiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJmbHJvMnp2MjUiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czoxMDY6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzExL0REQkEwMDAwX05ld0xpdmVyeTIwMTVGaW5hbHNfQ2hhbGxlbmdlcjY1MC1oaS1yZXNfMTkyMC5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJicWJ3YXFjeGciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo5NjoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvQ2hhbGxlbmdlcjY1MF9EaXZhbkxvb2tpbmdGb3J3YXJkc1Byb3BzXzE5MjAuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NjthOjM6e3M6MzoidWlkIjtzOjk6Imh0bjBxaWFldSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI2MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiZG9kMTNpcWs5IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InVpYXNuM3c3OSI7czo0OiJzaXplIjtzOjM6IjMvNSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTk6IjxoND5ndWxmc3RyZWFtPC9oND4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZHltNDlkeDd5IjtzOjQ6InNpemUiO3M6MzoiMi81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czo4OToiPGg0PjxhIGhyZWY9Imh0dHBzOi8vd3d3Lmd1bGZzdHJlYW0uY29tL2VuLyIgdGFyZ2V0PSJfYmxhbmsiPmd1bGZzdHJlYW0uY29tPC9hPjwvaDQ+DQoNCgkiO3M6NToiYWxpZ24iO3M6NToicmlnaHQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiNjVpNnZpYmg3IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImJsN2pjcjZ1byI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTQ6Ilt0YWJsZSBpZD0zIC9dIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjM6InVpZCI7czo5OiJnaHV2cW5xbGEiO3M6NDoic2l6ZSI7czozOiIyLzMiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiIyMG4xa242OG4iO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo2MToiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvRzUwMF8xOTIwLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjNhdXh0Z3dpayI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjcwOiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8xMS9HNTAwLWludGVyaW9yXzE5MjAuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NzthOjM6e3M6MzoidWlkIjtzOjk6IjhiajFpcms2dCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI2MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiYWc5NHd0cjdhIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im5oMmRhcWNpbSI7czo0OiJzaXplIjtzOjM6IjMvNSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTc6IjxoND5kYXNzYXVsdDwvaDQ+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImEwcTN3YmoyayI7czo0OiJzaXplIjtzOjM6IjIvNSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTEyOiI8aDQ+PGEgaHJlZj0iaHR0cHM6Ly93d3cuZGFzc2F1bHRmYWxjb24uY29tL2VuL1BhZ2VzL0hvbWUuYXNweCIgdGFyZ2V0PSJfYmxhbmsiPmRhc3NhdWx0ZmFsY29uLmNvbTwvYT48L2g0Pg0KDQoJIjtzOjU6ImFsaWduIjtzOjU6InJpZ2h0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6ImxyamVoY2c5cCI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJwd2J6MHhkZHAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjE0OiJbdGFibGUgaWQ9NCAvXSI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6NDp7czozOiJ1aWQiO3M6OToiMHVkbjBkcW1hIjtzOjQ6InNpemUiO3M6MzoiMi8zIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiYWltazFvMzVxIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6Nzc6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzExL0ZhbGNvbjZYXzIyX1VTQjU3X0hEXzE5MjAuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToia3VjMmo0cDV4IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6ODU6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzExLzA5OF9GYWxjb242WF8yMDE4VVNCNTVfQTRfSERfMTkyMC5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo4O2E6Mzp7czozOiJ1aWQiO3M6OToiM3BqaHh3MWY4IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjYwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIyMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJyZXlxdWZqemQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZW54bnF4czV1IjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNjoiPGg0PmVtYnJhZXI8L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJpbGh5NW02cHQiO3M6NDoic2l6ZSI7czozOiIyLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjk1OiI8aDQ+PGEgaHJlZj0iaHR0cHM6Ly9leGVjdXRpdmUuZW1icmFlci5jb20vZ2xvYmFsL2VuIiB0YXJnZXQ9Il9ibGFuayI+ZW1icmFlci5jb208L2E+PC9oND4NCg0KCSI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJidHl1bjRlazYiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiaGN1emFtaXRiIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNDoiW3RhYmxlIGlkPTUgL10iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6InFkeGQxZzV1dSI7czo0OiJzaXplIjtzOjM6IjIvMyI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6InIydnk4bDdxNiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjgxOiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8xMS9QMTAwRV9TdGlsbF9pbl9GbGlnaHRfUjNfMTkyMC5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJ2YWs1b3E0YWIiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo4MjoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvMV9QaGVub21fMTAwX2ludGVyaW9yXzAwN18xOTIwLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjk7YTozOntzOjM6InVpZCI7czo5OiJpNWxxczl6ZTIiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjM6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjUyMDd1d2ppdCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJlcjdrc3h0aGkiO3M6NDoic2l6ZSI7czozOiIzLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjE3OiI8aDQ+aG9uZGFqZXQ8L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJweTV0NXU0OXYiO3M6NDoic2l6ZSI7czozOiIyLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjgxOiI8aDQ+PGEgaHJlZj0iaHR0cHM6Ly93d3cuaG9uZGFqZXQuY29tIiB0YXJnZXQ9Il9ibGFuayI+aG9uZGFqZXQuY29tPC9hPjwvaDQ+DQoNCgkiO3M6NToiYWxpZ24iO3M6NToicmlnaHQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiajRycGEya3ZsIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Imxyb3N2djYwYSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTQ6Ilt0YWJsZSBpZD02IC9dIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjM6InVpZCI7czo5OiJiOHBpdDZ4dWIiO3M6NDoic2l6ZSI7czozOiIyLzMiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiIxMjF6Nmd6NXYiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo3MzoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvaG9uZGFqZXQtNTk1XzY4M18xOTIwLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjJ5N2xmeTF3cSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc4OiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8xMS9zcGFjaW91cy1pbnRlcmlvci0zNjBfMTkyMC5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxMDthOjM6e3M6MzoidWlkIjtzOjk6IjUyamR6Njh6ZyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI2MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJyeW9hNHdmNTEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiMDE4ZzJ3cGdmIjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNjoiPGg0PnBpbGF0dXM8L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJqd25qenRzM2oiO3M6NDoic2l6ZSI7czozOiIyLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjk1OiI8aDQ+PGEgaHJlZj0iaHR0cHM6Ly93d3cucGlsYXR1cy1haXJjcmFmdC5jb20vZW4iIHRhcmdldD3igJ1fYmxhbmvigJ0+cGlsYXR1cy5jb208L2E+PC9oND4NCg0KCSI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJibTFxcTdyZ2MiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiNG9oZWRnNm80IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxMjU6IltvbmVfc2Vjb25kXQ0KPHAgY2xhc3M9ImJpZyI+DQpQQy0yNDxicj4NClsvb25lX3NlY29uZF0NCltvbmVfc2Vjb25kXQ0KPHAgY2xhc3M9ImJpZyI+DQo4LjkgbWlsLiBVU0Q8YnI+DQpbL29uZV9zZWNvbmRdPC9wPg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjM6InVpZCI7czo5OiJhaXpsNjVxdmIiO3M6NDoic2l6ZSI7czozOiIyLzMiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJ0bzNhdGN1ZmsiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo4MjoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvQ2Vzc25hLUNpdGF0aW9uLUxhdGl0dWRlXzFfOTAwLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjdneW02Z2h6dCI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjgxOiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8xMS9DaXRhdGlvbl9MYXRpdHVkZV9JbWFnZV8yXzkwMC5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxMTthOjM6e3M6MzoidWlkIjtzOjk6ImMyNnJzNXBiYiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIyY3kwNWRvamMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImRpdmlkZXIiO3M6MzoidWlkIjtzOjk6ImVjMzMzem0ycSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6Njp7czo2OiJoZWlnaHQiO3M6MjoiMzIiO3M6NToic3R5bGUiO3M6NzoiZGVmYXVsdCI7czo0OiJsaW5lIjtzOjA6IiI7czo1OiJjb2xvciI7czowOiIiO3M6MTA6InRoZW1lY29sb3IiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJwajZlbThvdW0iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjg4OiI8cD4qQ2VueSBqc291IGNlbsOta292w6kgYSBvZHbDrWplasOtIHNlIG1pbW8gamluw6kgb2Qga29uZcSNbsOpIGtvbmZpZ3VyYWNlIGxldGFkbGE8L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTI7YTozOntzOjM6InVpZCI7czo5OiI0ODQzMjg5NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czoxNzoiQ2FsbG91dCAtIGxldGFkbGEiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjgwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiMzY4MjIwOGQ4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImM4ZWQ1NGU0MyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiTGV0YWRsYSI7czo3OiJjb250ZW50IjtzOjIxMToiPGgyPlMgVsOdQsSaUkVNIExFVEFETEEgPGJyPg0KVsOBTSBSw4FESSBQT1JBRMONTUU8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJLb250YWt0dWp0ZSBuw6FzIOKAkyB0xJvFocOtbWUgc2UgbmEgc3BvbHVwcsOhY2kiIGxpbms9Imh0dHBzOi8vd2FwZWpldHMuY29tL2tvbnRha3QiIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9043, 655, 'mfn-page-items-seo', 'Heading\n<h2>PRODEJ LETADEL</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nProdej - text\n<p class=\"big\">Zkušený tým společnosti WAPE JETS Vás provede složitým procesem nákupu letadla.\r\nPo prvotním výběru letadla Vám pomůžeme s přípravou cenové nabídky a vyjednáváním o podmínkách nákupu. Následně Vám pomůžeme s přizpůsobením letadla vašim požadavkům, s dodáním, registrací a administrativou spojenou s vlastnictvím.<br><br>\r\n\r\n- výběr letadla<br>\r\n- cenová nabídka a podmínky nákupu<br>\r\n- vyjednávání o konečné podobě nákupu<br>\r\n- dodání, dokumentace, uzavření nákupu<br>\r\n- registrace a administrativa spojená s vlastnictvím</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR.jpg\" alt=\"Prodej letadel\"/>\n\nProdej - text\n<h3>KOUPĚ/PRODEJ SOUKROMÉHO LETADLA</h3>\ncenter\nno-repeat;center top;;\nauto\n20px\n\n<p class=\"big\">Koupě soukromého letadla je investice, kterou je potřeba předem dobře promyslet. Existuje několik faktorů, které Vám pomohou se rozhodnout, zda si svůj privátní tryskáč budete dále pronajímat nebo je na čase koupit si vlastní. </p>\r\n\r\n<p class=\"big\">Jedním z nejdůležitějších bodů při rozhodování je si říct, kam chcete nejčastěji cestovat a jak často. Pokud budete létat do okolních destinací a do vzdálenějších nad 6000 km zřídka kdy, bude pro Vás výhodnější si na delší lety soukromé letadlo pronajmout. Není nutné kupovat takový privátní jet, který Vás dopraví kamkoli, a to především z důvodu, že čím větší letoun, tím jsou vyšší náklady. Ruku v ruce s tím jde i frekvence Vašich cest. Letadlo by mělo ročně nalétat určitý minimální počet hodin. Myšlenky o tom, že ušetříte, pokud bude letadlo stát na zemi, jsou mylné. Aby se tak nestávalo během doby, kdy letadlo nevyužijete, je možné jej pronajmout a tím kompenzovat jistou část nákladů na provoz. </p>\r\n\r\n<p class=\"big\">Než se rozhodnete pro konkrétní model při nákupu Vašeho privátního letadla, doporučujeme si pronajmout více typů, abyste zjistili, jaký Vám nejvíce vyhovuje, což připomíná nákup vozu. Mimo jiné je dobré se poradit s odborníky, kteří Vám zodpoví veškeré otázky, pomohou s výběrem správného typu letadla, poskytnou důležité informace týkající se servisu, údržby nebo se postarají o hladký proces jeho nákupu či prodeje ať už jde o vývoz nebo dovoz. </p>\njustify\nno-repeat;left top;;\nauto\n\nProdej - text\n<h3>CENY NOVÝCH PRIVÁTNÍCH LETADEL</h3>\ncenter\nno-repeat;center top;;\nauto\n20px\n\n<h4>cessna citation</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://cessna.txtav.com\" target=\"_blank\">cessna.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=1 /]\nleft\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Latitude_1_1920.jpg\" alt=\"Cessna Citation Latitude_1_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Longitude_4_1920.jpg\" alt=\"Cessna Citation Longitude_4_1920\"/>\ncenter\n\n<h4>bombardier</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://businessaircraft.bombardier.com/en\" target=\"_blank\">bombardier.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=2 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920.jpg\" alt=\"DDBA0000_NewLivery2015Finals_Challenger650 hi res_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Challenger650_DivanLookingForwardsProps_1920.jpg\" alt=\"Challenger650_DivanLookingForwardsProps_1920\"/>\ncenter\n\n<h4>gulfstream</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://www.gulfstream.com/en/\" target=\"_blank\">gulfstream.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=3 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/G500_1920.jpg\" alt=\"G500_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/G500-interior_1920.jpg\" alt=\"G500 interior_1920\"/>\ncenter\n\n<h4>dassault</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://www.dassaultfalcon.com/en/Pages/Home.aspx\" target=\"_blank\">dassaultfalcon.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=4 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Falcon6X_22_USB57_HD_1920.jpg\" alt=\"Falcon6X_22_USB57_HD_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/098_Falcon6X_2018USB55_A4_HD_1920.jpg\" alt=\"098_Falcon6X_2018USB55_A4_HD_1920\"/>\ncenter\n\n<h4>embraer</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://executive.embraer.com/global/en\" target=\"_blank\">embraer.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=5 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/P100E_Still_in_Flight_R3_1920.jpg\" alt=\"P100E_Still_in_Flight_R3_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/1_Phenom_100_interior_007_1920.jpg\" alt=\"1_Phenom_100_interior_007_1920\"/>\ncenter\n\n<h4>hondajet</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://www.hondajet.com\" target=\"_blank\">hondajet.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=6 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/hondajet-595_683_1920.jpg\" alt=\"hondajet-595_683_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/spacious-interior-360_1920.jpg\" alt=\"spacious-interior-360_1920\"/>\ncenter\n\n<h4>pilatus</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://www.pilatus-aircraft.com/en\" target=”_blank”>pilatus.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[one_second]\r\n<p class=\"big\">\r\nPC-24<br>\r\n[/one_second]\r\n[one_second]\r\n<p class=\"big\">\r\n8.9 mil. USD<br>\r\n[/one_second]</p>\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Latitude_1_900.jpg\" alt=\"Cessna Citation Latitude_1_900\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Citation_Latitude_Image_2_900.jpg\" alt=\"Citation_Latitude_Image_2_900\"/>\ncenter\n\n32\ndefault\n\n<p>*Ceny jsou ceníkové a odvíjejí se mimo jiné od konečné konfigurace letadla</p>\nno-repeat;left top;;\nauto\n\nLetadla\n<h2>S VÝBĚREM LETADLA <br>\r\nVÁM RÁDI PORADÍME<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Kontaktujte nás – těšíme se na spolupráci\" link=\"https://wapejets.com/kontakt\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;left top;;\nauto\n\n'),
(9045, 655, 'rs_page_bg_color', '#ffffff'),
(9046, 655, '_wpb_vc_js_status', 'true'),
(9047, 655, '_elementor_template_type', 'wp-page'),
(9048, 655, '_elementor_version', '2.9.9'),
(9049, 655, 'mfn-post-layout', 'no-sidebar'),
(9050, 655, '_webdados_fb_open_graph_specific_image', ''),
(9051, 655, '_webdados_fb_open_graph_specific_description', ''),
(9052, 655, '_yoast_wpseo_title', 'Wapejets: Prodej letadel - Bombardier, Cessna, Dassault, Embraer'),
(9053, 655, 'swift-performance', 'a:2:{s:15:\"include-scripts\";a:1:{i:0;s:0:\"\";}s:14:\"include-styles\";a:1:{i:0;s:0:\"\";}}'),
(9054, 655, '_dp_original', '114'),
(9055, 655, '_edit_lock', '1606414237:1'),
(9056, 655, '_edit_last', '1'),
(9057, 655, 'mfn-meta-seo-title', 'Prodej letadel'),
(9058, 657, '_wp_attached_file', '2020/11/Cessna-Citation-Latitude_1_900.jpg'),
(9059, 657, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2020/11/Cessna-Citation-Latitude_1_900.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Latitude_1_900-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Latitude_1_900-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Latitude_1_900-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Latitude_1_900-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Cessna-Citation-Latitude_1_900-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Cessna-Citation-Latitude_1_900-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Cessna-Citation-Latitude_1_900-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Cessna-Citation-Latitude_1_900-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Latitude_1_900-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Latitude_1_900-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Latitude_1_900-900x480.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9060, 658, '_wp_attached_file', '2020/11/Citation_Latitude_Image_2_900.jpg'),
(9061, 658, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2020/11/Citation_Latitude_Image_2_900.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Citation_Latitude_Image_2_900-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Citation_Latitude_Image_2_900-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Citation_Latitude_Image_2_900-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Citation_Latitude_Image_2_900-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"Citation_Latitude_Image_2_900-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"Citation_Latitude_Image_2_900-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"Citation_Latitude_Image_2_900-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"Citation_Latitude_Image_2_900-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:41:\"Citation_Latitude_Image_2_900-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"Citation_Latitude_Image_2_900-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:41:\"Citation_Latitude_Image_2_900-900x480.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9062, 659, '_edit_lock', '1604659444:1'),
(9063, 659, '_edit_last', '1'),
(9064, 659, 'slide_template', ''),
(9065, 659, 'rs_page_bg_color', ''),
(9066, 659, '_webdados_fb_open_graph_specific_image', ''),
(9067, 659, '_webdados_fb_open_graph_specific_description', ''),
(9068, 659, 'mfn-page-items', 'YToxOntpOjA7YTozOntzOjM6InVpZCI7czo5OiJ5MjA2OHJ5enUiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czoxNzoiQ2FsbG91dCAtIGxldGFkbGEiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjgwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiOHg2enF0YmliIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im82b2VyY3d6ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiTGV0YWRsYSI7czo3OiJjb250ZW50IjtzOjIyNDoiPGgyPkJPTUJBUkRJRVIsIENFU1NOQSwgREFTU0FVTFQsPGJyIC8+DQpFTUJSQUVSLCBHVUxGU1RSRUFNLCBIT05EQSBKRVQ8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJQb2TDrXZlanRlIHNlIG5hIG5hYsOtZGt1IG5hxaFpY2ggbGV0YWRlbCIgbGluaz0iaHR0cDovL3dhcGVqZXRzLmNvbS9nYWxlcmllIiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),
(9069, 659, 'mfn-page-items-seo', 'Letadla\n<h2>BOMBARDIER, CESSNA, DASSAULT,<br />\r\nEMBRAER, GULFSTREAM, HONDA JET<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Podívejte se na nabídku našich letadel\" link=\"https://wapejets.com/galerie\" color=\"theme\" large=\"1\"]\nno-repeat;left top;;\nauto\n\n'),
(9070, 661, '_wp_page_template', 'default'),
(9071, 661, 'slide_template', 'default'),
(9072, 661, 'mfn-post-hide-content', '0'),
(9073, 661, 'mfn-post-custom-layout', '0'),
(9074, 661, 'mfn-post-slider', '0'),
(9075, 661, 'mfn-post-slider-layer', '0'),
(9076, 661, 'mfn-post-menu', '3'),
(9077, 661, 'mfn-post-one-page', '0'),
(9078, 661, 'mfn-post-hide-title', '1'),
(9079, 661, 'mfn-post-remove-padding', '1'),
(9080, 661, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMToiPGgyPlBPUkFERU5TVFbDjTwvaDI+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YTozOntzOjM6InVpZCI7czo5OiIwODA1MzczNDkiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjExOiJwb3JhZGVuc3R2aSI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImZiZmI5MzYwNiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjYxYzViOTYyMSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0NpdGF0aW9uX0xvZ2l0dWRlX0ltYWdlXzkuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjRlMjIxZWE0MyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJhZGt5Z2Q2YnAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjEyOiJQb3JhZGVuc3R2w60iO3M6NzoiY29udGVudCI7czo2ODA6IjxwIGNsYXNzPSJiaWciPkzDqXRhIHprdcWhZW5vc3TDrSB2IG9ibGFzdGkgYnVzaW5lc3MgYXZpYXRpb24gamUgamVkbm91IHogdsO9aG9kLCBkw61reSBuw63FviBWw6FtIG5hxaFlIHNwb2xlxI1ub3N0IHBvbcWvxb5lDQpvYmpldml0IHbDvWhvZHkgcHJvbsOham11IMSNaSB2bGFzdG5pY3R2w60gbGV0YWRsYTogc291a3JvbcOtLCBrb21mb3J0LCBiZXpwZcSNbm9zdCBhIHNhbW96xZllam3EmyBmbGV4aWJpbGl0dS48YnI+DQpKZXN0bGnFvmUgcMWZZW3DvcWhbMOtdGUgbyB0b20sIMW+ZSBzaSBwb8WZw61kw610ZSBsZXRhZGxvIG5lYm8gY2hjZXRlIHptxJtuaXQgc3TDoXZhasOtY8OtIG1vZGVsIHphIG5vdsSbasWhw60sIGFieSBzdsO9bWkgcGFyYW1ldHJ5IHZ5aG92b3ZhbG8gVmHFoWltIHBvdMWZZWLDoW0gYSByb3pwb8SNdHUsIHLDoWRpIFbDoW0gb2JqYXNuw61tZSBrbGFkeSBpIHrDoXBvcnkgdmxhc3RuaWN0dsOtIGxldGFkbGEgdiBwb3Jvdm7DoW7DrSBzIGplaG8gcG9kw61sbsO9bSB2bGFzdG5pY3R2w61tLCBsZWFzaW5nZW0gYSBtb8W+bm9zdG1pIHByb27DoWptdS48L3A+DQoNCjxwIGNsYXNzPSJiaWciPlbDrWNlIGluZm8gdGFrw6kgbmE6IDxhIGhyZWY9Imh0dHBzOi8vd2FwZWpldHMuY29tL2NzL3Byb2Rlai1sZXRhZGVsLyI+UHJvZGVqIGxldGFkZWw8L2E+IDwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im5raHN3ajQzYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTk6IlBvcmFkZW5zdHbDrSAtIHRleHQiO3M6NzoiY29udGVudCI7czozNzA6IjxwIGNsYXNzPSJiaWciPi0gZGV0YWlsbsOtIHBvcm92bsOhbsOtIHZob2Ruw71jaCBsZXRhZGVsPGJyPg0KLSB6aG9kbm9jZW7DrSBwbG7DqWhvIHZsYXN0bmljdHbDrSBsZXRhZGxhIHbFr8SNaSBqaW7DvW0gbW/Fvm5vc3RlbSBuYXDFmS4gcHJvbsOham11PGJyPg0KLSBzdGFub3ZlbsOtIHRlY2huaWNrw71jaCBhIHByb3Zvem7DrWNoIHBhcmFtZXRyxa8gbGV0YWRsYSBhIHJvenBvxI10dTxicj4NCi0gdnlzdsSbdGxlbsOtIHbFoWVjaCBuw6FrbGFkxa8gc291dmlzZWrDrWPDrWNoIHMgdmxhc3RuaWN0dsOtbSBhIHByb3Zvem92w6Fuw61tIGxldGFkbGE8YnI+DQotIHRpcHkgYSB0YWt0aWNrw6kgcmFkeSBwcm8gbsOha3VwIGxldGFkbGE8L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6Im13Zm9rOXd5ZCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjVwcjhiazM1dCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJzZXFiN2Zsa3MiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxODQ6IjxoMj5Sw4FESSBWw4FNIFBPUkFEw41NRTxiciAvPjwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IktvbnRha3R1anRlIG7DoXMg4oCTIHTEm8Whw61tZSBzZSBuYSBzcG9sdXByw6FjaSIgbGluaz0iaHR0cDovL3dhcGVqZXRzLmNvbS9rb250YWt0IiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(9081, 661, 'mfn-page-items-seo', 'Heading\n<h2>PORADENSTVÍ</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_9.jpg\" alt=\"\"/>\n\nPoradenství\n<p class=\"big\">Léta zkušeností v oblasti business aviation je jednou z výhod, díky níž Vám naše společnost pomůže\r\nobjevit výhody pronájmu či vlastnictví letadla: soukromí, komfort, bezpečnost a samozřejmě flexibilitu.<br>\r\nJestliže přemýšlíte o tom, že si pořídíte letadlo nebo chcete změnit stávající model za novější, aby svými parametry vyhovovalo Vašim potřebám a rozpočtu, rádi Vám objasníme klady i zápory vlastnictví letadla v porovnání s jeho podílným vlastnictvím, leasingem a možnostmi pronájmu.</p>\r\n\r\n<p class=\"big\">Více info také na: <a href=\"https://wapejets.com/cs/prodej-letadel/\">Prodej letadel</a> </p>\nno-repeat;center top;;\nauto\n10px\n\nPoradenství - text\n<p class=\"big\">- detailní porovnání vhodných letadel<br>\r\n- zhodnocení plného vlastnictví letadla vůči jiným možnostem např. pronájmu<br>\r\n- stanovení technických a provozních parametrů letadla a rozpočtu<br>\r\n- vysvětlení všech nákladů souvisejících s vlastnictvím a provozováním letadla<br>\r\n- tipy a taktické rady pro nákup letadla</p>\nno-repeat;center top;;\nauto\n10px\n\nHeading\n<h2>RÁDI VÁM PORADÍME<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Kontaktujte nás – těšíme se na spolupráci\" link=\"https://wapejets.com/kontakt\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(9083, 661, 'rs_page_bg_color', '#ffffff'),
(9084, 661, '_wpb_vc_js_status', 'true'),
(9085, 661, '_elementor_template_type', 'wp-page'),
(9086, 661, '_elementor_version', '2.9.9'),
(9087, 661, 'mfn-post-layout', 'no-sidebar'),
(9088, 661, '_webdados_fb_open_graph_specific_image', ''),
(9089, 661, '_webdados_fb_open_graph_specific_description', ''),
(9090, 661, '_yoast_wpseo_title', 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel'),
(9091, 661, 'swift-performance', 'a:2:{s:15:\"include-scripts\";a:1:{i:0;s:0:\"\";}s:14:\"include-styles\";a:1:{i:0;s:0:\"\";}}'),
(9092, 661, '_dp_original', '114'),
(9093, 661, '_edit_lock', '1604830816:1'),
(9094, 661, '_edit_last', '1'),
(9095, 663, '_wp_page_template', 'default'),
(9096, 663, 'slide_template', 'default'),
(9097, 663, 'mfn-post-hide-content', '0'),
(9098, 663, 'mfn-post-custom-layout', '0'),
(9099, 663, 'mfn-post-slider', '0'),
(9100, 663, 'mfn-post-slider-layer', '0'),
(9101, 663, 'mfn-post-menu', '3'),
(9102, 663, 'mfn-post-one-page', '0'),
(9103, 663, 'mfn-post-hide-title', '1'),
(9104, 663, 'mfn-post-remove-padding', '1'),
(9105, 663, 'mfn-page-items', 'YTo0OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyNjoiPGgyPlRSQVZFTCBNQU5BR0VNRU5UPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6IjJ0eXVwbHAzcSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MTA6Im1hbmFnZW1lbnQiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJueW43MDU4YWciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToid21uMTlscHNxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNzoiVHJhdmVsIE1hbmFnZW1lbnQiO3M6NzoiY29udGVudCI7czo1NTc6IjxwIGNsYXNzPSJiaWciPk5hxaFlIHNwb2xlxI1ub3N0IFdBUEUgSkVUUyBteXNsw60gbmEga2HFvmTDvSBkZXRhaWwsIGEgcHJvdG8gcHJvIFbDoXMgdiByw6FtY2kgbmHFoWVobyBUcmF2ZWwgbWFuYWdlbWVudHUgemFqaXN0w61tZSBpIGRhbMWhw60gc2x1xb5ieSBuYSBWYcWhw60gY2VzdMSbLiBQb2t1ZCBzZSBwb3TFmWVidWpldGUgcG9ob2RsbsSbIGRvcHJhdml0IG5hIGxldGnFoXTEmyBuZWJvIHogbsSbaiwgbGltdXrDrW5vdSDEjWkgaGVsaWtvcHTDqXJvdSBuYSBqYWvDqWtvbGkgbcOtc3RvLCBwxZnDrXBhZG7EmyBzaSBwcm9uYWptb3V0IHlhY2h0dSBhIHBsYXZpdCBzZSBzIG7DrSBwbyB0xJtjaCBuZWprcsOhc27Em2rFocOtY2ggbW/FmcOtY2ggbmVibyBzaSB6YWxldMSbdCBuYSBvamVkaW7Em2zDvSBrb25jZXJ0LCBqc21lIHRhZHkgcHJvIFbDoXMuIFphamlzdMOtbWUgY2Vsw70gcHJvZ3JhbSBWYcWhw60gZG92b2xlbsOpIGEgcG9zdGFyw6FtZSBzZSBvIHRvLCBhYnlzdGUgc2kgamkgdcW+aWxpIHYgdMOpIG5lanZ5xaHFocOtIG1vxb5uw6kgbcOtxZllLiA8L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjE3Mnl0M3hkNSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTc6IlRyYXZlbCBNYW5hZ2VtZW50IjtzOjc6ImNvbnRlbnQiO3M6MTY3OiI8cCBjbGFzcz0iYmlnIj5Ew61reSBuYcWhZW11IHTDvW11IGEgZGxvdWhvbGV0w71tIHByb3bEm8WZZW7DvW0gcGFydG5lcsWvbSBWw6FtIHNwbG7DrW1lIGthxb5kw6kgVmHFoWUgcMWZw6Fuw60uIEpzbWUgemRlIHBybyBWw6FzIDI0aCBkZW5uxJsgNyBkbsOtIHYgdMO9ZG51LiANCjwvcD4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJmNnNidGdlMXkiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJzbm1va25lb3QiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo1NjoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDgvMDAwMi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6Im13Zm9rOXd5ZCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjVwcjhiazM1dCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJzZXFiN2Zsa3MiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMDA6IjxoMj5TVEHFh1RFIFNFIE5BxaDDjU0gS0xJRU5URU0gVcW9IERORVM8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJLb250YWt0dWp0ZSBuw6FzIOKAkyB0xJvFocOtbWUgc2UgbmEgc3BvbHVwcsOhY2kiIGxpbms9Imh0dHA6Ly93YXBlamV0cy5jb20va29udGFrdCIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTozO2E6Mzp7czozOiJ1aWQiO3M6OToiYnBremdtNjN4IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjF5aTMxMGI5cCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmZDFwemhyaWsiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjUxNDoiPGg1PlDFmMONS0xBRE9Ww4kgS0FMS1VMQUNFIEpFVMWuPC9oNT4NCjxwIGNsYXNzPSJiaWciPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLiBVdCBlbmltIGFkIG1pbmltIHZlbmlhbSwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0LiA8YnI+DQpEdWlzIGF1dGUgaXJ1cmUgZG9sb3IgaW4gcmVwcmVoZW5kZXJpdCBpbiB2b2x1cHRhdGUgdmVsaXQgZXNzZSBjaWxsdW0gZG9sb3JlIGV1IGZ1Z2lhdCBudWxsYSBwYXJpYXR1ci4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IG5vbiBwcm9pZGVudCwgc3VudCBpbiBjdWxwYSBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXQgYW5pbSBpZCBlc3QgbGFib3J1bS48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJlODY3N2prczciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjUyMjoiPGg1PlbDnUhPRFkgQSBORVbDnUhPRFkgVkxBU1ROSUNUVsONIEpFVFU8L2g1Pg0KPHAgY2xhc3M9ImJpZyI+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QgdGVtcG9yIGluY2lkaWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdWEuIFV0IGVuaW0gYWQgbWluaW0gdmVuaWFtLCBxdWlzIG5vc3RydWQgZXhlcmNpdGF0aW9uIHVsbGFtY28gbGFib3JpcyBuaXNpIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kbyBjb25zZXF1YXQuIDxicj4NCkR1aXMgYXV0ZSBpcnVyZSBkb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlIGNpbGx1bSBkb2xvcmUgZXUgZnVnaWF0IG51bGxhIHBhcmlhdHVyLiBFeGNlcHRldXIgc2ludCBvY2NhZWNhdCBjdXBpZGF0YXQgbm9uIHByb2lkZW50LCBzdW50IGluIGN1bHBhIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdCBhbmltIGlkIGVzdCBsYWJvcnVtLjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),
(9106, 663, 'mfn-page-items-seo', 'Heading\n<h2>TRAVEL MANAGEMENT</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nTravel Management\n<p class=\"big\">Naše společnost WAPE JETS myslí na každý detail, a proto pro Vás v rámci našeho Travel managementu zajistíme i další služby na Vaší cestě. Pokud se potřebujete pohodlně dopravit na letiště nebo z něj, limuzínou či helikoptérou na jakékoli místo, případně si pronajmout yachtu a plavit se s ní po těch nejkrásnějších mořích nebo si zaletět na ojedinělý koncert, jsme tady pro Vás. Zajistíme celý program Vaší dovolené a postaráme se o to, abyste si ji užili v té nejvyšší možné míře. </p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management\n<p class=\"big\">Díky našemu týmu a dlouholetým prověřeným partnerům Vám splníme každé Vaše přání. Jsme zde pro Vás 24h denně 7 dní v týdnu. \r\n</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/08/0002.jpg\" alt=\"0002\"/>\n\nHeading\n<h2>STAŇTE SE NAŠÍM KLIENTEM UŽ DNES<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Kontaktujte nás – těšíme se na spolupráci\" link=\"https://wapejets.com/kontakt\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nBrokerage\n<h5>PŘÍKLADOVÉ KALKULACE JETŮ</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<h5>VÝHODY A NEVÝHODY VLASTNICTVÍ JETU</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\n'),
(9108, 663, 'rs_page_bg_color', '#ffffff'),
(9109, 663, '_wpb_vc_js_status', 'true'),
(9110, 663, '_elementor_template_type', 'wp-page'),
(9111, 663, '_elementor_version', '2.9.9'),
(9112, 663, 'mfn-post-layout', 'no-sidebar'),
(9113, 663, '_webdados_fb_open_graph_specific_image', ''),
(9114, 663, '_webdados_fb_open_graph_specific_description', ''),
(9115, 663, '_yoast_wpseo_title', 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel'),
(9116, 663, 'swift-performance', 'a:2:{s:15:\"include-scripts\";a:1:{i:0;s:0:\"\";}s:14:\"include-styles\";a:1:{i:0;s:0:\"\";}}'),
(9117, 663, '_dp_original', '114'),
(9118, 663, '_edit_lock', '1604927964:1'),
(9119, 663, '_edit_last', '1'),
(9120, 665, '_wp_attached_file', '2020/11/facebook_wj_web_300.png'),
(9121, 665, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2020/11/facebook_wj_web_300.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"facebook_wj_web_300-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"facebook_wj_web_300-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"facebook_wj_web_300-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"facebook_wj_web_300-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"facebook_wj_web_300-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"facebook_wj_web_300-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9122, 666, '_wp_attached_file', '2020/11/facebook_2_wj_web_300.png'),
(9123, 666, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2020/11/facebook_2_wj_web_300.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"facebook_2_wj_web_300-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"facebook_2_wj_web_300-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"facebook_2_wj_web_300-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"facebook_2_wj_web_300-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"facebook_2_wj_web_300-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"facebook_2_wj_web_300-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9124, 667, '_menu_item_type', 'post_type'),
(9125, 667, '_menu_item_menu_item_parent', '0'),
(9126, 667, '_menu_item_object_id', '661'),
(9127, 667, '_menu_item_object', 'page'),
(9128, 667, '_menu_item_target', ''),
(9129, 667, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9130, 667, '_menu_item_xfn', ''),
(9131, 667, '_menu_item_url', ''),
(9132, 667, '_menu_item_orphaned', '1604597883'),
(9133, 667, 'menu-item-mfn-megamenu', ''),
(9134, 667, 'menu-item-mfn-bg', ''),
(9135, 668, '_menu_item_type', 'post_type'),
(9136, 668, '_menu_item_menu_item_parent', '0'),
(9137, 668, '_menu_item_object_id', '655'),
(9138, 668, '_menu_item_object', 'page'),
(9139, 668, '_menu_item_target', ''),
(9140, 668, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9141, 668, '_menu_item_xfn', ''),
(9142, 668, '_menu_item_url', ''),
(9143, 668, '_menu_item_orphaned', '1604597884'),
(9144, 668, 'menu-item-mfn-megamenu', ''),
(9145, 668, 'menu-item-mfn-bg', ''),
(9146, 669, '_menu_item_type', 'post_type'),
(9147, 669, '_menu_item_menu_item_parent', '0'),
(9148, 669, '_menu_item_object_id', '653'),
(9149, 669, '_menu_item_object', 'page'),
(9150, 669, '_menu_item_target', ''),
(9151, 669, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9152, 669, '_menu_item_xfn', ''),
(9153, 669, '_menu_item_url', ''),
(9154, 669, '_menu_item_orphaned', '1604597885'),
(9155, 669, 'menu-item-mfn-megamenu', ''),
(9156, 669, 'menu-item-mfn-bg', ''),
(9157, 670, '_menu_item_type', 'post_type'),
(9158, 670, '_menu_item_menu_item_parent', '0'),
(9159, 670, '_menu_item_object_id', '663'),
(9160, 670, '_menu_item_object', 'page'),
(9161, 670, '_menu_item_target', ''),
(9162, 670, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9163, 670, '_menu_item_xfn', ''),
(9164, 670, '_menu_item_url', ''),
(9165, 670, '_menu_item_orphaned', '1604597886'),
(9166, 670, 'menu-item-mfn-megamenu', ''),
(9167, 670, 'menu-item-mfn-bg', ''),
(9168, 671, '_menu_item_type', 'post_type'),
(9169, 671, '_menu_item_menu_item_parent', '720'),
(9170, 671, '_menu_item_object_id', '663'),
(9171, 671, '_menu_item_object', 'page'),
(9172, 671, '_menu_item_target', ''),
(9173, 671, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9174, 671, '_menu_item_xfn', ''),
(9175, 671, '_menu_item_url', ''),
(9177, 671, 'menu-item-mfn-megamenu', ''),
(9178, 671, 'menu-item-mfn-bg', ''),
(9179, 672, '_menu_item_type', 'post_type'),
(9180, 672, '_menu_item_menu_item_parent', '720'),
(9181, 672, '_menu_item_object_id', '661'),
(9182, 672, '_menu_item_object', 'page'),
(9183, 672, '_menu_item_target', ''),
(9184, 672, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9185, 672, '_menu_item_xfn', ''),
(9186, 672, '_menu_item_url', ''),
(9188, 672, 'menu-item-mfn-megamenu', ''),
(9189, 672, 'menu-item-mfn-bg', ''),
(9190, 673, '_menu_item_type', 'post_type'),
(9191, 673, '_menu_item_menu_item_parent', '720'),
(9192, 673, '_menu_item_object_id', '655'),
(9193, 673, '_menu_item_object', 'page'),
(9194, 673, '_menu_item_target', ''),
(9195, 673, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9196, 673, '_menu_item_xfn', ''),
(9197, 673, '_menu_item_url', ''),
(9199, 673, 'menu-item-mfn-megamenu', ''),
(9200, 673, 'menu-item-mfn-bg', ''),
(9201, 674, '_menu_item_type', 'post_type'),
(9202, 674, '_menu_item_menu_item_parent', '720'),
(9203, 674, '_menu_item_object_id', '653'),
(9204, 674, '_menu_item_object', 'page'),
(9205, 674, '_menu_item_target', ''),
(9206, 674, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9207, 674, '_menu_item_xfn', ''),
(9208, 674, '_menu_item_url', ''),
(9210, 674, 'menu-item-mfn-megamenu', ''),
(9211, 674, 'menu-item-mfn-bg', ''),
(9212, 675, '_seedprod_page', '1'),
(9213, 675, '_seedprod_page_uuid', '7c846bf7-ac79-4826-914a-ec37955c0da6'),
(9214, 678, '_seedprod_page', '1'),
(9215, 678, '_seedprod_page_uuid', 'df2f2f8d-d242-4c69-9e9f-2e00f0951a00'),
(9216, 680, '_wp_attached_file', '2020/11/hondajet-595_683_1920.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9217, 680, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1199;s:4:\"file\";s:33:\"2020/11/hondajet-595_683_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"hondajet-595_683_1920-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"hondajet-595_683_1920-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hondajet-595_683_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"hondajet-595_683_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"hondajet-595_683_1920-1536x959.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"hondajet-595_683_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"hondajet-595_683_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"hondajet-595_683_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:34:\"hondajet-595_683_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"hondajet-595_683_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"hondajet-595_683_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:35:\"hondajet-595_683_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"hondajet-595_683_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"hondajet-595_683_1920-768x1199.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"hondajet-595_683_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"hondajet-595_683_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"hondajet-595_683_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9218, 681, '_wp_attached_file', '2020/11/spacious-interior-360_1920.jpg'),
(9219, 681, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1198;s:4:\"file\";s:38:\"2020/11/spacious-interior-360_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"spacious-interior-360_1920-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"spacious-interior-360_1920-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"spacious-interior-360_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"spacious-interior-360_1920-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"spacious-interior-360_1920-1536x958.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:958;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"spacious-interior-360_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"spacious-interior-360_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"spacious-interior-360_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:39:\"spacious-interior-360_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"spacious-interior-360_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"spacious-interior-360_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:40:\"spacious-interior-360_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"spacious-interior-360_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"spacious-interior-360_1920-768x1198.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:39:\"spacious-interior-360_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"spacious-interior-360_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"spacious-interior-360_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9220, 682, '_wp_attached_file', '2020/11/G500-interior_1920.jpg'),
(9221, 682, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1199;s:4:\"file\";s:30:\"2020/11/G500-interior_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"G500-interior_1920-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"G500-interior_1920-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"G500-interior_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"G500-interior_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"G500-interior_1920-1536x959.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"G500-interior_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"G500-interior_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"G500-interior_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"G500-interior_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"G500-interior_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"G500-interior_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"G500-interior_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"G500-interior_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"G500-interior_1920-768x1199.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"G500-interior_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"G500-interior_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"G500-interior_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9222, 683, '_wp_attached_file', '2020/11/G500_1920.jpg'),
(9223, 683, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2020/11/G500_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"G500_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"G500_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"G500_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"G500_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"G500_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"G500_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"G500_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"G500_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:22:\"G500_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"G500_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"G500_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:23:\"G500_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"G500_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:22:\"G500_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:22:\"G500_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:21:\"G500_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"G500_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9224, 684, '_wp_attached_file', '2020/11/098_Falcon6X_2018USB55_A4_HD_1920.jpg'),
(9225, 684, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1199;s:4:\"file\";s:45:\"2020/11/098_Falcon6X_2018USB55_A4_HD_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"098_Falcon6X_2018USB55_A4_HD_1920-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"098_Falcon6X_2018USB55_A4_HD_1920-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"098_Falcon6X_2018USB55_A4_HD_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"098_Falcon6X_2018USB55_A4_HD_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"098_Falcon6X_2018USB55_A4_HD_1920-1536x959.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"098_Falcon6X_2018USB55_A4_HD_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"098_Falcon6X_2018USB55_A4_HD_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"098_Falcon6X_2018USB55_A4_HD_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"098_Falcon6X_2018USB55_A4_HD_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"098_Falcon6X_2018USB55_A4_HD_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"098_Falcon6X_2018USB55_A4_HD_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:47:\"098_Falcon6X_2018USB55_A4_HD_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"098_Falcon6X_2018USB55_A4_HD_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"098_Falcon6X_2018USB55_A4_HD_1920-768x1199.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"098_Falcon6X_2018USB55_A4_HD_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"098_Falcon6X_2018USB55_A4_HD_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"098_Falcon6X_2018USB55_A4_HD_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9226, 685, '_wp_attached_file', '2020/11/Falcon6X_22_USB57_HD_1920.jpg'),
(9227, 685, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2020/11/Falcon6X_22_USB57_HD_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Falcon6X_22_USB57_HD_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Falcon6X_22_USB57_HD_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Falcon6X_22_USB57_HD_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Falcon6X_22_USB57_HD_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Falcon6X_22_USB57_HD_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Falcon6X_22_USB57_HD_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Falcon6X_22_USB57_HD_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9228, 686, '_wp_attached_file', '2020/11/Cessna-Citation-Latitude_1_1920.jpg'),
(9229, 686, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:43:\"2020/11/Cessna-Citation-Latitude_1_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Cessna-Citation-Latitude_1_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Latitude_1_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Cessna-Citation-Latitude_1_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Cessna-Citation-Latitude_1_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Latitude_1_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Cessna-Citation-Latitude_1_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"Cessna-Citation-Latitude_1_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Latitude_1_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Latitude_1_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"Cessna-Citation-Latitude_1_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"Cessna-Citation-Latitude_1_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:45:\"Cessna-Citation-Latitude_1_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Latitude_1_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Latitude_1_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Latitude_1_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:43:\"Cessna-Citation-Latitude_1_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Latitude_1_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9230, 687, '_wp_attached_file', '2020/11/Cessna-Citation-Longitude_4_1920.jpg'),
(9231, 687, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:44:\"2020/11/Cessna-Citation-Longitude_4_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Longitude_4_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"Cessna-Citation-Longitude_4_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Longitude_4_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Longitude_4_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"Cessna-Citation-Longitude_4_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Longitude_4_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Longitude_4_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Cessna-Citation-Longitude_4_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:45:\"Cessna-Citation-Longitude_4_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Longitude_4_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"Cessna-Citation-Longitude_4_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:46:\"Cessna-Citation-Longitude_4_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"Cessna-Citation-Longitude_4_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"Cessna-Citation-Longitude_4_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"Cessna-Citation-Longitude_4_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:44:\"Cessna-Citation-Longitude_4_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"Cessna-Citation-Longitude_4_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9232, 688, '_wp_attached_file', '2020/11/Challenger650_DivanLookingForwardsProps_1920.jpg'),
(9233, 688, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:56:\"2020/11/Challenger650_DivanLookingForwardsProps_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Challenger650_DivanLookingForwardsProps_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"Challenger650_DivanLookingForwardsProps_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Challenger650_DivanLookingForwardsProps_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"Challenger650_DivanLookingForwardsProps_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"Challenger650_DivanLookingForwardsProps_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Challenger650_DivanLookingForwardsProps_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:54:\"Challenger650_DivanLookingForwardsProps_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:55:\"Challenger650_DivanLookingForwardsProps_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:57:\"Challenger650_DivanLookingForwardsProps_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:54:\"Challenger650_DivanLookingForwardsProps_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:54:\"Challenger650_DivanLookingForwardsProps_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:58:\"Challenger650_DivanLookingForwardsProps_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:57:\"Challenger650_DivanLookingForwardsProps_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:57:\"Challenger650_DivanLookingForwardsProps_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:57:\"Challenger650_DivanLookingForwardsProps_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:56:\"Challenger650_DivanLookingForwardsProps_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:57:\"Challenger650_DivanLookingForwardsProps_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9234, 689, '_wp_attached_file', '2020/11/DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920.jpg'),
(9235, 689, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:66:\"2020/11/DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:67:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:64:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:65:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:67:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:64:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:64:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:68:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:67:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:67:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:67:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:66:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:67:\"DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9240, 692, '_wp_attached_file', '2020/11/1_Phenom_100_interior_007_1920.jpg'),
(9241, 692, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:42:\"2020/11/1_Phenom_100_interior_007_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"1_Phenom_100_interior_007_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"1_Phenom_100_interior_007_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"1_Phenom_100_interior_007_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"1_Phenom_100_interior_007_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"1_Phenom_100_interior_007_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"1_Phenom_100_interior_007_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"1_Phenom_100_interior_007_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"1_Phenom_100_interior_007_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:44:\"1_Phenom_100_interior_007_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:42:\"1_Phenom_100_interior_007_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9242, 693, '_wp_attached_file', '2020/11/P100E_Still_in_Flight_R3_1920.jpg'),
(9243, 693, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:41:\"2020/11/P100E_Still_in_Flight_R3_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"P100E_Still_in_Flight_R3_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"P100E_Still_in_Flight_R3_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"P100E_Still_in_Flight_R3_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"P100E_Still_in_Flight_R3_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"P100E_Still_in_Flight_R3_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"P100E_Still_in_Flight_R3_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"P100E_Still_in_Flight_R3_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"P100E_Still_in_Flight_R3_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:42:\"P100E_Still_in_Flight_R3_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"P100E_Still_in_Flight_R3_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"P100E_Still_in_Flight_R3_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:43:\"P100E_Still_in_Flight_R3_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"P100E_Still_in_Flight_R3_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"P100E_Still_in_Flight_R3_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:42:\"P100E_Still_in_Flight_R3_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:41:\"P100E_Still_in_Flight_R3_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"P100E_Still_in_Flight_R3_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9244, 240, '__defaults_set', '1'),
(9245, 240, 'filter', 'raw'),
(9246, 240, 'id_field', 'ID'),
(9247, 474, '__defaults_set', '1'),
(9248, 474, 'filter', 'raw'),
(9249, 474, 'id_field', 'ID'),
(9250, 241, '__defaults_set', '1'),
(9251, 241, 'filter', 'raw'),
(9252, 241, 'id_field', 'ID'),
(9253, 243, '__defaults_set', '1'),
(9254, 243, 'filter', 'raw'),
(9255, 243, 'id_field', 'ID'),
(9256, 245, '__defaults_set', '1'),
(9257, 245, 'filter', 'raw'),
(9258, 245, 'id_field', 'ID'),
(9259, 247, '__defaults_set', '1'),
(9260, 247, 'filter', 'raw'),
(9261, 247, 'id_field', 'ID'),
(9262, 248, '__defaults_set', '1'),
(9263, 248, 'filter', 'raw'),
(9264, 248, 'id_field', 'ID'),
(9265, 249, '__defaults_set', '1'),
(9266, 249, 'filter', 'raw'),
(9267, 249, 'id_field', 'ID'),
(9268, 250, '__defaults_set', '1'),
(9269, 250, 'filter', 'raw'),
(9270, 250, 'id_field', 'ID'),
(9283, 694, '__defaults_set', '1'),
(9284, 694, 'filter', 'raw'),
(9285, 694, 'id_field', 'ID'),
(9298, 695, '__defaults_set', '1'),
(9299, 695, 'filter', 'raw'),
(9300, 695, 'id_field', 'ID'),
(9301, 696, '_wp_attached_file', '2020/11/Cessna-Citation__CJ3_1920.jpg'),
(9302, 696, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2020/11/Cessna-Citation__CJ3_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Cessna-Citation__CJ3_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation__CJ3_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Cessna-Citation__CJ3_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Cessna-Citation__CJ3_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation__CJ3_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Cessna-Citation__CJ3_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Cessna-Citation__CJ3_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Cessna-Citation__CJ3_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation__CJ3_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Cessna-Citation__CJ3_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Cessna-Citation__CJ3_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Cessna-Citation__CJ3_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation__CJ3_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation__CJ3_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation__CJ3_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Cessna-Citation__CJ3_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Cessna-Citation__CJ3_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9462, 700, '_wp_attached_file', '2020/11/038_Falcon8X_2018USB55_A4_HD_1920.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9463, 700, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1199;s:4:\"file\";s:45:\"2020/11/038_Falcon8X_2018USB55_A4_HD_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"038_Falcon8X_2018USB55_A4_HD_1920-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"038_Falcon8X_2018USB55_A4_HD_1920-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"038_Falcon8X_2018USB55_A4_HD_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"038_Falcon8X_2018USB55_A4_HD_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"038_Falcon8X_2018USB55_A4_HD_1920-1536x959.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"038_Falcon8X_2018USB55_A4_HD_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"038_Falcon8X_2018USB55_A4_HD_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"038_Falcon8X_2018USB55_A4_HD_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"038_Falcon8X_2018USB55_A4_HD_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"038_Falcon8X_2018USB55_A4_HD_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"038_Falcon8X_2018USB55_A4_HD_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:47:\"038_Falcon8X_2018USB55_A4_HD_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"038_Falcon8X_2018USB55_A4_HD_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"038_Falcon8X_2018USB55_A4_HD_1920-768x1199.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"038_Falcon8X_2018USB55_A4_HD_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"038_Falcon8X_2018USB55_A4_HD_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"038_Falcon8X_2018USB55_A4_HD_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9464, 701, '_wp_attached_file', '2020/11/097_Falcon6X_2018USB55_A4_HD_1920.jpg'),
(9465, 701, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:45:\"2020/11/097_Falcon6X_2018USB55_A4_HD_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"097_Falcon6X_2018USB55_A4_HD_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"097_Falcon6X_2018USB55_A4_HD_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"097_Falcon6X_2018USB55_A4_HD_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"097_Falcon6X_2018USB55_A4_HD_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"097_Falcon6X_2018USB55_A4_HD_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"097_Falcon6X_2018USB55_A4_HD_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"097_Falcon6X_2018USB55_A4_HD_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"097_Falcon6X_2018USB55_A4_HD_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:46:\"097_Falcon6X_2018USB55_A4_HD_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"097_Falcon6X_2018USB55_A4_HD_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"097_Falcon6X_2018USB55_A4_HD_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:47:\"097_Falcon6X_2018USB55_A4_HD_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:46:\"097_Falcon6X_2018USB55_A4_HD_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:46:\"097_Falcon6X_2018USB55_A4_HD_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:46:\"097_Falcon6X_2018USB55_A4_HD_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"097_Falcon6X_2018USB55_A4_HD_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:46:\"097_Falcon6X_2018USB55_A4_HD_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9466, 702, '_wp_attached_file', '2020/11/Falcon6X_21_USB57_HD_1920.jpg'),
(9467, 702, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2020/11/Falcon6X_21_USB57_HD_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Falcon6X_21_USB57_HD_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Falcon6X_21_USB57_HD_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Falcon6X_21_USB57_HD_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Falcon6X_21_USB57_HD_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Falcon6X_21_USB57_HD_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Falcon6X_21_USB57_HD_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Falcon6X_21_USB57_HD_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Falcon6X_21_USB57_HD_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:39:\"Falcon6X_21_USB57_HD_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Falcon6X_21_USB57_HD_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Falcon6X_21_USB57_HD_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9543, 271, '__defaults_set', '1'),
(9544, 271, 'filter', 'raw'),
(9545, 271, 'id_field', 'ID'),
(9546, 707, '__defaults_set', '1'),
(9547, 707, 'filter', 'raw'),
(9548, 707, 'id_field', 'ID'),
(9549, 705, '__defaults_set', '1'),
(9550, 705, 'filter', 'raw'),
(9551, 705, 'id_field', 'ID'),
(9552, 704, '__defaults_set', '1'),
(9553, 704, 'filter', 'raw'),
(9554, 704, 'id_field', 'ID'),
(9555, 706, '__defaults_set', '1'),
(9556, 706, 'filter', 'raw'),
(9557, 706, 'id_field', 'ID'),
(9558, 703, '__defaults_set', '1'),
(9559, 703, 'filter', 'raw'),
(9560, 703, 'id_field', 'ID'),
(9561, 272, '__defaults_set', '1'),
(9562, 272, 'filter', 'raw'),
(9563, 272, 'id_field', 'ID'),
(9564, 273, '__defaults_set', '1'),
(9565, 273, 'filter', 'raw'),
(9566, 273, 'id_field', 'ID'),
(9567, 274, '__defaults_set', '1'),
(9568, 274, 'filter', 'raw'),
(9569, 274, 'id_field', 'ID'),
(9570, 275, '__defaults_set', '1'),
(9571, 275, 'filter', 'raw'),
(9572, 275, 'id_field', 'ID'),
(9573, 276, '__defaults_set', '1'),
(9574, 276, 'filter', 'raw'),
(9575, 276, 'id_field', 'ID'),
(9576, 277, '__defaults_set', '1'),
(9577, 277, 'filter', 'raw'),
(9578, 277, 'id_field', 'ID'),
(9579, 278, '__defaults_set', '1'),
(9580, 278, 'filter', 'raw'),
(9581, 278, 'id_field', 'ID'),
(9582, 279, '__defaults_set', '1'),
(9583, 279, 'filter', 'raw'),
(9584, 279, 'id_field', 'ID'),
(9585, 280, '__defaults_set', '1'),
(9586, 280, 'filter', 'raw'),
(9587, 280, 'id_field', 'ID'),
(9588, 281, '__defaults_set', '1'),
(9589, 281, 'filter', 'raw'),
(9590, 281, 'id_field', 'ID'),
(9591, 282, '__defaults_set', '1'),
(9592, 282, 'filter', 'raw'),
(9593, 282, 'id_field', 'ID'),
(9594, 283, '__defaults_set', '1'),
(9595, 283, 'filter', 'raw'),
(9596, 283, 'id_field', 'ID'),
(9597, 284, '__defaults_set', '1'),
(9598, 284, 'filter', 'raw'),
(9599, 284, 'id_field', 'ID'),
(9600, 285, '__defaults_set', '1'),
(9601, 285, 'filter', 'raw'),
(9602, 285, 'id_field', 'ID'),
(9657, 308, '__defaults_set', '1'),
(9658, 308, 'filter', 'raw'),
(9659, 308, 'id_field', 'ID'),
(9660, 708, '__defaults_set', '1'),
(9661, 708, 'filter', 'raw'),
(9662, 708, 'id_field', 'ID'),
(9663, 311, '__defaults_set', '1'),
(9664, 311, 'filter', 'raw'),
(9665, 311, 'id_field', 'ID'),
(9666, 312, '__defaults_set', '1'),
(9667, 312, 'filter', 'raw'),
(9668, 312, 'id_field', 'ID'),
(9669, 313, '__defaults_set', '1'),
(9670, 313, 'filter', 'raw'),
(9671, 313, 'id_field', 'ID'),
(9672, 314, '__defaults_set', '1'),
(9673, 314, 'filter', 'raw'),
(9674, 314, 'id_field', 'ID'),
(9675, 315, '__defaults_set', '1'),
(9676, 315, 'filter', 'raw'),
(9677, 315, 'id_field', 'ID'),
(9678, 316, '__defaults_set', '1'),
(9679, 316, 'filter', 'raw'),
(9680, 316, 'id_field', 'ID'),
(9681, 317, '__defaults_set', '1'),
(9682, 317, 'filter', 'raw'),
(9683, 317, 'id_field', 'ID'),
(9684, 318, '__defaults_set', '1'),
(9685, 318, 'filter', 'raw'),
(9686, 318, 'id_field', 'ID'),
(9687, 319, '__defaults_set', '1'),
(9688, 319, 'filter', 'raw'),
(9689, 319, 'id_field', 'ID'),
(9690, 320, '__defaults_set', '1'),
(9691, 320, 'filter', 'raw'),
(9692, 320, 'id_field', 'ID'),
(9693, 709, '_wp_attached_file', '2020/11/Gulfstream-G500_1920.jpg'),
(9694, 709, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:32:\"2020/11/Gulfstream-G500_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G500_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G500_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G500_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G500_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G500_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G500_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Gulfstream-G500_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Gulfstream-G500_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G500_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Gulfstream-G500_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Gulfstream-G500_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:34:\"Gulfstream-G500_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G500_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G500_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G500_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G500_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G500_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9695, 710, '_wp_attached_file', '2020/11/Gulfstream-G600_1920.jpg'),
(9696, 710, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:32:\"2020/11/Gulfstream-G600_1920.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G600_1920-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G600_1920-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G600_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G600_1920-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G600_1920-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G600_1920-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Gulfstream-G600_1920-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Gulfstream-G600_1920-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G600_1920-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Gulfstream-G600_1920-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Gulfstream-G600_1920-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:34:\"Gulfstream-G600_1920-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G600_1920-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G600_1920-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G600_1920-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"Gulfstream-G600_1920-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Gulfstream-G600_1920-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9757, 334, '__defaults_set', '1'),
(9758, 334, 'filter', 'raw'),
(9759, 334, 'id_field', 'ID'),
(9760, 712, '__defaults_set', '1'),
(9761, 712, 'filter', 'raw'),
(9762, 712, 'id_field', 'ID'),
(9763, 713, '__defaults_set', '1'),
(9764, 713, 'filter', 'raw'),
(9765, 713, 'id_field', 'ID'),
(9766, 714, '__defaults_set', '1'),
(9767, 714, 'filter', 'raw'),
(9768, 714, 'id_field', 'ID'),
(9769, 341, '__defaults_set', '1'),
(9770, 341, 'filter', 'raw'),
(9771, 341, 'id_field', 'ID'),
(9772, 338, '__defaults_set', '1'),
(9773, 338, 'filter', 'raw'),
(9774, 338, 'id_field', 'ID'),
(9775, 339, '__defaults_set', '1'),
(9776, 339, 'filter', 'raw'),
(9777, 339, 'id_field', 'ID'),
(9778, 342, '__defaults_set', '1'),
(9779, 342, 'filter', 'raw'),
(9780, 342, 'id_field', 'ID'),
(9781, 340, '__defaults_set', '1'),
(9782, 340, 'filter', 'raw'),
(9783, 340, 'id_field', 'ID'),
(9784, 343, '__defaults_set', '1'),
(9785, 343, 'filter', 'raw'),
(9786, 343, 'id_field', 'ID'),
(9787, 344, '__defaults_set', '1'),
(9788, 344, 'filter', 'raw'),
(9789, 344, 'id_field', 'ID'),
(9790, 345, '__defaults_set', '1'),
(9791, 345, 'filter', 'raw'),
(9792, 345, 'id_field', 'ID'),
(9805, 715, '__defaults_set', '1'),
(9806, 715, 'filter', 'raw'),
(9807, 715, 'id_field', 'ID'),
(9838, 349, '__defaults_set', '1'),
(9839, 349, 'filter', 'raw'),
(9840, 349, 'id_field', 'ID'),
(9841, 717, '__defaults_set', '1'),
(9842, 717, 'filter', 'raw'),
(9843, 717, 'id_field', 'ID'),
(9844, 716, '__defaults_set', '1'),
(9845, 716, 'filter', 'raw'),
(9846, 716, 'id_field', 'ID'),
(9847, 251, '__defaults_set', '1'),
(9848, 251, 'filter', 'raw'),
(9849, 251, 'id_field', 'ID'),
(9850, 699, '__defaults_set', '1'),
(9851, 699, 'filter', 'raw'),
(9852, 699, 'id_field', 'ID'),
(9853, 697, '__defaults_set', '1'),
(9854, 697, 'filter', 'raw'),
(9855, 697, 'id_field', 'ID'),
(9856, 698, '__defaults_set', '1'),
(9857, 698, 'filter', 'raw'),
(9858, 698, 'id_field', 'ID'),
(9859, 268, '__defaults_set', '1'),
(9860, 268, 'filter', 'raw'),
(9861, 268, 'id_field', 'ID'),
(9862, 256, '__defaults_set', '1'),
(9863, 256, 'filter', 'raw'),
(9864, 256, 'id_field', 'ID'),
(9865, 258, '__defaults_set', '1'),
(9866, 258, 'filter', 'raw'),
(9867, 258, 'id_field', 'ID'),
(9868, 259, '__defaults_set', '1'),
(9869, 259, 'filter', 'raw'),
(9870, 259, 'id_field', 'ID'),
(9871, 261, '__defaults_set', '1'),
(9872, 261, 'filter', 'raw'),
(9873, 261, 'id_field', 'ID'),
(9874, 262, '__defaults_set', '1'),
(9875, 262, 'filter', 'raw'),
(9876, 262, 'id_field', 'ID'),
(9877, 263, '__defaults_set', '1'),
(9878, 263, 'filter', 'raw'),
(9879, 263, 'id_field', 'ID'),
(9880, 264, '__defaults_set', '1'),
(9881, 264, 'filter', 'raw'),
(9882, 264, 'id_field', 'ID'),
(9883, 267, '__defaults_set', '1'),
(9884, 267, 'filter', 'raw'),
(9885, 267, 'id_field', 'ID'),
(9886, 720, '_menu_item_type', 'post_type'),
(9887, 720, '_menu_item_menu_item_parent', '0'),
(9888, 720, '_menu_item_object_id', '646'),
(9889, 720, '_menu_item_object', 'page'),
(9890, 720, '_menu_item_target', ''),
(9891, 720, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(9892, 720, '_menu_item_xfn', ''),
(9893, 720, '_menu_item_url', ''),
(9895, 720, 'menu-item-mfn-megamenu', ''),
(9896, 720, 'menu-item-mfn-bg', ''),
(9897, 659, 'mfn-post-love', '0'),
(9898, 722, '_wp_page_template', 'default'),
(9899, 722, 'slide_template', 'default'),
(9900, 722, 'mfn-post-hide-content', '0'),
(9901, 722, 'mfn-post-custom-layout', '0'),
(9902, 722, 'mfn-post-slider', '0'),
(9903, 722, 'mfn-post-slider-layer', '0'),
(9904, 722, 'mfn-post-menu', '0'),
(9905, 722, 'mfn-post-one-page', '0'),
(9906, 722, 'mfn-post-hide-title', '1'),
(9907, 722, 'mfn-post-remove-padding', '0');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9908, 722, 'mfn-page-items', 'YToxMDp7aTowO2E6Mzp7czozOiJ1aWQiO3M6OToiOTc3NDMyNzYzIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czo2NjoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNi9ob21lX2pldF9mb290ZXIuanBnIjtzOjExOiJiZ19wb3NpdGlvbiI7czoxODoibm8tcmVwZWF0O2NlbnRlcjs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiODAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjQwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIzZTBkZDFlNmYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToidDR5ZGg4Zm52IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MTc6IjxoMj5TRVJWSUNFUzwvaDI+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YTozOntzOjM6InVpZCI7czo5OiI0M3Zzc3hiMnUiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjgwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiMXc3YXIwb2g3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjRpa3QzeXdzeSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTk6IlJvemTEm2xlbsOtIHNsdcW+ZWIiO3M6NzoiY29udGVudCI7czo0MjM6IltidXR0b24gdGl0bGU9IkNIQVJURVIiIGxpbms9Imh0dHBzOi8vd2FwZWpldHMuY29tL2VuL2NoYXJ0ZXIiIGNvbG9yPSJ0aGVtZSIgc2l6ZT0iNCIgIGZvbnQtc2l6ZT0iMTYiXQ0KW2J1dHRvbiB0aXRsZT0iQUlSQ1JBRlQgU0FMRVMiIGxpbms9Imh0dHBzOi8vd2FwZWpldHMuY29tL2VuL2FpcmNyYWZ0LXNhbGVzLyIgIGNvbG9yPSJ0aGVtZSIgIHNpemU9IjQiIF0NCltidXR0b24gdGl0bGU9IkNPTlNVTFRJTkciIGxpbms9Imh0dHBzOi8vd2FwZWpldHMuY29tL2VuL2NvbnN1bHRpbmcvIiBjb2xvcj0idGhlbWUiIHNpemU9IjQiIF0NCltidXR0b24gdGl0bGU9IlRSQVZFTCBNQU5BR0VNRU5UIiBsaW5rPSJodHRwczovL3dhcGVqZXRzLmNvbS9lbi90cmF2ZWwtbWFuYWdlbWVudC1lbi8iIGNvbG9yPSJ0aGVtZSIgIHNpemU9IjQiIF08L2g0PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjI7YTozOntzOjM6InVpZCI7czo5OiJiYjUwZjUzMmEiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI2MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjk6ImJyb2tlcmFnZSI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6Imw3dmN2OXAyMSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6MTM6ImZhbmN5X2hlYWRpbmciO3M6MzoidWlkIjtzOjk6Ijh4NjdmaDA4cSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJ0aXRsZSI7czowOiIiO3M6MjoiaDEiO3M6MToiMCI7czo3OiJjb250ZW50IjtzOjEwNzoiPGgzPkJFTkVGSVRTIE9GIFBSSVZBVEUgQUlSQ1JBRlQgRkxZSU5HIDxicj48L2gzPg0KPGg0PnZlcnN1czwvaDQ+DQo8aDM+QlVTSU5FU1MgQ0xBU1MgQU5EIEZJUlNUIENMQVNTPC9oMz4iO3M6NToic3R5bGUiO3M6NDoiaWNvbiI7czo0OiJpY29uIjtzOjA6IiI7czo2OiJzbG9nYW4iO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI0YmIzYmQzNjciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiYno1YnRiZzBkIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czoyOTM2OiI8cCBjbGFzcz0iYmlnIj5UaGVyZSBhcmUgbWFueSBiZW5lZml0cyBvZiBmbHlpbmcgYSBwcml2YXRlIGpldCB3aGljaCB5b3Ugd2lsbCBmZWVsIG9uIHlvdXIgZmlyc3QgZmxpZ2h0LjwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+VGhlIGZ1bmRhbWVudGFsIGRpZmZlcmVuY2UgaXMgdGhhdCA8c3Ryb25nPm91ciBwbGFuZXMgYXJlIGFsd2F5cyB3YWl0aW5nIGZvciB5b3U8L3N0cm9uZz4sIG5vdCBvdGhlcndpc2UuIEl0IGlzIHlvdSB3aG8gZGVjaWRlcyB3aGVuIGFuZCBhdCB3aGF0IHRpbWUgeW91IGZseSB0byB3aGljaCBkZXN0aW5hdGlvbi4gSWYgeW91ciBwbGFucyBjaGFuZ2UsIHdlIHdpbGwgcHJvdmlkZSB5b3Ugd2l0aCBhIG5ldyBzY2hlZHVsZSBhY2NvcmRpbmcgdG8geW91ciB3aXNoZXMgYW5kIHRoZSBhaXJjcmFmdCB3aWxsIGFkYXB0IHRvIGl0LiBJbiBhZGRpdGlvbiwgdGhhbmtzIHRvIHRoZSBzaXplIGFuZCB0ZWNobmljYWwgcGFyYW1ldGVycywgcHJpdmF0ZSBhaXJjcmFmdCBjYW4gYWxzbyBsYW5kIGF0IGFpcnBvcnRzIHdoZXJlIHRoZSBnZW5lcmFsIGFpcmxpbmVzIGFyZSBub3QgYWxsb3dlZC4gRm9yIHRoaXMgcmVhc29uLCA8c3Ryb25nPnlvdSB3aWxsIGFsd2F5cyBnZXQgYXMgY2xvc2UgYXMgcG9zc2libGUgdG8geW91ciBkZXN0aW5hdGlvbjwvc3Ryb25nPiwgc28gdGhlIHRyYW5zZmVyIGJ5IGxhbmQgd2lsbCBiZSBzaWduaWZpY2FudGx5IHNob3J0ZW5lZC4gSWYgeW91IHdvdWxkIHByZWZlciBhIGhlbGljb3B0ZXIsIHdlIHdpbGwgYWxzbyB0YWtlIGNhcmUgb2YgdGhpcyB0cmFuc3BvcnQgb3B0aW9uIGF0IFdBUEUgSkVUUy48L3A+DQoNCjxwIGNsYXNzPSJiaWciPklmIHlvdSBhcmUgYSBmYW4gb2YgZmFzdCBjaGVjay1pbiwgeW91IHdpbGwgY2VydGFpbmx5IGJlIHRocmlsbGVkIHRoYXQgPHN0cm9uZz55b3UgY2FuIGFycml2ZSBhdCB0aGUgYWlycG9ydCAxNS0yMCBtaW51dGVzIGJlZm9yZSBkZXBhcnR1cmU8L3N0cm9uZz4gYW5kIHdpdGggdGhlIGFzc2lzdGFuY2Ugb2YgYSBjcmV3IHRoYXQgd2lsbCBiZSBoYXBweSB0byBoZWxwIHlvdSB3aXRoIGFueSBsdWdnYWdlLCB5b3Ugd2lsbCBnbyB0aHJvdWdoIHRoZSBzZWN1cml0eSBjaGVjayBmb3IgVklQIGNsaWVudHMgKG9mdGVuIHRoZSBlbnRpcmUgdGVybWluYWwgc28tY2FsbGVkIEdBVCkgZGlyZWN0bHkgdG8geW91ciBhaXJjcmFmdC48L3A+DQoNCjxwIGNsYXNzPSJiaWciPjxzdHJvbmc+VGhlIG51bWJlciBvZiBkZXN0aW5hdGlvbnM8L3N0cm9uZz4geW91IHZpc2l0IGluIG9uZSBvciBtb3JlIGRheXMgZGVwZW5kcyBvbmx5IG9uIHlvdS4gSW4gdGhlIGNhc2Ugb2YgYnVzaW5lc3MgdHJpcHMsIGl0IGlzIGNvbW1vbiB0byBmbHkgdG8gMiB0byAzIGRpZmZlcmVudCBwbGFjZXMgaW4gZGlmZmVyZW50IGNvdW50cmllcy4gSW4gdGhpcyBjYXNlLCB0aGUgPHN0cm9uZz50aW1lIGZsZXhpYmlsaXR5PC9zdHJvbmc+IG9mIHByaXZhdGUgYWlyY3JhZnQgaXMgaGlnaGx5IGFwcHJlY2lhdGVkLiBXaXRoIGdlbmVyYWwgYWlybGluZXMgeW91IG9mdGVuIGRvIG5vdCBmaW5kIGEgc3VpdGFibGUgY29ubmVjdGlvbiwgc28geW91IGFyZSBmb3JjZWQgdG8gdHJhdmVsIHdpdGggYSBsb3NzIG9mIHRpbWUgb3IgZXZlbiBpbmN1ciBhZGRpdGlvbmFsIGNvc3RzIGZvciB0aGUgaG90ZWwgYW5kIGdyb3VuZCB0cmFuc2ZlcnMuPC9wPg0KDQo8cCBjbGFzcz0iYmlnIj48c3Ryb25nPkRpc2NyZXRpb248L3N0cm9uZz4gY29tZXMgZmlyc3QgYXQgV0FQRSBKRVRTLiBZb3UgY2FuIGJlIHN1cmUgdGhhdCB3ZSB3aWxsIG1ha2Ugc3VyZSB0aGF0IHlvdSBmZWVsIHNhZmUgYW55dGltZSBhbmQgYW55d2hlcmUuPC9wPg0KDQo8cCBjbGFzcz0iYmlnIj5PbiBib2FyZCBnZW5lcmFsIGFpcmxpbmVzLCB5b3UgdHJhdmVsIGluIGZpcnN0IGNsYXNzIGFuZCBidXNpbmVzcyBjbGFzcyB3aXRoIHBhc3NlbmdlcnMgeW91IGRvIG5vdCBrbm93LiBGb3IgcHJpdmF0ZSBqZXRzLCBpdCBpcyB5b3Ugd2hvIGRldGVybWluZXMgdGhlIG51bWJlciBhbmQgY29tcG9zaXRpb24gb2YgcGFzc2VuZ2Vycy4gVGhlcmVmb3JlLCB5b3Ugd2lsbCBhbHdheXMgZmx5IG9ubHkgd2l0aCB0aG9zZSB5b3Ugd2FudC4gSXQncyB0aGUgY29tZm9ydCBvZiA8c3Ryb25nPnByaXZhY3k8L3N0cm9uZz4gdGhyb3VnaG91dCB0aGUgZmxpZ2h0IHRoYXQgd2lsbCBtYWtlIGl0IGV2ZW4gbW9yZSBlbmpveWFibGUuPC9wPg0KDQo8cCBjbGFzcz0iYmlnIj5JZiB5b3UgaGF2ZSBldmVyIGJvdGhlcmVkIGFib3V0IDxzdHJvbmc+Y2F0ZXJpbmc8L3N0cm9uZz4gZHVlIHRvIGZvb2QgaW50b2xlcmFuY2VzIG9yIHNpbXBseSBiZWNhdXNlIHlvdSBoYXZlIHJlZmluZWQgdGFzdGUsIGEgcHJpdmF0ZSBqZXQgaXMgdGhlIGlkZWFsIHRyYXZlbCB0b29sIGZvciB5b3UuIE9uIGJvYXJkIG91ciBwbGFuZXMsIHdlIHRha2UgY2FyZSBvZiBvdXIgY2xpZW50cyBpbiB0aGlzIHJlZ2FyZCBhcyB3ZWxsLCBhbmQgd2Ugd2lsbCBiZSBoYXBweSB0byBwcm92aWRlIHlvdSB3aXRoIGFsbW9zdCBhbnl0aGluZyBmcm9tIHN0ZWFrIHRvIHNlYWZvb2QgdG8gY2hpbGRyZW4ncyBtZWFscy4gRm9vZCBwcmVwYXJhdGlvbiBvcHRpb25zIGFyZSBkZXRlcm1pbmVkIG9ubHkgYnkgdGhlIHNpemUgYW5kIGVxdWlwbWVudCBvZiB0aGUgYWlyY3JhZnQuPC9wPg0KDQo8cCBjbGFzcz0iYmlnIj48c3Ryb25nPlBldHM8L3N0cm9uZz4gYXJlIGEgcGFydCBvZiB5b3VyIGxpZmUgYW5kIHVzZWQgdG8gZmx5aW5nIHdpdGggeW91LiBPbiBib2FyZCBvZiBwcml2YXRlIGpldHMsIHRoZXkgd2lsbCBhY2NvbXBhbnkgeW91IGFuZCB5b3UgY2FuIHJlc3QgYXNzdXJlZCB0aGF0IHRoaXMgbWVtYmVyIG9mIHlvdXIgZmFtaWx5IGlzIGFsc28gd2VsbCB0YWtlbiBjYXJlIGR1cmluZyB0aGUgZmxpZ2h0LjwvcD4NCiI7czo1OiJhbGlnbiI7czo3OiJqdXN0aWZ5IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiejhrczY3eXBlIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxOToiT2Rwb3bEm2RpIG5hIGRvdGF6eSI7czo3OiJjb250ZW50IjtzOjYyOiI8YSBocmVmPSJodHRwczovL3dhcGVqZXRzLmNvbS9lbi9mYXEtZW4vIj48aDU+PiBGQVE8L2g1PjwvYT4NCiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YTozOntzOjM6InVpZCI7czo5OiJtd2Zvazl3eWQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiODAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjQwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI1cHI4YmszNXQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToic2VxYjdmbGtzIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MjExOiI8aDI+Qk9NQkFSRElFUiwgQ0VTU05BLCBEQVNTQVVMVCw8YnIgLz4NCkVNQlJBRVIsIEdVTEZTVFJFQU0sIEhPTkRBIEpFVDxiciAvPjwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IlRha2UgYSBsb29rIGF0IG91ciBqZXRzIiBsaW5rPSJodHRwczovL3dhcGVqZXRzLmNvbS9lbi9nYWxsZXJ5LyIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mzp7czozOiJ1aWQiO3M6OToiZ2kwYXNwZmNwIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6ODoicG9wdGF2a2EiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiam5rYjh3Y2JoIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImYxbXdhdm9yNSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjM1OiI8aDQ+TkVaw4FWQVpOw4EgUE9QVMOBVktBIExFVFU8L2g0PiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InNmajhpM2R3dyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MjE6Ik5lesOhdmF6bsOhIHBvcHTDoXZrYSI7czo3OiJjb250ZW50IjtzOjM1OiJbY2FsZGVyYV9mb3JtIGlkPSJDRjVlZDE2OTkwMzJlMDQiXSI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzc2hhbGdwdjEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkNlbnkiO3M6NzoiY29udGVudCI7czoxMDc6IjxhIGhyZWY9Imh0dHA6Ly93YXBlamV0cy5jb20vZmFrdG9yeS1sZXR1LyI+PGg1Pj4gRmFrdG9yeSBvdmxpdsWIdWrDrWPDrSBjZW51IHNvdWtyb23DqWhvIGxldHU8L2g1PjwvYT4NCg0KIjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjM7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmcnhzc29sOHEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkNlbnkiO3M6NzoiY29udGVudCI7czo4ODoiPGEgaHJlZj0iaHR0cDovL3dhcGVqZXRzLmNvbS9mYXEiPjxoNT4+IE9kcG92xJtkaSBuYSBuZWrEjWFzdMSbasWhw60gZG90YXp5PC9oNT48L2E+DQoNCiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjM6IjBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6NDoiMzBweCI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NTthOjM6e3M6MzoidWlkIjtzOjk6ImNwM25ndXptMiI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjU6ImtvbmVjIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjM6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImRwcW9iYXN3ZCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJsbXB3a3JnaWMiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyMToiPGg0PlRJUFkgTkEgTEVUWTwvaDQ+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjMwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6IjM1OWQ5aTRmMiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czo3MjoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9tb25hY28tMi0xOTIweDgwMF8xXzEuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czozNzoiQVpVUk9Ww4kgUE9CxZhFxb3DjTxicj4tIE5pY2UsIE1vbmFjbyI7czo3OiJjb250ZW50IjtzOjExODoiQ2Vzc25hIE11c3RhbmcsIDQgb3NvYnkgb2QgNi43MDAgRVVSPGJyPg0KUGhlbm9tIDEwMCwgNCBvc29ieSBvZCA3LjMwMCBFVVI8YnI+DQpDZXNzbmEgRXhjZWwsIDggb3NvYiBvZCAxMS4xMDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjE4OiJteS1jbGFzcy1iaWctZm9udCAiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToidWpkc2VleTBrIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjU2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L2ltYWdlLmpwZyI7czo1OiJzdHlsZSI7czowOiIiO3M6NToidGl0bGUiO3M6MzI6IkJVU0lORVNTIEEgU0hPUFBJTkc8YnI+LSBMb25kw71uIjtzOjc6ImNvbnRlbnQiO3M6Nzg6IkNlc3NuYSBDSiAyLCA2IG9zb2Igb2QgMTAuNTAwIEVVUjxicj4NCkNlc3NuYSBFeGNjZWwsIDggb3NvYiBvZCAxMi44MDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjE4OiJteS1jbGFzcy1iaWctZm9udCAiO319aTozO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToiNDBqem5haG81IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjgzOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1LzAwNDY4NmM2MTRkMjhhY2IxYWQwNDgxZmJjMWYxMTY0LmpwZyI7czo1OiJzdHlsZSI7czowOiIiO3M6NToidGl0bGUiO3M6NDM6Ik9QRVJBIFYgTUlMw4FOxJogPGJyPi0gesOhxb5pdGVrIHogTGEgU2NhbHkiO3M6NzoiY29udGVudCI7czo3MzoiUGhlbm9tIDEwMCwgNCBvc29ieSBvZCA2LjYwMCBFVVI8YnI+DQpDZXNzbmEgQ0oyLCA2IG9zb2Igb2QgOC43MDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjE4OiJteS1jbGFzcy1iaWctZm9udCAiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6Ijl3c3BramZqeCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiJlYzcwNW9jbTAiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6OTg6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvcGFyaXMtZnJhbmNlLXZhbnRpbmVzLWRheS1yb21hbnRpYy1ob3RlbC1ndWlkZXMuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo0NzoiQkFCw40gTMOJVE8gViBQQcWYw43FvUk8YnI+LSByb21hbnRpY2vDvSB2w71sZXQiO3M6NzoiY29udGVudCI7czo3NzoiQ2Vzc25hIE11c3RhbmcsIDQgb3NvYnkgb2QgNi45MDAgRVVSPGJyPg0KQ2Vzc25hIENKMiwgNiBvc29iIG9kIDkuMDAwIEVVUjxicj4iO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czoxODoibXktY2xhc3MtYmlnLWZvbnQgIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6IjVmM2cxb2ZoZiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czo4NToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8xNDgwNDM2MTY1LXZpZW5uYS1jaHJpc3RtYXMtbWFya2V0LmpwZyI7czo1OiJzdHlsZSI7czowOiIiO3M6NToidGl0bGUiO3M6NDM6IlbDgU5PxIxOw40gVsONREXFhzxicj4tIG9rb3V6bHVqw61jw60gcG9ieXQiO3M6NzoiY29udGVudCI7czoxMTQ6IkNlc3NuYSBNdXN0YW5nLCA0IG9zb2J5IG9kIDMuOTAwIEVVUjxicj4NCkhvbmRhIEpldCwgNCBvc29ieSBvZCA0LjEwMCBFVVI8YnI+DQpDZXNzbmEgQ0ozLCA2IG9zb2Igb2QgNC4yMDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiI3Nzk5ZmNnNHEiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6MTEyOiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L3c4MDBfMjAxOC0wMy0xNS0wMy0xNy0zMy05Yzk4YWZmM2IzNWM4NjBmZDg5NGY2MzFlZDAzNjFjNl93ZWIuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czo0NToiTFnFvU9Ww4FOw40gViBBTFDDgUNIPGJyPi0gasOtemRhIHYgTmFzc2ZlbGR1IjtzOjc6ImNvbnRlbnQiO3M6MTA4OiJDZXNzbmEgQ0ozLCA2IG9zb2Igb2QgMTAuMTAwIEVVUjxicj4NCk5leHRhbnQsIDYgb3NvYiBvZCAxMS4yNTAgRVVSPGJyPg0KU292ZXJlaWduLCA2IG9zb2Igb2QgMTUuOTAwIEVVUjxicj4iO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6ImlkNDJoMGM0bSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJvZnUxc3g4bWIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkNlbnkiO3M6NzoiY29udGVudCI7czo0MDoiKlbFoWVjaG55IGNlbnkganNvdSBwb8SNw610w6FueSB6IFByYWh5LiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjIwcHgiO3M6NzoicGFkZGluZyI7czoxMzoiMCA0MHB4IDAgNDBweCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo2O2E6Mzp7czozOiJ1aWQiO3M6OToiYWNjMTA3OGExIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo2OiJwcm9kZWoiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiMTAyZWMzZDUwIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImxxOXR3cTcwMCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTk6IlBvcmFkZW5zdHbDrSAtIHRleHQiO3M6NzoiY29udGVudCI7czo2Mjk6IjxoND5Qcm9kZWogbGV0YWRlbDwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5aa3XFoWVuw70gdMO9bSBzcG9sZcSNbm9zdGkgV0FQRSBKRVRTIFbDoXMgcHJvdmVkZSBzbG/Fvml0w71tIHByb2Nlc2VtIG7DoWt1cHUgbGV0YWRsYS4NClBvIHBydm90bsOtbSB2w71ixJtydSBsZXRhZGxhIFbDoW0gcG9txa/FvmVtZSBzIHDFmcOtcHJhdm91IGNlbm92w6kgbmFiw61ka3kgYSB2eWplZG7DoXbDoW7DrW0gbyBwb2Rtw61ua8OhY2ggbsOha3VwdS4gTsOhc2xlZG7EmyBWw6FtIHBvbcWvxb5lbWUgcyBwxZlpenDFr3NvYmVuw61tIGxldGFkbGEgdmHFoWltIHBvxb5hZGF2a8WvbSwgcyBkb2TDoW7DrW0sIHJlZ2lzdHJhY8OtIGEgYWRtaW5pc3RyYXRpdm91IHNwb2plbm91IHMgdmxhc3RuaWN0dsOtbS48YnI+PGJyPg0KDQotIHbDvWLEm3IgbGV0YWRsYTxicj4NCi0gY2Vub3bDoSBuYWLDrWRrYSBhIHBvZG3DrW5reSBuw6FrdXB1PGJyPg0KLSB2eWplZG7DoXbDoW7DrSBvIGtvbmXEjW7DqSBwb2RvYsSbIG7DoWt1cHU8YnI+DQotIGRvZMOhbsOtLCBkb2t1bWVudGFjZSwgdXphdsWZZW7DrSBuw6FrdXB1PGJyPg0KLSByZWdpc3RyYWNlIGEgYWRtaW5pc3RyYXRpdmEgc3BvamVuw6EgcyB2bGFzdG5pY3R2w61tPC9wPg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToiODAyMTQ2MzVjIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiN3Z6OWsyNTJ5IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NzU6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvMDA5X0ZhbGNvbjVYXzIwMTNEVkQ0M0xSLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6NzthOjM6e3M6MzoidWlkIjtzOjk6IjA4MDUzNzM0OSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MTE6InBvcmFkZW5zdHZpIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImZiZmI5MzYwNiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjYxYzViOTYyMSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0NpdGF0aW9uX0xvZ2l0dWRlX0ltYWdlXzkuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjRlMjIxZWE0MyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJhZGt5Z2Q2YnAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjEyOiJQb3JhZGVuc3R2w60iO3M6NzoiY29udGVudCI7czo1OTA6IjxoND5Qb3JhZGVuc3R2w608L2g0Pg0KPHAgY2xhc3M9ImJpZyI+TMOpdGEgemt1xaFlbm9zdMOtIHYgb2JsYXN0aSBidXNpbmVzcyBhdmlhdGlvbiBqZSBqZWRub3UgeiB2w71ob2QsIGTDrWt5IG7DrcW+IFbDoW0gbmHFoWUgc3BvbGXEjW5vc3QgcG9txa/FvmUNCm9iamV2aXQgdsO9aG9keSBwcm9uw6FqbXUgxI1pIHZsYXN0bmljdHbDrSBsZXRhZGxhOiBzb3Vrcm9tw60sIGtvbWZvcnQsIGJlenBlxI1ub3N0IGEgc2Ftb3rFmWVqbcSbIGZsZXhpYmlsaXR1Ljxicj4NCkplc3RsacW+ZSBwxZllbcO9xaFsw610ZSBvIHRvbSwgxb5lIHNpIHBvxZnDrWTDrXRlIGxldGFkbG8gbmVibyBjaGNldGUgem3Em25pdCBzdMOhdmFqw61jw60gbW9kZWwgemEgbm92xJtqxaHDrSwgYWJ5IHN2w71taSBwYXJhbWV0cnkgdnlob3ZvdmFsbyBWYcWhaW0gcG90xZllYsOhbSBhIHJvenBvxI10dSwgcsOhZGkgVsOhbSBvYmphc27DrW1lIGtsYWR5IGkgesOhcG9yeSB2bGFzdG5pY3R2w60gbGV0YWRsYSB2IHBvcm92bsOhbsOtIHMgamVobyBwb2TDrWxuw71tIHZsYXN0bmljdHbDrW0sIGxlYXNpbmdlbSBhIG1vxb5ub3N0bWkgcHJvbsOham11LjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im5raHN3ajQzYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTk6IlBvcmFkZW5zdHbDrSAtIHRleHQiO3M6NzoiY29udGVudCI7czozNzA6IjxwIGNsYXNzPSJiaWciPi0gZGV0YWlsbsOtIHBvcm92bsOhbsOtIHZob2Ruw71jaCBsZXRhZGVsPGJyPg0KLSB6aG9kbm9jZW7DrSBwbG7DqWhvIHZsYXN0bmljdHbDrSBsZXRhZGxhIHbFr8SNaSBqaW7DvW0gbW/Fvm5vc3RlbSBuYXDFmS4gcHJvbsOham11PGJyPg0KLSBzdGFub3ZlbsOtIHRlY2huaWNrw71jaCBhIHByb3Zvem7DrWNoIHBhcmFtZXRyxa8gbGV0YWRsYSBhIHJvenBvxI10dTxicj4NCi0gdnlzdsSbdGxlbsOtIHbFoWVjaCBuw6FrbGFkxa8gc291dmlzZWrDrWPDrWNoIHMgdmxhc3RuaWN0dsOtbSBhIHByb3Zvem92w6Fuw61tIGxldGFkbGE8YnI+DQotIHRpcHkgYSB0YWt0aWNrw6kgcmFkeSBwcm8gbsOha3VwIGxldGFkbGE8L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6ODthOjM6e3M6MzoidWlkIjtzOjk6IjJ0eXVwbHAzcSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MTA6Im1hbmFnZW1lbnQiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToibnluNzA1OGFnIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IndtbjE5bHBzcSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTc6IlRyYXZlbCBNYW5hZ2VtZW50IjtzOjc6ImNvbnRlbnQiO3M6NTg1OiI8aDQ+VHJhdmVsIE1hbmFnZW1lbnQ8L2g0Pg0KPHAgY2xhc3M9ImJpZyI+TmHFoWUgc3BvbGXEjW5vc3QgV0FQRSBKRVRTIG15c2zDrSBuYSBrYcW+ZMO9IGRldGFpbCwgYSBwcm90byBwcm8gVsOhcyB2IHLDoW1jaSBuYcWhZWhvIFRyYXZlbCBtYW5hZ2VtZW50dSB6YWppc3TDrW1lIGkgZGFsxaHDrSBzbHXFvmJ5IG5hIFZhxaHDrSBjZXN0xJsuIFBva3VkIHNlIHBvdMWZZWJ1amV0ZSBwb2hvZGxuxJsgZG9wcmF2aXQgbmEgbGV0acWhdMSbIG5lYm8geiBuxJtqLCBsaW11esOtbm91IMSNaSBoZWxpa29wdMOpcm91IG5hIGpha8Opa29saSBtw61zdG8sIHDFmcOtcGFkbsSbIHNpIHByb25ham1vdXQgeWFjaHR1IGEgcGxhdml0IHNlIHMgbsOtIHBvIHTEm2NoIG5lamtyw6FzbsSbasWhw61jaCBtb8WZw61jaCBuZWJvIHNpIHphbGV0xJt0IG5hIG9qZWRpbsSbbMO9IGtvbmNlcnQsIGpzbWUgdGFkeSBwcm8gVsOhcy4gWmFqaXN0w61tZSBjZWzDvSBwcm9ncmFtIFZhxaHDrSBkb3ZvbGVuw6kgYSBwb3N0YXLDoW1lIHNlIG8gdG8sIGFieXN0ZSBzaSBqaSB1xb5pbGkgdiB0w6kgbmVqdnnFocWhw60gbW/Fvm7DqSBtw63FmWUuIDwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiMTcyeXQzeGQ1IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNzoiVHJhdmVsIE1hbmFnZW1lbnQiO3M6NzoiY29udGVudCI7czoxNjc6IjxwIGNsYXNzPSJiaWciPkTDrWt5IG5hxaFlbXUgdMO9bXUgYSBkbG91aG9sZXTDvW0gcHJvdsSbxZllbsO9bSBwYXJ0bmVyxa9tIFbDoW0gc3BsbsOtbWUga2HFvmTDqSBWYcWhZSBwxZnDoW7DrS4gSnNtZSB6ZGUgcHJvIFbDoXMgMjRoIGRlbm7EmyA3IGRuw60gdiB0w71kbnUuIA0KPC9wPg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6ImY2c2J0Z2UxeSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6InNubW9rbmVvdCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjU2OiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC8wMDAyLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo5O2E6Mzp7czozOiJ1aWQiO3M6OToiYnBremdtNjN4IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjF5aTMxMGI5cCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmZDFwemhyaWsiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjUxNDoiPGg1PlDFmMONS0xBRE9Ww4kgS0FMS1VMQUNFIEpFVMWuPC9oNT4NCjxwIGNsYXNzPSJiaWciPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLiBVdCBlbmltIGFkIG1pbmltIHZlbmlhbSwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0LiA8YnI+DQpEdWlzIGF1dGUgaXJ1cmUgZG9sb3IgaW4gcmVwcmVoZW5kZXJpdCBpbiB2b2x1cHRhdGUgdmVsaXQgZXNzZSBjaWxsdW0gZG9sb3JlIGV1IGZ1Z2lhdCBudWxsYSBwYXJpYXR1ci4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IG5vbiBwcm9pZGVudCwgc3VudCBpbiBjdWxwYSBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXQgYW5pbSBpZCBlc3QgbGFib3J1bS48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJlODY3N2prczciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjUyMjoiPGg1PlbDnUhPRFkgQSBORVbDnUhPRFkgVkxBU1ROSUNUVsONIEpFVFU8L2g1Pg0KPHAgY2xhc3M9ImJpZyI+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QgdGVtcG9yIGluY2lkaWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdWEuIFV0IGVuaW0gYWQgbWluaW0gdmVuaWFtLCBxdWlzIG5vc3RydWQgZXhlcmNpdGF0aW9uIHVsbGFtY28gbGFib3JpcyBuaXNpIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kbyBjb25zZXF1YXQuIDxicj4NCkR1aXMgYXV0ZSBpcnVyZSBkb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlIGNpbGx1bSBkb2xvcmUgZXUgZnVnaWF0IG51bGxhIHBhcmlhdHVyLiBFeGNlcHRldXIgc2ludCBvY2NhZWNhdCBjdXBpZGF0YXQgbm9uIHByb2lkZW50LCBzdW50IGluIGN1bHBhIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdCBhbmltIGlkIGVzdCBsYWJvcnVtLjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0=');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9909, 722, 'mfn-page-items-seo', 'Heading\n<h2>SERVICES</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nRozdělení služeb\n[button title=\"CHARTER\" link=\"https://wapejets.com/en/charter\" color=\"theme\" size=\"4\" font-size=\"16\"]\r\n[button title=\"AIRCRAFT SALES\" link=\"https://wapejets.com/en/aircraft-sales/\" color=\"theme\" size=\"4\" ]\r\n[button title=\"CONSULTING\" link=\"https://wapejets.com/en/consulting/\" color=\"theme\" size=\"4\" ]\r\n[button title=\"TRAVEL MANAGEMENT\" link=\"https://wapejets.com/en/travel-management-en/\" color=\"theme\" size=\"4\" ]</h4>\ncenter\nno-repeat;left top;;\nauto\n\n<h3>BENEFITS OF PRIVATE AIRCRAFT FLYING <br></h3>\r\n<h4>versus</h4>\r\n<h3>BUSINESS CLASS AND FIRST CLASS</h3>\nicon\n\nBrokerage\n<p class=\"big\">There are many benefits of flying a private jet which you will feel on your first flight.</p>\r\n\r\n<p class=\"big\">The fundamental difference is that <strong>our planes are always waiting for you</strong>, not otherwise. It is you who decides when and at what time you fly to which destination. If your plans change, we will provide you with a new schedule according to your wishes and the aircraft will adapt to it. In addition, thanks to the size and technical parameters, private aircraft can also land at airports where the general airlines are not allowed. For this reason, <strong>you will always get as close as possible to your destination</strong>, so the transfer by land will be significantly shortened. If you would prefer a helicopter, we will also take care of this transport option at WAPE JETS.</p>\r\n\r\n<p class=\"big\">If you are a fan of fast check-in, you will certainly be thrilled that <strong>you can arrive at the airport 15-20 minutes before departure</strong> and with the assistance of a crew that will be happy to help you with any luggage, you will go through the security check for VIP clients (often the entire terminal so-called GAT) directly to your aircraft.</p>\r\n\r\n<p class=\"big\"><strong>The number of destinations</strong> you visit in one or more days depends only on you. In the case of business trips, it is common to fly to 2 to 3 different places in different countries. In this case, the <strong>time flexibility</strong> of private aircraft is highly appreciated. With general airlines you often do not find a suitable connection, so you are forced to travel with a loss of time or even incur additional costs for the hotel and ground transfers.</p>\r\n\r\n<p class=\"big\"><strong>Discretion</strong> comes first at WAPE JETS. You can be sure that we will make sure that you feel safe anytime and anywhere.</p>\r\n\r\n<p class=\"big\">On board general airlines, you travel in first class and business class with passengers you do not know. For private jets, it is you who determines the number and composition of passengers. Therefore, you will always fly only with those you want. It\'s the comfort of <strong>privacy</strong> throughout the flight that will make it even more enjoyable.</p>\r\n\r\n<p class=\"big\">If you have ever bothered about <strong>catering</strong> due to food intolerances or simply because you have refined taste, a private jet is the ideal travel tool for you. On board our planes, we take care of our clients in this regard as well, and we will be happy to provide you with almost anything from steak to seafood to children\'s meals. Food preparation options are determined only by the size and equipment of the aircraft.</p>\r\n\r\n<p class=\"big\"><strong>Pets</strong> are a part of your life and used to flying with you. On board of private jets, they will accompany you and you can rest assured that this member of your family is also well taken care during the flight.</p>\njustify\nno-repeat;center top;;\nauto\n10px\n\nOdpovědi na dotazy\n<a href=\"https://wapejets.com/en/faq-en/\"><h5>> FAQ</h5></a>\nleft\nno-repeat;left top;;\nauto\n\nHeading\n<h2>BOMBARDIER, CESSNA, DASSAULT,<br />\r\nEMBRAER, GULFSTREAM, HONDA JET<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Take a look at our jets\" link=\"https://wapejets.com/en/gallery/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nHeading\n<h4>NEZÁVAZNÁ POPTÁVKA LETU</h4>\ncenter\nno-repeat;center top;;\nauto\n\nNezávazná poptávka\n[caldera_form id=\"CF5ed1699032e04\"]\nno-repeat;left top;;\nauto\n\nCeny\n<a href=\"http://wapejets.com/faktory-letu/\"><h5>> Faktory ovlivňující cenu soukromého letu</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nCeny\n<a href=\"http://wapejets.com/faq\"><h5>> Odpovědi na nejčastější dotazy</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nHeading\n<h4>TIPY NA LETY</h4>\ncenter\nno-repeat;center top;;\nauto\n30px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/monaco-2-1920x800_1_1.jpg\" alt=\"Services\"/>\nAZUROVÉ POBŘEŽÍ<br>- Nice, Monaco\nCessna Mustang, 4 osoby od 6.700 EUR<br>\r\nPhenom 100, 4 osoby od 7.300 EUR<br>\r\nCessna Excel, 8 osob od 11.100 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/image.jpg\" alt=\"Services\"/>\nBUSINESS A SHOPPING<br>- Londýn\nCessna CJ 2, 6 osob od 10.500 EUR<br>\r\nCessna Exccel, 8 osob od 12.800 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/004686c614d28acb1ad0481fbc1f1164.jpg\" alt=\"Services\"/>\nOPERA V MILÁNĚ <br>- zážitek z La Scaly\nPhenom 100, 4 osoby od 6.600 EUR<br>\r\nCessna CJ2, 6 osob od 8.700 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/paris-france-vantines-day-romantic-hotel-guides.jpg\" alt=\"Services\"/>\nBABÍ LÉTO V PAŘÍŽI<br>- romantický výlet\nCessna Mustang, 4 osoby od 6.900 EUR<br>\r\nCessna CJ2, 6 osob od 9.000 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/1480436165-vienna-christmas-market.jpg\" alt=\"Services\"/>\nVÁNOČNÍ VÍDEŇ<br>- okouzlující pobyt\nCessna Mustang, 4 osoby od 3.900 EUR<br>\r\nHonda Jet, 4 osoby od 4.100 EUR<br>\r\nCessna CJ3, 6 osob od 4.200 EUR<br>\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web.jpg\" alt=\"Services\"/>\nLYŽOVÁNÍ V ALPÁCH<br>- jízda v Nassfeldu\nCessna CJ3, 6 osob od 10.100 EUR<br>\r\nNextant, 6 osob od 11.250 EUR<br>\r\nSovereign, 6 osob od 15.900 EUR<br>\n\nCeny\n*Všechny ceny jsou počítány z Prahy.\nleft\nno-repeat;left top;;\nauto\n20px\n0 40px 0 40px\n\nPoradenství - text\n<h4>Prodej letadel</h4>\r\n<p class=\"big\">Zkušený tým společnosti WAPE JETS Vás provede složitým procesem nákupu letadla.\r\nPo prvotním výběru letadla Vám pomůžeme s přípravou cenové nabídky a vyjednáváním o podmínkách nákupu. Následně Vám pomůžeme s přizpůsobením letadla vašim požadavkům, s dodáním, registrací a administrativou spojenou s vlastnictvím.<br><br>\r\n\r\n- výběr letadla<br>\r\n- cenová nabídka a podmínky nákupu<br>\r\n- vyjednávání o konečné podobě nákupu<br>\r\n- dodání, dokumentace, uzavření nákupu<br>\r\n- registrace a administrativa spojená s vlastnictvím</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR.jpg\" alt=\"Services\"/>\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_9.jpg\" alt=\"Services\"/>\n\nPoradenství\n<h4>Poradenství</h4>\r\n<p class=\"big\">Léta zkušeností v oblasti business aviation je jednou z výhod, díky níž Vám naše společnost pomůže\r\nobjevit výhody pronájmu či vlastnictví letadla: soukromí, komfort, bezpečnost a samozřejmě flexibilitu.<br>\r\nJestliže přemýšlíte o tom, že si pořídíte letadlo nebo chcete změnit stávající model za novější, aby svými parametry vyhovovalo Vašim potřebám a rozpočtu, rádi Vám objasníme klady i zápory vlastnictví letadla v porovnání s jeho podílným vlastnictvím, leasingem a možnostmi pronájmu.</p>\nno-repeat;center top;;\nauto\n10px\n\nPoradenství - text\n<p class=\"big\">- detailní porovnání vhodných letadel<br>\r\n- zhodnocení plného vlastnictví letadla vůči jiným možnostem např. pronájmu<br>\r\n- stanovení technických a provozních parametrů letadla a rozpočtu<br>\r\n- vysvětlení všech nákladů souvisejících s vlastnictvím a provozováním letadla<br>\r\n- tipy a taktické rady pro nákup letadla</p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management\n<h4>Travel Management</h4>\r\n<p class=\"big\">Naše společnost WAPE JETS myslí na každý detail, a proto pro Vás v rámci našeho Travel managementu zajistíme i další služby na Vaší cestě. Pokud se potřebujete pohodlně dopravit na letiště nebo z něj, limuzínou či helikoptérou na jakékoli místo, případně si pronajmout yachtu a plavit se s ní po těch nejkrásnějších mořích nebo si zaletět na ojedinělý koncert, jsme tady pro Vás. Zajistíme celý program Vaší dovolené a postaráme se o to, abyste si ji užili v té nejvyšší možné míře. </p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management\n<p class=\"big\">Díky našemu týmu a dlouholetým prověřeným partnerům Vám splníme každé Vaše přání. Jsme zde pro Vás 24h denně 7 dní v týdnu. \r\n</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/08/0002.jpg\" alt=\"0002\"/>\n\nBrokerage\n<h5>PŘÍKLADOVÉ KALKULACE JETŮ</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<h5>VÝHODY A NEVÝHODY VLASTNICTVÍ JETU</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\n'),
(9910, 722, 'rs_page_bg_color', '#ffffff'),
(9911, 722, '_wpb_vc_js_status', 'true'),
(9912, 722, '_elementor_template_type', 'wp-page'),
(9913, 722, '_elementor_version', '2.9.9'),
(9914, 722, 'mfn-post-layout', 'no-sidebar'),
(9915, 722, '_webdados_fb_open_graph_specific_image', ''),
(9916, 722, '_webdados_fb_open_graph_specific_description', ''),
(9917, 722, '_yoast_wpseo_title', 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel'),
(9918, 722, 'swift-performance', 'a:2:{s:15:\"include-scripts\";a:1:{i:0;s:0:\"\";}s:14:\"include-styles\";a:1:{i:0;s:0:\"\";}}'),
(9920, 722, '_dp_original', '646'),
(9921, 722, '_edit_lock', '1605458022:1'),
(9922, 722, '_edit_last', '1'),
(9923, 725, '_wp_page_template', 'default'),
(9924, 725, 'slide_template', 'default'),
(9925, 725, 'mfn-post-hide-content', '0'),
(9926, 725, 'mfn-post-custom-layout', '0'),
(9927, 725, 'mfn-post-slider', '0'),
(9928, 725, 'mfn-post-slider-layer', '0'),
(9929, 725, 'mfn-post-menu', '0'),
(9930, 725, 'mfn-post-one-page', '0'),
(9931, 725, 'mfn-post-hide-title', '1'),
(9932, 725, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9933, 725, 'mfn-page-items', 'YToxMjp7aTowO2E6Mzp7czozOiJ1aWQiO3M6OToiOTc3NDMyNzYzIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czo2NzoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDYvaG9tZV9qZXRfZm9vdGVyLmpwZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MTg6Im5vLXJlcGVhdDtjZW50ZXI7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjgwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiM2UwZGQxZTZmIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InQ0eWRoOGZudiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIzOiI8aDI+QUlSQ1JBRlQgU0FMRVM8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToid2FzZXoxaDM2IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czoxODoiIGVxdWFsLWhlaWdodC13cmFwIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NjoicHJvZGVqIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjAiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjgxZmNvYmphZiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ5MXV3Y2Y4bnAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjEzOiJQcm9kZWogLSB0ZXh0IjtzOjc6ImNvbnRlbnQiO3M6NzkyOiI8cCBjbGFzcz0iYmlnIj5XQVBFIEpFVFMnIGV4cGVyaWVuY2VkIHRlYW0gYXJlIGFibGUgdG8gZ3VpZGUgeW91IHRocm91Z2ggdGhlIGNvbXBsZXggcHJvY2VzcyBvZiBhaXJjcmFmdCBwdXJjaGFzZS4gQWZ0ZXIgaW5pdGlhbCBzZWxlY3Rpb24gb2YgdGhlIGFpcmNyYWZ0LCB3ZSBhc3Npc3QgaW4geW91ciBwcmVwYXJhdGlvbiBvZiBhIHF1b3RhdGlvbiBhbmQgbmVnb3RpYXRlIHRoZSB0ZXJtcyBvZiBwdXJjaGFzZS4gV2UgdGhlbiBoZWxwIHlvdSB0byBjdXN0b21pc2UgeW91ciBhaXJjcmFmdCBhY2NvcmRpbmcgdG8geW91ciByZXF1aXJlbWVudHMsIGFuZCBhc3Npc3QgaW4gdGhlIGRlbGl2ZXJ5LCByZWdpc3RyYXRpb24gYW5kIG93bmVyc2hpcCBhZG1pbmlzdHJhdGlvbiBXZSByZXByZXNlbnQgYSBicm9hZCBwb3J0Zm9saW8gYW1vbmcgdGhlIG1vc3QgcmVzcGVjdGVkIG1hbnVmYWN0dXJlcnMgaW4gdGhlIGJ1c2luZXNzIGpldHMgY2F0ZWdvcnksIGFsbG93aW5nIHVzIHRvIG9mZmVyIG91ciBjbGllbnRzIGZ1bGwgc3VwcG9ydCBhbmQgaW5kZXBlbmRlbmNlLiA8YnI+PGJyPg0KDQotIGFpcmNyYWZ0IHNlbGVjdGlvbjxicj4NCi0gcXVvdGF0aW9uIGFuZCB0ZXJtcyBvZiBwdXJjaGFzZTxicj4NCi0gbmVnb3RpYXRpbmcgdGhlIGZpbmFsIGZvcm0gb2YgcHVyY2hhc2U8YnI+DQotIGRlbGl2ZXJ5LCBkb2N1bWVudGF0aW9uLCBjb25jbHVzaW9uIG9mIHB1cmNoYXNlPGJyPg0KLSByZWdpc3RyYXRpb24gYW5kIGFkbWluaXN0cmF0aW9uIGFzc29jaWF0ZWQgd2l0aCBvd25lcnNoaXA8L3A+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToidTV4MHJwdzh6IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiOXE0ODRvemx2IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NzY6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1LzAwOV9GYWxjb241WF8yMDEzRFZENDNMUi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjI7YTozOntzOjM6InVpZCI7czo5OiJhY2MxMDc4YTEiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjY6InByb2RlaiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIwIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxMDJlYzNkNTAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibHE5dHdxNzAwIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxMzoiUHJvZGVqIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjQ0OiI8aDM+UFVSQ0hBU0UgLyBTQUxFIE9GIFBSSVZBVEUgQUlSQ1JBRlQ8L2gzPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIyMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiI4aDZ4cWNmZmwiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjE0OTE6IjxwIGNsYXNzPSJiaWciPkJ1eWluZyBhIHByaXZhdGUgamV0IGlzIGFuIGludmVzdG1lbnQgdGhhdCBuZWVkcyB0byBiZSB3ZWxsIHRob3VnaHQgb3V0IGluIGFkdmFuY2UuIFRoZXJlIGFyZSBzZXZlcmFsIGZhY3RvcnMgdGhhdCBjYW4gaGVscCB5b3UgZGVjaWRlIHdoZXRoZXIgdG8gcmVudCB5b3VyIHByaXZhdGUgamV0IG9yIHdoZW4gaXQncyB0aW1lIHRvIGJ1eSB5b3VyIG93bi48L3A+DQoNCjxwIGNsYXNzPSJiaWciPk9uZSBvZiB0aGUgbW9zdCBpbXBvcnRhbnQgcG9pbnRzIHdoZW4gZGVjaWRpbmcgaXMgdG8gYXNrIHlvdXJzZWxmIHdoZXJlIHlvdSB3YW50IHRvIHRyYXZlbCBtb3N0IG9mdGVuIGFuZCBob3cgb2Z0ZW4uIElmIHlvdSBmbHkgdG8gbmVhcmJ5IGRlc3RpbmF0aW9ucyBhbmQgcmFyZWx5IHRvIHRob3NlIG1vcmUgdGhhbiA2MDAwIGttIGF3YXksIGl0IHdpbGwgYmUgbW9yZSBhZHZhbnRhZ2VvdXMgZm9yIHlvdSB0byByZW50IGEgcHJpdmF0ZSBhaXJjcmFmdCBmb3IgbG9uZ2VyIGZsaWdodHMuIEl0IGlzIG5vdCBuZWNlc3NhcnkgdG8gYnV5IGEgcHJpdmF0ZSBqZXQgdGhhdCB3aWxsIHRha2UgeW91IGFueXdoZXJlLCBtYWlubHkgZHVlIHRvIHRoZSBmYWN0IHRoYXQgdGhlIGxhcmdlciB0aGUgYWlyY3JhZnQsIHRoZSBoaWdoZXIgdGhlIGNvc3RzLiBUaGUgZnJlcXVlbmN5IG9mIHlvdXIgam91cm5leXMgZ29lcyBoYW5kIGluIGhhbmQgd2l0aCBpdC4gVGhlIGFpcmNyYWZ0IHNob3VsZCBmbHkgYSBjZXJ0YWluIG1pbmltdW0gbnVtYmVyIG9mIGhvdXJzIHBlciB5ZWFyLiBUaGUgdGhvdWdodHMgdGhhdCB5b3Ugd2lsbCBzYXZlIG1vbmV5ICB3ZWhlbiB0aGUgcGxhbmUgaXMgb24gdGhlIGdyb3VuZCBhcmUgd3JvbmcuIFRoZSBwb3NzaWJpbGl0eSBob3cgdG8gYXZvaWQgdGhlIHNpdHVhdGlvbiBvZiBncm91bmRlZCBqZXQgaXMgdG8gcmVudCBpdCBhbmQgdGh1cyBjb21wZW5zYXRlIGZvciBhIGNlcnRhaW4gcGFydCBvZiB0aGUgb3BlcmF0aW5nIGNvc3RzLjwvcD4NCg0KPHAgY2xhc3M9ImJpZyI+QmVmb3JlIHlvdSBkZWNpZGUgb24gYSBzcGVjaWZpYyBtb2RlbCB3aGVuIGJ1eWluZyB5b3VyIHByaXZhdGUgamV0LCB3ZSByZWNvbW1lbmQgcmVudGluZyBtb3JlIHR5cGVzIHRvIGZpbmQgb3V0IHdoaWNoIG9uZSBzdWl0cyB5b3UgdGhlIGJlc3QsIHdoaWNoIGlzIHJlbWluaXNjZW50IG9mIGJ1eWluZyBhIGNhci4gQW1vbmcgb3RoZXIgdGhpbmdzLCBpdCBpcyBnb29kIHRvIGNvbnN1bHQgZXhwZXJ0cyB3aG8gd2lsbCBhbnN3ZXIgYWxsIHlvdXIgcXVlc3Rpb25zLCBoZWxwIHlvdSBjaG9vc2UgdGhlIHJpZ2h0IHR5cGUgb2YgYWlyY3JhZnQsIHByb3ZpZGUgaW1wb3J0YW50IGluZm9ybWF0aW9uIHJlZ2FyZGluZyBzZXJ2aWNlLCBtYWludGVuYW5jZSBvciB0YWtlIGNhcmUgb2YgdGhlIHNtb290aCBwcm9jZXNzIG9mIGl0cyBwdXJjaGFzZSBvciBzYWxlLCB3aGV0aGVyIGV4cG9ydCBvciBpbXBvcnQuPC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czo3OiJqdXN0aWZ5IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6InRodWV3dTlwNSI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czo2OiJwcm9kZWoiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMCI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToibmdpanMzYzg4IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Imk5YXE1MTFqYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTM6IlByb2RlaiAtIHRleHQiO3M6NzoiY29udGVudCI7czozOToiPGgzPlBSSUNFUyBPRiBORVcgUFJJVkFURSBBSVJDUkFGVDwvaDM+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjQ7YTozOntzOjM6InVpZCI7czo5OiI5MnUxYWQ0dnoiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6Im9sMWVra3VpNSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ6a3l0bHFsYWciO3M6NDoic2l6ZSI7czozOiIzLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjI0OiI8aDQ+Y2Vzc25hIGNpdGF0aW9uPC9oND4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZjB1MjA5Z2VuIjtzOjQ6InNpemUiO3M6MzoiMi81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czo3OToiPGg0PjxhIGhyZWY9Imh0dHBzOi8vY2Vzc25hLnR4dGF2LmNvbSIgdGFyZ2V0PSJfYmxhbmsiPmNlc3NuYS5jb208L2E+PC9oND4NCg0KCSI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJ6OTJqbTJtMG0iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiOG1iZm14ZjB1IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNDoiW3RhYmxlIGlkPTEgL10iO3M6NToiYWxpZ24iO3M6NDoibGVmdCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czozOiJiaWciO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiNHA4MDNjOTI5IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6ODM6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzExL0Nlc3NuYS1DaXRhdGlvbi1MYXRpdHVkZV8xXzE5MjAuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiNWxleDQzb2szIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6ODQ6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzExL0Nlc3NuYS1DaXRhdGlvbi1Mb25naXR1ZGVfNF8xOTIwLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjU7YTozOntzOjM6InVpZCI7czo5OiJ0b2ZwYzNhdzIiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjM6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6InE1OHFsNDJnMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIwdGhnZWRsZmsiO3M6NDoic2l6ZSI7czozOiIzLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjE5OiI8aDQ+Ym9tYmFyZGllcjwvaDQ+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InF6emdxdHBwdiI7czo0OiJzaXplIjtzOjM6IjIvNSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6OTY6IjxoND48YSBocmVmPSJodHRwczovL2J1c2luZXNzYWlyY3JhZnQuYm9tYmFyZGllci5jb20vZW4iIHRhcmdldD0iX2JsYW5rIj5ib21iYXJkaWVyLmNvbTwvYT48L2g0PiI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI5ZG1jeHJ5bWIiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZGhwdzh3ZjJiIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNDoiW3RhYmxlIGlkPTIgL10iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6InMxaGNhZHZ2byI7czo0OiJzaXplIjtzOjM6IjIvMyI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6ImZscm8yenYyNSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjEwNjoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvRERCQTAwMDBfTmV3TGl2ZXJ5MjAxNUZpbmFsc19DaGFsbGVuZ2VyNjUwLWhpLXJlc18xOTIwLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6ImJxYndhcWN4ZyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjk2OiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8xMS9DaGFsbGVuZ2VyNjUwX0RpdmFuTG9va2luZ0ZvcndhcmRzUHJvcHNfMTkyMC5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo2O2E6Mzp7czozOiJ1aWQiO3M6OToiaHRuMHFpYWV1IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjYwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIyMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJkb2QxM2lxazkiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToidWlhc24zdzc5IjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxOToiPGg0Pmd1bGZzdHJlYW08L2g0PiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJkeW00OWR4N3kiO3M6NDoic2l6ZSI7czozOiIyLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjg5OiI8aDQ+PGEgaHJlZj0iaHR0cHM6Ly93d3cuZ3VsZnN0cmVhbS5jb20vZW4vIiB0YXJnZXQ9Il9ibGFuayI+Z3VsZnN0cmVhbS5jb208L2E+PC9oND4NCg0KCSI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI2NWk2dmliaDciO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiYmw3amNyNnVvIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNDoiW3RhYmxlIGlkPTMgL10iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6ImdodXZxbnFsYSI7czo0OiJzaXplIjtzOjM6IjIvMyI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjIwbjFrbjY4biI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjYxOiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8xMS9HNTAwXzE5MjAuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czozOiJ1aWQiO3M6OToiM2F1eHRnd2lrIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxODp7czozOiJzcmMiO3M6NzA6Imh0dHBzOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzExL0c1MDAtaW50ZXJpb3JfMTkyMC5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo3O2E6Mzp7czozOiJ1aWQiO3M6OToiOGJqMWlyazZ0IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjQwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIyMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJhZzk0d3RyN2EiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibmgyZGFxY2ltIjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNzoiPGg0PmRhc3NhdWx0PC9oND4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiYTBxM3diajJrIjtzOjQ6InNpemUiO3M6MzoiMi81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxMTI6IjxoND48YSBocmVmPSJodHRwczovL3d3dy5kYXNzYXVsdGZhbGNvbi5jb20vZW4vUGFnZXMvSG9tZS5hc3B4IiB0YXJnZXQ9Il9ibGFuayI+ZGFzc2F1bHRmYWxjb24uY29tPC9hPjwvaDQ+DQoNCgkiO3M6NToiYWxpZ24iO3M6NToicmlnaHQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToibHJqZWhjZzlwIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InB3YnoweGRkcCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MTQ6Ilt0YWJsZSBpZD00IC9dIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjI7YTo0OntzOjM6InVpZCI7czo5OiIwdWRuMGRxbWEiO3M6NDoic2l6ZSI7czozOiIyLzMiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJhaW1rMW8zNXEiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo3NzoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvRmFsY29uNlhfMjJfVVNCNTdfSERfMTkyMC5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJrdWMyajRwNXgiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo4NToiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvMDk4X0ZhbGNvbjZYXzIwMThVU0I1NV9BNF9IRF8xOTIwLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjg7YTozOntzOjM6InVpZCI7czo5OiJxb2h6eTB3dWciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjM6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjY1dW82em00bSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJsbjV3dWFucWMiO3M6NDoic2l6ZSI7czozOiIzLzUiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjE2OiI8aDQ+ZW1icmFlcjwvaDQ+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjFkOHJjMTcyeiI7czo0OiJzaXplIjtzOjM6IjIvNSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6OTA6IjxoND48YSBocmVmPSJodHRwczovL2V4ZWN1dGl2ZS5lbWJyYWVyLmNvbS9nbG9iYWwvZW4iIHRhcmdldD0iX2JsYW5rIj5lbWJyYWVyLmNvbTwvYT48L2g0PiI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJvOHF4N2k5dDgiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToieDY3OHM2enozIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNDoiW3RhYmxlIGlkPTUgL10iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6InUxeDB0ZnFqOSI7czo0OiJzaXplIjtzOjM6IjIvMyI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjVmb3cxcjRoeiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjgzOiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8xMS9QMTAwRV9TdGlsbF9pbl9GbGlnaHRfUjNfMTkyMC0xLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6InczOW1iN2RzaSI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjg0OiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8xMS8xX1BoZW5vbV8xMDBfaW50ZXJpb3JfMDA3XzE5MjAtMS5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo5O2E6Mzp7czozOiJ1aWQiO3M6OToiN2NjcmkxaDR4IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjQwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIyMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJzc284NnpkZjYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiandreXdjeTFyIjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNzoiPGg0PmhvbmRhamV0PC9oND4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiY3JrMHl5c3A5IjtzOjQ6InNpemUiO3M6MzoiMi81IjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czo3NjoiPGg0PjxhIGhyZWY9Imh0dHBzOi8vd3d3LmhvbmRhamV0LmNvbSIgdGFyZ2V0PSJfYmxhbmsiPmhvbmRhamV0LmNvbTwvYT48L2g0PiI7czo1OiJhbGlnbiI7czo1OiJyaWdodCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiI2aXd2bmRzcXkiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibzgya29pemd0IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxNDoiW3RhYmxlIGlkPTYgL10iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6IjMyczdkbWNxciI7czo0OiJzaXplIjtzOjM6IjIvMyI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjZxbmJ2b3pmZiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc1OiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8xMS9ob25kYWpldC01OTVfNjgzXzE5MjAtMS5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJ6dWMxa3VvZGMiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo4MDoiaHR0cHM6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMTEvc3BhY2lvdXMtaW50ZXJpb3ItMzYwXzE5MjAtMS5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxMDthOjM6e3M6MzoidWlkIjtzOjk6InVqMWV0MXhuZyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJsOHhnM21tMnEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiNnEyODJuZ3FmIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoxMDU6IjxwPipQcmljZXMgYXJlIGxpc3QgcHJpY2VzIGFuZCBkZXBlbmQsIGFtb25nIG90aGVyIHRoaW5ncywgb24gdGhlIGZpbmFsIGNvbmZpZ3VyYXRpb24gb2YgdGhlIGFpcmNyYWZ0PC9wPiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjExO2E6Mzp7czozOiJ1aWQiO3M6OToiMTY1NjAyMjg3IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MTc6IkNhbGxvdXQgLSBsZXRhZGxhIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImU3YmE1YWQ3NCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiI0NjFmMTExMDciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkxldGFkbGEiO3M6NzoiY29udGVudCI7czoyMDQ6IjxoMj5XRSBXSUxMIEJFIFBMRUFTRUQgVE8gQURWSVNFIFlPVTxicj4NCk9OIFRIRSBBSVJDUkFGVCBTRUxFQ1RJT048YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJHZXQgaW4gdG91Y2ggd2l0aCB1cyIgbGluaz0iaHR0cHM6Ly93YXBlamV0cy5jb20vZW4vY29udGFjdC8iIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9934, 725, 'mfn-page-items-seo', 'Heading\n<h2>AIRCRAFT SALES</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nProdej - text\n<p class=\"big\">WAPE JETS\' experienced team are able to guide you through the complex process of aircraft purchase. After initial selection of the aircraft, we assist in your preparation of a quotation and negotiate the terms of purchase. We then help you to customise your aircraft according to your requirements, and assist in the delivery, registration and ownership administration We represent a broad portfolio among the most respected manufacturers in the business jets category, allowing us to offer our clients full support and independence. <br><br>\r\n\r\n- aircraft selection<br>\r\n- quotation and terms of purchase<br>\r\n- negotiating the final form of purchase<br>\r\n- delivery, documentation, conclusion of purchase<br>\r\n- registration and administration associated with ownership</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR.jpg\" alt=\"Aircraft Sales\"/>\n\nProdej - text\n<h3>PURCHASE / SALE OF PRIVATE AIRCRAFT</h3>\ncenter\nno-repeat;center top;;\nauto\n20px\n\n<p class=\"big\">Buying a private jet is an investment that needs to be well thought out in advance. There are several factors that can help you decide whether to rent your private jet or when it\'s time to buy your own.</p>\r\n\r\n<p class=\"big\">One of the most important points when deciding is to ask yourself where you want to travel most often and how often. If you fly to nearby destinations and rarely to those more than 6000 km away, it will be more advantageous for you to rent a private aircraft for longer flights. It is not necessary to buy a private jet that will take you anywhere, mainly due to the fact that the larger the aircraft, the higher the costs. The frequency of your journeys goes hand in hand with it. The aircraft should fly a certain minimum number of hours per year. The thoughts that you will save money wehen the plane is on the ground are wrong. The possibility how to avoid the situation of grounded jet is to rent it and thus compensate for a certain part of the operating costs.</p>\r\n\r\n<p class=\"big\">Before you decide on a specific model when buying your private jet, we recommend renting more types to find out which one suits you the best, which is reminiscent of buying a car. Among other things, it is good to consult experts who will answer all your questions, help you choose the right type of aircraft, provide important information regarding service, maintenance or take care of the smooth process of its purchase or sale, whether export or import.</p>\njustify\nno-repeat;left top;;\nauto\n\nProdej - text\n<h3>PRICES OF NEW PRIVATE AIRCRAFT</h3>\ncenter\nno-repeat;center top;;\nauto\n20px\n\n<h4>cessna citation</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://cessna.txtav.com\" target=\"_blank\">cessna.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=1 /]\nleft\nno-repeat;left top;;\nauto\nbig\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Latitude_1_1920.jpg\" alt=\"Cessna Citation Latitude_1_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Longitude_4_1920.jpg\" alt=\"Cessna Citation Longitude_4_1920\"/>\ncenter\n\n<h4>bombardier</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://businessaircraft.bombardier.com/en\" target=\"_blank\">bombardier.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=2 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920.jpg\" alt=\"DDBA0000_NewLivery2015Finals_Challenger650 hi res_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Challenger650_DivanLookingForwardsProps_1920.jpg\" alt=\"Challenger650_DivanLookingForwardsProps_1920\"/>\ncenter\n\n<h4>gulfstream</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://www.gulfstream.com/en/\" target=\"_blank\">gulfstream.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=3 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/G500_1920.jpg\" alt=\"G500_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/G500-interior_1920.jpg\" alt=\"G500 interior_1920\"/>\ncenter\n\n<h4>dassault</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://www.dassaultfalcon.com/en/Pages/Home.aspx\" target=\"_blank\">dassaultfalcon.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=4 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/Falcon6X_22_USB57_HD_1920.jpg\" alt=\"Falcon6X_22_USB57_HD_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/098_Falcon6X_2018USB55_A4_HD_1920.jpg\" alt=\"098_Falcon6X_2018USB55_A4_HD_1920\"/>\ncenter\n\n<h4>embraer</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://executive.embraer.com/global/en\" target=\"_blank\">embraer.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=5 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/P100E_Still_in_Flight_R3_1920-1.jpg\" alt=\"P100E_Still_in_Flight_R3_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/1_Phenom_100_interior_007_1920-1.jpg\" alt=\"1_Phenom_100_interior_007_1920\"/>\ncenter\n\n<h4>hondajet</h4>\nno-repeat;left top;;\nauto\n\n<h4><a href=\"https://www.hondajet.com\" target=\"_blank\">hondajet.com</a></h4>\nright\nno-repeat;left top;;\nauto\n\n[table id=6 /]\nno-repeat;left top;;\nauto\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/hondajet-595_683_1920-1.jpg\" alt=\"hondajet-595_683_1920\"/>\ncenter\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/11/spacious-interior-360_1920-1.jpg\" alt=\"spacious-interior-360_1920\"/>\ncenter\n\n<p>*Prices are list prices and depend, among other things, on the final configuration of the aircraft</p>\nno-repeat;left top;;\nauto\n\nLetadla\n<h2>WE WILL BE PLEASED TO ADVISE YOU<br>\r\nON THE AIRCRAFT SELECTION<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Get in touch with us\" link=\"https://wapejets.com/en/contact/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;left top;;\nauto\n\n'),
(9935, 725, 'rs_page_bg_color', '#ffffff'),
(9936, 725, '_wpb_vc_js_status', 'true'),
(9937, 725, '_elementor_template_type', 'wp-page'),
(9938, 725, '_elementor_version', '2.9.9'),
(9939, 725, 'mfn-post-layout', 'no-sidebar'),
(9940, 725, '_webdados_fb_open_graph_specific_image', ''),
(9941, 725, '_webdados_fb_open_graph_specific_description', ''),
(9942, 725, '_yoast_wpseo_title', 'Wapejets: Prodej letadel - Bombardier, Cessna, Dassault, Embraer'),
(9943, 725, 'swift-performance', 'a:2:{s:15:\"include-scripts\";a:1:{i:0;s:0:\"\";}s:14:\"include-styles\";a:1:{i:0;s:0:\"\";}}'),
(9945, 725, 'mfn-meta-seo-title', 'Prodej letadel'),
(9946, 725, '_dp_original', '655'),
(9947, 725, '_edit_lock', '1606407843:1'),
(9948, 725, '_edit_last', '1'),
(10004, 731, '_wp_page_template', 'default'),
(10005, 731, 'slide_template', 'default'),
(10006, 731, 'mfn-post-hide-content', '0'),
(10007, 731, 'mfn-post-custom-layout', '0'),
(10008, 731, 'mfn-post-slider', '0'),
(10009, 731, 'mfn-post-slider-layer', '0'),
(10010, 731, 'mfn-post-menu', '0'),
(10011, 731, 'mfn-post-one-page', '0'),
(10012, 731, 'mfn-post-hide-title', '1'),
(10013, 731, 'mfn-post-remove-padding', '1'),
(10014, 731, 'mfn-page-items', 'YTo5OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxNjoiPGgyPkNIQVJURVI8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiYmI1MGY1MzJhIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czo5OiJicm9rZXJhZ2UiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI0YmIzYmQzNjciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjM6InVpZCI7czo5OiJpc21zYjdjdWciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE4OntzOjM6InNyYyI7czo3OToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNi9MZWFyamV0NzVfRERCQTAwNDhfU2hvdDVfd2ViLmpwZyI7czo0OiJzaXplIjtzOjA6IiI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czowOiIiO3M6Nzoic3RyZXRjaCI7czoxOiIwIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czowOiIiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjEwOiJsaW5rX2ltYWdlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJob3ZlciI7czowOiIiO3M6MzoiYWx0IjtzOjA6IiI7czo3OiJjYXB0aW9uIjtzOjA6IiI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJnNWw3bTZrYWEiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxOTI6IjxoNT5TYXZlIHlvdXIgdGltZSBhbmQgYmUgZmxleGlibGU8YnI+PGJyIC8+DQpFbmpveSBjb25maWRlbnRpYWxpdHkgYW5kIGNvbWZvcnQgPGJyPjxiciAvPg0KQXJyaXZlIGF0IGFuIGFpcnBvcnQgYXMgY2xvc2UgYXMgcG9zc2libGUgdG8geW91ciBkZXN0aW5hdGlvbjxicj48YnIgLz4NClRha2UgeW91ciBwZXQgb24gYm9hcmQ8L2g1PiI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTo0OntzOjM6InVpZCI7czo5OiJlODhkMzZiNTUiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiYWQzOTAyZjc2IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo5NTg6IjxwIGNsYXNzPSJiaWciPldBUEUgSkVUUyBhbGxvd3MgeW91IHRvIGZ1bGx5IGVuam95IHRoZSBiZW5lZml0cyBvZiBwcml2YXRlIGF2aWF0aW9uLiBXZSBhZHZpc2UgeW91IG9uIGNob29zaW5nIHRoZSBtb3N0IHN1aXRhYmxlIGFpcmNyYWZ0IGZvciB5b3VyIGZsaWdodCB0byBlbnN1cmUgeW91ciB1bHRpbWF0ZSBjb21mb3J0IGFuZCBjb252ZW5pZW5jZS4gV2UgYXJyYW5nZSB5b3VyIGNvbXBsZXRlIHRyYXZlbCBpdGluZXJhcnksIHNvIHRoYXQgeW91IGNhbiBmdWxseSBlbmpveSB0aGUgdHJhbnNwb3J0YXRpb24gdG8gdGhlIGFpcnBvcnQsIGFzIHdlbGwgYXMgdXBvbiBhcnJpdmFsIGF0IHlvdXIgZGVzdGluYXRpb24uIFNob3VsZCB5b3Ugd2lzaCB0byB1c2UgYSBsaW1vdXNpbmUsIGhlbGljb3B0ZXIsIG9yIGJvb2sgYSBob3RlbCwgc2ltcGx5IGNvbnRhY3QgdXMuPGJyPg0KV2Ugb3BlcmF0ZSBwcml2YXRlIGZsaWdodHMgd29ybGR3aWRlIHdpdGhpbiAzIGhvdXJzIG9mIGNvbmZpcm1hdGlvbi4gU2hvdWxkIHlvdSBuZWVkIHRvIGxlYXZlIGluIGEgaHVycnkgZm9yIGFuIHVyZ2VudCBtZWV0aW5nIG9yIG9uIHZhY2F0aW9uLCB3ZSB0YWtlIGNhcmUgb2YgeW91ciBuZWVkcy48YnI+DQpGbGlnaHRzIGFyZSBoYW5kbGVkIGV4Y2x1c2l2ZWx5IGF0IFZJUCB0ZXJtaW5hbHMsIHdoaWNoIG1pbmltaXNlcyBjaGVjay1pbiB0aW1lIGFuZCBlbnN1cmVzIGNvbmZpZGVudGlhbGl0eSwgd2hpY2ggaXMgb3VyIHByaW9yaXR5LiBZb3UgbWF5IGFycml2ZSBhdCB0aGUgYWlycG9ydCAxNSBtaW51dGVzIGJlZm9yZSBkZXBhcnR1cmUuIEFuZCBiZWNhdXNlIHBsYW5zIGNhbiBjaGFuZ2UsIHdlIGFyZSBoZXJlIGZvciB5b3UgMjQgaG91cnMgYSBkYXksIDM2NSBkYXlzIGEgeWVhci48YnI+DQpZb3VyIHBsYW5lIHdhaXRzIGZvciB5b3UsIHlvdSBkb27igJl0IHdhaXQgZm9yIGl0IQ0KPC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiYno1YnRiZzBkIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czozMTY6IjxwIGNsYXNzPSJiaWciPi0gY2hvb3NpbmcgYSBzdWl0YWJsZSBhaXJjcmFmdDxicj4NCi0gY29tcGxldGUgb3JnYW5pc2F0aW9uIG9mIHlvdXIgdHJpcDxicj4NCi0gZW5zdXJpbmcgdHJhbnNwb3J0IHRvIC8gZnJvbSB0aGUgYWlycG9ydDxicj4NCi0gdGFpbG9yLW1hZGUgVHJhdmVsIE1hbmFnZW1lbnQ8YnI+DQotIGNhdGVyaW5nIG9uIGJvYXJkIHRoZSBhaXJjcmFmdCBhY2NvcmRpbmcgdG8gY2xpZW504oCZcyByZXF1aXJlbWVudHM8YnI+DQotIENhbGwgQ2VudHJlIGF2YWlsYWJsZSAyNCBob3VycyBhIGRheSwgMzY1IGRheXMgYSB5ZWFyPGJyPjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImdpMGFzcGZjcCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjc6ImlucXVpcnkiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJqbmtiOHdjYmgiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZjFtd2F2b3I1IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MzU6IjxoND5OT04tQklORElORyBGTElHSFQgSU5RVUlSWTwvaDQ+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToic2ZqOGkzZHd3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czozNToiW2NhbGRlcmFfZm9ybSBpZD0iQ0Y1ZWQ4YmUyZGEyOWZkIl0iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiM3NoYWxncHYxIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo0OiJDZW55IjtzOjc6ImNvbnRlbnQiO3M6MTExOiI8YSBocmVmPSJodHRwczovL3dhcGVqZXRzLmNvbS9lbi9mYWN0b3JzLyI+PGg1Pj4gRmFjdG9ycyBpbmZsdWVuY2luZyB0aGUgcHJpY2Ugb2YgYSBwcml2YXRlIGZsaWdodDwvaDU+PC9hPg0KDQoiO3M6NToiYWxpZ24iO3M6NDoibGVmdCI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czozOiIwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MzthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImZyeHNzb2w4cSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NDoiQ2VueSI7czo3OiJjb250ZW50IjtzOjY0OiI8YSBocmVmPSJodHRwczovL3dhcGVqZXRzLmNvbS9lbi9mYXEtZW4vIj48aDU+PiBGQVE8L2g1PjwvYT4NCg0KIjtzOjU6ImFsaWduIjtzOjQ6ImxlZnQiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MzoiMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czo0OiIzMHB4IjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTozO2E6Mzp7czozOiJ1aWQiO3M6OToiY3Azbmd1em0yIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6NToia29uZWMiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YTozOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJkcHFvYmFzd2QiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibG1wd2tyZ2ljIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MjA6IjxoND5GTElHSFQgVElQUzwvaDQ+IjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjMwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6IjM1OWQ5aTRmMiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czo3MjoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS9tb25hY28tMi0xOTIweDgwMF8xXzEuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czozMDoiQ8OUVEUgRCdBWlVSPGJyPi0gTmljZSwgTW9uYWNvIjtzOjc6ImNvbnRlbnQiO3M6MTE5OiJDZXNzbmEgTXVzdGFuZywgNCBwYXggZnJvbSA2LjcwMCBFVVI8YnI+DQpQaGVub20gMTAwLCA0IHBheCBmcm9tIDcuMzAwIEVVUjxicj4NCkNlc3NuYSBFeGNlbCwgOCBwYXggZnJvbSAxMS4xMDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjE4OiJteS1jbGFzcy1iaWctZm9udCAiO319aToyO2E6NDp7czo0OiJ0eXBlIjtzOjk6InN0b3J5X2JveCI7czozOiJ1aWQiO3M6OToidWpkc2VleTBrIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6ImltYWdlIjtzOjU2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L2ltYWdlLmpwZyI7czo1OiJzdHlsZSI7czowOiIiO3M6NToidGl0bGUiO3M6MzE6IkJVU0lORVNTICYgU0hPUFBJTkc8YnI+LSBMb25kb24iO3M6NzoiY29udGVudCI7czo4MDoiQ2Vzc25hIENKIDIsIDYgcGF4IGZyb20gMTAuNTAwIEVVUjxicj4NCkNlc3NuYSBFeGNjZWwsIDggcGF4IGZyb20gMTIuODAwIEVVUjxicj4iO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czoxODoibXktY2xhc3MtYmlnLWZvbnQgIjt9fWk6MzthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6IjQwanpuYWhvNSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czo4MzoiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8wMDQ2ODZjNjE0ZDI4YWNiMWFkMDQ4MWZiYzFmMTE2NC5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjM4OiJPUEVSQSBJTiBNSUxBTiA8YnI+LSBuaWdodCBhdCBMYSBTY2FsYSI7czo3OiJjb250ZW50IjtzOjc0OiJQaGVub20gMTAwLCA0IHBheCBmcm9tIDYuNjAwIEVVUjxicj4NCkNlc3NuYSBDSjIsIDYgcGF4IGZyb20gOC43MDAgRVVSPGJyPiI7czo0OiJsaW5rIjtzOjA6IiI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjE4OiJteS1jbGFzcy1iaWctZm9udCAiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6Ijl3c3BramZqeCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6OToic3RvcnlfYm94IjtzOjM6InVpZCI7czo5OiJlYzcwNW9jbTAiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjg6e3M6NToiaW1hZ2UiO3M6OTg6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvcGFyaXMtZnJhbmNlLXZhbnRpbmVzLWRheS1yb21hbnRpYy1ob3RlbC1ndWlkZXMuanBnIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJ0aXRsZSI7czozNzoiVkFMRU5USU5FIElOIFBBUklTPGJyPi0gcm9tYW50aWMgdHJpcCI7czo3OiJjb250ZW50IjtzOjc4OiJDZXNzbmEgTXVzdGFuZywgNCBwYXggZnJvbSA2LjkwMCBFVVI8YnI+DQpDZXNzbmEgQ0oyLCA2IHBheCBmcm9tIDkuMDAwIEVVUjxicj4iO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czoxODoibXktY2xhc3MtYmlnLWZvbnQgIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6IjVmM2cxb2ZoZiI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czo4NToiaHR0cDovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNS8xNDgwNDM2MTY1LXZpZW5uYS1jaHJpc3RtYXMtbWFya2V0LmpwZyI7czo1OiJzdHlsZSI7czowOiIiO3M6NToidGl0bGUiO3M6Mzg6IkNIUklTVE1BUyBJTiBWSUVOTkE8YnI+LSBjaGFybWluZyB0cmlwIjtzOjc6ImNvbnRlbnQiO3M6MTE1OiJDZXNzbmEgTXVzdGFuZywgNCBwYXggZnJvbSAzLjkwMCBFVVI8YnI+DQpIb25kYSBKZXQsIDQgcGF4IGZyb20gNC4xMDAgRVVSPGJyPg0KQ2Vzc25hIENKMywgNiBwYXggZnJvbSA0LjIwMCBFVVI8YnI+IjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MjthOjQ6e3M6NDoidHlwZSI7czo5OiJzdG9yeV9ib3giO3M6MzoidWlkIjtzOjk6Ijc3OTlmY2c0cSI7czo0OiJzaXplIjtzOjM6IjEvMyI7czo2OiJmaWVsZHMiO2E6ODp7czo1OiJpbWFnZSI7czoxMTI6Imh0dHA6Ly93YXBlamV0cy5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDUvdzgwMF8yMDE4LTAzLTE1LTAzLTE3LTMzLTljOThhZmYzYjM1Yzg2MGZkODk0ZjYzMWVkMDM2MWM2X3dlYi5qcGciO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6InRpdGxlIjtzOjQwOiJTS0lJTkcgSU4gVEhFIEFMUFM8YnI+LSByaWRlIGluIE5hc3NmZWxkIjtzOjc6ImNvbnRlbnQiO3M6MTExOiJDZXNzbmEgQ0ozLCA2IHBheCBmcm9tIDEwLjEwMCBFVVI8YnI+DQpOZXh0YW50LCA2IHBheCBmcm9tIDExLjI1MCBFVVI8YnI+DQpTb3ZlcmVpZ24sIDYgcGF4IGZyb20gMTUuOTAwIEVVUjxicj4iO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjQ6e3M6MzoidWlkIjtzOjk6ImlkNDJoMGM0bSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJvZnUxc3g4bWIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjQ6IkNlbnkiO3M6NzoiY29udGVudCI7czozNDoiKlByaWNlcyBhcmUgY2FsY3VsYXRlZCBmcm9tIFByYWd1ZSI7czo1OiJhbGlnbiI7czo0OiJsZWZ0IjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjIwcHgiO3M6NzoicGFkZGluZyI7czoxMzoiMCA0MHB4IDAgNDBweCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mzp7czozOiJ1aWQiO3M6OToibXdmb2s5d3lkIjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMwMDBkMjEiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjYwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiI0MCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiNXByOGJrMzV0IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6InNlcWI3ZmxrcyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjIwNjoiPGgyPkJPTUJBUkRJRVIsIENFU1NOQSwgREFTU0FVTFQsPGJyIC8+DQpFTUJSQUVSLCBHVUxGU1RSRUFNLCBIT05EQSBKRVQ8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJUYWtlIGEgbG9vayBhdCBvdXIgamV0cyIgbGluaz0iaHR0cDovL3dhcGVqZXRzLmNvbS9nYWxsZXJ5IiBjb2xvcj0idGhlbWUiIGxhcmdlPSIxIl0iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjU7YTozOntzOjM6InVpZCI7czo5OiJhY2MxMDc4YTEiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjQ6InNhbGUiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6Mjp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiMTAyZWMzZDUwIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImxxOXR3cTcwMCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MjQ6IkFpcmNyYWZ0IFB1cmNoYXNlIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjgyMzoiPGg0PkFpcmNyYWZ0IFB1cmNoYXNlPC9oND4NCjxwIGNsYXNzPSJiaWciPldBUEUgSkVUUycgZXhwZXJpZW5jZWQgdGVhbSBhcmUgYWJsZSB0byBndWlkZSB5b3UgdGhyb3VnaCB0aGUgY29tcGxleCBwcm9jZXNzIG9mIGFpcmNyYWZ0IHB1cmNoYXNlLg0KQWZ0ZXIgaW5pdGlhbCBzZWxlY3Rpb24gb2YgdGhlIGFpcmNyYWZ0LCB3ZSBhc3Npc3QgaW4geW91ciBwcmVwYXJhdGlvbiBvZiBhIHF1b3RhdGlvbiBhbmQgbmVnb3RpYXRlIHRoZSB0ZXJtcyBvZiBwdXJjaGFzZS4gV2UgdGhlbiBoZWxwIHlvdSB0byBjdXN0b21pc2UgeW91ciBhaXJjcmFmdCBhY2NvcmRpbmcgdG8geW91ciByZXF1aXJlbWVudHMsIGFuZCBhc3Npc3QgaW4gdGhlIGRlbGl2ZXJ5LCByZWdpc3RyYXRpb24gYW5kIG93bmVyc2hpcCBhZG1pbmlzdHJhdGlvbg0KV2UgcmVwcmVzZW50IGEgYnJvYWQgcG9ydGZvbGlvIGFtb25nIHRoZSBtb3N0IHJlc3BlY3RlZCBtYW51ZmFjdHVyZXJzIGluIHRoZSBidXNpbmVzcyBqZXRzIGNhdGVnb3J5LCBhbGxvd2luZyB1cyB0byBvZmZlciBvdXIgY2xpZW50cyBmdWxsIHN1cHBvcnQgYW5kIGluZGVwZW5kZW5jZS4NCjxicj48YnI+DQoNCi0gYWlyY3JhZnQgc2VsZWN0aW9uPGJyPg0KLSBxdW90YXRpb24gYW5kIHRlcm1zIG9mIHB1cmNoYXNlPGJyPg0KLSBuZWdvdGlhdGluZyB0aGUgZmluYWwgZm9ybSBvZiBwdXJjaGFzZTxicj4NCi0gZGVsaXZlcnksIGRvY3VtZW50YXRpb24sIGNvbmNsdXNpb24gb2YgcHVyY2hhc2U8YnI+DQotIHJlZ2lzdHJhdGlvbiBhbmQgYWRtaW5pc3RyYXRpb24gYXNzb2NpYXRlZCB3aXRoIG93bmVyc2hpcDwvcD4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTM6IjAgMTBweCAwIDEwcHgiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjgwMjE0NjM1YyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6Ijd2ejlrMjUyeSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc1OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1LzAwOV9GYWxjb241WF8yMDEzRFZENDNMUi5qcGciO3M6NDoic2l6ZSI7czowOiIiO3M6NToid2lkdGgiO3M6MDoiIjtzOjY6ImhlaWdodCI7czowOiIiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjc6InN0cmV0Y2giO3M6MToiMCI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjY7YTozOntzOjM6InVpZCI7czo5OiIwODA1MzczNDkiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjEwOiJjb25zdWx0aW5nIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImZiZmI5MzYwNiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjYxYzViOTYyMSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0NpdGF0aW9uX0xvZ2l0dWRlX0ltYWdlXzkuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjRlMjIxZWE0MyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJhZGt5Z2Q2YnAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE3OiJDb25zdWx0aW5nIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjUxMDoiPGg0PkNvbnN1bHRpbmc8L2g0Pg0KPHAgY2xhc3M9ImJpZyI+WWVhcnMgb2YgZXhwZXJpZW5jZSBpbiBidXNpbmVzcyBhdmlhdGlvbiBpcyBvbmUgb2YgdGhlIGFkdmFudGFnZXMgdGhhdCBlbmFibGVzIG91ciBjb21wYW55DQp0byBhc3Npc3QgeW91IGluIGRpc2NvdmVyaW5nIHRoZSBiZW5lZml0cyBvZiBoaXJpbmcgb3Igb3duaW5nIGFuIGFpcmNyYWZ0OiBwcml2YWN5LCBjb21mb3J0LCANCnNhZmV0eSBhbmQsIG9mIGNvdXJzZSwgZmxleGliaWxpdHkuPGJyPg0KSWYgeW91IGFyZSB0aGlua2luZyBvZiBidXlpbmcgYW4gYWlyY3JhZnQgb3Igd2FudGluZyB0byBleGNoYW5nZSBhbiBleGlzdGluZyBtb2RlbCBmb3IgYSBuZXdlciBtb2RlbCB0byBtZWV0IHlvdXIgbmVlZHMgYW5kIGJ1ZGdldCwgd2Ugd2lsbCBiZSBoYXBweSB0byBleHBsYWluIHRoZSBwcm9zIGFuZCBjb25zIG9mIGFpcmNyYWZ0IG93bmVyc2hpcCwgY29tcGFyZWQgdG8gbGVhc2luZyBhbmQgcmVudGFsIG9wdGlvbnMuDQo8L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6Im5raHN3ajQzYiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MTc6IkNvbnN1bHRpbmcgLSB0ZXh0IjtzOjc6ImNvbnRlbnQiO3M6MzczOiI8cCBjbGFzcz0iYmlnIj4tIGRldGFpbGVkIGNvbXBhcmlzb24gb2Ygc3VpdGFibGUgYWlyY3JhZnQ8YnI+DQotIGFzc2Vzc21lbnQgb2YgZnVsbCBvd25lcnNoaXAgb2YgdGhlIGFpcmNyYWZ0IHZlcnN1cyBvdGhlciBvcHRpb25zLCBzdWNoIGFzIHJlbnRhbDxicj4NCi0gZGV0ZXJtaW5hdGlvbiBvZiBhaXJjcmFmdCB0ZWNobmljYWwgYW5kIG9wZXJhdGlvbmFsIHBhcmFtZXRlcnMgYW5kIGJ1ZGdldDxicj4NCi0gZXhwbGFuYXRpb24gb2YgYWxsIGNvc3RzIGFzc29jaWF0ZWQgd2l0aCBhaXJjcmFmdCBvd25lcnNoaXAgYW5kIG9wZXJhdGlvbjxicj4NCi0gdGlwcyBhbmQgdGFjdGljYWwgYWR2aWNlIGZvciB0aGUgcHVyY2hhc2Ugb2YgYWlyY3JhZnQ8L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjc7YTozOntzOjM6InVpZCI7czo5OiI4cTA0anFmbXciO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjEwOiJtYW5hZ2VtZW50IjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6InhtNW1qbXgxaiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJidzZrM2txdnciO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjI0OiJUcmF2ZWwgTWFuYWdlbWVudCAtIHRleHQiO3M6NzoiY29udGVudCI7czo1MTg6IjxoND5UcmF2ZWwgTWFuYWdlbWVudDwvaDQ+DQo8cCBjbGFzcz0iYmlnIj5PdXIgY29tcGFueSBXQVBFIEpFVFMgdGhpbmtzIG9mIGV2ZXJ5IGRldGFpbCBhbmQgdGhlcmVmb3JlIHdlIHByb3ZpZGUgeW91IHdpdGggb3RoZXIgc2VydmljZXMgb24geW91ciBqb3VybmV5IHdpdGhpbiBvdXIgVHJhdmVsIE1hbmFnZW1lbnQuIElmIHlvdSBuZWVkIHRvIGNvbWZvcnRhYmx5IHRyYXZlbCB0byBvciBmcm9tIHRoZSBhaXJwb3J0LCB0byBnbyBieSBsaW1vdXNpbmUgb3IgaGVsaWNvcHRlciB0byBhbnkgcGxhY2Ugb3IgcmVudCBhIHlhY2h0IGFuZCBzYWlsIHdpdGggaXQgb24gdGhlIG1vc3QgYmVhdXRpZnVsIHNlYXMgb3Igc2ltcGx5IGZseSB0byBhIHVuaXF1ZSBjb25jZXJ0LCB3ZSBhcmUgaGVyZSBmb3IgeW91LiBXZSB3aWxsIGFycmFuZ2UgdGhlIGVudGlyZSBwcm9ncmFtIG9mIHlvdXIgaG9saWRheSBhbmQgd2Ugd2lsbCBtYWtlIHN1cmUgdGhhdCB5b3UgZW5qb3kgaXQgYXMgbXVjaCBhcyBwb3NzaWJsZS48L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjIxd2JsMjF0MiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MjQ6IlRyYXZlbCBNYW5hZ2VtZW50IC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjE1NjoiPHAgY2xhc3M9ImJpZyI+VGhhbmtzIHRvIG91ciB0ZWFtIGFuZCBsb25nLXRlcm0gcHJvdmVuIHBhcnRuZXJzLCB3ZSB3aWxsIGZ1bGZpbGwgZXZlcnkgd2lzaCB5b3UgaGF2ZS4gV2UgYXJlIGhlcmUgZm9yIHlvdSAyNCBob3VycyBhIGRheSwgNyBkYXlzIGEgd2Vlay48L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6InNsdTRyZ2M4YiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6ImszdzAyOHFqZCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjU4OiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC8wMDAyLTEuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjg7YTozOntzOjM6InVpZCI7czo5OiJicGt6Z202M3giO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MToiMSI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6NDp7czozOiJ1aWQiO3M6OToiMXlpMzEwYjlwIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImZkMXB6aHJpayI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQnJva2VyYWdlIjtzOjc6ImNvbnRlbnQiO3M6NTE0OiI8aDU+UMWYw41LTEFET1bDiSBLQUxLVUxBQ0UgSkVUxa48L2g1Pg0KPHAgY2xhc3M9ImJpZyI+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QgdGVtcG9yIGluY2lkaWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdWEuIFV0IGVuaW0gYWQgbWluaW0gdmVuaWFtLCBxdWlzIG5vc3RydWQgZXhlcmNpdGF0aW9uIHVsbGFtY28gbGFib3JpcyBuaXNpIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kbyBjb25zZXF1YXQuIDxicj4NCkR1aXMgYXV0ZSBpcnVyZSBkb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlIGNpbGx1bSBkb2xvcmUgZXUgZnVnaWF0IG51bGxhIHBhcmlhdHVyLiBFeGNlcHRldXIgc2ludCBvY2NhZWNhdCBjdXBpZGF0YXQgbm9uIHByb2lkZW50LCBzdW50IGluIGN1bHBhIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdCBhbmltIGlkIGVzdCBsYWJvcnVtLjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6ImU4Njc3amtzNyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6OToiQnJva2VyYWdlIjtzOjc6ImNvbnRlbnQiO3M6NTIyOiI8aDU+VsOdSE9EWSBBIE5FVsOdSE9EWSBWTEFTVE5JQ1RWw40gSkVUVTwvaDU+DQo8cCBjbGFzcz0iYmlnIj5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24gdWxsYW1jbyBsYWJvcmlzIG5pc2kgdXQgYWxpcXVpcCBleCBlYSBjb21tb2RvIGNvbnNlcXVhdC4gPGJyPg0KRHVpcyBhdXRlIGlydXJlIGRvbG9yIGluIHJlcHJlaGVuZGVyaXQgaW4gdm9sdXB0YXRlIHZlbGl0IGVzc2UgY2lsbHVtIGRvbG9yZSBldSBmdWdpYXQgbnVsbGEgcGFyaWF0dXIuIEV4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWEgZGVzZXJ1bnQgbW9sbGl0IGFuaW0gaWQgZXN0IGxhYm9ydW0uPC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ==');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10015, 731, 'mfn-page-items-seo', 'Heading\n<h2>CHARTER</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/06/Learjet75_DDBA0048_Shot5_web.jpg\" alt=\"Learjet75_DDBA0048_Shot5_web\"/>\n\nHeading\n<h5>Save your time and be flexible<br><br />\r\nEnjoy confidentiality and comfort <br><br />\r\nArrive at an airport as close as possible to your destination<br><br />\r\nTake your pet on board</h5>\nleft\nno-repeat;center top;;\nauto\n\nBrokerage\n<p class=\"big\">WAPE JETS allows you to fully enjoy the benefits of private aviation. We advise you on choosing the most suitable aircraft for your flight to ensure your ultimate comfort and convenience. We arrange your complete travel itinerary, so that you can fully enjoy the transportation to the airport, as well as upon arrival at your destination. Should you wish to use a limousine, helicopter, or book a hotel, simply contact us.<br>\r\nWe operate private flights worldwide within 3 hours of confirmation. Should you need to leave in a hurry for an urgent meeting or on vacation, we take care of your needs.<br>\r\nFlights are handled exclusively at VIP terminals, which minimises check-in time and ensures confidentiality, which is our priority. You may arrive at the airport 15 minutes before departure. And because plans can change, we are here for you 24 hours a day, 365 days a year.<br>\r\nYour plane waits for you, you don’t wait for it!\r\n</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<p class=\"big\">- choosing a suitable aircraft<br>\r\n- complete organisation of your trip<br>\r\n- ensuring transport to / from the airport<br>\r\n- tailor-made Travel Management<br>\r\n- catering on board the aircraft according to client’s requirements<br>\r\n- Call Centre available 24 hours a day, 365 days a year<br></p>\nno-repeat;center top;;\nauto\n10px\n\nHeading\n<h4>NON-BINDING FLIGHT INQUIRY</h4>\ncenter\nno-repeat;center top;;\nauto\n\n[caldera_form id=\"CF5ed8be2da29fd\"]\nno-repeat;left top;;\nauto\n\nCeny\n<a href=\"https://wapejets.com/en/factors/\"><h5>> Factors influencing the price of a private flight</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nCeny\n<a href=\"https://wapejets.com/en/faq-en/\"><h5>> FAQ</h5></a>\nleft\nno-repeat;left top;;\nauto\n0px\n\nHeading\n<h4>FLIGHT TIPS</h4>\ncenter\nno-repeat;center top;;\nauto\n30px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/monaco-2-1920x800_1_1.jpg\" alt=\"Charter\"/>\nCÔTE D\'AZUR<br>- Nice, Monaco\nCessna Mustang, 4 pax from 6.700 EUR<br>\r\nPhenom 100, 4 pax from 7.300 EUR<br>\r\nCessna Excel, 8 pax from 11.100 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/image.jpg\" alt=\"Charter\"/>\nBUSINESS & SHOPPING<br>- London\nCessna CJ 2, 6 pax from 10.500 EUR<br>\r\nCessna Exccel, 8 pax from 12.800 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/004686c614d28acb1ad0481fbc1f1164.jpg\" alt=\"Charter\"/>\nOPERA IN MILAN <br>- night at La Scala\nPhenom 100, 4 pax from 6.600 EUR<br>\r\nCessna CJ2, 6 pax from 8.700 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/paris-france-vantines-day-romantic-hotel-guides.jpg\" alt=\"Charter\"/>\nVALENTINE IN PARIS<br>- romantic trip\nCessna Mustang, 4 pax from 6.900 EUR<br>\r\nCessna CJ2, 6 pax from 9.000 EUR<br>\nmy-class-big-font\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/1480436165-vienna-christmas-market.jpg\" alt=\"Charter\"/>\nCHRISTMAS IN VIENNA<br>- charming trip\nCessna Mustang, 4 pax from 3.900 EUR<br>\r\nHonda Jet, 4 pax from 4.100 EUR<br>\r\nCessna CJ3, 6 pax from 4.200 EUR<br>\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web.jpg\" alt=\"Charter\"/>\nSKIING IN THE ALPS<br>- ride in Nassfeld\nCessna CJ3, 6 pax from 10.100 EUR<br>\r\nNextant, 6 pax from 11.250 EUR<br>\r\nSovereign, 6 pax from 15.900 EUR<br>\n\nCeny\n*Prices are calculated from Prague\nleft\nno-repeat;left top;;\nauto\n20px\n0 40px 0 40px\n\nHeading\n<h2>BOMBARDIER, CESSNA, DASSAULT,<br />\r\nEMBRAER, GULFSTREAM, HONDA JET<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Take a look at our jets\" link=\"http://wapejets.com/gallery\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nAircraft Purchase - text\n<h4>Aircraft Purchase</h4>\r\n<p class=\"big\">WAPE JETS\' experienced team are able to guide you through the complex process of aircraft purchase.\r\nAfter initial selection of the aircraft, we assist in your preparation of a quotation and negotiate the terms of purchase. We then help you to customise your aircraft according to your requirements, and assist in the delivery, registration and ownership administration\r\nWe represent a broad portfolio among the most respected manufacturers in the business jets category, allowing us to offer our clients full support and independence.\r\n<br><br>\r\n\r\n- aircraft selection<br>\r\n- quotation and terms of purchase<br>\r\n- negotiating the final form of purchase<br>\r\n- delivery, documentation, conclusion of purchase<br>\r\n- registration and administration associated with ownership</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR.jpg\" alt=\"Charter\"/>\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_9.jpg\" alt=\"Charter\"/>\n\nConsulting - text\n<h4>Consulting</h4>\r\n<p class=\"big\">Years of experience in business aviation is one of the advantages that enables our company\r\nto assist you in discovering the benefits of hiring or owning an aircraft: privacy, comfort, \r\nsafety and, of course, flexibility.<br>\r\nIf you are thinking of buying an aircraft or wanting to exchange an existing model for a newer model to meet your needs and budget, we will be happy to explain the pros and cons of aircraft ownership, compared to leasing and rental options.\r\n</p>\nno-repeat;center top;;\nauto\n10px\n\nConsulting - text\n<p class=\"big\">- detailed comparison of suitable aircraft<br>\r\n- assessment of full ownership of the aircraft versus other options, such as rental<br>\r\n- determination of aircraft technical and operational parameters and budget<br>\r\n- explanation of all costs associated with aircraft ownership and operation<br>\r\n- tips and tactical advice for the purchase of aircraft</p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management - text\n<h4>Travel Management</h4>\r\n<p class=\"big\">Our company WAPE JETS thinks of every detail and therefore we provide you with other services on your journey within our Travel Management. If you need to comfortably travel to or from the airport, to go by limousine or helicopter to any place or rent a yacht and sail with it on the most beautiful seas or simply fly to a unique concert, we are here for you. We will arrange the entire program of your holiday and we will make sure that you enjoy it as much as possible.</p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management - text\n<p class=\"big\">Thanks to our team and long-term proven partners, we will fulfill every wish you have. We are here for you 24 hours a day, 7 days a week.</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/08/0002-1.jpg\" alt=\"0002\"/>\n\nBrokerage\n<h5>PŘÍKLADOVÉ KALKULACE JETŮ</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<h5>VÝHODY A NEVÝHODY VLASTNICTVÍ JETU</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\n'),
(10016, 731, 'rs_page_bg_color', '#ffffff'),
(10017, 731, '_wpb_vc_js_status', 'true'),
(10018, 731, '_elementor_template_type', 'wp-page'),
(10019, 731, '_elementor_version', '2.9.9'),
(10020, 731, 'mfn-post-layout', 'no-sidebar'),
(10022, 731, '_webdados_fb_open_graph_specific_image', ''),
(10023, 731, '_webdados_fb_open_graph_specific_description', ''),
(10024, 731, '_yoast_wpseo_title', 'Services: Private jet rental | Flights on private Jets | Aircraft purchase'),
(10025, 731, '_dp_original', '494'),
(10026, 731, '_edit_lock', '1605461818:1'),
(10027, 731, '_edit_last', '1'),
(10028, 733, '_wp_attached_file', '2020/11/1_Phenom_100_interior_007_1920-1.jpg'),
(10029, 733, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:44:\"2020/11/1_Phenom_100_interior_007_1920-1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"1_Phenom_100_interior_007_1920-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_1920-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"1_Phenom_100_interior_007_1920-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"1_Phenom_100_interior_007_1920-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_1920-1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"1_Phenom_100_interior_007_1920-1-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:42:\"1_Phenom_100_interior_007_1920-1-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"1_Phenom_100_interior_007_1920-1-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_1920-1-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"1_Phenom_100_interior_007_1920-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"1_Phenom_100_interior_007_1920-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:46:\"1_Phenom_100_interior_007_1920-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_1920-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_1920-1-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_1920-1-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:44:\"1_Phenom_100_interior_007_1920-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"1_Phenom_100_interior_007_1920-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10030, 734, '_wp_attached_file', '2020/11/P100E_Still_in_Flight_R3_1920-1.jpg'),
(10031, 734, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:43:\"2020/11/P100E_Still_in_Flight_R3_1920-1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"P100E_Still_in_Flight_R3_1920-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"P100E_Still_in_Flight_R3_1920-1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"P100E_Still_in_Flight_R3_1920-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"P100E_Still_in_Flight_R3_1920-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"P100E_Still_in_Flight_R3_1920-1-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"P100E_Still_in_Flight_R3_1920-1-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"P100E_Still_in_Flight_R3_1920-1-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"P100E_Still_in_Flight_R3_1920-1-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:44:\"P100E_Still_in_Flight_R3_1920-1-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"P100E_Still_in_Flight_R3_1920-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"P100E_Still_in_Flight_R3_1920-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:45:\"P100E_Still_in_Flight_R3_1920-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:44:\"P100E_Still_in_Flight_R3_1920-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:44:\"P100E_Still_in_Flight_R3_1920-1-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:44:\"P100E_Still_in_Flight_R3_1920-1-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:43:\"P100E_Still_in_Flight_R3_1920-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:44:\"P100E_Still_in_Flight_R3_1920-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10032, 735, '_wp_attached_file', '2020/11/hondajet-595_683_1920-1.jpg'),
(10033, 735, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1199;s:4:\"file\";s:35:\"2020/11/hondajet-595_683_1920-1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"hondajet-595_683_1920-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"hondajet-595_683_1920-1-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"hondajet-595_683_1920-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"hondajet-595_683_1920-1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"hondajet-595_683_1920-1-1536x959.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"hondajet-595_683_1920-1-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"hondajet-595_683_1920-1-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"hondajet-595_683_1920-1-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:36:\"hondajet-595_683_1920-1-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"hondajet-595_683_1920-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"hondajet-595_683_1920-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:37:\"hondajet-595_683_1920-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"hondajet-595_683_1920-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"hondajet-595_683_1920-1-768x1199.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:36:\"hondajet-595_683_1920-1-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:35:\"hondajet-595_683_1920-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"hondajet-595_683_1920-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10034, 736, '_wp_attached_file', '2020/11/spacious-interior-360_1920-1.jpg'),
(10035, 736, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1198;s:4:\"file\";s:40:\"2020/11/spacious-interior-360_1920-1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"spacious-interior-360_1920-1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"spacious-interior-360_1920-1-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"spacious-interior-360_1920-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"spacious-interior-360_1920-1-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"spacious-interior-360_1920-1-1536x958.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:958;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"spacious-interior-360_1920-1-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"spacious-interior-360_1920-1-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"spacious-interior-360_1920-1-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:41:\"spacious-interior-360_1920-1-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"spacious-interior-360_1920-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"spacious-interior-360_1920-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:42:\"spacious-interior-360_1920-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:41:\"spacious-interior-360_1920-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"spacious-interior-360_1920-1-768x1198.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:41:\"spacious-interior-360_1920-1-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:40:\"spacious-interior-360_1920-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:41:\"spacious-interior-360_1920-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10036, 738, '_wp_page_template', 'default'),
(10037, 738, 'slide_template', 'default'),
(10038, 738, 'mfn-post-hide-content', '0'),
(10039, 738, 'mfn-post-custom-layout', '0'),
(10040, 738, 'mfn-post-slider', '0'),
(10041, 738, 'mfn-post-slider-layer', '0'),
(10042, 738, 'mfn-post-menu', '0'),
(10043, 738, 'mfn-post-one-page', '0'),
(10044, 738, 'mfn-post-hide-title', '1'),
(10045, 738, 'mfn-post-remove-padding', '1'),
(10046, 738, 'mfn-page-items', 'YTo0OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxOToiPGgyPkNPTlNVTFRJTkc8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiMDgwNTM3MzQ5IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czoxMDoiY29uc3VsdGluZyI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImZiZmI5MzYwNiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6IjYxYzViOTYyMSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjc2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA1L0NpdGF0aW9uX0xvZ2l0dWRlX0ltYWdlXzkuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6IjRlMjIxZWE0MyI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJhZGt5Z2Q2YnAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjE3OiJDb25zdWx0aW5nIC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjU5NjoiPHAgY2xhc3M9ImJpZyI+WWVhcnMgb2YgZXhwZXJpZW5jZSBpbiBidXNpbmVzcyBhdmlhdGlvbiBpcyBvbmUgb2YgdGhlIGFkdmFudGFnZXMgdGhhdCBlbmFibGVzIG91ciBjb21wYW55DQp0byBhc3Npc3QgeW91IGluIGRpc2NvdmVyaW5nIHRoZSBiZW5lZml0cyBvZiBoaXJpbmcgb3Igb3duaW5nIGFuIGFpcmNyYWZ0OiBwcml2YWN5LCBjb21mb3J0LCANCnNhZmV0eSBhbmQsIG9mIGNvdXJzZSwgZmxleGliaWxpdHkuPGJyPg0KSWYgeW91IGFyZSB0aGlua2luZyBvZiBidXlpbmcgYW4gYWlyY3JhZnQgb3Igd2FudGluZyB0byBleGNoYW5nZSBhbiBleGlzdGluZyBtb2RlbCBmb3IgYSBuZXdlciBtb2RlbCB0byBtZWV0IHlvdXIgbmVlZHMgYW5kIGJ1ZGdldCwgd2Ugd2lsbCBiZSBoYXBweSB0byBleHBsYWluIHRoZSBwcm9zIGFuZCBjb25zIG9mIGFpcmNyYWZ0IG93bmVyc2hpcCwgY29tcGFyZWQgdG8gbGVhc2luZyBhbmQgcmVudGFsIG9wdGlvbnMuDQo8L3A+DQo8cCBjbGFzcz0iYmlnIj5Nb3JlIGluZm8gYWxzbyBhdDogPGEgaHJlZj0iaHR0cHM6Ly93YXBlamV0cy5jb20vZW4vYWlyY3JhZnQtc2FsZXMiPkFpY3JmYWZ0IHNhbGVzPC9hPjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToibmtoc3dqNDNiIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoxNzoiQ29uc3VsdGluZyAtIHRleHQiO3M6NzoiY29udGVudCI7czozNzM6IjxwIGNsYXNzPSJiaWciPi0gZGV0YWlsZWQgY29tcGFyaXNvbiBvZiBzdWl0YWJsZSBhaXJjcmFmdDxicj4NCi0gYXNzZXNzbWVudCBvZiBmdWxsIG93bmVyc2hpcCBvZiB0aGUgYWlyY3JhZnQgdmVyc3VzIG90aGVyIG9wdGlvbnMsIHN1Y2ggYXMgcmVudGFsPGJyPg0KLSBkZXRlcm1pbmF0aW9uIG9mIGFpcmNyYWZ0IHRlY2huaWNhbCBhbmQgb3BlcmF0aW9uYWwgcGFyYW1ldGVycyBhbmQgYnVkZ2V0PGJyPg0KLSBleHBsYW5hdGlvbiBvZiBhbGwgY29zdHMgYXNzb2NpYXRlZCB3aXRoIGFpcmNyYWZ0IG93bmVyc2hpcCBhbmQgb3BlcmF0aW9uPGJyPg0KLSB0aXBzIGFuZCB0YWN0aWNhbCBhZHZpY2UgZm9yIHRoZSBwdXJjaGFzZSBvZiBhaXJjcmFmdDwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjEzOiIwIDEwcHggMCAxMHB4IjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6Im13Zm9rOXd5ZCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjVwcjhiazM1dCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJzZXFiN2Zsa3MiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoxNjc6IjxoMj5XRSdMTCBCRSBIQVBQWSBUTyBIRUxQIFlPVTxiciAvPjwvaDI+DQpbZGl2aWRlciBoZWlnaHQ9IjQwIl0NCltidXR0b24gdGl0bGU9IkdldCBpbiB0b3VjaCB3aXRoIHVzIiBsaW5rPSJodHRwczovL3dhcGVqZXRzLmNvbS9lbi9jb250YWN0LyIgY29sb3I9InRoZW1lIiBsYXJnZT0iMSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjExOiI0MHB4IDAgMCAwICI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTozO2E6Mzp7czozOiJ1aWQiO3M6OToiYnBremdtNjN4IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIwOiJuby1yZXBlYXQ7bGVmdCB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjE6IjEiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjF5aTMxMGI5cCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJmZDFwemhyaWsiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjUxNDoiPGg1PlDFmMONS0xBRE9Ww4kgS0FMS1VMQUNFIEpFVMWuPC9oNT4NCjxwIGNsYXNzPSJiaWciPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLiBVdCBlbmltIGFkIG1pbmltIHZlbmlhbSwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0LiA8YnI+DQpEdWlzIGF1dGUgaXJ1cmUgZG9sb3IgaW4gcmVwcmVoZW5kZXJpdCBpbiB2b2x1cHRhdGUgdmVsaXQgZXNzZSBjaWxsdW0gZG9sb3JlIGV1IGZ1Z2lhdCBudWxsYSBwYXJpYXR1ci4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IG5vbiBwcm9pZGVudCwgc3VudCBpbiBjdWxwYSBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXQgYW5pbSBpZCBlc3QgbGFib3J1bS48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJlODY3N2prczciO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjk6IkJyb2tlcmFnZSI7czo3OiJjb250ZW50IjtzOjUyMjoiPGg1PlbDnUhPRFkgQSBORVbDnUhPRFkgVkxBU1ROSUNUVsONIEpFVFU8L2g1Pg0KPHAgY2xhc3M9ImJpZyI+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdCwgc2VkIGRvIGVpdXNtb2QgdGVtcG9yIGluY2lkaWR1bnQgdXQgbGFib3JlIGV0IGRvbG9yZSBtYWduYSBhbGlxdWEuIFV0IGVuaW0gYWQgbWluaW0gdmVuaWFtLCBxdWlzIG5vc3RydWQgZXhlcmNpdGF0aW9uIHVsbGFtY28gbGFib3JpcyBuaXNpIHV0IGFsaXF1aXAgZXggZWEgY29tbW9kbyBjb25zZXF1YXQuIDxicj4NCkR1aXMgYXV0ZSBpcnVyZSBkb2xvciBpbiByZXByZWhlbmRlcml0IGluIHZvbHVwdGF0ZSB2ZWxpdCBlc3NlIGNpbGx1bSBkb2xvcmUgZXUgZnVnaWF0IG51bGxhIHBhcmlhdHVyLiBFeGNlcHRldXIgc2ludCBvY2NhZWNhdCBjdXBpZGF0YXQgbm9uIHByb2lkZW50LCBzdW50IGluIGN1bHBhIHF1aSBvZmZpY2lhIGRlc2VydW50IG1vbGxpdCBhbmltIGlkIGVzdCBsYWJvcnVtLjwvcD4NCg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),
(10047, 738, 'mfn-page-items-seo', 'Heading\n<h2>CONSULTING</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n<img src=\"http://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_9.jpg\" alt=\"Consulting\"/>\n\nConsulting - text\n<p class=\"big\">Years of experience in business aviation is one of the advantages that enables our company\r\nto assist you in discovering the benefits of hiring or owning an aircraft: privacy, comfort, \r\nsafety and, of course, flexibility.<br>\r\nIf you are thinking of buying an aircraft or wanting to exchange an existing model for a newer model to meet your needs and budget, we will be happy to explain the pros and cons of aircraft ownership, compared to leasing and rental options.\r\n</p>\r\n<p class=\"big\">More info also at: <a href=\"https://wapejets.com/en/aircraft-sales\">Aicrfaft sales</a></p>\nno-repeat;center top;;\nauto\n10px\n\nConsulting - text\n<p class=\"big\">- detailed comparison of suitable aircraft<br>\r\n- assessment of full ownership of the aircraft versus other options, such as rental<br>\r\n- determination of aircraft technical and operational parameters and budget<br>\r\n- explanation of all costs associated with aircraft ownership and operation<br>\r\n- tips and tactical advice for the purchase of aircraft</p>\nno-repeat;center top;;\nauto\n10px\n\nHeading\n<h2>WE\'LL BE HAPPY TO HELP YOU<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Get in touch with us\" link=\"https://wapejets.com/en/contact/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nBrokerage\n<h5>PŘÍKLADOVÉ KALKULACE JETŮ</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<h5>VÝHODY A NEVÝHODY VLASTNICTVÍ JETU</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\n'),
(10048, 738, 'rs_page_bg_color', '#ffffff'),
(10049, 738, '_wpb_vc_js_status', 'true'),
(10050, 738, '_elementor_template_type', 'wp-page'),
(10051, 738, '_elementor_version', '2.9.9'),
(10052, 738, 'mfn-post-layout', 'no-sidebar'),
(10054, 738, '_webdados_fb_open_graph_specific_image', ''),
(10055, 738, '_webdados_fb_open_graph_specific_description', ''),
(10056, 738, '_yoast_wpseo_title', 'Services: Private jet rental | Flights on private Jets | Aircraft purchase'),
(10057, 738, '_dp_original', '494'),
(10058, 738, '_edit_lock', '1605452585:1'),
(10059, 738, '_edit_last', '1'),
(10060, 740, '_wp_page_template', 'default'),
(10061, 740, 'slide_template', 'default'),
(10062, 740, 'mfn-post-hide-content', '0'),
(10063, 740, 'mfn-post-custom-layout', '0'),
(10064, 740, 'mfn-post-slider', '0'),
(10065, 740, 'mfn-post-slider-layer', '0'),
(10066, 740, 'mfn-post-menu', '0'),
(10067, 740, 'mfn-post-one-page', '0'),
(10068, 740, 'mfn-post-hide-title', '1'),
(10069, 740, 'mfn-post-remove-padding', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10070, 740, 'mfn-page-items', 'YTo0OntpOjA7YTozOntzOjM6InVpZCI7czo5OiI5Nzc0MzI3NjMiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI4MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6IjNlMGRkMWU2ZiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiJ0NHlkaDhmbnYiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czoyNjoiPGgyPlRSQVZFTCBNQU5BR0VNRU5UPC9oMj4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTE6IjQwcHggMCAwIDAgIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjM6e3M6MzoidWlkIjtzOjk6IjhxMDRqcWZtdyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjcwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czoxODoicGFkZGluZ19ob3Jpem9udGFsIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjIxOiJzZWN0aW9uLWJvcmRlci1ib3R0b20iO3M6MTA6InNlY3Rpb25faWQiO3M6MTA6Im1hbmFnZW1lbnQiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJ4bTVtam14MWoiO3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiYnc2azNrcXZ3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czoyNDoiVHJhdmVsIE1hbmFnZW1lbnQgLSB0ZXh0IjtzOjc6ImNvbnRlbnQiO3M6NDkwOiI8cCBjbGFzcz0iYmlnIj5PdXIgY29tcGFueSBXQVBFIEpFVFMgdGhpbmtzIG9mIGV2ZXJ5IGRldGFpbCBhbmQgdGhlcmVmb3JlIHdlIHByb3ZpZGUgeW91IHdpdGggb3RoZXIgc2VydmljZXMgb24geW91ciBqb3VybmV5IHdpdGhpbiBvdXIgVHJhdmVsIE1hbmFnZW1lbnQuIElmIHlvdSBuZWVkIHRvIGNvbWZvcnRhYmx5IHRyYXZlbCB0byBvciBmcm9tIHRoZSBhaXJwb3J0LCB0byBnbyBieSBsaW1vdXNpbmUgb3IgaGVsaWNvcHRlciB0byBhbnkgcGxhY2Ugb3IgcmVudCBhIHlhY2h0IGFuZCBzYWlsIHdpdGggaXQgb24gdGhlIG1vc3QgYmVhdXRpZnVsIHNlYXMgb3Igc2ltcGx5IGZseSB0byBhIHVuaXF1ZSBjb25jZXJ0LCB3ZSBhcmUgaGVyZSBmb3IgeW91LiBXZSB3aWxsIGFycmFuZ2UgdGhlIGVudGlyZSBwcm9ncmFtIG9mIHlvdXIgaG9saWRheSBhbmQgd2Ugd2lsbCBtYWtlIHN1cmUgdGhhdCB5b3UgZW5qb3kgaXQgYXMgbXVjaCBhcyBwb3NzaWJsZS48L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjIxd2JsMjF0MiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6MjQ6IlRyYXZlbCBNYW5hZ2VtZW50IC0gdGV4dCI7czo3OiJjb250ZW50IjtzOjE1NjoiPHAgY2xhc3M9ImJpZyI+VGhhbmtzIHRvIG91ciB0ZWFtIGFuZCBsb25nLXRlcm0gcHJvdmVuIHBhcnRuZXJzLCB3ZSB3aWxsIGZ1bGZpbGwgZXZlcnkgd2lzaCB5b3UgaGF2ZS4gV2UgYXJlIGhlcmUgZm9yIHlvdSAyNCBob3VycyBhIGRheSwgNyBkYXlzIGEgd2Vlay48L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjQ6IjEwcHgiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MTthOjQ6e3M6MzoidWlkIjtzOjk6InNsdTRyZ2M4YiI7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6MzoidWlkIjtzOjk6ImszdzAyOHFqZCI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTg6e3M6Mzoic3JjIjtzOjU4OiJodHRwczovL3dhcGVqZXRzLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOC8wMDAyLTEuanBnIjtzOjQ6InNpemUiO3M6MDoiIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo3OiJzdHJldGNoIjtzOjE6IjAiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMCAxMHB4IDAgMTBweCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjI7YTozOntzOjM6InVpZCI7czo5OiJtd2Zvazl3eWQiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6NzoiIzAwMGQyMSI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiODAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjQwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiI1cHI4YmszNXQiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToic2VxYjdmbGtzIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MTY0OiI8aDI+QkVDT01FIE9VUiBDTElFTlQgVE9EQVk8YnIgLz48L2gyPg0KW2RpdmlkZXIgaGVpZ2h0PSI0MCJdDQpbYnV0dG9uIHRpdGxlPSJHZXQgaW4gdG91Y2ggd2l0aCB1cyIgbGluaz0iaHR0cHM6Ly93YXBlamV0cy5jb20vZW4vY29udGFjdC8iIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MzthOjM6e3M6MzoidWlkIjtzOjk6ImJwa3pnbTYzeCI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIxIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiIxeWkzMTBiOXAiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZmQxcHpocmlrIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo1MTQ6IjxoNT5QxZjDjUtMQURPVsOJIEtBTEtVTEFDRSBKRVTFrjwvaDU+DQo8cCBjbGFzcz0iYmlnIj5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LCBzZWQgZG8gZWl1c21vZCB0ZW1wb3IgaW5jaWRpZHVudCB1dCBsYWJvcmUgZXQgZG9sb3JlIG1hZ25hIGFsaXF1YS4gVXQgZW5pbSBhZCBtaW5pbSB2ZW5pYW0sIHF1aXMgbm9zdHJ1ZCBleGVyY2l0YXRpb24gdWxsYW1jbyBsYWJvcmlzIG5pc2kgdXQgYWxpcXVpcCBleCBlYSBjb21tb2RvIGNvbnNlcXVhdC4gPGJyPg0KRHVpcyBhdXRlIGlydXJlIGRvbG9yIGluIHJlcHJlaGVuZGVyaXQgaW4gdm9sdXB0YXRlIHZlbGl0IGVzc2UgY2lsbHVtIGRvbG9yZSBldSBmdWdpYXQgbnVsbGEgcGFyaWF0dXIuIEV4Y2VwdGV1ciBzaW50IG9jY2FlY2F0IGN1cGlkYXRhdCBub24gcHJvaWRlbnQsIHN1bnQgaW4gY3VscGEgcXVpIG9mZmljaWEgZGVzZXJ1bnQgbW9sbGl0IGFuaW0gaWQgZXN0IGxhYm9ydW0uPC9wPg0KDQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjEyOiJhbGlnbi1tb2JpbGUiO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6NDoiMTBweCI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiZTg2Nzdqa3M3IjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo5OiJCcm9rZXJhZ2UiO3M6NzoiY29udGVudCI7czo1MjI6IjxoNT5Ww51IT0RZIEEgTkVWw51IT0RZIFZMQVNUTklDVFbDjSBKRVRVPC9oNT4NCjxwIGNsYXNzPSJiaWciPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQsIHNlZCBkbyBlaXVzbW9kIHRlbXBvciBpbmNpZGlkdW50IHV0IGxhYm9yZSBldCBkb2xvcmUgbWFnbmEgYWxpcXVhLiBVdCBlbmltIGFkIG1pbmltIHZlbmlhbSwgcXVpcyBub3N0cnVkIGV4ZXJjaXRhdGlvbiB1bGxhbWNvIGxhYm9yaXMgbmlzaSB1dCBhbGlxdWlwIGV4IGVhIGNvbW1vZG8gY29uc2VxdWF0LiA8YnI+DQpEdWlzIGF1dGUgaXJ1cmUgZG9sb3IgaW4gcmVwcmVoZW5kZXJpdCBpbiB2b2x1cHRhdGUgdmVsaXQgZXNzZSBjaWxsdW0gZG9sb3JlIGV1IGZ1Z2lhdCBudWxsYSBwYXJpYXR1ci4gRXhjZXB0ZXVyIHNpbnQgb2NjYWVjYXQgY3VwaWRhdGF0IG5vbiBwcm9pZGVudCwgc3VudCBpbiBjdWxwYSBxdWkgb2ZmaWNpYSBkZXNlcnVudCBtb2xsaXQgYW5pbSBpZCBlc3QgbGFib3J1bS48L3A+DQoNCiI7czo1OiJhbGlnbiI7czowOiIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czo0OiIxMHB4IjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(10071, 740, 'mfn-page-items-seo', 'Heading\n<h2>TRAVEL MANAGEMENT</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nTravel Management - text\n<p class=\"big\">Our company WAPE JETS thinks of every detail and therefore we provide you with other services on your journey within our Travel Management. If you need to comfortably travel to or from the airport, to go by limousine or helicopter to any place or rent a yacht and sail with it on the most beautiful seas or simply fly to a unique concert, we are here for you. We will arrange the entire program of your holiday and we will make sure that you enjoy it as much as possible.</p>\nno-repeat;center top;;\nauto\n10px\n\nTravel Management - text\n<p class=\"big\">Thanks to our team and long-term proven partners, we will fulfill every wish you have. We are here for you 24 hours a day, 7 days a week.</p>\nno-repeat;center top;;\nauto\n10px\n\n<img src=\"https://wapejets.com/wp-content/uploads/2020/08/0002-1.jpg\" alt=\"0002\"/>\n\nHeading\n<h2>BECOME OUR CLIENT TODAY<br /></h2>\r\n[divider height=\"40\"]\r\n[button title=\"Get in touch with us\" link=\"https://wapejets.com/en/contact/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nBrokerage\n<h5>PŘÍKLADOVÉ KALKULACE JETŮ</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\nBrokerage\n<h5>VÝHODY A NEVÝHODY VLASTNICTVÍ JETU</h5>\r\n<p class=\"big\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <br>\r\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\nno-repeat;center top;;\nauto\n10px\n\n'),
(10072, 740, 'rs_page_bg_color', '#ffffff'),
(10073, 740, '_wpb_vc_js_status', 'true'),
(10074, 740, '_elementor_template_type', 'wp-page'),
(10075, 740, '_elementor_version', '2.9.9'),
(10076, 740, 'mfn-post-layout', 'no-sidebar'),
(10078, 740, '_webdados_fb_open_graph_specific_image', ''),
(10079, 740, '_webdados_fb_open_graph_specific_description', ''),
(10080, 740, '_yoast_wpseo_title', 'Services: Private jet rental | Flights on private Jets | Aircraft purchase'),
(10081, 740, '_dp_original', '494'),
(10082, 740, '_edit_lock', '1605452883:1'),
(10083, 740, '_edit_last', '1'),
(10084, 745, '_menu_item_type', 'post_type'),
(10085, 745, '_menu_item_menu_item_parent', '0'),
(10086, 745, '_menu_item_object_id', '722'),
(10087, 745, '_menu_item_object', 'page'),
(10088, 745, '_menu_item_target', ''),
(10089, 745, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(10090, 745, '_menu_item_xfn', ''),
(10091, 745, '_menu_item_url', ''),
(10093, 745, 'menu-item-mfn-megamenu', ''),
(10094, 745, 'menu-item-mfn-bg', ''),
(10095, 33, '_edit_lock', '1605458971:1'),
(10096, 746, '_wp_page_template', 'default'),
(10097, 746, 'slide_template', 'default'),
(10098, 746, 'mfn-post-hide-content', '0'),
(10099, 746, 'mfn-post-custom-layout', '0'),
(10100, 746, 'mfn-post-slider', '0'),
(10101, 746, 'mfn-post-slider-layer', '0'),
(10102, 746, 'mfn-post-menu', '0'),
(10103, 746, 'mfn-post-one-page', '0'),
(10104, 746, 'mfn-post-hide-title', '1'),
(10105, 746, 'mfn-post-remove-padding', '1'),
(10106, 746, 'mfn-page-items', 'YTozOntpOjA7YTozOntzOjM6InVpZCI7czo5OiIwNGIzMjFlMTgiO3M6NDoiYXR0ciI7YToxOTp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjY2OiJodHRwOi8vd2FwZWpldHMuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA2L2hvbWVfamV0X2Zvb3Rlci5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE4OiJuby1yZXBlYXQ7Y2VudGVyOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI2MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjQ6e3M6MzoidWlkIjtzOjk6ImE3NTQ0NTkxMyI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjM6InVpZCI7czo5OiIzYjJkYTM2M2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjEzOntzOjU6InRpdGxlIjtzOjc6IkhlYWRpbmciO3M6NzoiY29udGVudCI7czo2NDoiPGgyPkZBQ1RPUlMgSU5GTFVFTkNJTkcgPGJyPg0KVEhFIFBSSUNFIE9GIEEgUFJJVkFURSBGTElHSFQ8L2gyPiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMToiNDBweCAwIDAgMCAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJiZ19zaXplIjtzOjQ6ImF1dG8iO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mzp7czozOiJ1aWQiO3M6OToiMTg4NDYzYjg3IjtzOjQ6ImF0dHIiO2E6MTk6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjMwIjtzOjE4OiJwYWRkaW5nX2hvcml6b250YWwiO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MjE6InNlY3Rpb24tYm9yZGVyLWJvdHRvbSI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToyOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJxc281dzBzdnAiO3M6NDoic2l6ZSI7czo3OiJkaXZpZGVyIjtzOjU6Iml0ZW1zIjtzOjA6IiI7czo0OiJhdHRyIjthOjk6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6NDp7czozOiJ1aWQiO3M6OToidDAyOWlzZGY3IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6MzoidWlkIjtzOjk6IjVkd2NsemxxaiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTM6e3M6NToidGl0bGUiO3M6NzoiRmFrdG9yeSI7czo3OiJjb250ZW50IjtzOjE4NTk6IjxoNj5BaXJjcmFmdCB0eXBlPC9oNj4NCjxwIGNsYXNzPSJiaWciPkZsaWdodHMgd2l0aCBzbWFsbGVyIGpldHMgYXJlIHVzdWFsbHkgbGVzcyBleHBlbnNpdmUsIGhvd2V2ZXIgYSBsYXJnZXIgYWlyY3JhZnQgaXMgbW9yZSBjb21mb3J0YWJsZSBhbmQgaXRzIHNwZWVkIGlzIHJlZmxlY3RlZCBpbiB0aGUgZmluYWwgZmxpZ2h0IHRpbWUuIE90aGVyIGZhY3RvcnMgaW5mbHVlbmNpbmcgdGhlIHByaWNlIG9mIHByaXZhdGUgamV0IGZsaWdodCBhcmUgZm9yIGV4YW1wbGUgYWNxdWlzaXRpb24gYW5kIG9wZXJhdGluZyBjb3N0cyBvZiBhaXJjcmFmdC48L3A+PGJyIC8+DQoNCjxoNj5EaXN0YW5jZTwvaDY+DQo8cCBjbGFzcz0iYmlnIj5UaGUgZGlzdGFuY2UgdG8gdGhlIGZpbmFsIGRlc3RpbmF0aW9uIGluY2x1ZGluZyB0aGUgbGVuZ3RoIG9mIHRoZSByZXF1ZXN0ZWQgZmxpZ2h0IGFyZSB0aGUgbWFpbiBmYWN0b3JzIHdoaWNoIGFmZmVjdCB0aGUgcHJpY2Ugb2YgcHJpdmF0ZSBqZXQgZmxpZ2h0LjwvcD48YnIgLz4NCg0KPGg2PlJvdW5kLXRyaXAgZmxpZ2h0PC9oNj4NCjxwIGNsYXNzPSJiaWciPlRoZSBudW1iZXIgb2YgZGF5cyBvZiB5b3VyIHN0YXkgYXQgeW91ciB0ZW1wb3Jhcnkgb3IgZmluYWwgZGVzdGluYXRpb24gYWZmZWN0IHRoZSBwcmljZSBkdWUgdG8gcGFya2luZy4gRGVwZW5kaW5nIG9uIHRoZSBmbGlnaHQgcHJvZ3JhbSwgdGhlIG1heGltdW0gcGFya2luZyB0aW1lIGZvciBhbiBhaXJjcmFmdCBpcyA0IG5pZ2h0cy48YnI+DQpJZiB5b3VyIHN0YXkgaXMgbG9uZ2VyLCBpdCBpcyBvZnRlbiBjYWxjdWxhdGVkIGFzIHR3byBvbmUtd2F5IGZsaWdodHMuPC9wPjxiciAvPg0KDQo8aDY+T25lLXdheSBmbGlnaHQ8L2g2Pg0KPHAgY2xhc3M9ImJpZyI+VGhlIGNvc3Qgb2YgYSBvbmUtd2F5IGZsaWdodCBtYXkgYmUgaGlnaGVyIGR1ZSB0byBhbiBlbXB0eSBsZWcgLSB0aGUgYWlyY3JhZnQgaGFzIHRvIGZseSBiYWNrIHRvIGl0cyBob21lIGJhc2UuIFdlIGRvIG91ciBiZXN0IHRvIGVsaW1pbmF0ZSBlbXB0eSBsZWdzIGFzIG11Y2ggYXMgcG9zc2libGUgaW4gb3JkZXIgdG8gc2F0aXNmeSBjbGllbnRzIGFuZCBwcm92aWRlIHRoZSBiZXN0IHBvc3NpYmxlIHByaWNlLjwvcD48YnIgLz4NCg0KPGg2PklzIHRoZSBwcmljZSBmaW5hbCBvciBhcmUgdGhlcmUgYW55IGhpZGRlbiBmZWVzPzwvaDY+DQo8cCBjbGFzcz0iYmlnIj5UaGUgb2ZmZXJlZCBwcmljZSBpcyBmaW5hbC4gSXQganVzdCBub3QgaW5jbHVkZXMgcG9zc2libGUgZGUtaWNpbmcgZmVlcyAobW9zdGx5IGluIHdpbnRlciBvciBkZXN0aW5hdGlvbiB0aGF0IHJlcXVpcmVzIGl0KS4gVGhlIGRlLWljaW5nIGlzIGludm9pY2VkIGFmdGVyIHRoZSBmbGlnaHQuPGJyPg0KVGhlIHByaWNlIGluY2x1ZGVzIHRoZSBmb2xsb3dpbmcgZmVlczogVklQIGNhdGVyaW5nLCBncm91bmQgaGFuZGxpbmcsIGxhbmRpbmcgZmVlcywgZXRjLjwvcD48YnIgLz4NCg0KPGg2PkRvZXMgdGhlIHByaWNlIGluY2x1ZGUgVkFUPzwvaDY+DQo8cCBjbGFzcz0iYmlnIj5UaGUgVkFUIGlzIGFwcGxpZWQgb25seSBvbiBkb21lc3RpYyBmbGlnaHRzLjwvcD48YnIgLz4NCg0KPGg2PkRvIHlvdSBjaGFyZ2UgY2FuY2VsbGF0aW9uIGZlZXMgd2hlbiBjYW5jZWxlZD88L2g2Pg0KPHAgY2xhc3M9ImJpZyI+WWVzLiBJbiBjYXNlIHlvdSBkZWNpZGUgdG8gY2FuY2VsIHlvdXIgYmluZGluZyByZXNlcnZhdGlvbiBiZWZvcmUgdGhlIHNjaGVkdWxlZCBkZXBhcnR1cmUsIGNhbmNlbGxhdGlvbiBmZWVzIGFyZSBhcHBsaWVkLiBUaGVpciBhbW91bnQgaXMgcmVjb3JkZWQgaW4gdGhlIGJpbmRpbmcgcmVzZXJ2YXRpb24gYW5kIHRoZSBjb250cmFjdC48L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czoxMjoiYWxpZ24tbW9iaWxlIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjA6Im5vLXJlcGVhdDtsZWZ0IHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6OTp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjM6e3M6MzoidWlkIjtzOjk6ImE1ZjJjZjliNyI7czo0OiJhdHRyIjthOjE5OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMDAwZDIxIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoiYmdfc2l6ZSI7czo0OiJhdXRvIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI0MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMjAiO3M6MTg6InBhZGRpbmdfaG9yaXpvbnRhbCI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czoyMToic2VjdGlvbi1ib3JkZXItYm90dG9tIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czoxOiIwIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTo0OntzOjM6InVpZCI7czo5OiJiOTljMmVlMzgiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czozOiJ1aWQiO3M6OToiNWJkMTQ1MTU2IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJ0aXRsZSI7czo3OiJIZWFkaW5nIjtzOjc6ImNvbnRlbnQiO3M6MjQ1OiI8aDI+V0UgV0lMTCBDSE9PU0UgVEhFIFJJR0hUIEpFVCw8YnI+DQpUUkFOU0ZFUiBGUk9NL1RPIFRIRSBBSVJQT1JUPGJyPg0KQU5EIENBVEVSSU5HIEJBU0VEIE9OIFlPVVIgV0lTSEVTPC9oMj4NCltkaXZpZGVyIGhlaWdodD0iNDAiXQ0KW2J1dHRvbiB0aXRsZT0iQmFjayB0byBvdXIgQ2hhcnRlciBTZXJ2aWNlcyIgbGluaz0iaHR0cHM6Ly93YXBlamV0cy5jb20vZW4vY2hhcnRlci8iIGNvbG9yPSJ0aGVtZSIgbGFyZ2U9IjEiXSI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6MTI6ImFsaWduLW1vYmlsZSI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMDoiNDBweCAwIDAgMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo5OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6ImJnX3NpemUiO3M6NDoiYXV0byI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),
(10107, 746, 'mfn-page-items-seo', 'Heading\n<h2>FACTORS INFLUENCING <br>\r\nTHE PRICE OF A PRIVATE FLIGHT</h2>\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\nFaktory\n<h6>Aircraft type</h6>\r\n<p class=\"big\">Flights with smaller jets are usually less expensive, however a larger aircraft is more comfortable and its speed is reflected in the final flight time. Other factors influencing the price of private jet flight are for example acquisition and operating costs of aircraft.</p><br />\r\n\r\n<h6>Distance</h6>\r\n<p class=\"big\">The distance to the final destination including the length of the requested flight are the main factors which affect the price of private jet flight.</p><br />\r\n\r\n<h6>Round-trip flight</h6>\r\n<p class=\"big\">The number of days of your stay at your temporary or final destination affect the price due to parking. Depending on the flight program, the maximum parking time for an aircraft is 4 nights.<br>\r\nIf your stay is longer, it is often calculated as two one-way flights.</p><br />\r\n\r\n<h6>One-way flight</h6>\r\n<p class=\"big\">The cost of a one-way flight may be higher due to an empty leg - the aircraft has to fly back to its home base. We do our best to eliminate empty legs as much as possible in order to satisfy clients and provide the best possible price.</p><br />\r\n\r\n<h6>Is the price final or are there any hidden fees?</h6>\r\n<p class=\"big\">The offered price is final. It just not includes possible de-icing fees (mostly in winter or destination that requires it). The de-icing is invoiced after the flight.<br>\r\nThe price includes the following fees: VIP catering, ground handling, landing fees, etc.</p><br />\r\n\r\n<h6>Does the price include VAT?</h6>\r\n<p class=\"big\">The VAT is applied only on domestic flights.</p><br />\r\n\r\n<h6>Do you charge cancellation fees when canceled?</h6>\r\n<p class=\"big\">Yes. In case you decide to cancel your binding reservation before the scheduled departure, cancellation fees are applied. Their amount is recorded in the binding reservation and the contract.</p>\nno-repeat;left top;;\nauto\n\nHeading\n<h2>WE WILL CHOOSE THE RIGHT JET,<br>\r\nTRANSFER FROM/TO THE AIRPORT<br>\r\nAND CATERING BASED ON YOUR WISHES</h2>\r\n[divider height=\"40\"]\r\n[button title=\"Back to our Charter Services\" link=\"https://wapejets.com/en/charter/\" color=\"theme\" large=\"1\"]\ncenter\nno-repeat;center top;;\nauto\n40px 0 0 0\n\n'),
(10108, 746, 'rs_page_bg_color', '#ffffff'),
(10109, 746, '_wpb_vc_js_status', 'false'),
(10111, 746, '_webdados_fb_open_graph_specific_image', ''),
(10112, 746, '_webdados_fb_open_graph_specific_description', ''),
(10113, 746, '_yoast_wpseo_title', 'Cena pronájmu soukromého letadla - WAPEJETS'),
(10114, 746, '_dp_original', '161'),
(10115, 746, '_edit_lock', '1605466369:1'),
(10116, 746, '_edit_last', '1'),
(10117, 751, '_wp_attached_file', '2020/11/mt-sample-background.jpg'),
(10118, 751, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2020/11/mt-sample-background.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"mt-sample-background-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"mt-sample-background-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"mt-sample-background-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"mt-sample-background-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:33:\"mt-sample-background-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"mt-sample-background-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"mt-sample-background-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:34:\"mt-sample-background-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"mt-sample-background-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"mt-sample-background-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"mt-sample-background-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"mt-sample-background-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"mt-sample-background-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10119, 752, '_wp_attached_file', '2020/11/010_Falcon5X_2013DVD43_mxmode.jpg'),
(10120, 752, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:41:\"2020/11/010_Falcon5X_2013DVD43_mxmode.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"010_Falcon5X_2013DVD43_mxmode-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"010_Falcon5X_2013DVD43_mxmode-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"010_Falcon5X_2013DVD43_mxmode-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"010_Falcon5X_2013DVD43_mxmode-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"010_Falcon5X_2013DVD43_mxmode-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"010_Falcon5X_2013DVD43_mxmode-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"010_Falcon5X_2013DVD43_mxmode-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"010_Falcon5X_2013DVD43_mxmode-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:42:\"010_Falcon5X_2013DVD43_mxmode-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"010_Falcon5X_2013DVD43_mxmode-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"010_Falcon5X_2013DVD43_mxmode-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:43:\"010_Falcon5X_2013DVD43_mxmode-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"010_Falcon5X_2013DVD43_mxmode-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"010_Falcon5X_2013DVD43_mxmode-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:42:\"010_Falcon5X_2013DVD43_mxmode-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:41:\"010_Falcon5X_2013DVD43_mxmode-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"010_Falcon5X_2013DVD43_mxmode-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10121, 753, '_wp_attached_file', '2020/11/wapejets_logo_full_web_black_400.png'),
(10122, 753, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:71;s:4:\"file\";s:44:\"2020/11/wapejets_logo_full_web_black_400.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"wapejets_logo_full_web_black_400-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"wapejets_logo_full_web_black_400-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"wapejets_logo_full_web_black_400-260x46.png\";s:5:\"width\";i:260;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"wapejets_logo_full_web_black_400-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"wapejets_logo_full_web_black_400-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"wapejets_logo_full_web_black_400-85x71.png\";s:5:\"width\";i:85;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"wapejets_logo_full_web_black_400-80x71.png\";s:5:\"width\";i:80;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10123, 754, '_wp_attached_file', '2020/11/wapejets_logo_full_web_black_400@2x.png'),
(10124, 754, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:142;s:4:\"file\";s:47:\"2020/11/wapejets_logo_full_web_black_400@2x.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"wapejets_logo_full_web_black_400@2x-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"wapejets_logo_full_web_black_400@2x-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"wapejets_logo_full_web_black_400@2x-768x136.png\";s:5:\"width\";i:768;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"wapejets_logo_full_web_black_400@2x-260x46.png\";s:5:\"width\";i:260;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:44:\"wapejets_logo_full_web_black_400@2x-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"wapejets_logo_full_web_black_400@2x-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"wapejets_logo_full_web_black_400@2x-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"wapejets_logo_full_web_black_400@2x-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:47:\"wapejets_logo_full_web_black_400@2x-768x142.png\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10125, 755, '_wp_attached_file', '2020/11/wapejets_logo_full_web_white_400.png'),
(10126, 755, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:71;s:4:\"file\";s:44:\"2020/11/wapejets_logo_full_web_white_400.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"wapejets_logo_full_web_white_400-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"wapejets_logo_full_web_white_400-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"wapejets_logo_full_web_white_400-260x46.png\";s:5:\"width\";i:260;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"wapejets_logo_full_web_white_400-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"wapejets_logo_full_web_white_400-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"wapejets_logo_full_web_white_400-85x71.png\";s:5:\"width\";i:85;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"wapejets_logo_full_web_white_400-80x71.png\";s:5:\"width\";i:80;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10127, 756, '_wp_attached_file', '2020/11/wapejets_logo_full_web_white_400@2x.png'),
(10128, 756, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:142;s:4:\"file\";s:47:\"2020/11/wapejets_logo_full_web_white_400@2x.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"wapejets_logo_full_web_white_400@2x-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"wapejets_logo_full_web_white_400@2x-150x142.png\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"wapejets_logo_full_web_white_400@2x-768x136.png\";s:5:\"width\";i:768;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"wapejets_logo_full_web_white_400@2x-260x46.png\";s:5:\"width\";i:260;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:44:\"wapejets_logo_full_web_white_400@2x-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"wapejets_logo_full_web_white_400@2x-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"wapejets_logo_full_web_white_400@2x-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"wapejets_logo_full_web_white_400@2x-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:47:\"wapejets_logo_full_web_white_400@2x-768x142.png\";s:5:\"width\";i:768;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10129, 758, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"big\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(10130, 758, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1,1],\"columns\":[1,1]}'),
(10131, 764, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"big\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(10132, 764, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1,1],\"columns\":[1,1]}'),
(10133, 766, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"big\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(10134, 766, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1,1,1],\"columns\":[1,1]}'),
(10135, 768, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"big\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(10136, 768, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1,1],\"columns\":[1,1]}'),
(10137, 770, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"big\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(10138, 770, '_tablepress_table_visibility', '{\"rows\":[1,1,1,1,1,1],\"columns\":[1,1]}'),
(10139, 772, '_tablepress_table_options', '{\"last_editor\":1,\"table_head\":false,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"big\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),
(10140, 772, '_tablepress_table_visibility', '{\"rows\":[1],\"columns\":[1,1]}'),
(10141, 554, 'filter', 'raw'),
(10142, 554, 'meta_id', '7640'),
(10143, 554, 'post_id', '554'),
(10144, 554, 'meta_key', 'name'),
(10145, 554, 'meta_value', 'photocrati-nextgen_basic_thumbnails'),
(10146, 554, 'title', 'Základní NextGEN náhledy'),
(10147, 554, 'module_id', 'photocrati-nextgen_basic_gallery'),
(10148, 554, 'preview_image_relpath', 'photocrati-nextgen_basic_gallery#thumb_preview.jpg'),
(10149, 554, 'default_source', 'galleries'),
(10150, 554, 'view_order', '10000'),
(10151, 554, 'name', 'photocrati-nextgen_basic_thumbnails'),
(10152, 554, 'installed_at_version', '3.5.0'),
(10153, 554, 'hidden_from_ui', ''),
(10154, 554, 'hidden_from_igw', ''),
(10155, 554, '__defaults_set', '1'),
(10156, 554, 'entity_types', 'WyJpbWFnZSJd'),
(10157, 554, 'aliases', 'WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0='),
(10158, 554, 'id_field', 'ID'),
(10159, 554, 'settings', 'eyJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIxIiwidGh1bWJuYWlsX3dpZHRoIjoiMjQwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE2MCIsInRodW1ibmFpbF9jcm9wIjoiMSIsImltYWdlc19wZXJfcGFnZSI6IjI0IiwibnVtYmVyX29mX2NvbHVtbnMiOiIwIiwiYWpheF9wYWdpbmF0aW9uIjoiMSIsInNob3dfYWxsX2luX2xpZ2h0Ym94IjoiMCIsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjoiMSIsInNob3dfc2xpZGVzaG93X2xpbmsiOiIwIiwic2xpZGVzaG93X2xpbmtfdGV4dCI6IlZpZXcgU2xpZGVzaG93IiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsInRlbXBsYXRlIjoiIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzcGxheV9ub19pbWFnZXNfZXJyb3IiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),
(10160, 555, 'filter', 'raw'),
(10161, 555, 'meta_id', '7655'),
(10162, 555, 'post_id', '555'),
(10163, 555, 'meta_key', 'name'),
(10164, 555, 'meta_value', 'photocrati-nextgen_basic_slideshow'),
(10165, 555, 'title', 'Základní NextGEN prezentace'),
(10166, 555, 'module_id', 'photocrati-nextgen_basic_gallery'),
(10167, 555, 'preview_image_relpath', 'photocrati-nextgen_basic_gallery#slideshow_preview.jpg'),
(10168, 555, 'default_source', 'galleries'),
(10169, 555, 'view_order', '10010'),
(10170, 555, 'name', 'photocrati-nextgen_basic_slideshow'),
(10171, 555, 'installed_at_version', '3.5.0'),
(10172, 555, 'hidden_from_ui', ''),
(10173, 555, 'hidden_from_igw', ''),
(10174, 555, '__defaults_set', '1'),
(10175, 555, 'entity_types', 'WyJpbWFnZSJd'),
(10176, 555, 'aliases', 'WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJd'),
(10177, 555, 'id_field', 'ID'),
(10178, 555, 'settings', 'eyJnYWxsZXJ5X3dpZHRoIjoiNTUwIiwiZ2FsbGVyeV9oZWlnaHQiOiIyNTAiLCJhdXRvcGxheSI6IjAiLCJwYXVzZW9uaG92ZXIiOiIwIiwiYXJyb3dzIjoiMCIsInRyYW5zaXRpb25fc3R5bGUiOiJmYWRlIiwiaW50ZXJ2YWwiOiIzMDAwIiwidHJhbnNpdGlvbl9zcGVlZCI6IjMwMCIsInNob3dfdGh1bWJuYWlsX2xpbmsiOiIwIiwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IlZpZXcgVGh1bWJuYWlscyIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0='),
(10179, 556, 'filter', 'raw'),
(10180, 556, 'meta_id', '7669'),
(10181, 556, 'post_id', '556'),
(10182, 556, 'meta_key', 'name'),
(10183, 556, 'meta_value', 'photocrati-nextgen_basic_imagebrowser'),
(10184, 556, 'title', 'Základní NextGEN prohlížeč obrázků'),
(10185, 556, 'preview_image_relpath', 'photocrati-nextgen_basic_imagebrowser#preview.jpg'),
(10186, 556, 'default_source', 'galleries'),
(10187, 556, 'view_order', '10020'),
(10188, 556, 'name', 'photocrati-nextgen_basic_imagebrowser'),
(10189, 556, 'installed_at_version', '3.5.0'),
(10190, 556, 'hidden_from_ui', ''),
(10191, 556, 'hidden_from_igw', ''),
(10192, 556, '__defaults_set', '1');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10193, 556, 'entity_types', 'WyJpbWFnZSJd'),
(10194, 556, 'aliases', 'WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJd'),
(10195, 556, 'id_field', 'ID'),
(10196, 556, 'settings', 'eyJhamF4X3BhZ2luYXRpb24iOiIxIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsInRlbXBsYXRlIjoiIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfQ=='),
(10197, 557, 'filter', 'raw'),
(10198, 557, 'meta_id', '7685'),
(10199, 557, 'post_id', '557'),
(10200, 557, 'meta_key', 'name'),
(10201, 557, 'meta_value', 'photocrati-nextgen_basic_singlepic'),
(10202, 557, 'title', 'NextGEN Basic SinglePic'),
(10203, 557, 'preview_image_relpath', 'photocrati-nextgen_basic_singlepic#preview.gif'),
(10204, 557, 'default_source', 'galleries'),
(10205, 557, 'view_order', '10060'),
(10206, 557, 'hidden_from_ui', '1'),
(10207, 557, 'hidden_from_igw', '1'),
(10208, 557, 'name', 'photocrati-nextgen_basic_singlepic'),
(10209, 557, 'installed_at_version', '3.5.0'),
(10210, 557, '__defaults_set', '1'),
(10211, 557, 'entity_types', 'WyJpbWFnZSJd'),
(10212, 557, 'aliases', 'WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJd'),
(10213, 557, 'id_field', 'ID'),
(10214, 557, 'settings', 'eyJ3aWR0aCI6IjQ4MCIsImhlaWdodCI6IjMyMCIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsImZsb2F0IjoiIiwicXVhbGl0eSI6IjEwMCIsImNyb3AiOiIxIiwiZGlzcGxheV93YXRlcm1hcmsiOiIwIiwiZGlzcGxheV9yZWZsZWN0aW9uIjoiMCIsInRlbXBsYXRlIjoiIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibW9kZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0='),
(10215, 558, 'filter', 'raw'),
(10216, 558, 'meta_id', '7697'),
(10217, 558, 'post_id', '558'),
(10218, 558, 'meta_key', 'name'),
(10219, 558, 'meta_value', 'photocrati-nextgen_basic_tagcloud'),
(10220, 558, 'title', 'NextGEN Basic TagCloud'),
(10221, 558, 'preview_image_relpath', 'photocrati-nextgen_basic_tagcloud#preview.gif'),
(10222, 558, 'default_source', 'tags'),
(10223, 558, 'view_order', '10100'),
(10224, 558, 'name', 'photocrati-nextgen_basic_tagcloud'),
(10225, 558, 'installed_at_version', '3.5.0'),
(10226, 558, 'hidden_from_ui', ''),
(10227, 558, 'hidden_from_igw', ''),
(10228, 558, '__defaults_set', '1'),
(10229, 558, 'entity_types', 'WyJpbWFnZSJd'),
(10230, 558, 'aliases', 'WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJd'),
(10231, 558, 'id_field', 'ID'),
(10232, 558, 'settings', 'eyJudW1iZXIiOiI0NSIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119'),
(10233, 559, 'filter', 'raw'),
(10234, 559, 'meta_id', '7712'),
(10235, 559, 'post_id', '559'),
(10236, 559, 'meta_key', 'name'),
(10237, 559, 'meta_value', 'photocrati-nextgen_basic_compact_album'),
(10238, 559, 'title', 'Základní NextGEN kompaktní album'),
(10239, 559, 'module_id', 'photocrati-nextgen_basic_album'),
(10240, 559, 'preview_image_relpath', 'photocrati-nextgen_basic_album#compact_preview.jpg'),
(10241, 559, 'default_source', 'albums'),
(10242, 559, 'view_order', '10200'),
(10243, 559, 'name', 'photocrati-nextgen_basic_compact_album'),
(10244, 559, 'installed_at_version', '3.5.0'),
(10245, 559, 'hidden_from_ui', ''),
(10246, 559, 'hidden_from_igw', ''),
(10247, 559, '__defaults_set', '1'),
(10248, 559, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(10249, 559, 'aliases', 'WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0='),
(10250, 559, 'id_field', 'ID'),
(10251, 559, 'settings', 'eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOiIwIiwiZW5hYmxlX2JyZWFkY3J1bWJzIjoiMCIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQtdmlldy5waHAiLCJ0ZW1wbGF0ZSI6IiIsImVuYWJsZV9kZXNjcmlwdGlvbnMiOiIwIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMSIsInRodW1ibmFpbF93aWR0aCI6IjI0MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNjAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfQ=='),
(10252, 560, 'filter', 'raw'),
(10253, 560, 'meta_id', '7727'),
(10254, 560, 'post_id', '560'),
(10255, 560, 'meta_key', 'name'),
(10256, 560, 'meta_value', 'photocrati-nextgen_basic_extended_album'),
(10257, 560, 'title', 'Základní NextGEN rozšířené album'),
(10258, 560, 'module_id', 'photocrati-nextgen_basic_album'),
(10259, 560, 'preview_image_relpath', 'photocrati-nextgen_basic_album#extended_preview.jpg'),
(10260, 560, 'default_source', 'albums'),
(10261, 560, 'view_order', '10210'),
(10262, 560, 'name', 'photocrati-nextgen_basic_extended_album'),
(10263, 560, 'installed_at_version', '3.5.0'),
(10264, 560, 'hidden_from_ui', ''),
(10265, 560, 'hidden_from_igw', ''),
(10266, 560, '__defaults_set', '1'),
(10267, 560, 'entity_types', 'WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),
(10268, 560, 'aliases', 'WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJd'),
(10269, 560, 'id_field', 'ID'),
(10270, 560, 'settings', 'eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwidGVtcGxhdGUiOiIiLCJlbmFibGVfZGVzY3JpcHRpb25zIjoiMCIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjEiLCJ0aHVtYm5haWxfd2lkdGgiOiIzMDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMjAwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjAsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0='),
(10271, 776, '_wp_attached_file', '2020/12/wj_news_foto_1.jpg'),
(10272, 776, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1400;s:4:\"file\";s:26:\"2020/12/wj_news_foto_1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"wj_news_foto_1-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"wj_news_foto_1-1024x747.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wj_news_foto_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"wj_news_foto_1-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"wj_news_foto_1-1536x1120.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"wj_news_foto_1-200x146.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"wj_news_foto_1-50x36.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"wj_news_foto_1-103x75.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:27:\"wj_news_foto_1-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"wj_news_foto_1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"wj_news_foto_1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"wj_news_foto_1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"wj_news_foto_1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"wj_news_foto_1-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"wj_news_foto_1-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"wj_news_foto_1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"wj_news_foto_1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:10:\"wj_pf_2021\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10273, 777, '_wp_attached_file', '2020/12/wapejets_logo_baked_white.png'),
(10274, 777, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:339;s:4:\"file\";s:37:\"2020/12/wapejets_logo_baked_white.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_baked_white-300x54.png\";s:5:\"width\";i:300;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_baked_white-1024x183.png\";s:5:\"width\";i:1024;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_baked_white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_baked_white-768x137.png\";s:5:\"width\";i:768;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_baked_white-1536x274.png\";s:5:\"width\";i:1536;s:6:\"height\";i:274;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_baked_white-260x46.png\";s:5:\"width\";i:260;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"wapejets_logo_baked_white-50x9.png\";s:5:\"width\";i:50;s:6:\"height\";i:9;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"wapejets_logo_baked_white-150x27.png\";s:5:\"width\";i:150;s:6:\"height\";i:27;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_baked_white-1630x339.png\";s:5:\"width\";i:1630;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_baked_white-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"wapejets_logo_baked_white-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_baked_white-1280x339.png\";s:5:\"width\";i:1280;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_baked_white-1280x339.png\";s:5:\"width\";i:1280;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_baked_white-768x339.png\";s:5:\"width\";i:768;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"wapejets_logo_baked_white-960x339.png\";s:5:\"width\";i:960;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"wapejets_logo_baked_white-1200x339.png\";s:5:\"width\";i:1200;s:6:\"height\";i:339;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_posts`
--
CREATE TABLE `wp_posts` (
`ID` bigint(20) UNSIGNED NOT NULL,
`post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_posts`
--
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2020-05-28 17:11:08', '2020-05-28 17:11:08', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-05-28 17:11:08', '2020-05-28 17:11:08', '', 0, 'http://dbwebtest.eu/?p=1', 0, 'post', '', 1),
(2, 1, '2020-05-28 17:11:08', '2020-05-28 17:11:08', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://wapejets.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2020-05-28 17:11:08', '2020-05-28 17:11:08', '', 0, 'http://dbwebtest.eu/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-05-28 17:11:08', '2020-05-28 17:11:08', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://wapejets.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: httpss://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-05-28 17:11:08', '2020-05-28 17:11:08', '', 0, 'http://dbwebtest.eu/?page_id=3', 0, 'page', '', 0),
(7, 1, '2020-05-28 17:34:33', '2020-05-28 17:34:33', '<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]\nWAPE JETS \"[your-subject]\"\nWAPE JETS <wordpress@dbwebtest.eu>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on WAPE JETS (https://wapejets.com)\ndesign@davidbauer.cz\nReply-To: [your-email]\n\n0\n0\n\nWAPE JETS \"[your-subject]\"\nWAPE JETS <wordpress@dbwebtest.eu>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on WAPE JETS (https://wapejets.com)\n[your-email]\nReply-To: design@davidbauer.cz\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2020-05-28 17:34:33', '2020-05-28 17:34:33', '', 0, 'http://dbwebtest.eu/?post_type=wpcf7_contact_form&p=7', 0, 'wpcf7_contact_form', '', 0),
(8, 1, '2015-06-09 14:08:51', '2015-06-09 14:08:51', '', 'home_jet_map', '', 'inherit', 'open', 'open', '', 'home_jet_map', '', '', '2015-06-09 14:08:51', '2015-06-09 14:08:51', '', 45, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_map.png', 0, 'attachment', 'image/png', 0),
(9, 1, '2015-06-10 10:00:51', '2015-06-10 10:00:51', '', 'home_jet_counter_1', '', 'inherit', 'open', 'open', '', 'home_jet_counter_1', '', '', '2015-06-10 10:00:51', '2015-06-10 10:00:51', '', 45, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_counter_1.png', 0, 'attachment', 'image/png', 0),
(10, 1, '2015-06-10 10:00:52', '2015-06-10 10:00:52', '', 'home_jet_counter_2', '', 'inherit', 'open', 'open', '', 'home_jet_counter_2', '', '', '2015-06-10 10:00:52', '2015-06-10 10:00:52', '', 45, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_counter_2.png', 0, 'attachment', 'image/png', 0),
(11, 1, '2015-06-10 10:00:52', '2015-06-10 10:00:52', '', 'home_jet_counter_3', '', 'inherit', 'open', 'open', '', 'home_jet_counter_3', '', '', '2015-06-10 10:00:52', '2015-06-10 10:00:52', '', 45, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_counter_3.png', 0, 'attachment', 'image/png', 0),
(14, 1, '2015-06-10 10:47:02', '2015-06-10 10:47:02', '', 'home_jet_slide_1_bg', '', 'inherit', 'open', 'open', '', 'home_jet_slide_1_bg', '', '', '2015-06-10 10:47:02', '2015-06-10 10:47:02', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_slide_1_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(15, 1, '2015-06-10 10:50:35', '2015-06-10 10:50:35', '', 'retina-jet', '', 'inherit', 'open', 'open', '', 'retina-jet', '', '', '2015-06-10 10:50:35', '2015-06-10 10:50:35', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/retina-jet.png', 0, 'attachment', 'image/png', 0),
(16, 1, '2015-06-10 10:50:35', '2015-06-10 10:50:35', '', 'jet', '', 'inherit', 'open', 'open', '', 'jet', '', '', '2015-06-10 10:50:35', '2015-06-10 10:50:35', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/jet.png', 0, 'attachment', 'image/png', 0),
(17, 1, '2015-06-10 12:27:54', '2015-06-10 12:27:54', '', 'home_jet_footer', '', 'inherit', 'open', 'open', '', 'home_jet_footer', '', '', '2015-06-10 12:27:54', '2015-06-10 12:27:54', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_footer.jpg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2015-06-10 12:43:10', '2015-06-10 12:43:10', '', 'home_jet_list', '', 'inherit', 'open', 'open', '', 'home_jet_list', '', '', '2015-06-10 12:43:10', '2015-06-10 12:43:10', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_list.png', 0, 'attachment', 'image/png', 0),
(19, 1, '2015-06-10 13:18:01', '2015-06-10 13:18:01', '', 'home_jet_offer1', '', 'inherit', 'open', 'open', '', 'home_jet_offer1', '', '', '2015-06-10 13:18:01', '2015-06-10 13:18:01', '', 45, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer1.jpg', 0, 'attachment', 'image/jpeg', 0),
(20, 1, '2015-06-10 13:18:01', '2015-06-10 13:18:01', '', 'home_jet_offer2', '', 'inherit', 'open', 'open', '', 'home_jet_offer2', '', '', '2015-06-10 13:18:01', '2015-06-10 13:18:01', '', 45, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer2.jpg', 0, 'attachment', 'image/jpeg', 0),
(21, 1, '2015-06-10 13:18:02', '2015-06-10 13:18:02', '', 'home_jet_offer3', '', 'inherit', 'open', 'open', '', 'home_jet_offer3', '', '', '2015-06-10 13:18:02', '2015-06-10 13:18:02', '', 45, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer3.jpg', 0, 'attachment', 'image/jpeg', 0),
(22, 1, '2015-06-10 13:51:29', '2015-06-10 13:51:29', '', 'home_jet_welcome_bg', '', 'inherit', 'open', 'open', '', 'home_jet_welcome_bg', '', '', '2015-06-10 13:51:29', '2015-06-10 13:51:29', '', 45, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_welcome_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(23, 1, '2015-06-10 14:29:02', '2015-06-10 14:29:02', '', 'home_jet_welcome_bg2', '', 'inherit', 'open', 'open', '', 'home_jet_welcome_bg2', '', '', '2015-06-10 14:29:02', '2015-06-10 14:29:02', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_welcome_bg2.jpg', 0, 'attachment', 'image/jpeg', 0),
(25, 1, '2015-06-11 08:23:54', '2015-06-11 08:23:54', '', 'home_jet_slide_1_line', '', 'inherit', 'open', 'open', '', 'home_jet_slide_1_line', '', '', '2015-06-11 08:23:54', '2015-06-11 08:23:54', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_slide_1_line.png', 0, 'attachment', 'image/png', 0),
(26, 1, '2015-06-11 08:41:39', '2015-06-11 08:41:39', '', 'home_jet_offer_bg', '', 'inherit', 'open', 'open', '', 'home_jet_offer_bg', '', '', '2015-06-11 08:41:39', '2015-06-11 08:41:39', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_offer_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(27, 1, '2015-06-11 09:18:04', '2015-06-11 09:18:04', '', 'ABOUT BEJET', '', 'publish', 'open', 'closed', '', 'about_old', '', '', '2020-06-04 08:35:18', '2020-06-04 08:35:18', '', 0, 'http://themes.muffingroup.com/be/jet/?page_id=27', 0, 'page', '', 0),
(31, 1, '2015-06-11 09:18:33', '2015-06-11 09:18:33', '', 'Contact OLD', '', 'publish', 'open', 'closed', '', 'contact_old', '', '', '2020-06-09 11:34:24', '2020-06-09 11:34:24', '', 0, 'http://themes.muffingroup.com/be/jet/?page_id=31', 0, 'page', '', 0),
(33, 1, '2015-06-11 09:19:11', '2015-06-11 09:19:11', '', 'Aircraft', '', 'publish', 'open', 'open', '', 'aircraft', '', '', '2015-06-11 09:19:11', '2015-06-11 09:19:11', '', 0, 'http://themes.muffingroup.com/be/jet/?page_id=33', 0, 'page', '', 0),
(39, 1, '2015-06-11 10:36:28', '2015-06-11 10:36:28', '', 'home_jet_subheader', '', 'inherit', 'open', 'open', '', 'home_jet_subheader', '', '', '2015-06-11 10:36:28', '2015-06-11 10:36:28', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_subheader.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2015-06-11 10:50:56', '2015-06-11 10:50:56', '', 'home_jet_about', '', 'inherit', 'open', 'open', '', 'home_jet_about', '', '', '2015-06-11 10:50:56', '2015-06-11 10:50:56', '', 27, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_about.png', 0, 'attachment', 'image/png', 0),
(43, 1, '2015-06-11 11:04:08', '2015-06-11 11:04:08', '', 'home_jet_about1', '', 'inherit', 'open', 'open', '', 'home_jet_about1', '', '', '2015-06-11 11:04:08', '2015-06-11 11:04:08', '', 27, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_about1.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2015-06-11 11:04:09', '2015-06-11 11:04:09', '', 'home_jet_about2', '', 'inherit', 'open', 'open', '', 'home_jet_about2', '', '', '2015-06-11 11:04:09', '2015-06-11 11:04:09', '', 27, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_about2.jpg', 0, 'attachment', 'image/jpeg', 0),
(45, 1, '2015-06-09 12:07:33', '2015-06-09 12:07:33', '', 'Homepage old', '', 'publish', 'open', 'closed', '', 'homepage_old', '', '', '2020-06-04 08:10:49', '2020-06-04 08:10:49', '', 0, 'http://themes.muffingroup.com/be/jet/?page_id=2', 0, 'page', '', 0),
(49, 1, '2015-06-11 11:04:09', '2015-06-11 11:04:09', '', 'home_jet_about3', '', 'inherit', 'open', 'open', '', 'home_jet_about3', '', '', '2015-06-11 11:04:09', '2015-06-11 11:04:09', '', 27, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_about3.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2015-06-11 11:04:09', '2015-06-11 11:04:09', '', 'home_jet_about4', '', 'inherit', 'open', 'open', '', 'home_jet_about4', '', '', '2015-06-11 11:04:09', '2015-06-11 11:04:09', '', 27, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_about4.jpg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2015-06-11 12:05:09', '2015-06-11 12:05:09', '', 'home_jet_subheader_icon', '', 'inherit', 'open', 'open', '', 'home_jet_subheader_icon', '', '', '2015-06-11 12:05:09', '2015-06-11 12:05:09', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_subheader_icon.png', 0, 'attachment', 'image/png', 0),
(52, 1, '2015-06-11 12:17:17', '2015-06-11 12:17:17', '', 'home_jet_services_logo', '', 'inherit', 'open', 'open', '', 'home_jet_services_logo', '', '', '2015-06-11 12:17:17', '2015-06-11 12:17:17', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_services_logo.png', 0, 'attachment', 'image/png', 0),
(53, 1, '2015-06-11 12:18:54', '2015-06-11 12:18:54', '', 'home_jet_services_1', '', 'inherit', 'open', 'open', '', 'home_jet_services_1', '', '', '2015-06-11 12:18:54', '2015-06-11 12:18:54', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_services_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2015-06-11 12:18:54', '2015-06-11 12:18:54', '', 'home_jet_services_2', '', 'inherit', 'open', 'open', '', 'home_jet_services_2', '', '', '2015-06-11 12:18:54', '2015-06-11 12:18:54', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_services_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2015-06-11 12:22:48', '2015-06-11 12:22:48', '', 'home_jet_services_3', '', 'inherit', 'open', 'open', '', 'home_jet_services_3', '', '', '2015-06-11 12:22:48', '2015-06-11 12:22:48', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_services_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(56, 1, '2015-06-11 12:28:54', '2015-06-11 12:28:54', '', 'home_jet_list2', '', 'inherit', 'open', 'open', '', 'home_jet_list2', '', '', '2015-06-11 12:28:54', '2015-06-11 12:28:54', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_list2.png', 0, 'attachment', 'image/png', 0),
(57, 1, '2015-06-11 12:41:30', '2015-06-11 12:41:30', '', 'home_jet_aircraft_1', '', 'inherit', 'open', 'open', '', 'home_jet_aircraft_1', '', '', '2015-06-11 12:41:30', '2015-06-11 12:41:30', '', 33, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_aircraft_1.png', 0, 'attachment', 'image/png', 0),
(58, 1, '2015-06-11 12:41:47', '2015-06-11 12:41:47', '', 'home_jet_aircraft_2', '', 'inherit', 'open', 'open', '', 'home_jet_aircraft_2', '', '', '2015-06-11 12:41:47', '2015-06-11 12:41:47', '', 33, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_aircraft_2.png', 0, 'attachment', 'image/png', 0),
(59, 1, '2015-06-11 13:40:54', '2015-06-11 13:40:54', '', 'home_jet_contact_pin', '', 'inherit', 'open', 'open', '', 'home_jet_contact_pin', '', '', '2015-06-11 13:40:54', '2015-06-11 13:40:54', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2015/06/home_jet_contact_pin.png', 0, 'attachment', 'image/png', 0),
(61, 1, '2015-06-11 14:07:27', '2015-06-11 14:07:27', '<div class=\"column one-second\">[text* your-name placeholder \"Your name\"] </div>\n<div class=\"column one-second\">[email* your-email placeholder \"Your e-mail\"] </div>\n<div class=\"column one\">[text your-subject placeholder \"Subject\"] </div>\n<div class=\"column one\">[textarea your-message x3 placeholder \"Message\"]</div>\n<div class=\"column one\">[submit \"Send a message\"]</div>\n[your-subject]\n[your-name] <wordpress@themes.muffingroup.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\nMessage Body:\n[your-message]\n--\nThis e-mail was sent from a contact form on BeJet - BeTheme (https://themes.muffingroup.com/be/jet)\nnoreply@gmail.com\nReply-To: [your-email]\n[your-subject]\nBeJet - BeTheme <wordpress@themes.muffingroup.com>\nMessage Body:\n[your-message]\n--\nThis e-mail was sent from a contact form on BeJet - BeTheme (https://themes.muffingroup.com/be/jet)\n[your-email]\nReply-To: noreply@gmail.com\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.', 'Untitled', '', 'publish', 'open', 'open', '', 'untitled', '', '', '2015-06-11 14:07:27', '2015-06-11 14:07:27', '', 0, 'http://themes.muffingroup.com/be/jet/?post_type=wpcf7_contact_form&p=61', 0, 'wpcf7_contact_form', '', 0),
(64, 1, '2020-05-28 21:07:23', '2020-05-28 21:07:23', '', 'wapejets_logo_200', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_200', '', '', '2020-05-28 21:07:23', '2020-05-28 21:07:23', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_200.png', 0, 'attachment', 'image/png', 0),
(65, 1, '2020-05-28 21:07:24', '2020-05-28 21:07:24', '', 'wapejets_logo_200@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_2002x', '', '', '2020-05-28 21:07:24', '2020-05-28 21:07:24', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_200@2x.png', 0, 'attachment', 'image/png', 0),
(68, 1, '2020-05-28 21:07:28', '2020-05-28 21:07:28', '', 'wapejets_logo_web_full_200', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_web_full_200', '', '', '2020-05-28 21:07:28', '2020-05-28 21:07:28', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_web_full_200.png', 0, 'attachment', 'image/png', 0),
(69, 1, '2020-05-28 21:07:30', '2020-05-28 21:07:30', '', 'wapejets_logo_web_full_400@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_web_full_4002x', '', '', '2020-05-28 21:07:30', '2020-05-28 21:07:30', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_web_full_400@2x.png', 0, 'attachment', 'image/png', 0),
(70, 1, '2020-05-28 21:07:31', '2020-05-28 21:07:31', '', 'wapejets_logo_web_full', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_web_full', '', '', '2020-05-28 21:07:31', '2020-05-28 21:07:31', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_web_full.png', 0, 'attachment', 'image/png', 0),
(71, 1, '2020-05-28 21:07:32', '2020-05-28 21:07:32', '', 'wapejets_logo_web_full@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_web_full2x', '', '', '2020-05-28 21:07:32', '2020-05-28 21:07:32', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_web_full@2x.png', 0, 'attachment', 'image/png', 0),
(72, 1, '2020-05-28 21:10:14', '2020-05-28 21:10:14', '', 'wapejets_logo_white_200', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_white_200', '', '', '2020-05-28 21:10:14', '2020-05-28 21:10:14', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_white_200.png', 0, 'attachment', 'image/png', 0),
(73, 1, '2020-05-28 21:10:16', '2020-05-28 21:10:16', '', 'wapejets_logo_white_200@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_white_2002x', '', '', '2020-05-28 21:10:16', '2020-05-28 21:10:16', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_white_200@2x.png', 0, 'attachment', 'image/png', 0),
(74, 1, '2020-05-28 21:10:17', '2020-05-28 21:10:17', '', 'wapejets_logo_white_400', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_white_400', '', '', '2020-05-28 21:10:17', '2020-05-28 21:10:17', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_white_400.png', 0, 'attachment', 'image/png', 0),
(75, 1, '2020-05-28 21:10:19', '2020-05-28 21:10:19', '', 'wapejets_logo_white_400@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_white_4002x', '', '', '2020-05-28 21:10:19', '2020-05-28 21:10:19', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_white_400@2x.png', 0, 'attachment', 'image/png', 0),
(78, 1, '2020-05-28 21:17:39', '2020-05-28 21:17:39', '', 'wapejets_logo_black_400', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_black_400', '', '', '2020-05-28 21:17:39', '2020-05-28 21:17:39', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_black_400.png', 0, 'attachment', 'image/png', 0),
(79, 1, '2020-05-28 21:17:41', '2020-05-28 21:17:41', '', 'wapejets_logo_black_400@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_black_4002x', '', '', '2020-05-28 21:17:41', '2020-05-28 21:17:41', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wapejets_logo_black_400@2x.png', 0, 'attachment', 'image/png', 0),
(80, 1, '2020-05-29 06:48:38', '2020-05-29 06:48:38', '', 'Úvod', '', 'publish', 'open', 'closed', '', 'uvod', '', '', '2020-11-08 11:20:05', '2020-11-08 11:20:05', '', 0, 'http://dbwebtest.eu/?page_id=80', 0, 'page', '', 0),
(82, 1, '2020-05-28 22:02:56', '2020-05-28 22:02:56', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2020-05-28 22:02:56', '2020-05-28 22:02:56', '', 0, 'http://dbwebtest.eu/?elementor_library=default-kit', 0, 'elementor_library', '', 0),
(92, 1, '2020-05-29 09:43:33', '2020-05-29 09:43:33', '', 'wape_world_map', '', 'inherit', 'open', 'closed', '', 'wape_world_map', '', '', '2020-05-29 09:43:33', '2020-05-29 09:43:33', '', 80, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wape_world_map.png', 0, 'attachment', 'image/png', 0),
(93, 1, '2020-05-29 09:58:24', '2020-05-29 09:58:24', '', 'wape_world_map_1200', '', 'inherit', 'open', 'closed', '', 'wape_world_map_1200', '', '', '2020-05-29 09:58:24', '2020-05-29 09:58:24', '', 80, 'http://dbwebtest.eu/wp-content/uploads/2020/05/wape_world_map_1200.png', 0, 'attachment', 'image/png', 0),
(102, 1, '2020-05-29 10:13:51', '2020-05-29 10:13:51', '', 'Screenshot 2020-05-29 at 12.10.49', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-12-10-49', '', '', '2020-05-29 10:13:51', '2020-05-29 10:13:51', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-12.10.49.png', 0, 'attachment', 'image/png', 0),
(103, 1, '2020-05-29 10:20:07', '2020-05-29 10:20:07', '', 'Screenshot 2020-05-29 at 12.17.09', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-12-17-09', '', '', '2020-05-29 10:20:07', '2020-05-29 10:20:07', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-12.17.09.png', 0, 'attachment', 'image/png', 0),
(109, 1, '2020-05-29 12:09:29', '2020-05-29 12:09:29', '', 'Screenshot 2020-05-29 at 14.04.52', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-14-04-52', '', '', '2020-05-29 12:09:29', '2020-05-29 12:09:29', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-14.04.52.png', 0, 'attachment', 'image/png', 0),
(110, 1, '2020-05-29 12:09:33', '2020-05-29 12:09:33', '', 'Screenshot 2020-05-29 at 14.04.58', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-14-04-58', '', '', '2020-05-29 12:09:33', '2020-05-29 12:09:33', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-14.04.58.png', 0, 'attachment', 'image/png', 0),
(111, 1, '2020-05-29 12:09:35', '2020-05-29 12:09:35', '', 'Screenshot 2020-05-29 at 14.05.09', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-14-05-09', '', '', '2020-05-29 12:09:35', '2020-05-29 12:09:35', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-14.05.09.png', 0, 'attachment', 'image/png', 0),
(112, 1, '2020-05-29 12:09:37', '2020-05-29 12:09:37', '', 'Screenshot 2020-05-29 at 14.09.15', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-14-09-15', '', '', '2020-05-29 12:09:37', '2020-05-29 12:09:37', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-14.09.15.png', 0, 'attachment', 'image/png', 0),
(113, 1, '2020-05-29 12:19:38', '2020-05-29 12:19:38', '', 'Screenshot 2020-05-29 at 14.17.06', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-14-17-06', '', '', '2020-05-29 12:19:38', '2020-05-29 12:19:38', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-14.17.06.png', 0, 'attachment', 'image/png', 0),
(114, 1, '2020-05-29 12:24:39', '2020-05-29 12:24:39', '', 'Služby - old', '', 'publish', 'open', 'open', '', 'sluzby-old', '', '', '2020-11-08 11:16:55', '2020-11-08 11:16:55', '', 0, 'http://dbwebtest.eu/?page_id=114', 0, 'page', '', 0),
(116, 1, '2020-05-29 14:33:13', '2020-05-29 14:33:13', '', 'Screenshot 2020-05-29 at 16.32.59', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-16-32-59', '', '', '2020-05-29 14:33:13', '2020-05-29 14:33:13', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-16.32.59.png', 0, 'attachment', 'image/png', 0),
(117, 1, '2020-05-29 14:34:13', '2020-05-29 14:34:13', '', 'Screenshot 2020-05-29 at 16.34.01', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-16-34-01', '', '', '2020-05-29 14:34:13', '2020-05-29 14:34:13', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-16.34.01.png', 0, 'attachment', 'image/png', 0),
(118, 1, '2020-05-29 14:36:52', '2020-05-29 14:36:52', '', 'Syncopate Bold', '', 'inherit', 'open', 'closed', '', 'syncopate-bold', '', '', '2020-05-29 14:36:52', '2020-05-29 14:36:52', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Syncopate-Bold.woff', 0, 'attachment', 'font/woff', 0),
(119, 1, '2020-05-29 14:36:54', '2020-05-29 14:36:54', '', 'Syncopate Regular', '', 'inherit', 'open', 'closed', '', 'syncopate-regular', '', '', '2020-05-29 14:36:54', '2020-05-29 14:36:54', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Syncopate-Regular.woff', 0, 'attachment', 'font/woff', 0),
(120, 1, '2020-05-29 14:36:58', '2020-05-29 14:36:58', '', 'Syncopate-Bold', '', 'inherit', 'open', 'closed', '', 'syncopate-bold-2', '', '', '2020-05-29 14:36:58', '2020-05-29 14:36:58', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Syncopate-Bold.ttf', 0, 'attachment', 'font/ttf', 0),
(121, 1, '2020-05-29 14:36:59', '2020-05-29 14:36:59', '', 'Syncopate-Regular', '', 'inherit', 'open', 'closed', '', 'syncopate-regular-2', '', '', '2020-05-29 14:36:59', '2020-05-29 14:36:59', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Syncopate-Regular.ttf', 0, 'attachment', 'font/ttf', 0),
(122, 1, '2020-05-29 15:03:18', '2020-05-29 15:03:18', '', 'Screenshot 2020-05-29 at 16.58.46', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-16-58-46', '', '', '2020-05-29 15:03:18', '2020-05-29 15:03:18', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-16.58.46.png', 0, 'attachment', 'image/png', 0),
(123, 1, '2020-05-29 15:03:29', '2020-05-29 15:03:29', '', 'Screenshot 2020-05-29 at 17.01.39', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-05-29-at-17-01-39', '', '', '2020-05-29 15:03:29', '2020-05-29 15:03:29', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Screenshot-2020-05-29-at-17.01.39.png', 0, 'attachment', 'image/png', 0),
(124, 1, '2020-05-29 16:35:59', '2020-05-29 16:35:59', '', 'Learjet70_DDBA0048_Shot5', '', 'inherit', 'open', 'closed', '', 'learjet70_ddba0048_shot5', '', '', '2020-05-29 16:35:59', '2020-05-29 16:35:59', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Learjet70_DDBA0048_Shot5.jpg', 0, 'attachment', 'image/jpeg', 0),
(125, 1, '2020-05-29 16:36:01', '2020-05-29 16:36:01', '', 'Learjet75_DDBA0048_Shot5', '', 'inherit', 'open', 'closed', '', 'learjet75_ddba0048_shot5', '', '', '2020-05-29 16:36:01', '2020-05-29 16:36:01', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Learjet75_DDBA0048_Shot5.jpg', 0, 'attachment', 'image/jpeg', 0),
(126, 1, '2020-05-29 16:36:41', '2020-05-29 16:36:41', '', 'Citation_Logitude_Image_9', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_9', '', '', '2020-05-29 16:36:41', '2020-05-29 16:36:41', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_9.jpg', 0, 'attachment', 'image/jpeg', 0),
(127, 1, '2020-05-29 16:36:44', '2020-05-29 16:36:44', '', 'Citation_Logitude_Image_10', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_10', '', '', '2020-05-29 16:36:44', '2020-05-29 16:36:44', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_10.jpg', 0, 'attachment', 'image/jpeg', 0),
(128, 1, '2020-05-29 16:36:48', '2020-05-29 16:36:48', '', 'Citation_Logitude_Image_11', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_11', '', '', '2020-05-29 16:36:48', '2020-05-29 16:36:48', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_11.jpg', 0, 'attachment', 'image/jpeg', 0),
(129, 1, '2020-05-29 16:36:51', '2020-05-29 16:36:51', '', 'Citation_Logitude_Image_12', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_12', '', '', '2020-05-29 16:36:51', '2020-05-29 16:36:51', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_12.jpg', 0, 'attachment', 'image/jpeg', 0),
(130, 1, '2020-05-29 16:36:54', '2020-05-29 16:36:54', '', 'Citation_Logitude_Image_13', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_13', '', '', '2020-05-29 16:36:54', '2020-05-29 16:36:54', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_13.jpg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2020-05-29 16:36:58', '2020-05-29 16:36:58', '', 'Citation_M2_Image_8', '', 'inherit', 'open', 'closed', '', 'citation_m2_image_8', '', '', '2020-05-29 16:36:58', '2020-05-29 16:36:58', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_M2_Image_8.jpg', 0, 'attachment', 'image/jpeg', 0),
(132, 1, '2020-05-29 16:37:01', '2020-05-29 16:37:01', '', 'Citation_Sovereign+_Image_3', '', 'inherit', 'open', 'closed', '', 'citation_sovereign_image_3', '', '', '2020-05-29 16:37:01', '2020-05-29 16:37:01', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Sovereign_Image_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(133, 1, '2020-05-29 16:37:05', '2020-05-29 16:37:05', '', '009_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '009_falcon5x_2013dvd43lr', '', '', '2020-05-29 16:37:05', '2020-05-29 16:37:05', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR.jpg', 0, 'attachment', 'image/jpeg', 0),
(134, 1, '2020-05-29 16:37:52', '2020-05-29 16:37:52', '', '1_Legacy_500_interior_010_alta', '', 'inherit', 'open', 'closed', '', '1_legacy_500_interior_010_alta', '', '', '2020-05-29 16:37:52', '2020-05-29 16:37:52', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1_Legacy_500_interior_010_alta.jpg', 0, 'attachment', 'image/jpeg', 0),
(135, 1, '2020-05-29 16:38:19', '2020-05-29 16:38:19', '', 'G550 Aerials, Aerial, air, Air, aerial', 'G550 Aerials, Aerial, air, Air, aerial', 'inherit', 'open', 'closed', '', 'g550-aerials-aerial-air-air-aerial', '', '', '2020-05-29 16:38:19', '2020-05-29 16:38:19', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g550_a_media_019.jpg', 0, 'attachment', 'image/jpeg', 0),
(136, 1, '2020-05-29 17:05:22', '2020-05-29 17:05:22', '', 'Citation_Sovereign+_Image_3_alt', '', 'inherit', 'open', 'closed', '', 'citation_sovereign_image_3_alt', '', '', '2020-05-29 17:05:22', '2020-05-29 17:05:22', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Sovereign_Image_3_alt.jpg', 0, 'attachment', 'image/jpeg', 0),
(139, 1, '2020-05-29 17:09:16', '2020-05-29 17:09:16', '<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nWAPE JETS \"[your-subject]\"\nWAPE JETS <wordpress@dbwebtest.eu>\ndesign@davidbauer.cz\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on WAPE JETS (https://wapejets.com)\nReply-To: [your-email]\n\n\n\n\nWAPE JETS \"[your-subject]\"\nWAPE JETS <wordpress@dbwebtest.eu>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on WAPE JETS (https://wapejets.com)\nReply-To: design@davidbauer.cz\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nFormát data je neplatný.\nDatum je před nejnižším povoleným.\nDatum je před nejvyšším povoleným.\nBěhem nahrávání souboru se vyskytla neznámá chyba.\nNemáte dostatečné oprávění pro nahrávání tohoto typu souborů.\nSoubor je příliš velký.\nPři nahrávání souboru došlo k chybě.\nFormát čísla je neplatný.\nČíslo je nižší, než minimální povolená hodnota.\nČíslo je vyšší, než maximální povolená hodnota.\nOdpověď na kvíz je chybná.\nZadaná emailová adresa není platná.\nZadaná URL adresa není platná.\nZadané telefonní číslo je neplatné.', 'Poptávkový formulář', '', 'publish', 'closed', 'closed', '', 'contact-form-1_copy-3', '', '', '2020-05-29 17:09:35', '2020-05-29 17:09:35', '', 0, 'http://dbwebtest.eu/?post_type=wpcf7_contact_form&p=139', 0, 'wpcf7_contact_form', '', 0),
(140, 1, '2020-05-29 17:14:02', '2020-05-29 17:14:02', '{\"id\":\"140\",\"field_id\":6,\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Jm\\u00e9no\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"small\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"wpforms-one-third wpforms-first\"},\"4\":{\"id\":\"4\",\"type\":\"number\",\"label\":\"Po\\u010det\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"\",\"default_value\":\"1\",\"css\":\"wpforms-one-third\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Koment\\u00e1\\u0159 nebo zpr\\u00e1va\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Popt\\u00e1vkov\\u00fd formul\\u00e1\\u0159\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Odeslat\",\"submit_text_processing\":\"Odes\\u00edl\\u00e1ni...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Nov\\u00fd z\\u00e1znam: Popt\\u00e1vkov\\u00fd formul\\u00e1\\u0159\",\"sender_name\":\"WAPE JETS\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>D\\u011bkujeme, \\u017ee jste n\\u00e1s kontaktovali! Brzy se s V\\u00e1mi spoj\\u00edme.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"27\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"contact\"}}', 'Poptávkový formulář', '', 'publish', 'closed', 'closed', '', 'poptavkovy-formular', '', '', '2020-05-29 17:16:44', '2020-05-29 17:16:44', '', 0, 'http://dbwebtest.eu/?post_type=wpforms&p=140', 0, 'wpforms', '', 0),
(141, 1, '2020-05-29 20:11:16', '0000-00-00 00:00:00', '', 'Caldera Forms Preview', '', 'draft', 'closed', 'closed', '', 'caldera_forms_preview', '', '', '2020-05-29 20:11:16', '0000-00-00 00:00:00', '', 0, 'http://dbwebtest.eu/?page_id=141', 0, 'page', '', 0),
(142, 1, '2020-05-29 21:16:48', '2020-05-29 21:16:48', '', '004686c614d28acb1ad0481fbc1f1164', '', 'inherit', 'open', 'closed', '', '004686c614d28acb1ad0481fbc1f1164', '', '', '2020-05-29 21:16:48', '2020-05-29 21:16:48', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/004686c614d28acb1ad0481fbc1f1164.jpg', 0, 'attachment', 'image/jpeg', 0),
(143, 1, '2020-05-29 21:16:51', '2020-05-29 21:16:51', '', '15258617_390361601301482_9180081751513366528_n', '', 'inherit', 'open', 'closed', '', '15258617_390361601301482_9180081751513366528_n', '', '', '2020-05-29 21:16:51', '2020-05-29 21:16:51', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/15258617_390361601301482_9180081751513366528_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(144, 1, '2020-05-29 21:16:54', '2020-05-29 21:16:54', '', '1480436165-vienna-christmas-market', '', 'inherit', 'open', 'closed', '', '1480436165-vienna-christmas-market', '', '', '2020-05-29 21:16:54', '2020-05-29 21:16:54', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1480436165-vienna-christmas-market.jpg', 0, 'attachment', 'image/jpeg', 0),
(145, 1, '2020-05-29 21:16:56', '2020-05-29 21:16:56', '', 'image', '', 'inherit', 'open', 'closed', '', 'image', '', '', '2020-05-29 21:16:56', '2020-05-29 21:16:56', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/image.jpg', 0, 'attachment', 'image/jpeg', 0),
(146, 1, '2020-05-29 21:17:02', '2020-05-29 21:17:02', '', 'london-carnaby-street', '', 'inherit', 'open', 'closed', '', 'london-carnaby-street', '', '', '2020-05-29 21:17:02', '2020-05-29 21:17:02', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/london-carnaby-street.jpg', 0, 'attachment', 'image/jpeg', 0),
(147, 1, '2020-05-29 21:17:08', '2020-05-29 21:17:08', '', 'monaco-2-1920x800_1_1', '', 'inherit', 'open', 'closed', '', 'monaco-2-1920x800_1_1', '', '', '2020-05-29 21:17:08', '2020-05-29 21:17:08', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/monaco-2-1920x800_1_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(148, 1, '2020-05-29 21:17:11', '2020-05-29 21:17:11', '', 'paris-france-vantines-day-romantic-hotel-guides', '', 'inherit', 'open', 'closed', '', 'paris-france-vantines-day-romantic-hotel-guides', '', '', '2020-05-29 21:17:11', '2020-05-29 21:17:11', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/paris-france-vantines-day-romantic-hotel-guides.jpg', 0, 'attachment', 'image/jpeg', 0),
(149, 1, '2020-05-29 21:17:15', '2020-05-29 21:17:15', '', 'SapphirePegasus-2015-0349', '', 'inherit', 'open', 'closed', '', 'sapphirepegasus-2015-0349', '', '', '2020-05-29 21:17:15', '2020-05-29 21:17:15', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/SapphirePegasus-2015-0349.jpg', 0, 'attachment', 'image/jpeg', 0),
(150, 1, '2020-05-29 21:17:16', '2020-05-29 21:17:16', '', 'Vienna-Christmas-Markets-02', '', 'inherit', 'open', 'closed', '', 'vienna-christmas-markets-02', '', '', '2020-05-29 21:17:16', '2020-05-29 21:17:16', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Vienna-Christmas-Markets-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(151, 1, '2020-05-29 21:17:20', '2020-05-29 21:17:20', '', 'w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6', '', 'inherit', 'open', 'closed', '', 'w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6', '', '', '2020-05-29 21:17:20', '2020-05-29 21:17:20', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6.jpg', 0, 'attachment', 'image/jpeg', 0),
(152, 1, '2020-05-29 21:17:22', '2020-05-29 21:17:22', '', 'w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web', '', 'inherit', 'open', 'closed', '', 'w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web', '', '', '2020-05-29 21:17:22', '2020-05-29 21:17:22', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/w800_2018-03-15-03-17-33-9c98aff3b35c860fd894f631ed0361c6_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(153, 1, '2020-05-29 21:53:10', '2020-05-29 21:53:10', '', '1480436165-vienna-christmas-market', '', 'inherit', 'open', 'closed', '', '1480436165-vienna-christmas-market-2', '', '', '2020-05-29 21:53:10', '2020-05-29 21:53:10', '', 114, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1480436165-vienna-christmas-market-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(156, 1, '2020-05-31 07:08:15', '2020-05-31 07:08:15', '', 'O nás', '', 'publish', 'open', 'open', '', 'o-nas', '', '', '2020-08-26 12:31:05', '2020-08-26 12:31:05', '', 0, 'http://dbwebtest.eu/?page_id=156', 0, 'page', '', 0),
(158, 1, '2020-05-31 07:27:21', '2020-05-31 07:27:21', '', 'zuzka_sako_960', '', 'inherit', 'open', 'closed', '', 'zuzka_sako_960', '', '', '2020-05-31 07:27:21', '2020-05-31 07:27:21', '', 156, 'http://dbwebtest.eu/wp-content/uploads/2020/05/zuzka_sako_960.jpg', 0, 'attachment', 'image/jpeg', 0),
(161, 1, '2020-05-31 08:56:08', '2020-05-31 08:56:08', '', 'Faktory letu', '', 'publish', 'open', 'open', '', 'faktory-letu', '', '', '2020-11-15 18:35:28', '2020-11-15 18:35:28', '', 0, 'http://dbwebtest.eu/?page_id=161', 0, 'page', '', 0),
(163, 1, '2020-05-31 09:25:50', '2020-05-31 09:25:50', '', 'Projekty', '', 'publish', 'open', 'open', '', 'projekty', '', '', '2020-10-24 17:09:54', '2020-10-24 17:09:54', '', 0, 'http://dbwebtest.eu/?page_id=163', 0, 'page', '', 0),
(165, 1, '2020-05-31 09:39:12', '2020-05-31 09:39:12', '', 'JetBook-Sample-02', '', 'inherit', 'open', 'closed', '', 'jetbook-sample-02', '', '', '2020-05-31 09:39:12', '2020-05-31 09:39:12', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/05/JetBook-Sample-02.jpg', 0, 'attachment', 'image/jpeg', 0),
(166, 1, '2020-05-31 09:39:14', '2020-05-31 09:39:14', '', 'JetBook-Sample-03', '', 'inherit', 'open', 'closed', '', 'jetbook-sample-03', '', '', '2020-05-31 09:39:14', '2020-05-31 09:39:14', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/05/JetBook-Sample-03.jpg', 0, 'attachment', 'image/jpeg', 0),
(167, 1, '2020-05-31 09:39:17', '2020-05-31 09:39:17', '', 'JetBook-Sample-09', '', 'inherit', 'open', 'closed', '', 'jetbook-sample-09', '', '', '2020-05-31 09:39:17', '2020-05-31 09:39:17', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/05/JetBook-Sample-09.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 1, '2020-05-31 09:39:19', '2020-05-31 09:39:19', '', 'JetBook-Sample-10', '', 'inherit', 'open', 'closed', '', 'jetbook-sample-10', '', '', '2020-05-31 09:39:19', '2020-05-31 09:39:19', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/05/JetBook-Sample-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(169, 1, '2020-05-31 09:41:20', '2020-05-31 09:41:20', '', 'JetBook_for_video_mockup', '', 'inherit', 'open', 'closed', '', 'jetbook_for_video_mockup', '', '', '2020-05-31 09:41:20', '2020-05-31 09:41:20', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/05/JetBook_for_video_mockup.png', 0, 'attachment', 'image/png', 0),
(170, 1, '2020-05-31 09:42:57', '2020-05-31 09:42:57', '', 'jetbook_trans_large', '', 'inherit', 'open', 'closed', '', 'jetbook_trans_large', '', '', '2020-05-31 09:42:57', '2020-05-31 09:42:57', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/05/jetbook_trans_large.png', 0, 'attachment', 'image/png', 0),
(171, 1, '2020-05-31 09:56:51', '2020-05-31 09:56:51', '', 'jetbook_no_back', '', 'inherit', 'open', 'closed', '', 'jetbook_no_back', '', '', '2020-05-31 09:56:51', '2020-05-31 09:56:51', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/05/jetbook_no_back.png', 0, 'attachment', 'image/png', 0),
(172, 1, '2020-05-31 10:11:13', '2020-05-31 10:11:13', '', 'jetbook_no_back-sel', '', 'inherit', 'open', 'closed', '', 'jetbook_no_back-sel', '', '', '2020-05-31 10:11:13', '2020-05-31 10:11:13', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/05/jetbook_no_back-sel.png', 0, 'attachment', 'image/png', 0),
(173, 1, '2020-05-31 10:16:35', '2020-05-31 10:16:35', '', 'SapphirePegasus-2015-0349', '', 'inherit', 'open', 'closed', '', 'sapphirepegasus-2015-0349-2', '', '', '2020-05-31 10:16:35', '2020-05-31 10:16:35', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/05/SapphirePegasus-2015-0349-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(175, 1, '2020-05-31 10:49:55', '2020-05-31 10:49:55', '', 'Galerie', '', 'publish', 'open', 'open', '', 'galerie', '', '', '2020-06-08 05:36:08', '2020-06-08 05:36:08', '', 0, 'http://dbwebtest.eu/?page_id=175', 0, 'page', '', 0),
(177, 1, '2020-05-31 11:31:05', '2020-05-31 11:31:05', '', 'Bombardier', '', 'publish', 'open', 'closed', '', 'bombardier', '', '', '2020-05-31 11:31:05', '2020-05-31 11:31:05', '', 0, 'http://dbwebtest.eu/?post_type=portfolio&p=177', 0, 'portfolio', '', 0),
(179, 1, '2020-05-31 11:35:18', '2020-05-31 11:35:18', '', 'Global 5000 in flight', '', 'inherit', 'open', 'closed', '', 'global-5000-in-flight', '', '', '2020-05-31 11:35:18', '2020-05-31 11:35:18', '', 177, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Global-5000-in-flight.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(180, 1, '2020-05-31 11:35:21', '2020-05-31 11:35:21', '', 'Global 5000 interior', '', 'inherit', 'open', 'closed', '', 'global-5000-interior', '', '', '2020-05-31 11:35:21', '2020-05-31 11:35:21', '', 177, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Global-5000-interior.jpg', 0, 'attachment', 'image/jpeg', 0),
(181, 1, '2020-05-31 11:35:23', '2020-05-31 11:35:23', '', 'Global 6000 in flight2', '', 'inherit', 'open', 'closed', '', 'global-6000-in-flight2', '', '', '2020-05-31 11:35:23', '2020-05-31 11:35:23', '', 177, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Global-6000-in-flight2.jpg', 0, 'attachment', 'image/jpeg', 0),
(182, 1, '2020-05-31 11:35:26', '2020-05-31 11:35:26', '', 'Global 7000 in flight2', '', 'inherit', 'open', 'closed', '', 'global-7000-in-flight2', '', '', '2020-05-31 11:35:26', '2020-05-31 11:35:26', '', 177, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Global-7000-in-flight2.jpg', 0, 'attachment', 'image/jpeg', 0),
(183, 1, '2020-05-31 11:35:29', '2020-05-31 11:35:29', '', 'Global_6000Singapore_DDBA0027', '', 'inherit', 'open', 'closed', '', 'global_6000singapore_ddba0027', '', '', '2020-05-31 11:35:29', '2020-05-31 11:35:29', '', 177, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Global_6000Singapore_DDBA0027.jpg', 0, 'attachment', 'image/jpeg', 0),
(184, 1, '2020-05-31 11:35:31', '2020-05-31 11:35:31', '', 'Learjet-60xr-interior', '', 'inherit', 'open', 'closed', '', 'learjet-60xr-interior', '', '', '2020-05-31 11:35:31', '2020-05-31 11:35:31', '', 177, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Learjet-60xr-interior.jpg', 0, 'attachment', 'image/jpeg', 0),
(185, 1, '2020-05-31 11:35:33', '2020-05-31 11:35:33', '', 'Learjet-60xr-interior2', '', 'inherit', 'open', 'closed', '', 'learjet-60xr-interior2', '', '', '2020-05-31 11:35:33', '2020-05-31 11:35:33', '', 177, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Learjet-60xr-interior2.jpg', 0, 'attachment', 'image/jpeg', 0),
(186, 1, '2020-05-31 11:35:36', '2020-05-31 11:35:36', '', 'Learjet-85-interior2', '', 'inherit', 'open', 'closed', '', 'learjet-85-interior2', '', '', '2020-05-31 11:35:36', '2020-05-31 11:35:36', '', 177, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Learjet-85-interior2.jpg', 0, 'attachment', 'image/jpeg', 0),
(187, 1, '2020-05-31 11:35:38', '2020-05-31 11:35:38', '', 'Learjet70_DDBA0048_Shot5', '', 'inherit', 'open', 'closed', '', 'learjet70_ddba0048_shot5-2', '', '', '2020-05-31 11:35:38', '2020-05-31 11:35:38', '', 177, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Learjet70_DDBA0048_Shot5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(196, 1, '2020-05-31 11:51:05', '2020-05-31 11:51:05', '', 'Learjet75_DDBA0048_Shot5', '', 'inherit', 'open', 'closed', '', 'learjet75_ddba0048_shot5-2', '', '', '2020-05-31 11:51:05', '2020-05-31 11:51:05', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Learjet75_DDBA0048_Shot5-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(197, 1, '2020-05-31 11:52:29', '2020-05-31 11:52:29', '', 'Citation_CJ2+_Image_2', '', 'inherit', 'open', 'closed', '', 'citation_cj2_image_2', '', '', '2020-05-31 11:52:29', '2020-05-31 11:52:29', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_CJ2_Image_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(198, 1, '2020-05-31 11:52:33', '2020-05-31 11:52:33', '', 'Citation_CJ3_Image_8', '', 'inherit', 'open', 'closed', '', 'citation_cj3_image_8', '', '', '2020-05-31 11:52:33', '2020-05-31 11:52:33', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_CJ3_Image_8.jpg', 0, 'attachment', 'image/jpeg', 0),
(199, 1, '2020-05-31 11:52:37', '2020-05-31 11:52:37', '', 'Citation_CJ3_Image_11', '', 'inherit', 'open', 'closed', '', 'citation_cj3_image_11', '', '', '2020-05-31 11:52:37', '2020-05-31 11:52:37', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_CJ3_Image_11.jpg', 0, 'attachment', 'image/jpeg', 0),
(200, 1, '2020-05-31 11:52:40', '2020-05-31 11:52:40', '', 'Citation_CJ4_Image_1', '', 'inherit', 'open', 'closed', '', 'citation_cj4_image_1', '', '', '2020-05-31 11:52:40', '2020-05-31 11:52:40', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_CJ4_Image_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(201, 1, '2020-05-31 11:52:44', '2020-05-31 11:52:44', '', 'Citation_CJ4_Image_12', '', 'inherit', 'open', 'closed', '', 'citation_cj4_image_12', '', '', '2020-05-31 11:52:44', '2020-05-31 11:52:44', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_CJ4_Image_12.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 1, '2020-05-31 11:52:48', '2020-05-31 11:52:48', '', '', '', 'inherit', 'open', 'closed', '', 'cj4-003', '', '', '2020-11-08 10:52:00', '2020-11-08 10:52:00', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_CJ4_Image_14.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 1, '2020-05-31 11:52:51', '2020-05-31 11:52:51', '', 'Citation_Latitude_Image_2', '', 'inherit', 'open', 'closed', '', 'citation_latitude_image_2', '', '', '2020-05-31 11:52:51', '2020-05-31 11:52:51', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Latitude_Image_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(204, 1, '2020-05-31 11:52:55', '2020-05-31 11:52:55', '', 'Citation_Latitude_Image_3', '', 'inherit', 'open', 'closed', '', 'citation_latitude_image_3', '', '', '2020-05-31 11:52:55', '2020-05-31 11:52:55', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Latitude_Image_3.jpg', 0, 'attachment', 'image/jpeg', 0),
(205, 1, '2020-05-31 11:52:58', '2020-05-31 11:52:58', '', 'Citation_Latitude_Image_7', '', 'inherit', 'open', 'closed', '', 'citation_latitude_image_7', '', '', '2020-05-31 11:52:58', '2020-05-31 11:52:58', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Latitude_Image_7.jpg', 0, 'attachment', 'image/jpeg', 0),
(206, 1, '2020-05-31 11:53:02', '2020-05-31 11:53:02', '', 'Citation_Logitude_Image_7', 'BEAUTY C10 SERVICE CENTER WEST RAMP SIDE FOR USE IN THE CESSNA CITATION SPECIAL AIR MISSIONS BROCHURE 2008 FOR SHS SULLIVAN HIGDON SINK, KEN SMITH, CHUCK MILLER.', 'inherit', 'open', 'closed', '', 'citation_logitude_image_7', '', '', '2020-05-31 11:53:02', '2020-05-31 11:53:02', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_7.jpg', 0, 'attachment', 'image/jpeg', 0),
(207, 1, '2020-05-31 11:53:06', '2020-05-31 11:53:06', '', 'Departures Citation SO Airlift', '', 'inherit', 'open', 'closed', '', 'departures-citation-so-airlift', '', '', '2020-11-08 10:53:36', '2020-11-08 10:53:36', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_8.jpg', 0, 'attachment', 'image/jpeg', 0),
(208, 1, '2020-05-31 11:53:13', '2020-05-31 11:53:13', '', 'Citation_Logitude_Image_9', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_9-2', '', '', '2020-05-31 11:53:13', '2020-05-31 11:53:13', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_9-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 1, '2020-05-31 11:53:17', '2020-05-31 11:53:17', '', 'Citation_Logitude_Image_10', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_10-2', '', '', '2020-05-31 11:53:17', '2020-05-31 11:53:17', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_10-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(210, 1, '2020-05-31 11:53:21', '2020-05-31 11:53:21', '', 'Citation_Logitude_Image_11', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_11-2', '', '', '2020-05-31 11:53:21', '2020-05-31 11:53:21', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_11-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(211, 1, '2020-05-31 11:53:24', '2020-05-31 11:53:24', '', 'Citation_Logitude_Image_12', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_12-2', '', '', '2020-05-31 11:53:24', '2020-05-31 11:53:24', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_12-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(212, 1, '2020-05-31 11:53:28', '2020-05-31 11:53:28', '', 'Citation_Logitude_Image_13', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_13-2', '', '', '2020-05-31 11:53:28', '2020-05-31 11:53:28', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Logitude_Image_13-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(213, 1, '2020-05-31 11:53:32', '2020-05-31 11:53:32', '', 'Citation_M2_Image_8', '', 'inherit', 'open', 'closed', '', 'citation_m2_image_8-2', '', '', '2020-05-31 11:53:32', '2020-05-31 11:53:32', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_M2_Image_8-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(214, 1, '2020-05-31 11:53:35', '2020-05-31 11:53:35', '', 'Citation_M2_Image_9', '', 'inherit', 'open', 'closed', '', 'citation_m2_image_9', '', '', '2020-05-31 11:53:35', '2020-05-31 11:53:35', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_M2_Image_9.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2020-05-31 11:53:39', '2020-05-31 11:53:39', '', 'Citation_Sovereign+_Image_6', '', 'inherit', 'open', 'closed', '', 'citation_sovereign_image_6', '', '', '2020-05-31 11:53:39', '2020-05-31 11:53:39', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Sovereign_Image_6.jpg', 0, 'attachment', 'image/jpeg', 0),
(216, 1, '2020-05-31 11:53:42', '2020-05-31 11:53:42', '', 'Citation_Sovereign+_Image_3_652', '', 'inherit', 'open', 'closed', '', 'citation_sovereign_image_3_652', '', '', '2020-05-31 11:53:42', '2020-05-31 11:53:42', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Sovereign_Image_3_652.png', 0, 'attachment', 'image/png', 0),
(217, 1, '2020-05-31 11:54:34', '2020-05-31 11:54:34', '', '004_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '004_falcon5x_2013dvd43lr', '', '', '2020-05-31 11:54:34', '2020-05-31 11:54:34', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/004_Falcon5X_2013DVD43LR.jpg', 0, 'attachment', 'image/jpeg', 0),
(218, 1, '2020-05-31 11:54:38', '2020-05-31 11:54:38', '', '007_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '007_falcon5x_2013dvd43lr', '', '', '2020-05-31 11:54:38', '2020-05-31 11:54:38', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/007_Falcon5X_2013DVD43LR.jpg', 0, 'attachment', 'image/jpeg', 0),
(219, 1, '2020-05-31 11:54:42', '2020-05-31 11:54:42', '', '009_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '009_falcon5x_2013dvd43lr-2', '', '', '2020-05-31 11:54:42', '2020-05-31 11:54:42', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/009_Falcon5X_2013DVD43LR-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(220, 1, '2020-05-31 11:54:45', '2020-05-31 11:54:45', '', '010_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '010_falcon5x_2013dvd43lr', '', '', '2020-05-31 11:54:45', '2020-05-31 11:54:45', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/010_Falcon5X_2013DVD43LR.jpg', 0, 'attachment', 'image/jpeg', 0),
(221, 1, '2020-05-31 11:54:48', '2020-05-31 11:54:48', '', '018_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '018_falcon5x_2013dvd43lr', '', '', '2020-05-31 11:54:48', '2020-05-31 11:54:48', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/018_Falcon5X_2013DVD43LR.jpg', 0, 'attachment', 'image/jpeg', 0),
(222, 1, '2020-05-31 11:54:51', '2020-05-31 11:54:51', '', '019_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '019_falcon5x_2013dvd43lr', '', '', '2020-05-31 11:54:51', '2020-05-31 11:54:51', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/019_Falcon5X_2013DVD43LR.jpg', 0, 'attachment', 'image/jpeg', 0),
(223, 1, '2020-05-31 11:54:54', '2020-05-31 11:54:54', '', '026_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '026_falcon5x_2013dvd43lr', '', '', '2020-05-31 11:54:54', '2020-05-31 11:54:54', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/026_Falcon5X_2013DVD43LR.jpg', 0, 'attachment', 'image/jpeg', 0),
(224, 1, '2020-05-31 11:54:58', '2020-05-31 11:54:58', '', '046_Falcon7X_2013DVD41', '', 'inherit', 'open', 'closed', '', '046_falcon7x_2013dvd41', '', '', '2020-05-31 11:54:58', '2020-05-31 11:54:58', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/046_Falcon7X_2013DVD41.jpg', 0, 'attachment', 'image/jpeg', 0),
(225, 1, '2020-05-31 11:55:02', '2020-05-31 11:55:02', '', '052_Falcon7X_2013DVD41', '', 'inherit', 'open', 'closed', '', '052_falcon7x_2013dvd41', '', '', '2020-05-31 11:55:02', '2020-05-31 11:55:02', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/052_Falcon7X_2013DVD41.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2020-05-31 11:55:06', '2020-05-31 11:55:06', '', '092_Falcon2000LXS_2013DVD41', '', 'inherit', 'open', 'closed', '', '092_falcon2000lxs_2013dvd41', '', '', '2020-05-31 11:55:06', '2020-05-31 11:55:06', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/092_Falcon2000LXS_2013DVD41.jpg', 0, 'attachment', 'image/jpeg', 0),
(227, 1, '2020-05-31 11:55:09', '2020-05-31 11:55:09', '', '101_Falcon2000LXS_2013DVD41', '', 'inherit', 'open', 'closed', '', '101_falcon2000lxs_2013dvd41', '', '', '2020-05-31 11:55:09', '2020-05-31 11:55:09', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/101_Falcon2000LXS_2013DVD41.jpg', 0, 'attachment', 'image/jpeg', 0),
(228, 1, '2020-05-31 11:55:13', '2020-05-31 11:55:13', '', '137_Falcon2000S_2013DVD41', '', 'inherit', 'open', 'closed', '', '137_falcon2000s_2013dvd41', '', '', '2020-05-31 11:55:13', '2020-05-31 11:55:13', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/137_Falcon2000S_2013DVD41.jpg', 0, 'attachment', 'image/jpeg', 0),
(229, 1, '2020-05-31 11:55:17', '2020-05-31 11:55:17', '', '139_Falcon2000S_2013DVD41', '', 'inherit', 'open', 'closed', '', '139_falcon2000s_2013dvd41', '', '', '2020-05-31 11:55:17', '2020-05-31 11:55:17', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/139_Falcon2000S_2013DVD41.jpg', 0, 'attachment', 'image/jpeg', 0),
(230, 1, '2020-05-31 11:55:22', '2020-05-31 11:55:22', '', '140_Falcon2000S_2013DVD41', '', 'inherit', 'open', 'closed', '', '140_falcon2000s_2013dvd41', '', '', '2020-05-31 11:55:22', '2020-05-31 11:55:22', '', 175, 'http://dbwebtest.eu/wp-content/uploads/2020/05/140_Falcon2000S_2013DVD41.jpg', 0, 'attachment', 'image/jpeg', 0),
(232, 1, '2020-05-31 12:09:25', '0000-00-00 00:00:00', '', 'Bombardier', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-05-31 12:09:25', '2020-05-31 12:09:25', '', 0, 'http://dbwebtest.eu/?post_type=slgf_slider&p=232', 0, 'slgf_slider', '', 0),
(240, 1, '2020-11-08 10:27:54', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:27:54', '2020-11-08 10:27:54', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=240', 0, 'ngg_gallery', '', 0),
(241, 1, '2020-11-08 10:27:55', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:27:55', '2020-11-08 10:27:55', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=241', 0, 'ngg_pictures', '', 0),
(243, 1, '2020-11-08 10:27:56', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:27:56', '2020-11-08 10:27:56', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=243', 0, 'ngg_pictures', '', 0),
(245, 1, '2020-11-08 10:27:56', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:27:56', '2020-11-08 10:27:56', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=245', 0, 'ngg_pictures', '', 0),
(247, 1, '2020-11-08 10:27:57', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:27:57', '2020-11-08 10:27:57', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=247', 0, 'ngg_pictures', '', 0),
(248, 1, '2020-11-08 10:27:57', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:27:57', '2020-11-08 10:27:57', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=248', 0, 'ngg_pictures', '', 0),
(249, 1, '2020-11-08 10:27:58', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:27:58', '2020-11-08 10:27:58', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=249', 0, 'ngg_pictures', '', 0),
(250, 1, '2020-11-08 10:27:58', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:27:58', '2020-11-08 10:27:58', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=250', 0, 'ngg_pictures', '', 0),
(251, 1, '2020-11-08 10:54:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:37', '2020-11-08 10:54:37', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?post_type=ngg_gallery&p=251', 0, 'ngg_gallery', '', 0),
(256, 1, '2020-11-08 10:54:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:41', '2020-11-08 10:54:41', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=256', 0, 'ngg_pictures', '', 0),
(258, 1, '2020-11-08 10:54:42', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:42', '2020-11-08 10:54:42', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=258', 0, 'ngg_pictures', '', 0),
(259, 1, '2020-11-08 10:54:44', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:44', '2020-11-08 10:54:44', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=259', 0, 'ngg_pictures', '', 0),
(261, 1, '2020-11-08 10:54:45', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:45', '2020-11-08 10:54:45', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=261', 0, 'ngg_pictures', '', 0),
(262, 1, '2020-11-08 10:54:47', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:47', '2020-11-08 10:54:47', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=262', 0, 'ngg_pictures', '', 0),
(263, 1, '2020-11-08 10:54:48', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:48', '2020-11-08 10:54:48', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=263', 0, 'ngg_pictures', '', 0),
(264, 1, '2020-11-08 10:54:48', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:48', '2020-11-08 10:54:48', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=264', 0, 'ngg_pictures', '', 0),
(267, 1, '2020-11-08 10:54:49', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:49', '2020-11-08 10:54:49', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=267', 0, 'ngg_pictures', '', 0),
(268, 1, '2020-11-08 10:54:40', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:40', '2020-11-08 10:54:40', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=268', 0, 'ngg_pictures', '', 0),
(271, 1, '2020-11-08 10:41:30', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:30', '2020-11-08 10:41:30', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=271', 0, 'ngg_gallery', '', 0),
(272, 1, '2020-11-08 10:41:36', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:36', '2020-11-08 10:41:36', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=272', 0, 'ngg_pictures', '', 0),
(273, 1, '2020-11-08 10:41:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:37', '2020-11-08 10:41:37', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=273', 0, 'ngg_pictures', '', 0),
(274, 1, '2020-11-08 10:41:37', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:37', '2020-11-08 10:41:37', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=274', 0, 'ngg_pictures', '', 0),
(275, 1, '2020-11-08 10:41:38', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:38', '2020-11-08 10:41:38', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=275', 0, 'ngg_pictures', '', 0),
(276, 1, '2020-11-08 10:41:40', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:40', '2020-11-08 10:41:40', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=276', 0, 'ngg_pictures', '', 0),
(277, 1, '2020-11-08 10:41:40', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:40', '2020-11-08 10:41:40', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=277', 0, 'ngg_pictures', '', 0),
(278, 1, '2020-11-08 10:41:41', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:41', '2020-11-08 10:41:41', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=278', 0, 'ngg_pictures', '', 0),
(279, 1, '2020-11-08 10:41:42', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:42', '2020-11-08 10:41:42', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=279', 0, 'ngg_pictures', '', 0),
(280, 1, '2020-11-08 10:41:42', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:42', '2020-11-08 10:41:42', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=280', 0, 'ngg_pictures', '', 0),
(281, 1, '2020-11-08 10:41:43', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:43', '2020-11-08 10:41:43', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=281', 0, 'ngg_pictures', '', 0),
(282, 1, '2020-11-08 10:41:43', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:43', '2020-11-08 10:41:43', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=282', 0, 'ngg_pictures', '', 0),
(283, 1, '2020-11-08 10:41:44', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:44', '2020-11-08 10:41:44', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=283', 0, 'ngg_pictures', '', 0),
(284, 1, '2020-11-08 10:41:44', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:44', '2020-11-08 10:41:44', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=284', 0, 'ngg_pictures', '', 0),
(285, 1, '2020-11-08 10:41:44', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:44', '2020-11-08 10:41:44', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=285', 0, 'ngg_pictures', '', 0),
(287, 1, '2020-05-31 12:35:54', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_album', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-05-31 12:35:54', '2020-05-31 12:35:54', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?post_type=ngg_album&p=287', 0, 'ngg_album', '', 0),
(293, 1, '2020-05-31 13:12:24', '2020-05-31 13:12:24', '', 'Citation_Sovereign+_Image_3_683', '', 'inherit', 'open', 'closed', '', 'citation_sovereign_image_3_683', '', '', '2020-05-31 13:12:24', '2020-05-31 13:12:24', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_Sovereign_Image_3_683.png', 0, 'attachment', 'image/png', 0),
(295, 1, '2020-05-31 13:14:33', '2020-05-31 13:14:33', '', '1_Legacy_500_interior_010_alta', '', 'inherit', 'open', 'closed', '', '1_legacy_500_interior_010_alta-2', '', '', '2020-05-31 13:14:33', '2020-05-31 13:14:33', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1_Legacy_500_interior_010_alta-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(296, 1, '2020-05-31 13:14:38', '2020-05-31 13:14:38', '', 'cock- 021', 'cock- 021', 'inherit', 'open', 'closed', '', 'cock-021', '', '', '2020-05-31 13:14:38', '2020-05-31 13:14:38', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1_Legacy_650_interior_006_alta.jpg', 0, 'attachment', 'image/jpeg', 0),
(297, 1, '2020-05-31 13:14:42', '2020-05-31 13:14:42', '', '1_Phenom_100_interior_007', '', 'inherit', 'open', 'closed', '', '1_phenom_100_interior_007', '', '', '2020-05-31 13:14:42', '2020-05-31 13:14:42', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1_Phenom_100_interior_007.jpg', 0, 'attachment', 'image/jpeg', 0),
(298, 1, '2020-05-31 13:14:45', '2020-05-31 13:14:45', '', '1_Phenom_300_interior_001', '', 'inherit', 'open', 'closed', '', '1_phenom_300_interior_001', '', '', '2020-05-31 13:14:45', '2020-05-31 13:14:45', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1_Phenom_300_interior_001.jpg', 0, 'attachment', 'image/jpeg', 0),
(299, 1, '2020-05-31 13:14:49', '2020-05-31 13:14:49', '', '1_Phgenom_300_exterior_006', '', 'inherit', 'open', 'closed', '', '1_phgenom_300_exterior_006', '', '', '2020-05-31 13:14:49', '2020-05-31 13:14:49', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1_Phgenom_300_exterior_006.jpg', 0, 'attachment', 'image/jpeg', 0),
(300, 1, '2020-05-31 13:14:52', '2020-05-31 13:14:52', '', 'EM_P300___P100_-_Landscape', '', 'inherit', 'open', 'closed', '', 'em_p300___p100_-_landscape', '', '', '2020-05-31 13:14:52', '2020-05-31 13:14:52', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/EM_P300___P100_-_Landscape.jpg', 0, 'attachment', 'image/jpeg', 0),
(301, 1, '2020-05-31 13:14:56', '2020-05-31 13:14:56', '', 'L500_Cabin_lights_Off_UPDATED', '', 'inherit', 'open', 'closed', '', 'l500_cabin_lights_off_updated', '', '', '2020-05-31 13:14:56', '2020-05-31 13:14:56', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/L500_Cabin_lights_Off_UPDATED.jpg', 0, 'attachment', 'image/jpeg', 0),
(302, 1, '2020-05-31 13:15:00', '2020-05-31 13:15:00', '', 'L500_Exterior-Violet', '', 'inherit', 'open', 'closed', '', 'l500_exterior-violet', '', '', '2020-05-31 13:15:00', '2020-05-31 13:15:00', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/L500_Exterior-Violet.jpg', 0, 'attachment', 'image/jpeg', 0),
(303, 1, '2020-05-31 13:15:04', '2020-05-31 13:15:04', '', 'L650_Exterior-CoolBlue-04', '', 'inherit', 'open', 'closed', '', 'l650_exterior-coolblue-04', '', '', '2020-05-31 13:15:04', '2020-05-31 13:15:04', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/L650_Exterior-CoolBlue-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(304, 1, '2020-05-31 13:15:08', '2020-05-31 13:15:08', '', 'L650_On_the_Ground_at_Dusk_1_RT2Rich', '', 'inherit', 'open', 'closed', '', 'l650_on_the_ground_at_dusk_1_rt2rich', '', '', '2020-05-31 13:15:08', '2020-05-31 13:15:08', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/L650_On_the_Ground_at_Dusk_1_RT2Rich.jpg', 0, 'attachment', 'image/jpeg', 0),
(305, 1, '2020-05-31 13:15:12', '2020-05-31 13:15:12', '', 'P100-Flight-05', '', 'inherit', 'open', 'closed', '', 'p100-flight-05', '', '', '2020-05-31 13:15:12', '2020-05-31 13:15:12', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/P100-Flight-05.jpg', 0, 'attachment', 'image/jpeg', 0),
(306, 1, '2020-05-31 13:15:16', '2020-05-31 13:15:16', '', 'P100E_Still_in_Flight_R3', '', 'inherit', 'open', 'closed', '', 'p100e_still_in_flight_r3', '', '', '2020-05-31 13:15:16', '2020-05-31 13:15:16', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/P100E_Still_in_Flight_R3.jpg', 0, 'attachment', 'image/jpeg', 0),
(307, 1, '2020-05-31 13:15:20', '2020-05-31 13:15:20', '', 'Phenom_300_Flight-04', '', 'inherit', 'open', 'closed', '', 'phenom_300_flight-04', '', '', '2020-05-31 13:15:20', '2020-05-31 13:15:20', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Phenom_300_Flight-04.jpg', 0, 'attachment', 'image/jpeg', 0),
(308, 1, '2020-11-08 10:44:15', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:15', '2020-11-08 10:44:15', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=308', 0, 'ngg_gallery', '', 0),
(311, 1, '2020-11-08 10:44:16', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:16', '2020-11-08 10:44:16', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=311', 0, 'ngg_pictures', '', 0),
(312, 1, '2020-11-08 10:44:16', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:16', '2020-11-08 10:44:16', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=312', 0, 'ngg_pictures', '', 0),
(313, 1, '2020-11-08 10:44:17', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:17', '2020-11-08 10:44:17', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=313', 0, 'ngg_pictures', '', 0),
(314, 1, '2020-11-08 10:44:17', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:17', '2020-11-08 10:44:17', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=314', 0, 'ngg_pictures', '', 0),
(315, 1, '2020-11-08 10:44:18', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:18', '2020-11-08 10:44:18', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=315', 0, 'ngg_pictures', '', 0),
(316, 1, '2020-11-08 10:44:18', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:18', '2020-11-08 10:44:18', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=316', 0, 'ngg_pictures', '', 0),
(317, 1, '2020-11-08 10:44:19', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:19', '2020-11-08 10:44:19', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=317', 0, 'ngg_pictures', '', 0),
(318, 1, '2020-11-08 10:44:20', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:20', '2020-11-08 10:44:20', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=318', 0, 'ngg_pictures', '', 0),
(319, 1, '2020-11-08 10:44:22', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:22', '2020-11-08 10:44:22', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=319', 0, 'ngg_pictures', '', 0),
(320, 1, '2020-11-08 10:44:22', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:22', '2020-11-08 10:44:22', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=320', 0, 'ngg_pictures', '', 0),
(322, 1, '2020-05-31 13:16:28', '2020-05-31 13:16:28', '', 'd_g280_g_media_013', '', 'inherit', 'open', 'closed', '', 'd_g280_g_media_013', '', '', '2020-05-31 13:16:28', '2020-05-31 13:16:28', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g280_g_media_013.jpg', 0, 'attachment', 'image/jpeg', 0),
(323, 1, '2020-05-31 13:16:32', '2020-05-31 13:16:32', '', 'd_g280_i_media_043', '', 'inherit', 'open', 'closed', '', 'd_g280_i_media_043', '', '', '2020-05-31 13:16:32', '2020-05-31 13:16:32', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g280_i_media_043.jpg', 0, 'attachment', 'image/jpeg', 0),
(324, 1, '2020-05-31 13:16:37', '2020-05-31 13:16:37', '', 'd_g280_i_media_059', '', 'inherit', 'open', 'closed', '', 'd_g280_i_media_059', '', '', '2020-05-31 13:16:37', '2020-05-31 13:16:37', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g280_i_media_059.jpg', 0, 'attachment', 'image/jpeg', 0),
(325, 1, '2020-05-31 13:16:42', '2020-05-31 13:16:42', '', 'd_g280_i_media_116', '', 'inherit', 'open', 'closed', '', 'd_g280_i_media_116', '', '', '2020-05-31 13:16:42', '2020-05-31 13:16:42', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g280_i_media_116.jpg', 0, 'attachment', 'image/jpeg', 0),
(326, 1, '2020-05-31 13:16:46', '2020-05-31 13:16:46', '', 'd_g280_i_media_120', '', 'inherit', 'open', 'closed', '', 'd_g280_i_media_120', '', '', '2020-05-31 13:16:46', '2020-05-31 13:16:46', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g280_i_media_120.jpg', 0, 'attachment', 'image/jpeg', 0),
(327, 1, '2020-05-31 13:16:51', '2020-05-31 13:16:51', '', 'G550 Aerials, Aerial, air, Air, aerial', 'G550 Aerials, Aerial, air, Air, aerial', 'inherit', 'open', 'closed', '', 'g550-aerials-aerial-air-air-aerial-2', '', '', '2020-05-31 13:16:51', '2020-05-31 13:16:51', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g550_a_media_019-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(328, 1, '2020-05-31 13:16:56', '2020-05-31 13:16:56', '', 'G550 Aerials, Aerial, air, Air, aerial', 'G550 Aerials, Aerial, air, Air, aerial', 'inherit', 'open', 'closed', '', 'g550-aerials-aerial-air-air-aerial-3', '', '', '2020-05-31 13:16:56', '2020-05-31 13:16:56', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g550_a_media_053.jpg', 0, 'attachment', 'image/jpeg', 0),
(329, 1, '2020-05-31 13:17:00', '2020-05-31 13:17:00', '', 'd_g550_g_media_115', '', 'inherit', 'open', 'closed', '', 'd_g550_g_media_115', '', '', '2020-05-31 13:17:00', '2020-05-31 13:17:00', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g550_g_media_115.jpg', 0, 'attachment', 'image/jpeg', 0),
(330, 1, '2020-05-31 13:17:04', '2020-05-31 13:17:04', '', 'd_g550_g_media_116', '', 'inherit', 'open', 'closed', '', 'd_g550_g_media_116', '', '', '2020-05-31 13:17:04', '2020-05-31 13:17:04', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g550_g_media_116.jpg', 0, 'attachment', 'image/jpeg', 0),
(331, 1, '2020-05-31 13:17:08', '2020-05-31 13:17:08', '', 'd_g550_i_rev_g_media_002', 'g550, G550, interior, interiors, int, Interiors, Interior, Rev. G, rev g, Rev G, rev.g, completions, final phase manufacturing, final phase, Final Phase, Completions, Rev. G interior, Rev. G Interior, rev g interior, rev. g interior, cabin, demonstrator, company demonstrator, demo aircraft, Demo, demo, Corporate Demonstrator', 'inherit', 'open', 'closed', '', 'd_g550_i_rev_g_media_002', '', '', '2020-05-31 13:17:08', '2020-05-31 13:17:08', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g550_i_rev_g_media_002.jpg', 0, 'attachment', 'image/jpeg', 0),
(332, 1, '2020-05-31 13:17:12', '2020-05-31 13:17:12', '', 'd_g550_i_rev_g_media_003', 'g550, G550, interior, interiors, int, Interiors, Interior, Rev. G, rev g, Rev G, rev.g, completions, final phase manufacturing, final phase, Final Phase, Completions, Rev. G interior, Rev. G Interior, rev g interior, rev. g interior, cabin, demonstrator, company demonstrator, demo aircraft, Demo, demo, Corporate Demonstrator', 'inherit', 'open', 'closed', '', 'd_g550_i_rev_g_media_003', '', '', '2020-05-31 13:17:12', '2020-05-31 13:17:12', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g550_i_rev_g_media_003.jpg', 0, 'attachment', 'image/jpeg', 0),
(333, 1, '2020-05-31 13:17:16', '2020-05-31 13:17:16', '', 'd_g550_a_media_019_683', '', 'inherit', 'open', 'closed', '', 'd_g550_a_media_019_683', '', '', '2020-05-31 13:17:16', '2020-05-31 13:17:16', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/d_g550_a_media_019_683.png', 0, 'attachment', 'image/png', 0),
(334, 1, '2020-11-08 10:48:42', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:42', '2020-11-08 10:48:42', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=334', 0, 'ngg_gallery', '', 0),
(338, 1, '2020-11-08 10:48:44', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:44', '2020-11-08 10:48:44', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=338', 0, 'ngg_pictures', '', 0),
(339, 1, '2020-11-08 10:48:45', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:45', '2020-11-08 10:48:45', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=339', 0, 'ngg_pictures', '', 0),
(340, 1, '2020-11-08 10:48:46', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:46', '2020-11-08 10:48:46', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=340', 0, 'ngg_pictures', '', 0),
(341, 1, '2020-11-08 10:48:44', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:44', '2020-11-08 10:48:44', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=341', 0, 'ngg_pictures', '', 0),
(342, 1, '2020-11-08 10:48:45', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:45', '2020-11-08 10:48:45', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=342', 0, 'ngg_pictures', '', 0),
(343, 1, '2020-11-08 10:48:46', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:46', '2020-11-08 10:48:46', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=343', 0, 'ngg_pictures', '', 0),
(344, 1, '2020-11-08 10:48:46', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:46', '2020-11-08 10:48:46', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=344', 0, 'ngg_pictures', '', 0),
(345, 1, '2020-11-08 10:48:47', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:47', '2020-11-08 10:48:47', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=345', 0, 'ngg_pictures', '', 0),
(347, 1, '2020-05-31 13:19:00', '2020-05-31 13:19:00', '', 'hondajet-595', '', 'inherit', 'open', 'closed', '', 'hondajet-595', '', '', '2020-05-31 13:19:00', '2020-05-31 13:19:00', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/hondajet-595.jpg', 0, 'attachment', 'image/jpeg', 0),
(348, 1, '2020-05-31 13:19:02', '2020-05-31 13:19:02', '', 'spacious-interior-360', '', 'inherit', 'open', 'closed', '', 'spacious-interior-360', '', '', '2020-05-31 13:19:02', '2020-05-31 13:19:02', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/spacious-interior-360.jpg', 0, 'attachment', 'image/jpeg', 0),
(349, 1, '2020-11-08 10:50:53', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_gallery', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:50:53', '2020-11-08 10:50:53', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://dbwebtest.eu/?p=349', 0, 'ngg_gallery', '', 0),
(353, 1, '2020-05-31 14:35:55', '2020-05-31 14:35:55', '', 'Média', '', 'publish', 'open', 'open', '', 'media', '', '', '2020-08-23 15:50:54', '2020-08-23 15:50:54', '', 0, 'http://dbwebtest.eu/?page_id=353', 0, 'page', '', 0),
(355, 1, '2020-05-31 14:38:02', '2020-05-31 14:38:02', '', '1Y3A0522', '', 'inherit', 'open', 'closed', '', '1y3a0522', '', '', '2020-05-31 14:38:02', '2020-05-31 14:38:02', '', 353, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1Y3A0522.jpg', 0, 'attachment', 'image/jpeg', 0),
(356, 1, '2020-05-31 14:38:07', '2020-05-31 14:38:07', '', 'LuxuryBRNO winter 2019-11-13_page-0001_web', '', 'inherit', 'open', 'closed', '', 'luxurybrno-winter-2019-11-13_page-0001_web', '', '', '2020-05-31 14:38:07', '2020-05-31 14:38:07', '', 353, 'http://dbwebtest.eu/wp-content/uploads/2020/05/LuxuryBRNO-winter-2019-11-13_page-0001_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(357, 1, '2020-05-31 14:41:44', '2020-05-31 14:41:44', '', '1.12.2019_Luxury Brno Magazine_Cestování privátním letadlem vám dá svobodu_web', '', 'inherit', 'open', 'closed', '', '1-12-2019_luxury-brno-magazine_cestovani-privatnim-letadlem-vam-da-svobodu_web', '', '', '2020-05-31 14:41:44', '2020-05-31 14:41:44', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1.12.2019_Luxury-Brno-Magazine_Cestování-privátním-letadlem-vám-dá-svobodu_web.pdf', 0, 'attachment', 'application/pdf', 0),
(358, 1, '2020-05-31 14:41:50', '2020-05-31 14:41:50', '', '30.11.2019_Grand Magazine_Freedom on the wings of private jet', '', 'inherit', 'open', 'closed', '', '30-11-2019_grand-magazine_freedom-on-the-wings-of-private-jet', '', '', '2020-05-31 14:41:50', '2020-05-31 14:41:50', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/30.11.2019_Grand-Magazine_Freedom-on-the-wings-of-private-jet.pdf', 0, 'attachment', 'application/pdf', 0),
(359, 1, '2020-05-31 14:41:52', '2020-05-31 14:41:52', '', '30.11.2019_Grand Magazine_Volnost na křídlech privátního letadla', '', 'inherit', 'open', 'closed', '', '30-11-2019_grand-magazine_volnost-na-kridlech-privatniho-letadla', '', '', '2020-05-31 14:41:52', '2020-05-31 14:41:52', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/30.11.2019_Grand-Magazine_Volnost-na-křídlech-privátního-letadla.pdf', 0, 'attachment', 'application/pdf', 0),
(361, 1, '2020-05-31 14:51:31', '2020-05-31 14:51:31', '', 'Reference', '', 'publish', 'open', 'open', '', 'reference', '', '', '2020-06-02 07:11:22', '2020-06-02 07:11:22', '', 0, 'http://dbwebtest.eu/?page_id=361', 0, 'page', '', 0),
(363, 1, '2020-05-31 14:58:00', '2020-05-31 14:58:00', '', 'BOMBARDIER', '', 'inherit', 'open', 'closed', '', 'bombardier-2', '', '', '2020-05-31 14:58:00', '2020-05-31 14:58:00', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/BOMBARDIER.jpg', 0, 'attachment', 'image/jpeg', 0),
(364, 1, '2020-05-31 14:58:03', '2020-05-31 14:58:03', '', 'CESSNA-2', '', 'inherit', 'open', 'closed', '', 'cessna-2', '', '', '2020-05-31 14:58:03', '2020-05-31 14:58:03', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/CESSNA-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(365, 1, '2020-05-31 14:58:06', '2020-05-31 14:58:06', '', 'DASSAULT_web', '', 'inherit', 'open', 'closed', '', 'dassault_web', '', '', '2020-05-31 14:58:06', '2020-05-31 14:58:06', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/DASSAULT_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(366, 1, '2020-05-31 14:58:08', '2020-05-31 14:58:08', '', 'EMBRAER-1_web', '', 'inherit', 'open', 'closed', '', 'embraer-1_web', '', '', '2020-05-31 14:58:08', '2020-05-31 14:58:08', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/EMBRAER-1_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(367, 1, '2020-05-31 14:58:10', '2020-05-31 14:58:10', '', 'GULFSTREAM_web', '', 'inherit', 'open', 'closed', '', 'gulfstream_web', '', '', '2020-05-31 14:58:10', '2020-05-31 14:58:10', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/GULFSTREAM_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(368, 1, '2020-05-31 14:58:13', '2020-05-31 14:58:13', '', 'HONDAJET-1', '', 'inherit', 'open', 'closed', '', 'hondajet-1', '', '', '2020-05-31 14:58:13', '2020-05-31 14:58:13', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/HONDAJET-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(370, 1, '2020-05-31 15:14:14', '2020-05-31 15:14:14', '', 'Kontakt', '', 'publish', 'open', 'open', '', 'kontakt', '', '', '2020-11-08 15:05:41', '2020-11-08 15:05:41', '', 0, 'http://dbwebtest.eu/?page_id=370', 0, 'page', '', 0),
(372, 1, '2020-05-31 15:27:36', '2020-05-31 15:27:36', '', 'Citation_M2_Image_8_overlay', '', 'inherit', 'open', 'closed', '', 'citation_m2_image_8_overlay', '', '', '2020-05-31 15:27:36', '2020-05-31 15:27:36', '', 370, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_M2_Image_8_overlay.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(373, 1, '2020-05-31 15:28:20', '2020-05-31 15:28:20', '', 'Citation_M2_Image_8_overlay_2', '', 'inherit', 'open', 'closed', '', 'citation_m2_image_8_overlay_2', '', '', '2020-05-31 15:28:20', '2020-05-31 15:28:20', '', 370, 'http://dbwebtest.eu/wp-content/uploads/2020/05/Citation_M2_Image_8_overlay_2.png', 0, 'attachment', 'image/png', 0),
(374, 1, '2020-05-31 15:34:10', '2020-05-31 15:34:10', '', '1_Phenom_100_interior_007_overlay', '', 'inherit', 'open', 'closed', '', '1_phenom_100_interior_007_overlay', '', '', '2020-05-31 15:34:10', '2020-05-31 15:34:10', '', 370, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1_Phenom_100_interior_007_overlay.png', 0, 'attachment', 'image/png', 0),
(375, 1, '2020-05-31 15:36:19', '2020-05-31 15:36:19', '', '1_Phenom_100_interior_007_overlay_2', '', 'inherit', 'open', 'closed', '', '1_phenom_100_interior_007_overlay_2', '', '', '2020-05-31 15:36:19', '2020-05-31 15:36:19', '', 370, 'http://dbwebtest.eu/wp-content/uploads/2020/05/1_Phenom_100_interior_007_overlay_2.png', 0, 'attachment', 'image/png', 0),
(381, 1, '2020-05-31 17:26:24', '2020-05-31 17:26:24', '', 'home_jet_counter_1_b', '', 'inherit', 'open', 'closed', '', 'home_jet_counter_1_b', '', '', '2020-05-31 17:26:24', '2020-05-31 17:26:24', '', 80, 'http://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_counter_1_b.png', 0, 'attachment', 'image/png', 0),
(382, 1, '2020-05-31 17:26:26', '2020-05-31 17:26:26', '', 'home_jet_counter_2_b', '', 'inherit', 'open', 'closed', '', 'home_jet_counter_2_b', '', '', '2020-05-31 17:26:26', '2020-05-31 17:26:26', '', 80, 'http://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_counter_2_b.png', 0, 'attachment', 'image/png', 0),
(383, 1, '2020-05-31 17:26:27', '2020-05-31 17:26:27', '', 'home_jet_counter_3_b', '', 'inherit', 'open', 'closed', '', 'home_jet_counter_3_b', '', '', '2020-05-31 17:26:27', '2020-05-31 17:26:27', '', 80, 'http://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_counter_3_b.png', 0, 'attachment', 'image/png', 0),
(384, 1, '2020-05-31 17:35:25', '2020-05-31 17:35:25', '', 'GDPR_WAPE JETS_cz', '', 'inherit', 'open', 'closed', '', 'gdpr_wape-jets_cz', '', '', '2020-05-31 17:35:25', '2020-05-31 17:35:25', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/GDPR_WAPE-JETS_cz.pdf', 0, 'attachment', 'application/pdf', 0),
(385, 1, '2020-05-31 17:35:28', '2020-05-31 17:35:28', '', 'GDPR_WAPE JETS_en', '', 'inherit', 'open', 'closed', '', 'gdpr_wape-jets_en', '', '', '2020-05-31 17:35:28', '2020-05-31 17:35:28', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/GDPR_WAPE-JETS_en.pdf', 0, 'attachment', 'application/pdf', 0),
(386, 1, '2020-05-31 17:35:30', '2020-05-31 17:35:30', '', 'GTC_Broker Air Transport', '', 'inherit', 'open', 'closed', '', 'gtc_broker-air-transport', '', '', '2020-05-31 17:35:30', '2020-05-31 17:35:30', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/GTC_Broker-Air-Transport.pdf', 0, 'attachment', 'application/pdf', 0),
(387, 1, '2020-05-31 17:37:58', '2020-05-31 17:37:58', '', 'FAQ', '', 'publish', 'open', 'open', '', 'faq', '', '', '2020-06-08 21:09:40', '2020-06-08 21:09:40', '', 0, 'http://dbwebtest.eu/?page_id=387', 0, 'page', '', 0),
(389, 1, '2020-05-31 17:52:47', '2020-05-31 17:52:47', '', 'home_jet_footer_1500_vert', '', 'inherit', 'open', 'closed', '', 'home_jet_footer_1500_vert', '', '', '2020-05-31 17:52:47', '2020-05-31 17:52:47', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/05/home_jet_footer_1500_vert.png', 0, 'attachment', 'image/png', 0),
(396, 1, '2020-06-01 05:38:18', '2020-06-01 05:38:18', '', 'home_jet_slide_1_bg_dark', '', 'inherit', 'open', 'closed', '', 'home_jet_slide_1_bg_dark', '', '', '2020-06-01 05:38:18', '2020-06-01 05:38:18', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/home_jet_slide_1_bg_dark.png', 0, 'attachment', 'image/png', 0),
(397, 1, '2020-06-01 06:06:23', '2020-06-01 06:06:23', '', 'Screenshot 2020-06-01 at 07.48.03', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-06-01-at-07-48-03', '', '', '2020-06-01 06:06:23', '2020-06-01 06:06:23', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/Screenshot-2020-06-01-at-07.48.03.png', 0, 'attachment', 'image/png', 0),
(398, 1, '2020-06-01 06:09:44', '2020-06-01 06:09:44', '', 'Screenshot 2020-06-01 at 07.49.44_alt', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-06-01-at-07-49-44_alt', '', '', '2020-06-01 06:09:44', '2020-06-01 06:09:44', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/Screenshot-2020-06-01-at-07.49.44_alt.png', 0, 'attachment', 'image/png', 0),
(399, 1, '2020-06-01 06:09:46', '2020-06-01 06:09:46', '', 'Screenshot 2020-06-01 at 08.04.31_alt', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-06-01-at-08-04-31_alt', '', '', '2020-06-01 06:09:46', '2020-06-01 06:09:46', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/Screenshot-2020-06-01-at-08.04.31_alt.png', 0, 'attachment', 'image/png', 0),
(400, 1, '2020-06-01 06:34:52', '2020-06-01 06:34:52', '', '4636457104_280x226', '', 'inherit', 'open', 'closed', '', '4636457104_280x226', '', '', '2020-06-01 06:34:52', '2020-06-01 06:34:52', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/06/4636457104_280x226.jpg', 0, 'attachment', 'image/jpeg', 0),
(401, 1, '2020-06-01 06:34:54', '2020-06-01 06:34:54', '', '4636457116_280x191', '', 'inherit', 'open', 'closed', '', '4636457116_280x191', '', '', '2020-06-01 06:34:54', '2020-06-01 06:34:54', '', 163, 'http://dbwebtest.eu/wp-content/uploads/2020/06/4636457116_280x191.jpg', 0, 'attachment', 'image/jpeg', 0),
(402, 1, '2020-06-01 07:10:38', '2020-06-01 07:10:38', '', 'Screenshot 2020-06-01 at 09.09.34', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-06-01-at-09-09-34', '', '', '2020-06-01 07:10:38', '2020-06-01 07:10:38', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/Screenshot-2020-06-01-at-09.09.34.png', 0, 'attachment', 'image/png', 0),
(403, 1, '2020-06-01 07:10:41', '2020-06-01 07:10:41', '', 'Screenshot 2020-06-01 at 09.09.42', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-06-01-at-09-09-42', '', '', '2020-06-01 07:10:41', '2020-06-01 07:10:41', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/Screenshot-2020-06-01-at-09.09.42.png', 0, 'attachment', 'image/png', 0),
(404, 1, '2020-06-01 07:10:44', '2020-06-01 07:10:44', '', 'Screenshot 2020-06-01 at 09.09.52', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-06-01-at-09-09-52', '', '', '2020-06-01 07:10:44', '2020-06-01 07:10:44', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/Screenshot-2020-06-01-at-09.09.52.png', 0, 'attachment', 'image/png', 0),
(405, 1, '2020-06-01 08:04:49', '2020-06-01 08:04:49', '', '004_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '004_falcon5x_2013dvd43lr-2', '', '', '2020-06-01 08:04:49', '2020-06-01 08:04:49', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/004_Falcon5X_2013DVD43LR.jpg', 0, 'attachment', 'image/jpeg', 0),
(406, 1, '2020-06-01 08:04:53', '2020-06-01 08:04:53', '', '010_Falcon5X_2013DVD43LR', '', 'inherit', 'open', 'closed', '', '010_falcon5x_2013dvd43lr-2', '', '', '2020-06-01 08:04:53', '2020-06-01 08:04:53', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/010_Falcon5X_2013DVD43LR.jpg', 0, 'attachment', 'image/jpeg', 0),
(407, 1, '2020-06-01 08:06:57', '2020-06-01 08:06:57', '', 'L650_Exterior-CoolBlue-04_1920_bottom', '', 'inherit', 'open', 'closed', '', 'l650_exterior-coolblue-04_1920_bottom', '', '', '2020-06-01 08:06:57', '2020-06-01 08:06:57', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/L650_Exterior-CoolBlue-04_1920_bottom.jpg', 0, 'attachment', 'image/jpeg', 0),
(408, 1, '2020-06-01 08:07:01', '2020-06-01 08:07:01', '', 'L650_Exterior-CoolBlue-04_1920_dark', '', 'inherit', 'open', 'closed', '', 'l650_exterior-coolblue-04_1920_dark', '', '', '2020-06-01 08:07:01', '2020-06-01 08:07:01', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/L650_Exterior-CoolBlue-04_1920_dark.jpg', 0, 'attachment', 'image/jpeg', 0),
(409, 1, '2020-06-01 08:07:06', '2020-06-01 08:07:06', '', 'L650_Exterior-CoolBlue-04_1920_top', '', 'inherit', 'open', 'closed', '', 'l650_exterior-coolblue-04_1920_top', '', '', '2020-06-01 08:07:06', '2020-06-01 08:07:06', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/L650_Exterior-CoolBlue-04_1920_top.jpg', 0, 'attachment', 'image/jpeg', 0),
(410, 1, '2020-06-01 08:13:36', '2020-06-01 08:13:36', '', 'Falcon 6X', 'Falcon 6X', 'inherit', 'open', 'closed', '', 'falcon-6x', '', '', '2020-06-01 08:13:36', '2020-06-01 08:13:36', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/Falcon6X_22_USB57_HD_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(411, 1, '2020-06-01 08:19:08', '2020-06-01 08:19:08', '', '1_Phgenom_300_exterior_006_1920', '', 'inherit', 'open', 'closed', '', '1_phgenom_300_exterior_006_1920', '', '', '2020-06-01 08:19:08', '2020-06-01 08:19:08', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/1_Phgenom_300_exterior_006_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(412, 1, '2020-06-01 08:19:13', '2020-06-01 08:19:13', '', 'Phenom_300_Flight-04_1920', '', 'inherit', 'open', 'closed', '', 'phenom_300_flight-04_1920', '', '', '2020-06-01 08:19:13', '2020-06-01 08:19:13', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/Phenom_300_Flight-04_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(413, 1, '2020-06-01 09:00:32', '2020-06-01 09:00:32', '', '010_Falcon5X_2013DVD43_1920', '', 'inherit', 'open', 'closed', '', '010_falcon5x_2013dvd43_1920', '', '', '2020-06-01 09:00:32', '2020-06-01 09:00:32', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/010_Falcon5X_2013DVD43_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(414, 1, '2020-06-01 09:12:21', '2020-06-01 09:12:21', '', '20.5. 2020_TZ_WAPE JETS_Cestujte bezpečně a rychle privátními lety s WAPE JETS', '', 'inherit', 'open', 'closed', '', '20-5-2020_tz_wape-jets_cestujte-bezpecne-a-rychle-privatnimi-lety-s-wape-jets', '', '', '2020-06-01 09:12:21', '2020-06-01 09:12:21', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/20.5.-2020_TZ_WAPE-JETS_Cestujte-bezpečně-a-rychle-privátními-lety-s-WAPE-JETS.pdf', 0, 'attachment', 'application/pdf', 0),
(415, 1, '2020-06-01 09:15:29', '2020-06-01 09:15:29', '', '1Y3A0588_media', '', 'inherit', 'open', 'closed', '', '1y3a0588_media', '', '', '2020-06-01 09:15:29', '2020-06-01 09:15:29', '', 353, 'http://dbwebtest.eu/wp-content/uploads/2020/06/1Y3A0588_media.jpg', 0, 'attachment', 'image/jpeg', 0),
(416, 1, '2020-06-01 09:18:18', '2020-06-01 09:18:18', '', '1Y3A0588_media_hor', '', 'inherit', 'open', 'closed', '', '1y3a0588_media_hor', '', '', '2020-06-01 09:18:18', '2020-06-01 09:18:18', '', 353, 'http://dbwebtest.eu/wp-content/uploads/2020/06/1Y3A0588_media_hor.jpg', 0, 'attachment', 'image/jpeg', 0),
(418, 1, '2020-06-01 09:49:57', '2020-06-01 09:49:57', '/*Caldera Form Custom Fields*/\n.control-label {\n color: #9b9fa4;\n font-size: 14px;\n font-family: \'Red Hat Text\', sans-serif;\n font-weight: 100;\n text-decoration:none !important;\n}', 'betheme-child', '', 'publish', 'closed', 'closed', '', 'betheme-child', '', '', '2020-06-10 12:13:54', '2020-06-10 12:13:54', '', 0, 'http://dbwebtest.eu/2020/06/01/betheme-child/', 0, 'custom_css', '', 0),
(457, 1, '2020-06-01 10:46:24', '2020-06-01 10:46:24', '', 'IMG_3059', '', 'inherit', 'open', 'closed', '', 'img_3059', '', '', '2020-06-01 10:46:24', '2020-06-01 10:46:24', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/IMG_3059.png', 0, 'attachment', 'image/png', 0),
(458, 1, '2020-06-01 10:49:51', '2020-06-01 10:49:51', '', 'IMG_3060', '', 'inherit', 'open', 'closed', '', 'img_3060', '', '', '2020-06-01 10:49:51', '2020-06-01 10:49:51', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/IMG_3060.png', 0, 'attachment', 'image/png', 0),
(459, 1, '2020-06-01 11:10:11', '2020-06-01 11:10:11', '', '010_Falcon5X_2013DVD43_1920_mob_soft', '', 'inherit', 'open', 'closed', '', '010_falcon5x_2013dvd43_1920_mob_soft', '', '', '2020-06-01 11:10:11', '2020-06-01 11:10:11', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/010_Falcon5X_2013DVD43_1920_mob_soft.jpg', 0, 'attachment', 'image/jpeg', 0),
(460, 1, '2020-06-01 11:12:04', '2020-06-01 11:12:04', '', '010_Falcon5X_2013DVD43_1920_mob_soft_flip', '', 'inherit', 'open', 'closed', '', '010_falcon5x_2013dvd43_1920_mob_soft_flip', '', '', '2020-06-01 11:12:04', '2020-06-01 11:12:04', '', 0, 'http://dbwebtest.eu/wp-content/uploads/2020/06/010_Falcon5X_2013DVD43_1920_mob_soft_flip.jpg', 0, 'attachment', 'image/jpeg', 0),
(461, 1, '2020-06-01 14:45:16', '2020-06-01 14:45:16', '', 'wapejets_logo_w_black', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_w_black', '', '', '2020-06-01 14:45:16', '2020-06-01 14:45:16', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_w_black.png', 0, 'attachment', 'image/png', 0),
(462, 1, '2020-06-01 14:45:19', '2020-06-01 14:45:19', '', 'wapejets_logo_w_favi', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_w_favi', '', '', '2020-06-01 14:45:19', '2020-06-01 14:45:19', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_w_favi.png', 0, 'attachment', 'image/png', 0),
(463, 1, '2020-06-01 14:45:21', '2020-06-01 14:45:21', '', 'wapejets_logo_w_icon', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_w_icon', '', '', '2020-06-01 14:45:21', '2020-06-01 14:45:21', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_w_icon.png', 0, 'attachment', 'image/png', 0),
(464, 1, '2020-06-01 14:46:27', '2020-06-01 14:46:27', '', 'wapejets_logo_w_512', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_w_512', '', '', '2020-06-01 14:46:27', '2020-06-01 14:46:27', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_w_512.png', 0, 'attachment', 'image/png', 0),
(465, 1, '2020-06-01 14:47:42', '2020-06-01 14:47:42', '', 'wape_w_512', '', 'inherit', 'open', 'closed', '', 'wape_w_512', '', '', '2020-06-01 14:47:42', '2020-06-01 14:47:42', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wape_w_512.png', 0, 'attachment', 'image/png', 0),
(466, 1, '2020-06-01 14:47:48', '2020-06-01 14:47:48', 'https://wapejets.com/wp-content/uploads/2020/06/cropped-wape_w_512.png', 'cropped-wape_w_512.png', '', 'inherit', 'open', 'closed', '', 'cropped-wape_w_512-png', '', '', '2020-06-01 14:47:48', '2020-06-01 14:47:48', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/cropped-wape_w_512.png', 0, 'attachment', 'image/png', 0),
(467, 1, '2020-06-01 14:48:27', '2020-06-01 14:48:27', '', 'wape_w_512_white', '', 'inherit', 'open', 'closed', '', 'wape_w_512_white', '', '', '2020-06-01 14:48:27', '2020-06-01 14:48:27', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wape_w_512_white.png', 0, 'attachment', 'image/png', 0),
(468, 1, '2020-06-01 14:48:32', '2020-06-01 14:48:32', 'https://wapejets.com/wp-content/uploads/2020/06/cropped-wape_w_512_white.png', 'cropped-wape_w_512_white.png', '', 'inherit', 'open', 'closed', '', 'cropped-wape_w_512_white-png', '', '', '2020-06-01 14:48:32', '2020-06-01 14:48:32', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/cropped-wape_w_512_white.png', 0, 'attachment', 'image/png', 0),
(470, 1, '2020-06-01 14:50:12', '2020-06-01 14:50:12', '', 'wape_w_512', '', 'inherit', 'open', 'closed', '', 'wape_w_512-2', '', '', '2020-06-01 14:50:12', '2020-06-01 14:50:12', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wape_w_512.ico', 0, 'attachment', 'image/x-icon', 0),
(472, 1, '2020-06-01 22:50:01', '2020-06-01 22:50:01', '', 'Learjet75_DDBA0048_Shot5_web', '', 'inherit', 'open', 'closed', '', 'learjet75_ddba0048_shot5_web', '', '', '2020-06-01 22:50:01', '2020-06-01 22:50:01', '', 114, 'http://wapejets.com/wp-content/uploads/2020/06/Learjet75_DDBA0048_Shot5_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(474, 1, '2020-11-08 10:27:55', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:27:55', '2020-11-08 10:27:55', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://wapejets.com/?p=474', 0, 'ngg_pictures', '', 0),
(476, 1, '2020-06-02 08:50:09', '2020-06-02 08:50:09', '', 'Textron Cessna Latitude', 'Aerial photography of the Textron Cessna Latitude business jet flying over Keystone Lake, west of Tulsa, OK.\n\nMid-Continent Airport (ICT)\nWichita KS USA', 'inherit', 'open', 'closed', '', 'textron-cessna-latitude', '', '', '2020-06-02 08:50:21', '2020-06-02 08:50:21', '', 353, 'http://wapejets.com/wp-content/uploads/2020/06/Cessna-Citation-Latitude_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(477, 1, '2020-06-03 12:53:54', '2020-06-03 12:53:54', '', 'IMG_3064', '', 'inherit', 'open', 'closed', '', 'img_3064', '', '', '2020-06-03 12:53:54', '2020-06-03 12:53:54', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/IMG_3064.png', 0, 'attachment', 'image/png', 0),
(478, 1, '2020-06-03 12:54:17', '2020-06-03 12:54:17', '', 'Screenshot 2020-06-03 at 14.46.33', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-06-03-at-14-46-33', '', '', '2020-06-03 12:54:17', '2020-06-03 12:54:17', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/Screenshot-2020-06-03-at-14.46.33.png', 0, 'attachment', 'image/png', 0),
(479, 1, '2020-06-03 12:58:49', '2020-06-03 12:58:49', '', 'Screenshot 2020-06-03 at 14.58.03', '', 'inherit', 'open', 'closed', '', 'screenshot-2020-06-03-at-14-58-03', '', '', '2020-06-03 12:58:49', '2020-06-03 12:58:49', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/Screenshot-2020-06-03-at-14.58.03.png', 0, 'attachment', 'image/png', 0),
(481, 1, '2020-06-04 07:55:05', '2020-06-04 07:55:05', '', 'polylang_mo_76', '', 'private', 'closed', 'closed', '', 'polylang_mo_76', '', '', '2020-06-04 07:55:05', '2020-06-04 07:55:05', '', 0, 'http://wapejets.com/?post_type=polylang_mo&p=481', 0, 'polylang_mo', '', 0),
(487, 1, '2020-06-04 08:15:48', '2020-06-04 08:15:48', '', 'Home', '', 'publish', 'open', 'closed', '', 'home', '', '', '2020-11-15 17:42:43', '2020-11-15 17:42:43', '', 0, 'http://wapejets.com/?page_id=487', 0, 'page', '', 0),
(489, 1, '2020-06-04 08:32:33', '2020-06-04 08:32:33', '', 'About', '', 'publish', 'open', 'open', '', 'about', '', '', '2020-08-24 21:33:57', '2020-08-24 21:33:57', '', 0, 'http://wapejets.com/?page_id=489', 0, 'page', '', 0),
(494, 1, '2020-06-04 08:44:14', '2020-06-04 08:44:14', '', 'Services - old version', '', 'publish', 'open', 'closed', '', 'old-version-services', '', '', '2020-11-15 16:09:28', '2020-11-15 16:09:28', '', 0, 'http://wapejets.com/?page_id=494', 0, 'page', '', 0),
(496, 1, '2020-06-04 08:54:21', '2020-06-04 08:54:21', ' ', '', '', 'publish', 'closed', 'closed', '', '496', '', '', '2020-11-08 11:21:30', '2020-11-08 11:21:30', '', 0, 'http://wapejets.com/?p=496', 11, 'nav_menu_item', '', 0),
(497, 1, '2020-06-04 08:54:22', '2020-06-04 08:54:22', ' ', '', '', 'publish', 'closed', 'closed', '', '497', '', '', '2020-11-08 11:21:30', '2020-11-08 11:21:30', '', 0, 'http://wapejets.com/?p=497', 12, 'nav_menu_item', '', 0),
(498, 1, '2020-06-04 08:54:21', '2020-06-04 08:54:21', ' ', '', '', 'publish', 'closed', 'closed', '', '498', '', '', '2020-11-08 11:21:30', '2020-11-08 11:21:30', '', 0, 'http://wapejets.com/?p=498', 10, 'nav_menu_item', '', 0),
(499, 1, '2020-06-04 08:54:20', '2020-06-04 08:54:20', ' ', '', '', 'publish', 'closed', 'closed', '', '499', '', '', '2020-11-08 11:21:30', '2020-11-08 11:21:30', '', 0, 'http://wapejets.com/?p=499', 9, 'nav_menu_item', '', 0),
(500, 1, '2020-06-04 08:54:20', '2020-06-04 08:54:20', ' ', '', '', 'publish', 'closed', 'closed', '', '500', '', '', '2020-11-08 11:21:29', '2020-11-08 11:21:29', '', 0, 'http://wapejets.com/?p=500', 8, 'nav_menu_item', '', 0),
(501, 1, '2020-06-04 08:54:19', '2020-06-04 08:54:19', ' ', '', '', 'publish', 'closed', 'closed', '', '501', '', '', '2020-11-08 11:21:29', '2020-11-08 11:21:29', '', 0, 'http://wapejets.com/?p=501', 7, 'nav_menu_item', '', 0),
(502, 1, '2020-06-04 08:54:18', '2020-06-04 08:54:18', ' ', '', '', 'publish', 'closed', 'closed', '', '502', '', '', '2020-11-08 11:21:27', '2020-11-08 11:21:27', '', 0, 'http://wapejets.com/?p=502', 1, 'nav_menu_item', '', 0),
(511, 1, '2020-06-04 12:32:11', '2020-06-04 12:32:11', '', 'Projects', '', 'publish', 'open', 'open', '', 'projects', '', '', '2020-10-24 17:07:19', '2020-10-24 17:07:19', '', 0, 'http://wapejets.com/?page_id=511', 0, 'page', '', 0),
(513, 1, '2020-06-04 15:24:04', '2020-06-04 15:24:04', '', 'Gallery', '', 'publish', 'open', 'open', '', 'gallery', '', '', '2020-06-09 11:43:50', '2020-06-09 11:43:50', '', 0, 'http://wapejets.com/?page_id=513', 0, 'page', '', 0),
(516, 1, '2020-06-04 17:04:21', '2020-06-04 17:04:21', '', 'Media', '', 'publish', 'open', 'closed', '', 'media-en', '', '', '2020-11-15 17:38:13', '2020-11-15 17:38:13', '', 0, 'http://wapejets.com/?page_id=516', 0, 'page', '', 0),
(533, 1, '2020-06-07 21:37:05', '2020-06-07 21:37:05', ' ', '', '', 'publish', 'closed', 'closed', '', '533', '', '', '2020-11-15 16:10:34', '2020-11-15 16:10:34', '', 0, 'http://wapejets.com/cs/uvod/?p=533', 4, 'nav_menu_item', '', 0),
(534, 1, '2020-06-07 21:38:13', '2020-06-07 21:38:13', ' ', '', '', 'publish', 'closed', 'closed', '', 'projects', '', '', '2020-11-15 16:10:34', '2020-11-15 16:10:34', '', 0, 'http://wapejets.com/cs/uvod/?p=534', 3, 'nav_menu_item', '', 0),
(536, 1, '2020-06-07 21:38:11', '2020-06-07 21:38:11', ' ', '', '', 'publish', 'closed', 'closed', '', '536', '', '', '2020-11-15 16:10:32', '2020-11-15 16:10:32', '', 0, 'http://wapejets.com/cs/uvod/?p=536', 1, 'nav_menu_item', '', 0),
(538, 1, '2020-06-07 21:38:52', '2020-06-07 21:38:52', '', 'Jazyky', '', 'publish', 'closed', 'closed', '', 'jazyky', '', '', '2020-11-15 16:10:38', '2020-11-15 16:10:38', '', 0, 'http://wapejets.com/cs/uvod/?p=538', 9, 'nav_menu_item', '', 0),
(539, 1, '2020-06-07 21:39:26', '2020-06-07 21:39:26', '', 'Jazyky', '', 'publish', 'closed', 'closed', '', 'jazyky-2', '', '', '2020-11-08 11:21:30', '2020-11-08 11:21:30', '', 0, 'http://wapejets.com/cs/uvod/?p=539', 13, 'nav_menu_item', '', 0),
(541, 1, '2020-06-07 22:07:07', '2020-06-07 22:07:07', '', 'Contact', '', 'publish', 'open', 'open', '', 'contact', '', '', '2020-11-15 16:06:53', '2020-11-15 16:06:53', '', 0, 'http://wapejets.com/?page_id=541', 0, 'page', '', 0),
(543, 1, '2020-06-07 22:13:35', '2020-06-07 22:13:35', ' ', '', '', 'publish', 'closed', 'closed', '', '543', '', '', '2020-11-15 16:10:36', '2020-11-15 16:10:36', '', 0, 'http://wapejets.com/?p=543', 8, 'nav_menu_item', '', 0),
(553, 1, '2020-06-08 05:25:42', '2020-06-08 05:25:42', '', 'Bombardier', '', 'publish', 'closed', 'closed', '', 'bombardier', '', '', '2020-06-08 05:25:42', '2020-06-08 05:25:42', '', 0, 'http://wapejets.com/?post_type=envira&p=553', 0, 'envira', '', 0),
(554, 1, '2020-06-08 05:34:50', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY0MCIsInBvc3RfaWQiOiI1NTQiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJ0aXRsZSI6IlpcdTAwZTFrbGFkblx1MDBlZCBOZXh0R0VOIG5cdTAwZTFobGVkeSIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5I3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwiYWxpYXNlcyI6WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy41LjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMSIsInRodW1ibmFpbF93aWR0aCI6IjI0MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNjAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyNCIsIm51bWJlcl9vZl9jb2x1bW5zIjoiMCIsImFqYXhfcGFnaW5hdGlvbiI6IjEiLCJzaG93X2FsbF9pbl9saWdodGJveCI6IjAiLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6IjEiLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMCIsInNsaWRlc2hvd19saW5rX3RleHQiOiJWaWV3IFNsaWRlc2hvdyIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQtdmlldy5waHAiLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=', 'Základní NextGEN náhledy', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-12-18 17:03:57', '2020-12-18 17:03:57', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY0MCIsInBvc3RfaWQiOiI1NTQiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJ0aXRsZSI6IlpcdTAwZTFrbGFkblx1MDBlZCBOZXh0R0VOIG5cdTAwZTFobGVkeSIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5I3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwiYWxpYXNlcyI6WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMy41LjAiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjoiMSIsInRodW1ibmFpbF93aWR0aCI6IjI0MCIsInRodW1ibmFpbF9oZWlnaHQiOiIxNjAiLCJ0aHVtYm5haWxfY3JvcCI6IjEiLCJpbWFnZXNfcGVyX3BhZ2UiOiIyNCIsIm51bWJlcl9vZl9jb2x1bW5zIjoiMCIsImFqYXhfcGFnaW5hdGlvbiI6IjEiLCJzaG93X2FsbF9pbl9saWdodGJveCI6IjAiLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6IjEiLCJzaG93X3NsaWRlc2hvd19saW5rIjoiMCIsInNsaWRlc2hvd19saW5rX3RleHQiOiJWaWV3IFNsaWRlc2hvdyIsImRpc3BsYXlfdmlldyI6ImRlZmF1bHQtdmlldy5waHAiLCJ0ZW1wbGF0ZSI6IiIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRodW1ibmFpbF9xdWFsaXR5IjoiMTAwIiwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=', 0, 'http://wapejets.com/?post_type=display_type&p=554', 0, 'display_type', '', 0),
(555, 1, '2020-06-08 05:34:51', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY1NSIsInBvc3RfaWQiOiI1NTUiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsInRpdGxlIjoiWlx1MDBlMWtsYWRuXHUwMGVkIE5leHRHRU4gcHJlemVudGFjZSIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5I3NsaWRlc2hvd19wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMTAsImFsaWFzZXMiOlsiYmFzaWNfc2xpZGVzaG93IiwibmV4dGdlbl9iYXNpY19zbGlkZXNob3ciXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuNS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfd2lkdGgiOiI1NTAiLCJnYWxsZXJ5X2hlaWdodCI6IjI1MCIsImF1dG9wbGF5IjoiMCIsInBhdXNlb25ob3ZlciI6IjAiLCJhcnJvd3MiOiIwIiwidHJhbnNpdGlvbl9zdHlsZSI6ImZhZGUiLCJpbnRlcnZhbCI6IjMwMDAiLCJ0cmFuc2l0aW9uX3NwZWVkIjoiMzAwIiwic2hvd190aHVtYm5haWxfbGluayI6IjAiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiVmlldyBUaHVtYm5haWxzIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=', 'Základní NextGEN prezentace', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-12-18 17:03:58', '2020-12-18 17:03:58', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY1NSIsInBvc3RfaWQiOiI1NTUiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsInRpdGxlIjoiWlx1MDBlMWtsYWRuXHUwMGVkIE5leHRHRU4gcHJlemVudGFjZSIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19nYWxsZXJ5I3NsaWRlc2hvd19wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMTAsImFsaWFzZXMiOlsiYmFzaWNfc2xpZGVzaG93IiwibmV4dGdlbl9iYXNpY19zbGlkZXNob3ciXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zbGlkZXNob3ciLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuNS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfd2lkdGgiOiI1NTAiLCJnYWxsZXJ5X2hlaWdodCI6IjI1MCIsImF1dG9wbGF5IjoiMCIsInBhdXNlb25ob3ZlciI6IjAiLCJhcnJvd3MiOiIwIiwidHJhbnNpdGlvbl9zdHlsZSI6ImZhZGUiLCJpbnRlcnZhbCI6IjMwMDAiLCJ0cmFuc2l0aW9uX3NwZWVkIjoiMzAwIiwic2hvd190aHVtYm5haWxfbGluayI6IjAiLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiVmlldyBUaHVtYm5haWxzIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdCIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=', 0, 'http://wapejets.com/?post_type=display_type&p=555', 0, 'display_type', '', 0),
(556, 1, '2020-06-08 05:34:51', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY2OSIsInBvc3RfaWQiOiI1NTYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsInRpdGxlIjoiWlx1MDBlMWtsYWRuXHUwMGVkIE5leHRHRU4gcHJvaGxcdTAwZWRcdTAxN2VlXHUwMTBkIG9iclx1MDBlMXprXHUwMTZmIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIjcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJhbGlhc2VzIjpbImJhc2ljX2ltYWdlYnJvd3NlciIsImltYWdlYnJvd3NlciIsIm5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjUuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJhamF4X3BhZ2luYXRpb24iOiIxIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsInRlbXBsYXRlIjoiIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=', 'Základní NextGEN prohlížeč obrázků', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-12-18 17:04:00', '2020-12-18 17:04:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY2OSIsInBvc3RfaWQiOiI1NTYiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsInRpdGxlIjoiWlx1MDBlMWtsYWRuXHUwMGVkIE5leHRHRU4gcHJvaGxcdTAwZWRcdTAxN2VlXHUwMTBkIG9iclx1MDBlMXprXHUwMTZmIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIjcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJhbGlhc2VzIjpbImJhc2ljX2ltYWdlYnJvd3NlciIsImltYWdlYnJvd3NlciIsIm5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjUuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJhamF4X3BhZ2luYXRpb24iOiIxIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsInRlbXBsYXRlIjoiIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=', 0, 'http://wapejets.com/?post_type=display_type&p=556', 0, 'display_type', '', 0),
(557, 1, '2020-06-08 05:34:52', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY4NSIsInBvc3RfaWQiOiI1NTciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTaW5nbGVQaWMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyNwcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJoaWRkZW5fZnJvbV9pZ3ciOnRydWUsImFsaWFzZXMiOlsiYmFzaWNfc2luZ2xlcGljIiwic2luZ2xlcGljIiwibmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuNS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7IndpZHRoIjoiNDgwIiwiaGVpZ2h0IjoiMzIwIiwibGluayI6IiIsImxpbmtfdGFyZ2V0IjoiX2JsYW5rIiwiZmxvYXQiOiIiLCJxdWFsaXR5IjoiMTAwIiwiY3JvcCI6IjEiLCJkaXNwbGF5X3dhdGVybWFyayI6IjAiLCJkaXNwbGF5X3JlZmxlY3Rpb24iOiIwIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJtb2RlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'NextGEN Basic SinglePic', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-12-18 17:04:01', '2020-12-18 17:04:01', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY4NSIsInBvc3RfaWQiOiI1NTciLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBTaW5nbGVQaWMiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyNwcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJoaWRkZW5fZnJvbV9pZ3ciOnRydWUsImFsaWFzZXMiOlsiYmFzaWNfc2luZ2xlcGljIiwic2luZ2xlcGljIiwibmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuNS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7IndpZHRoIjoiNDgwIiwiaGVpZ2h0IjoiMzIwIiwibGluayI6IiIsImxpbmtfdGFyZ2V0IjoiX2JsYW5rIiwiZmxvYXQiOiIiLCJxdWFsaXR5IjoiMTAwIiwiY3JvcCI6IjEiLCJkaXNwbGF5X3dhdGVybWFyayI6IjAiLCJkaXNwbGF5X3JlZmxlY3Rpb24iOiIwIiwidGVtcGxhdGUiOiIiLCJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJtb2RlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsIl9lcnJvcnMiOltdfSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://wapejets.com/?post_type=display_type&p=557', 0, 'display_type', '', 0),
(558, 1, '2020-06-08 05:34:52', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY5NyIsInBvc3RfaWQiOiI1NTgiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRhZ0Nsb3VkIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCNwcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJhbGlhc2VzIjpbImJhc2ljX3RhZ2Nsb3VkIiwidGFnY2xvdWQiLCJuZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuNS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7Im51bWJlciI6IjQ1IiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'NextGEN Basic TagCloud', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-12-18 17:04:02', '2020-12-18 17:04:02', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzY5NyIsInBvc3RfaWQiOiI1NTgiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFRhZ0Nsb3VkIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCNwcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoidGFncyIsInZpZXdfb3JkZXIiOjEwMTAwLCJhbGlhc2VzIjpbImJhc2ljX3RhZ2Nsb3VkIiwidGFnY2xvdWQiLCJuZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuNS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7Im51bWJlciI6IjQ1IiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://wapejets.com/?post_type=display_type&p=558', 0, 'display_type', '', 0),
(559, 1, '2020-06-08 05:34:53', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzcxMiIsInBvc3RfaWQiOiI1NTkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJ0aXRsZSI6IlpcdTAwZTFrbGFkblx1MDBlZCBOZXh0R0VOIGtvbXBha3RuXHUwMGVkIGFsYnVtIiwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfYWxidW0jY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsImFsaWFzZXMiOlsiYmFzaWNfY29tcGFjdF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfYWxidW0iLCJiYXNpY19hbGJ1bV9jb21wYWN0IiwiY29tcGFjdF9hbGJ1bSJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuNS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsImdhbGxlcmllc19wZXJfcGFnZSI6IjAiLCJlbmFibGVfYnJlYWRjcnVtYnMiOiIwIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsInRlbXBsYXRlIjoiIiwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6IjAiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIxIiwidGh1bWJuYWlsX3dpZHRoIjoiMjQwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE2MCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==', 'Základní NextGEN kompaktní album', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-12-18 17:04:02', '2020-12-18 17:04:02', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzcxMiIsInBvc3RfaWQiOiI1NTkiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJ0aXRsZSI6IlpcdTAwZTFrbGFkblx1MDBlZCBOZXh0R0VOIGtvbXBha3RuXHUwMGVkIGFsYnVtIiwibW9kdWxlX2lkIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfYWxidW0jY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsImFsaWFzZXMiOlsiYmFzaWNfY29tcGFjdF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfYWxidW0iLCJiYXNpY19hbGJ1bV9jb21wYWN0IiwiY29tcGFjdF9hbGJ1bSJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjMuNS4wIiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7ImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsImdhbGxlcmllc19wZXJfcGFnZSI6IjAiLCJlbmFibGVfYnJlYWRjcnVtYnMiOiIwIiwiZGlzcGxheV92aWV3IjoiZGVmYXVsdC12aWV3LnBocCIsInRlbXBsYXRlIjoiIiwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6IjAiLCJvdmVycmlkZV90aHVtYm5haWxfc2V0dGluZ3MiOiIxIiwidGh1bWJuYWlsX3dpZHRoIjoiMjQwIiwidGh1bWJuYWlsX2hlaWdodCI6IjE2MCIsInRodW1ibmFpbF9jcm9wIjoiMSIsInVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiX2Vycm9ycyI6W119LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==', 0, 'http://wapejets.com/?post_type=display_type&p=559', 0, 'display_type', '', 0),
(560, 1, '2020-06-08 05:34:53', '0000-00-00 00:00:00', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzcyNyIsInBvc3RfaWQiOiI1NjAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwidGl0bGUiOiJaXHUwMGUxa2xhZG5cdTAwZWQgTmV4dEdFTiByb3pcdTAxNjFcdTAwZWRcdTAxNTllblx1MDBlOSBhbGJ1bSIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtI2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwiYWxpYXNlcyI6WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjUuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwidGVtcGxhdGUiOiIiLCJlbmFibGVfZGVzY3JpcHRpb25zIjoiMCIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjEiLCJ0aHVtYm5haWxfd2lkdGgiOiIzMDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMjAwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjAsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Základní NextGEN rozšířené album', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-12-18 17:04:04', '2020-12-18 17:04:04', 'eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiNzcyNyIsInBvc3RfaWQiOiI1NjAiLCJtZXRhX2tleSI6Im5hbWUiLCJtZXRhX3ZhbHVlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwidGl0bGUiOiJaXHUwMGUxa2xhZG5cdTAwZWQgTmV4dEdFTiByb3pcdTAxNjFcdTAwZWRcdTAxNTllblx1MDBlOSBhbGJ1bSIsIm1vZHVsZV9pZCI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19hbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2FsYnVtI2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwiYWxpYXNlcyI6WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIzLjUuMCIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyaWVzX3Blcl9wYWdlIjoiMCIsImVuYWJsZV9icmVhZGNydW1icyI6IjEiLCJkaXNwbGF5X3ZpZXciOiJkZWZhdWx0LXZpZXcucGhwIiwidGVtcGxhdGUiOiIiLCJlbmFibGVfZGVzY3JpcHRpb25zIjoiMCIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6IjEiLCJ0aHVtYm5haWxfd2lkdGgiOiIzMDAiLCJ0aHVtYm5haWxfaGVpZ2h0IjoiMjAwIiwidGh1bWJuYWlsX2Nyb3AiOiIxIiwidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjAsInRodW1ibmFpbF9xdWFsaXR5IjoxMDAsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJfZXJyb3JzIjpbXX0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'http://wapejets.com/?post_type=display_type&p=560', 0, 'display_type', '', 0),
(561, 1, '2020-06-08 21:00:49', '2020-06-08 21:00:49', '', 'FAQ', '', 'publish', 'open', 'open', '', 'faq-en', '', '', '2020-06-09 11:38:29', '2020-06-09 11:38:29', '', 0, 'http://wapejets.com/?page_id=561', 0, 'page', '', 0),
(563, 1, '2020-06-08 21:11:10', '2020-06-08 21:11:10', ' ', '', '', 'publish', 'closed', 'closed', '', '563', '', '', '2020-11-15 16:10:36', '2020-11-15 16:10:36', '', 0, 'http://wapejets.com/?p=563', 7, 'nav_menu_item', '', 0),
(564, 1, '2020-06-09 11:24:31', '2020-06-09 11:24:31', '', 'polylang_mo_88', '', 'private', 'closed', 'closed', '', 'polylang_mo_88', '', '', '2020-06-09 11:24:31', '2020-06-09 11:24:31', '', 0, 'http://wapejets.com/?post_type=polylang_mo&p=564', 0, 'polylang_mo', '', 0),
(568, 1, '2020-06-09 11:57:27', '2020-06-09 11:57:27', '', 'References', '', 'publish', 'open', 'open', '', 'references', '', '', '2020-06-09 12:02:37', '2020-06-09 12:02:37', '', 0, 'http://wapejets.com/?page_id=568', 0, 'page', '', 0),
(570, 1, '2020-06-09 11:58:32', '2020-06-09 11:58:32', ' ', '', '', 'publish', 'closed', 'closed', '', '570', '', '', '2020-11-15 16:10:36', '2020-11-15 16:10:36', '', 0, 'http://wapejets.com/?p=570', 6, 'nav_menu_item', '', 0),
(571, 1, '2020-06-10 10:16:27', '2020-06-10 10:16:27', '', 'wape_world_map_1200 2', '', 'inherit', 'open', 'closed', '', 'wape_world_map_1200-2', '', '', '2020-06-10 10:16:27', '2020-06-10 10:16:27', '', 80, 'http://wapejets.com/wp-content/uploads/2020/06/wape_world_map_1200-2.png', 0, 'attachment', 'image/png', 0),
(572, 1, '2020-06-10 10:20:45', '2020-06-10 10:20:45', '', 'wapejets_logo_2_300', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_2_300', '', '', '2020-06-10 10:20:45', '2020-06-10 10:20:45', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_2_300.png', 0, 'attachment', 'image/png', 0),
(573, 1, '2020-06-10 10:20:50', '2020-06-10 10:20:50', '', 'wapejets_logo_2_300@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_2_3002x', '', '', '2020-06-10 10:20:50', '2020-06-10 10:20:50', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_2_300@2x.png', 0, 'attachment', 'image/png', 0),
(574, 1, '2020-06-10 10:20:56', '2020-06-10 10:20:56', '', 'wapejets_logo_white_2_300', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_white_2_300', '', '', '2020-06-10 10:20:56', '2020-06-10 10:20:56', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300.png', 0, 'attachment', 'image/png', 0),
(575, 1, '2020-06-10 10:21:01', '2020-06-10 10:21:01', '', 'wapejets_logo_white_2_300@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_white_2_3002x', '', '', '2020-06-10 10:21:01', '2020-06-10 10:21:01', '', 0, 'http://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300@2x.png', 0, 'attachment', 'image/png', 0),
(576, 1, '2020-06-10 10:26:18', '2020-06-10 10:26:18', '', 'wape_world_map_1200 2', '', 'inherit', 'open', 'closed', '', 'wape_world_map_1200-2-2', '', '', '2020-06-10 10:26:18', '2020-06-10 10:26:18', '', 487, 'http://wapejets.com/wp-content/uploads/2020/06/wape_world_map_1200-2-1.png', 0, 'attachment', 'image/png', 0),
(585, 1, '2020-06-27 16:17:39', '2020-06-27 16:17:39', '', 'wapejets_sig_zuzka_CZ', '', 'inherit', 'open', 'closed', '', 'wapejets_sig_zuzka_cz', '', '', '2020-06-27 16:17:39', '2020-06-27 16:17:39', '', 0, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_sig_zuzka_CZ.html', 0, 'attachment', 'text/html', 0),
(586, 1, '2020-06-27 16:17:43', '2020-06-27 16:17:43', '', 'wapejets_sig_zuzka_EN', '', 'inherit', 'open', 'closed', '', 'wapejets_sig_zuzka_en', '', '', '2020-06-27 16:17:43', '2020-06-27 16:17:43', '', 0, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_sig_zuzka_EN.html', 0, 'attachment', 'text/html', 0),
(587, 1, '2020-07-04 13:32:19', '2020-07-04 13:32:19', '[newsletter]', 'Newsletter', '', 'publish', 'closed', 'closed', '', 'newsletter', '', '', '2020-07-04 13:32:19', '2020-07-04 13:32:19', '', 0, 'https://wapejets.com/newsletter/', 0, 'page', '', 0),
(588, 1, '2020-07-04 14:01:56', '2020-07-04 14:01:56', '', 'wapejets_logo_mail_white_1200', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_mail_white_1200', '', '', '2020-07-04 14:01:56', '2020-07-04 14:01:56', '', 0, 'https://wapejets.com/wp-content/uploads/2020/07/wapejets_logo_mail_white_1200.png', 0, 'attachment', 'image/png', 0),
(589, 1, '2020-07-04 14:13:16', '2020-07-04 14:13:16', '', 'Falcon 6X', 'Falcon 6X', 'inherit', 'open', 'closed', '', 'falcon-6x-2', '', '', '2020-07-04 14:13:16', '2020-07-04 14:13:16', '', 0, 'https://wapejets.com/wp-content/uploads/2020/07/Falcon6X_21_USB57_HD_small.jpg', 0, 'attachment', 'image/jpeg', 0),
(590, 1, '2020-07-04 14:40:00', '2020-07-04 14:40:00', '', '7X Wide body cabin', '7X Wide body cabin', 'inherit', 'open', 'closed', '', '7x-wide-body-cabin', '', '', '2020-07-04 14:40:00', '2020-07-04 14:40:00', '', 0, 'https://wapejets.com/wp-content/uploads/2020/07/068_Falcon7X_2018USB55_A4_HD_small.jpg', 0, 'attachment', 'image/jpeg', 0),
(591, 1, '2020-07-05 08:55:48', '2020-07-05 08:55:48', '', 'wape_sig_zuzka_CZ', '', 'inherit', 'open', 'closed', '', 'wape_sig_zuzka_cz', '', '', '2020-07-05 08:55:48', '2020-07-05 08:55:48', '', 0, 'https://wapejets.com/wp-content/uploads/2020/07/wape_sig_zuzka_CZ.html', 0, 'attachment', 'text/html', 0),
(592, 1, '2020-07-05 08:55:50', '2020-07-05 08:55:50', '', 'wape_sig_zuzka_EN', '', 'inherit', 'open', 'closed', '', 'wape_sig_zuzka_en', '', '', '2020-07-05 08:55:50', '2020-07-05 08:55:50', '', 0, 'https://wapejets.com/wp-content/uploads/2020/07/wape_sig_zuzka_EN.html', 0, 'attachment', 'text/html', 0),
(594, 1, '2020-07-10 16:39:19', '2020-07-10 16:39:19', '', 'Kontakt - test', '', 'publish', 'open', 'open', '', 'kontakt-test', '', '', '2020-07-10 16:42:11', '2020-07-10 16:42:11', '', 0, 'https://wapejets.com/?page_id=594', 0, 'page', '', 0),
(598, 1, '2020-07-10 16:55:52', '2020-07-10 16:55:52', '', 'Cookies', '', 'publish', 'open', 'open', '', 'cookies', '', '', '2020-07-10 17:10:52', '2020-07-10 17:10:52', '', 0, 'https://wapejets.com/?page_id=598', 0, 'page', '', 0),
(600, 1, '2020-07-10 17:11:51', '2020-07-10 17:11:51', '', 'Cookies', '', 'publish', 'open', 'open', '', 'cookies-en', '', '', '2020-07-18 09:56:06', '2020-07-18 09:56:06', '', 0, 'https://wapejets.com/?page_id=600', 0, 'page', '', 0),
(602, 1, '2020-07-10 20:12:46', '2020-07-10 20:12:46', '', '7_2020_TZ Wape Jets - Cessna Citation Latitude_web', '', 'inherit', 'open', 'closed', '', '7_2020_tz-wape-jets-cessna-citation-latitude_web', '', '', '2020-07-10 20:12:46', '2020-07-10 20:12:46', '', 0, 'https://wapejets.com/wp-content/uploads/2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web.pdf', 0, 'attachment', 'application/pdf', 0),
(603, 1, '2020-07-10 20:16:20', '2020-07-10 20:16:20', '', '7_2020_TZ Wape Jets - Cessna Citation Latitude_web2', '', 'inherit', 'open', 'closed', '', '7_2020_tz-wape-jets-cessna-citation-latitude_web2', '', '', '2020-07-10 20:16:20', '2020-07-10 20:16:20', '', 0, 'https://wapejets.com/wp-content/uploads/2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2.jpg', 0, 'attachment', 'image/jpeg', 0),
(606, 1, '2020-08-04 20:13:51', '2020-08-04 20:13:51', '', '1969_crop', '', 'inherit', 'open', 'closed', '', '1969_crop', '', '', '2020-08-04 20:13:51', '2020-08-04 20:13:51', '', 0, 'https://wapejets.com/wp-content/uploads/2020/08/1969_crop.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(607, 1, '2020-08-04 20:17:53', '2020-08-04 20:17:53', '', '1089_crop', '', 'inherit', 'open', 'closed', '', '1089_crop', '', '', '2020-08-04 20:17:53', '2020-08-04 20:17:53', '', 0, 'https://wapejets.com/wp-content/uploads/2020/08/1089_crop.jpg', 0, 'attachment', 'image/jpeg', 0),
(608, 1, '2020-08-04 20:25:54', '2020-08-04 20:25:54', '', '14223_0_800_1595281710_crop', '', 'inherit', 'open', 'closed', '', '14223_0_800_1595281710_crop', '', '', '2020-08-04 20:25:54', '2020-08-04 20:25:54', '', 0, 'https://wapejets.com/wp-content/uploads/2020/08/14223_0_800_1595281710_crop.jpg', 0, 'attachment', 'image/jpeg', 0),
(613, 1, '2020-08-23 16:28:46', '2020-08-23 16:28:46', ' ', '', '', 'publish', 'closed', 'closed', '', '613', '', '', '2020-11-15 16:10:35', '2020-11-15 16:10:35', '', 0, 'https://wapejets.com/?p=613', 5, 'nav_menu_item', '', 0),
(618, 1, '2020-08-24 10:36:32', '2020-08-24 10:36:32', '', 'Citation_Logitude_Image_12-1 (1)', '', 'inherit', 'open', 'closed', '', 'citation_logitude_image_12-1-1', '', '', '2020-08-24 10:36:32', '2020-08-24 10:36:32', '', 494, 'https://wapejets.com/wp-content/uploads/2020/08/Citation_Logitude_Image_12-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(620, 1, '2020-08-24 21:39:07', '2020-08-24 21:39:07', '', '0002', '', 'inherit', 'open', 'closed', '', '0002', '', '', '2020-08-24 21:39:07', '2020-08-24 21:39:07', '', 114, 'https://wapejets.com/wp-content/uploads/2020/08/0002.jpg', 0, 'attachment', 'image/jpeg', 0),
(621, 1, '2020-08-24 21:40:40', '2020-08-24 21:40:40', '', '0002', '', 'inherit', 'open', 'closed', '', '0002-2', '', '', '2020-08-24 21:40:40', '2020-08-24 21:40:40', '', 494, 'https://wapejets.com/wp-content/uploads/2020/08/0002-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(623, 1, '2020-08-29 13:10:15', '2020-08-29 13:10:15', '', 'Úvod', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2020-08-29 13:10:15', '2020-08-29 13:10:15', '', 80, 'https://wapejets.com/2020/08/29/80-revision-v1/', 0, 'revision', '', 0),
(624, 1, '2020-08-31 09:42:41', '2020-08-31 09:42:41', '', 'Služby', '', 'inherit', 'closed', 'closed', '', '114-revision-v1', '', '', '2020-08-31 09:42:41', '2020-08-31 09:42:41', '', 114, 'https://wapejets.com/2020/08/31/114-revision-v1/', 0, 'revision', '', 0),
(625, 1, '2020-09-03 12:55:54', '2020-09-03 12:55:54', '', 'Grey-Abstract-Wallpaper-07-1728x1080_flip', '', 'inherit', 'open', 'closed', '', 'grey-abstract-wallpaper-07-1728x1080_flip', '', '', '2020-09-03 12:55:54', '2020-09-03 12:55:54', '', 0, 'https://wapejets.com/wp-content/uploads/2020/09/Grey-Abstract-Wallpaper-07-1728x1080_flip.jpg', 0, 'attachment', 'image/jpeg', 0),
(626, 1, '2020-09-03 12:56:05', '2020-09-03 12:56:05', '', 'Grey-Abstract-Wallpaper-07-1728x1080_footer', '', 'inherit', 'open', 'closed', '', 'grey-abstract-wallpaper-07-1728x1080_footer', '', '', '2020-09-03 12:56:05', '2020-09-03 12:56:05', '', 0, 'https://wapejets.com/wp-content/uploads/2020/09/Grey-Abstract-Wallpaper-07-1728x1080_footer.jpg', 0, 'attachment', 'image/jpeg', 0),
(628, 1, '2020-09-03 13:47:12', '2020-09-03 13:47:12', '', 'Kontakt', '', 'inherit', 'closed', 'closed', '', '370-revision-v1', '', '', '2020-09-03 13:47:12', '2020-09-03 13:47:12', '', 370, 'https://wapejets.com/2020/09/03/370-revision-v1/', 0, 'revision', '', 0),
(629, 1, '2020-09-03 13:48:15', '2020-09-03 13:48:15', '', 'Contact', '', 'inherit', 'closed', 'closed', '', '541-revision-v1', '', '', '2020-09-03 13:48:15', '2020-09-03 13:48:15', '', 541, 'https://wapejets.com/2020/09/03/541-revision-v1/', 0, 'revision', '', 0),
(632, 1, '2020-10-14 13:28:43', '2020-10-14 13:28:43', '', 'Home', '', 'inherit', 'closed', 'closed', '', '487-revision-v1', '', '', '2020-10-14 13:28:43', '2020-10-14 13:28:43', '', 487, 'https://wapejets.com/2020/10/14/487-revision-v1/', 0, 'revision', '', 0),
(633, 1, '2020-10-14 13:36:50', '2020-10-14 13:36:50', '', 'white-icon-8', '', 'inherit', 'open', 'closed', '', 'white-icon-8', '', '', '2020-10-14 13:36:50', '2020-10-14 13:36:50', '', 0, 'https://wapejets.com/wp-content/uploads/2020/10/white-icon-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(634, 1, '2020-10-14 14:27:04', '2020-10-14 14:27:04', '', 'clipart2569207_white', '', 'inherit', 'open', 'closed', '', 'clipart2569207_white', '', '', '2020-10-14 14:27:04', '2020-10-14 14:27:04', '', 0, 'https://wapejets.com/wp-content/uploads/2020/10/clipart2569207_white.png', 0, 'attachment', 'image/png', 0),
(635, 1, '2020-10-24 17:06:02', '2020-10-24 17:06:02', '', 'Projects', '', 'inherit', 'closed', 'closed', '', '511-revision-v1', '', '', '2020-10-24 17:06:02', '2020-10-24 17:06:02', '', 511, 'https://wapejets.com/2020/10/24/511-revision-v1/', 0, 'revision', '', 0),
(636, 1, '2020-10-24 17:08:51', '2020-10-24 17:08:51', '', 'Projekty', '', 'inherit', 'closed', 'closed', '', '163-revision-v1', '', '', '2020-10-24 17:08:51', '2020-10-24 17:08:51', '', 163, 'https://wapejets.com/2020/10/24/163-revision-v1/', 0, 'revision', '', 0),
(638, 0, '2020-11-01 15:02:29', '2020-11-01 15:02:29', '', 'seedprod', '', 'publish', 'closed', 'closed', '', 'sp-cs', '', '', '2020-11-01 15:02:29', '2020-11-01 15:02:29', '{\"enable_recaptcha\":false,\"template_id\":71,\"post_title\":\"cspv4\",\"post_name\":\"cspv4\",\"post_status\":\"draft\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"no_conflict_mode\":true,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":false,\"page_type\":\"cs\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"wz5ajq\",\"type\":\"col\",\"blocks\":[{\"id\":\"k4accv\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"unit\":\"px\",\"src\":\"data:image\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z\\/C\\/HgAGgwJ\\/lK3Q6wAAAABJRU5ErkJggg==\",\"altTxt\":\"\",\"link\":\"\",\"width\":\"\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"center\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false}},{\"id\":\"rchwtv\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Men\\u0161\\u00ed \\u00fadr\\u017eba str\\u00e1nek...\",\"tag\":\"h1\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":\"\",\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}},{\"id\":\"ss42wh\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"\",\"textColor\":\"\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":\"\",\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":600,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"60\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}},{\"id\":\"qy2ukz\",\"type\":\"section\",\"rows\":[{\"id\":\"y2q7z4\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"kc98i6\",\"type\":\"col\",\"blocks\":[{\"id\":\"x7mrh1\",\"elType\":\"block\",\"type\":\"spacer\",\"settings\":{\"height\":60}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":1,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#fafafa\",\"bgImage\":\"\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#27AE60\",\"headerColor\":\"#444444\",\"linkColor\":\"#27AE60\",\"linkDarkerColor\":\"#cc0000\",\"textColor\":\"#666666\",\"textFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"textFontVariant\":\"400\",\"headerFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"headerFontVariant\":\"400\",\"contentPosition\":\"1\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#272727} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#000000}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#000000; font-family:\'Helvetica Neue\', Arial, sans-serif;font-weight:400;font-style:normal} #sp-page a{color:#FF0000} #sp-page a:hover{color:#cc0000}#sp-page .btn{background-color:#000000}body{background-color:#FFFFFF; background-image:;}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false}}}', 0, 'https://wapejets.com/seedprod/sp-cs/', 0, 'seedprod', '', 0),
(639, 1, '2020-11-01 15:07:52', '2020-11-01 15:07:52', '', 'autasuper_logo_email_400', '', 'inherit', 'open', 'closed', '', 'autasuper_logo_email_400', '', '', '2020-11-01 15:07:52', '2020-11-01 15:07:52', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/autasuper_logo_email_400.png', 0, 'attachment', 'image/png', 0),
(640, 1, '2020-11-01 15:08:00', '2020-11-01 15:08:00', '', 'autasuper_logo_email_400@2x', '', 'inherit', 'open', 'closed', '', 'autasuper_logo_email_4002x', '', '', '2020-11-01 15:08:00', '2020-11-01 15:08:00', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/autasuper_logo_email_400@2x.png', 0, 'attachment', 'image/png', 0),
(641, 1, '2020-11-01 15:10:06', '2020-11-01 15:10:06', '', 'as_wash_logo__email_400@2x', '', 'inherit', 'open', 'closed', '', 'as_wash_logo__email_4002x', '', '', '2020-11-01 15:10:06', '2020-11-01 15:10:06', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/as_wash_logo__email_400@2x.png', 0, 'attachment', 'image/png', 0),
(642, 1, '2020-11-01 15:10:10', '2020-11-01 15:10:10', '', 'as_wash_logo_email_400', '', 'inherit', 'open', 'closed', '', 'as_wash_logo_email_400', '', '', '2020-11-01 15:10:10', '2020-11-01 15:10:10', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/as_wash_logo_email_400.png', 0, 'attachment', 'image/png', 0),
(646, 1, '2020-11-05 10:14:27', '2020-11-05 10:14:27', '', 'Služby', '', 'publish', 'open', 'open', '', 'sluzby', '', '', '2020-11-10 13:35:49', '2020-11-10 13:35:49', '', 0, 'https://wapejets.com/?page_id=646', 0, 'page', '', 0),
(647, 1, '2020-11-05 10:14:27', '2020-11-05 10:14:27', '', 'Služby nové', '', 'inherit', 'closed', 'closed', '', '646-revision-v1', '', '', '2020-11-05 10:14:27', '2020-11-05 10:14:27', '', 646, 'https://wapejets.com/2020/11/05/646-revision-v1/', 0, 'revision', '', 0),
(649, 1, '2020-11-05 10:27:24', '2020-11-05 10:27:24', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'e7b08581f31675d1d5d87fdba5745e60', '', '', '2020-11-05 10:27:24', '2020-11-05 10:27:24', '', 0, 'https://wapejets.com/2020/11/05/e7b08581f31675d1d5d87fdba5745e60/', 0, 'oembed_cache', '', 0),
(651, 1, '2020-11-05 10:31:42', '2020-11-05 10:31:42', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '5133efd109c8ccf6194bc6d2cf30596a', '', '', '2020-11-05 10:31:42', '2020-11-05 10:31:42', '', 0, 'https://wapejets.com/2020/11/05/5133efd109c8ccf6194bc6d2cf30596a/', 0, 'oembed_cache', '', 0),
(652, 1, '2020-11-05 10:31:46', '2020-11-05 10:31:46', '', 'Theme Backup - Betheme - 21.7.2', '', 'inherit', 'open', 'closed', '', 'theme-backup-betheme-21-7-2', '', '', '2020-11-05 10:31:46', '2020-11-05 10:31:46', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/betheme-21.7.2-osMO9g4WgAw5sflkf8.zip', 0, 'attachment', 'application/zip', 0),
(653, 1, '2020-11-05 12:31:44', '2020-11-05 12:31:44', '', 'Pronájem letadel', '', 'publish', 'open', 'open', '', 'pronajem-letadel', '', '', '2020-11-06 08:16:11', '2020-11-06 08:16:11', '', 0, 'https://wapejets.com/?page_id=653', 0, 'page', '', 0),
(654, 1, '2020-11-05 12:31:44', '2020-11-05 12:31:44', '', 'Pronájem letadel', '', 'inherit', 'closed', 'closed', '', '653-revision-v1', '', '', '2020-11-05 12:31:44', '2020-11-05 12:31:44', '', 653, 'https://wapejets.com/2020/11/05/653-revision-v1/', 0, 'revision', '', 0),
(655, 1, '2020-11-05 12:38:39', '2020-11-05 12:38:39', '', 'Prodej letadel', '', 'publish', 'open', 'open', '', 'prodej-letadel', '', '', '2020-11-26 15:53:06', '2020-11-26 15:53:06', '', 0, 'https://wapejets.com/?page_id=655', 0, 'page', '', 0),
(656, 1, '2020-11-05 12:38:39', '2020-11-05 12:38:39', '', 'Prodej letadel', '', 'inherit', 'closed', 'closed', '', '655-revision-v1', '', '', '2020-11-05 12:38:39', '2020-11-05 12:38:39', '', 655, 'https://wapejets.com/2020/11/05/655-revision-v1/', 0, 'revision', '', 0),
(657, 1, '2020-11-05 13:25:59', '2020-11-05 13:25:59', '', 'Cessna Citation Latitude_1_900', '', 'inherit', 'open', 'closed', '', 'cessna-citation-latitude_1_900', '', '', '2020-11-05 13:25:59', '2020-11-05 13:25:59', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Latitude_1_900.jpg', 0, 'attachment', 'image/jpeg', 0),
(658, 1, '2020-11-05 13:26:04', '2020-11-05 13:26:04', '', 'Citation_Latitude_Image_2_900', '', 'inherit', 'open', 'closed', '', 'citation_latitude_image_2_900', '', '', '2020-11-05 13:26:04', '2020-11-05 13:26:04', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/Citation_Latitude_Image_2_900.jpg', 0, 'attachment', 'image/jpeg', 0),
(659, 1, '2020-11-05 14:04:10', '2020-11-05 14:04:10', '', 'Callout - letadla', '', 'publish', 'closed', 'closed', '', 'callout-letadla', '', '', '2020-11-05 14:04:10', '2020-11-05 14:04:10', '', 0, 'https://wapejets.com/?post_type=template&p=659', 0, 'template', '', 0),
(661, 1, '2020-11-05 17:08:40', '2020-11-05 17:08:40', '', 'Poradenství', '', 'publish', 'open', 'open', '', 'poradenstvi', '', '', '2020-11-08 10:19:51', '2020-11-08 10:19:51', '', 0, 'https://wapejets.com/?page_id=661', 0, 'page', '', 0),
(662, 1, '2020-11-05 17:08:40', '2020-11-05 17:08:40', '', 'Poradenství', '', 'inherit', 'closed', 'closed', '', '661-revision-v1', '', '', '2020-11-05 17:08:40', '2020-11-05 17:08:40', '', 661, 'https://wapejets.com/2020/11/05/661-revision-v1/', 0, 'revision', '', 0),
(663, 1, '2020-11-05 17:18:59', '2020-11-05 17:18:59', '', 'Travel management', '', 'publish', 'open', 'open', '', 'travel-management', '', '', '2020-11-09 12:55:01', '2020-11-09 12:55:01', '', 0, 'https://wapejets.com/?page_id=663', 0, 'page', '', 0),
(664, 1, '2020-11-05 17:18:59', '2020-11-05 17:18:59', '', 'Travel management', '', 'inherit', 'closed', 'closed', '', '663-revision-v1', '', '', '2020-11-05 17:18:59', '2020-11-05 17:18:59', '', 663, 'https://wapejets.com/2020/11/05/663-revision-v1/', 0, 'revision', '', 0),
(665, 1, '2020-11-05 17:31:19', '2020-11-05 17:31:19', '', 'facebook_wj_web_300', '', 'inherit', 'open', 'closed', '', 'facebook_wj_web_300', '', '', '2020-11-05 17:31:19', '2020-11-05 17:31:19', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/facebook_wj_web_300.png', 0, 'attachment', 'image/png', 0),
(666, 1, '2020-11-05 17:35:07', '2020-11-05 17:35:07', '', 'facebook_2_wj_web_300', '', 'inherit', 'open', 'closed', '', 'facebook_2_wj_web_300', '', '', '2020-11-05 17:35:07', '2020-11-05 17:35:07', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/facebook_2_wj_web_300.png', 0, 'attachment', 'image/png', 0),
(667, 1, '2020-11-05 17:38:02', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-11-05 17:38:02', '0000-00-00 00:00:00', '', 0, 'https://wapejets.com/?p=667', 1, 'nav_menu_item', '', 0),
(668, 1, '2020-11-05 17:38:03', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-11-05 17:38:03', '0000-00-00 00:00:00', '', 0, 'https://wapejets.com/?p=668', 1, 'nav_menu_item', '', 0),
(669, 1, '2020-11-05 17:38:04', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-11-05 17:38:04', '0000-00-00 00:00:00', '', 0, 'https://wapejets.com/?p=669', 1, 'nav_menu_item', '', 0),
(670, 1, '2020-11-05 17:38:05', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-11-05 17:38:05', '0000-00-00 00:00:00', '', 0, 'https://wapejets.com/?p=670', 1, 'nav_menu_item', '', 0),
(671, 1, '2020-11-05 17:38:46', '2020-11-05 17:38:46', ' ', '', '', 'publish', 'closed', 'closed', '', '671', '', '', '2020-11-08 11:21:29', '2020-11-08 11:21:29', '', 0, 'https://wapejets.com/?p=671', 6, 'nav_menu_item', '', 0),
(672, 1, '2020-11-05 17:38:46', '2020-11-05 17:38:46', ' ', '', '', 'publish', 'closed', 'closed', '', '672', '', '', '2020-11-08 11:21:29', '2020-11-08 11:21:29', '', 0, 'https://wapejets.com/?p=672', 5, 'nav_menu_item', '', 0),
(673, 1, '2020-11-05 17:38:45', '2020-11-05 17:38:45', ' ', '', '', 'publish', 'closed', 'closed', '', '673', '', '', '2020-11-08 11:21:28', '2020-11-08 11:21:28', '', 0, 'https://wapejets.com/?p=673', 4, 'nav_menu_item', '', 0),
(674, 1, '2020-11-05 17:38:45', '2020-11-05 17:38:45', ' ', '', '', 'publish', 'closed', 'closed', '', '674', '', '', '2020-11-08 11:21:28', '2020-11-08 11:21:28', '', 0, 'https://wapejets.com/?p=674', 3, 'nav_menu_item', '', 0),
(675, 1, '2020-11-05 17:48:52', '2020-11-05 17:48:52', '', '', '', 'publish', 'closed', 'closed', '', '675', '', '', '2020-11-05 17:48:52', '2020-11-05 17:48:52', '{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":374,\"post_title\":\"\",\"post_name\":\"\",\"post_status\":\"\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":true,\"page_type\":\"mm\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[{\"id\":\"ggzp6w\",\"type\":\"col\",\"blocks\":[{\"id\":\"brhhwi\",\"elType\":\"block\",\"type\":\"image\",\"settings\":{\"unit\":\"px\",\"src\":\"https:\\/\\/assets.seedprod.com\\/maintenance.png\",\"altTxt\":\"\",\"link\":\"\",\"width\":\"\",\"height\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"imagePadding\":\"\",\"align\":\"center\",\"shadow\":\"\",\"imageBorderRadius\":\"\",\"imageBorderTop\":\"0\",\"imageBorderBottom\":\"0\",\"imageBorderLeft\":\"0\",\"imageBorderRight\":\"0\",\"imageBorderSync\":true,\"imageBorderStyle\":\"solid\",\"imageBorderColor\":\"\",\"blockTemplateId\":false}},{\"id\":\"jkhbii\",\"elType\":\"block\",\"type\":\"header\",\"settings\":{\"headerTxt\":\"Maintenance Mode\",\"tag\":\"h1\",\"textColor\":\"#321B26\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":52,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":true,\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}},{\"id\":\"jdj1i9\",\"elType\":\"block\",\"type\":\"text\",\"settings\":{\"txt\":\"<p>This site is currently under going scheduled maintenance.<br \\/>Please check back soon.<\\/p>\",\"textColor\":\"#321B26\",\"bgColor\":\"\",\"beforeIcon\":\"\",\"afterIcon\":\"\",\"marginTop\":\"0\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadius\":\"\",\"border\":\"\",\"borderStyle\":\"\",\"borderSize\":\"\",\"borderColor\":\"\",\"shadow\":\"\",\"textShadow\":\"\",\"font\":\"\",\"fontVariant\":\"\",\"fontSize\":16,\"fontSize_mobile\":\"\",\"lineHeight\":\"\",\"lineHeight_mobile\":\"\",\"letterSpacing\":\"\",\"letterSpacing_mobile\":\"\",\"typographyBold\":\"\",\"typographyItalic\":\"\",\"typographyUnderline\":\"\",\"align\":\"center\",\"typographyLetterCase\":\"\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colWidth\":\"\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":\"2\",\"width\":600,\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\",\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#000000\",\"headerColor\":\"#000000\",\"linkColor\":\"#FF0000\",\"linkDarkerColor\":\"#cc0000\",\"textColor\":\"#272727\",\"textFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"textFontVariant\":\"400\",\"headerFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"headerFontVariant\":\"400\",\"contentPosition\":\"4\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#272727} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#000000}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#000000; font-family:\'Helvetica Neue\', Arial, sans-serif;font-weight:400;font-style:normal} #sp-page a{color:#FF0000} #sp-page a:hover{color:#cc0000}#sp-page .btn{background-color:#000000}body{background-color:#FFFFFF; background-image:;}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false,\"useVideoBgUrl\":\"\",\"useSlideshowBg\":false,\"useSlideshowImgs\":[\"\"]}}}', 0, 'https://wapejets.com/?post_type=seedprod&p=675', 0, 'seedprod', '', 0),
(676, 1, '2020-11-05 17:47:00', '2020-11-05 17:47:00', '', 'sp-mm', '', 'inherit', 'closed', 'closed', '', '675-revision-v1', '', '', '2020-11-05 17:47:00', '2020-11-05 17:47:00', '', 675, 'https://wapejets.com/2020/11/05/675-revision-v1/', 0, 'revision', '', 0),
(677, 1, '2020-11-05 17:48:52', '2020-11-05 17:48:52', '', '', '', 'inherit', 'closed', 'closed', '', '675-revision-v1', '', '', '2020-11-05 17:48:52', '2020-11-05 17:48:52', '', 675, 'https://wapejets.com/2020/11/05/675-revision-v1/', 0, 'revision', '', 0),
(678, 1, '2020-11-05 17:48:54', '0000-00-00 00:00:00', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-11-05 17:48:54', '2020-11-05 17:48:54', '{\"no_conflict_mode\":true,\"no_index\":false,\"seo_title\":\"\",\"seo_description\":\"\",\"favicon\":\"\",\"social_thumbnail\":\"\",\"enable_recaptcha\":false,\"template_id\":71,\"post_title\":\"\",\"post_name\":\"\",\"post_status\":\"\",\"show_powered_by_link\":false,\"affiliate_url\":\"\",\"header_scripts\":\"\",\"body_scripts\":\"\",\"footer_scripts\":\"\",\"conversion_scripts\":\"\",\"disable_default_excluded_urls\":false,\"include_exclude_type\":\"0\",\"include_list\":\"\",\"exclude_list\":\"\",\"bypass_phrase\":\"\",\"bypass_expires\":\"2\",\"bypass_cookie\":false,\"access_by_ip\":\"\",\"access_by_role\":[],\"redirect_mode\":false,\"redirect_url\":\"\",\"domain_mapping_status\":false,\"domain_mapping\":\"\",\"domain_mapping_force_https\":false,\"exclude_list_404\":\"\",\"email_integration_id\":\"\",\"is_new\":true,\"page_type\":\"mm\",\"document\":{\"sections\":[{\"id\":\"ks8a8s\",\"type\":\"section\",\"rows\":[{\"id\":\"vw3kvy\",\"type\":\"row\",\"colType\":\"1-col\",\"cols\":[],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"colGutter\":0,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"0\",\"paddingRight\":\"0\",\"paddingSync\":true,\"borderRadiusTL\":\"\",\"borderRadiusTR\":\"\",\"borderRadiusBL\":\"\",\"borderRadiusBR\":\"\",\"borderRadiusSync\":true,\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"contentWidth\":1,\"width\":\"1000\",\"bgColor\":\"\",\"bgImage\":\"\",\"bgPosition\":\"\",\"marginTop\":\"\",\"shadow\":\"\",\"paddingTop\":\"10\",\"paddingBottom\":\"10\",\"paddingLeft\":\"10\",\"paddingRight\":\"10\",\"paddingSync\":true,\"borderRadius\":\"\",\"borderTop\":\"0\",\"borderBottom\":\"0\",\"borderLeft\":\"0\",\"borderRight\":\"0\",\"borderSync\":true,\"borderStyle\":\"solid\"}}],\"settings\":{\"bgStyle\":\"s\",\"bgGradient\":{\"type\":\"linear\",\"position\":\"center\",\"angle\":0,\"color1\":\"\",\"color1location\":0,\"color2\":\"\",\"color2location\":100},\"bgColor\":\"#FFFFFF\",\"bgImage\":\"\",\"bgDimming\":0,\"bgOverlayColor\":\"\",\"bgPosition\":\"cover\",\"buttonColor\":\"#000000\",\"headerColor\":\"#000000\",\"linkColor\":\"#FF0000\",\"linkDarkerColor\":\"#cc0000\",\"textColor\":\"#272727\",\"textFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"textFontVariant\":\"400\",\"headerFont\":\"\'Helvetica Neue\', Arial, sans-serif\",\"headerFontVariant\":\"400\",\"contentPosition\":\"1\",\"customCss\":\"\",\"headCss\":\"#sp-page{color:#272727} #sp-page .sp-header-tag-h1,#sp-page .sp-header-tag-h2,#sp-page .sp-header-tag-h3,#sp-page .sp-header-tag-h4,#sp-page .sp-header-tag-h5,#sp-page .sp-header-tag-h6{color:#000000}#sp-page h1,#sp-page h2,#sp-page h3,#sp-page h4,#sp-page h5,#sp-page h6{color:#000000; font-family:\'Helvetica Neue\', Arial, sans-serif;font-weight:400;font-style:normal} #sp-page a{color:#FF0000} #sp-page a:hover{color:#cc0000}#sp-page .btn{background-color:#000000}body{background-color:#FFFFFF; background-image:;}\",\"mobileCss\":\"\",\"placeholderCss\":\"\",\"useVideoBg\":false}}}', 0, 'https://wapejets.com/?post_type=seedprod&p=678', 0, 'seedprod', '', 0),
(679, 1, '2020-11-05 17:48:54', '2020-11-05 17:48:54', '', 'sp-mm', '', 'inherit', 'closed', 'closed', '', '678-revision-v1', '', '', '2020-11-05 17:48:54', '2020-11-05 17:48:54', '', 678, 'https://wapejets.com/2020/11/05/678-revision-v1/', 0, 'revision', '', 0),
(680, 1, '2020-11-08 08:44:56', '2020-11-08 08:44:56', '', 'hondajet-595_683_1920', '', 'inherit', 'open', 'closed', '', 'hondajet-595_683_1920', '', '', '2020-11-08 08:44:56', '2020-11-08 08:44:56', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/hondajet-595_683_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(681, 1, '2020-11-08 08:45:05', '2020-11-08 08:45:05', '', 'spacious-interior-360_1920', '', 'inherit', 'open', 'closed', '', 'spacious-interior-360_1920', '', '', '2020-11-08 08:45:05', '2020-11-08 08:45:05', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/spacious-interior-360_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(682, 1, '2020-11-08 08:45:13', '2020-11-08 08:45:13', '', 'G500 interior_1920', '', 'inherit', 'open', 'closed', '', 'g500-interior_1920', '', '', '2020-11-08 08:45:13', '2020-11-08 08:45:13', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/G500-interior_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(683, 1, '2020-11-08 08:45:22', '2020-11-08 08:45:22', '', 'G500_1920', '', 'inherit', 'open', 'closed', '', 'g500_1920', '', '', '2020-11-08 08:45:22', '2020-11-08 08:45:22', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/G500_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(684, 1, '2020-11-08 08:45:37', '2020-11-08 08:45:37', '', '098_Falcon6X_2018USB55_A4_HD_1920', '', 'inherit', 'open', 'closed', '', '098_falcon6x_2018usb55_a4_hd_1920', '', '', '2020-11-08 08:45:37', '2020-11-08 08:45:37', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/098_Falcon6X_2018USB55_A4_HD_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(685, 1, '2020-11-08 08:45:46', '2020-11-08 08:45:46', '', 'Falcon6X_22_USB57_HD_1920', '', 'inherit', 'open', 'closed', '', 'falcon6x_22_usb57_hd_1920', '', '', '2020-11-08 08:45:46', '2020-11-08 08:45:46', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/Falcon6X_22_USB57_HD_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(686, 1, '2020-11-08 08:45:55', '2020-11-08 08:45:55', '', 'Cessna Citation Latitude_1_1920', '', 'inherit', 'open', 'closed', '', 'cessna-citation-latitude_1_1920', '', '', '2020-11-08 08:45:55', '2020-11-08 08:45:55', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Latitude_1_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(687, 1, '2020-11-08 08:46:04', '2020-11-08 08:46:04', '', 'Cessna Citation Longitude_4_1920', '', 'inherit', 'open', 'closed', '', 'cessna-citation-longitude_4_1920', '', '', '2020-11-08 08:46:04', '2020-11-08 08:46:04', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Longitude_4_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(688, 1, '2020-11-08 08:46:13', '2020-11-08 08:46:13', '', 'Challenger650_DivanLookingForwardsProps_1920', '', 'inherit', 'open', 'closed', '', 'challenger650_divanlookingforwardsprops_1920', '', '', '2020-11-08 08:46:13', '2020-11-08 08:46:13', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/Challenger650_DivanLookingForwardsProps_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(689, 1, '2020-11-08 08:46:22', '2020-11-08 08:46:22', '', 'DDBA0000_NewLivery2015Finals_Challenger650 hi res_1920', '', 'inherit', 'open', 'closed', '', 'ddba0000_newlivery2015finals_challenger650-hi-res_1920', '', '', '2020-11-08 08:46:22', '2020-11-08 08:46:22', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(692, 1, '2020-11-08 10:14:23', '2020-11-08 10:14:23', '', '1_Phenom_100_interior_007_1920', '', 'inherit', 'open', 'closed', '', '1_phenom_100_interior_007_1920', '', '', '2020-11-08 10:14:23', '2020-11-08 10:14:23', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/1_Phenom_100_interior_007_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(693, 1, '2020-11-08 10:14:31', '2020-11-08 10:14:31', '', 'P100E_Still_in_Flight_R3_1920', '', 'inherit', 'open', 'closed', '', 'p100e_still_in_flight_r3_1920', '', '', '2020-11-08 10:14:31', '2020-11-08 10:14:31', '', 655, 'https://wapejets.com/wp-content/uploads/2020/11/P100E_Still_in_Flight_R3_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(694, 1, '2020-11-08 10:28:47', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:28:47', '2020-11-08 10:28:47', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=694', 0, 'ngg_pictures', '', 0),
(695, 1, '2020-11-08 10:28:51', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:28:51', '2020-11-08 10:28:51', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=695', 0, 'ngg_pictures', '', 0),
(696, 1, '2020-11-08 10:34:02', '2020-11-08 10:34:02', '', 'Cessna Citation__CJ3+_1920', '', 'inherit', 'open', 'closed', '', 'cessna-citation__cj3_1920', '', '', '2020-11-08 10:34:02', '2020-11-08 10:34:02', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation__CJ3_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(697, 1, '2020-11-08 10:54:38', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:38', '2020-11-08 10:54:38', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=697', 0, 'ngg_pictures', '', 0),
(698, 1, '2020-11-08 10:54:39', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:39', '2020-11-08 10:54:39', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=698', 0, 'ngg_pictures', '', 0),
(699, 1, '2020-11-08 10:54:38', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:54:38', '2020-11-08 10:54:38', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=699', 0, 'ngg_pictures', '', 0),
(700, 1, '2020-11-08 10:39:15', '2020-11-08 10:39:15', '', '038_Falcon8X_2018USB55_A4_HD_1920', '', 'inherit', 'open', 'closed', '', '038_falcon8x_2018usb55_a4_hd_1920', '', '', '2020-11-08 10:39:15', '2020-11-08 10:39:15', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/038_Falcon8X_2018USB55_A4_HD_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(701, 1, '2020-11-08 10:39:28', '2020-11-08 10:39:28', '', '097_Falcon6X_2018USB55_A4_HD_1920', '', 'inherit', 'open', 'closed', '', '097_falcon6x_2018usb55_a4_hd_1920', '', '', '2020-11-08 10:39:28', '2020-11-08 10:39:28', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/097_Falcon6X_2018USB55_A4_HD_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(702, 1, '2020-11-08 10:39:48', '2020-11-08 10:39:48', '', 'Falcon6X_21_USB57_HD_1920', '', 'inherit', 'open', 'closed', '', 'falcon6x_21_usb57_hd_1920', '', '', '2020-11-08 10:39:48', '2020-11-08 10:39:48', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/Falcon6X_21_USB57_HD_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(703, 1, '2020-11-08 10:41:36', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:36', '2020-11-08 10:41:36', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=703', 0, 'ngg_pictures', '', 0),
(704, 1, '2020-11-08 10:41:34', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:34', '2020-11-08 10:41:34', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=704', 0, 'ngg_pictures', '', 0),
(705, 1, '2020-11-08 10:41:33', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:33', '2020-11-08 10:41:33', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=705', 0, 'ngg_pictures', '', 0),
(706, 1, '2020-11-08 10:41:35', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:35', '2020-11-08 10:41:35', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=706', 0, 'ngg_pictures', '', 0),
(707, 1, '2020-11-08 10:41:31', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:41:31', '2020-11-08 10:41:31', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=707', 0, 'ngg_pictures', '', 0),
(708, 1, '2020-11-08 10:44:15', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:44:15', '2020-11-08 10:44:15', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=708', 0, 'ngg_pictures', '', 0),
(709, 1, '2020-11-08 10:47:18', '2020-11-08 10:47:18', '', 'Gulfstream G500_1920', '', 'inherit', 'open', 'closed', '', 'gulfstream-g500_1920', '', '', '2020-11-08 10:47:18', '2020-11-08 10:47:18', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/Gulfstream-G500_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(710, 1, '2020-11-08 10:47:26', '2020-11-08 10:47:26', '', 'Gulfstream G600_1920', '', 'inherit', 'open', 'closed', '', 'gulfstream-g600_1920', '', '', '2020-11-08 10:47:26', '2020-11-08 10:47:26', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/Gulfstream-G600_1920.jpg', 0, 'attachment', 'image/jpeg', 0),
(712, 1, '2020-11-08 10:48:42', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:42', '2020-11-08 10:48:42', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=712', 0, 'ngg_pictures', '', 0),
(713, 1, '2020-11-08 10:48:43', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:43', '2020-11-08 10:48:43', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=713', 0, 'ngg_pictures', '', 0),
(714, 1, '2020-11-08 10:48:44', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:48:44', '2020-11-08 10:48:44', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=714', 0, 'ngg_pictures', '', 0),
(715, 1, '2020-11-08 10:49:03', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:49:03', '2020-11-08 10:49:03', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=715', 0, 'ngg_pictures', '', 0),
(716, 1, '2020-11-08 10:50:54', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:50:54', '2020-11-08 10:50:54', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=716', 0, 'ngg_pictures', '', 0),
(717, 1, '2020-11-08 10:50:53', '0000-00-00 00:00:00', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 'Untitled ngg_pictures', '', 'draft', 'closed', 'closed', '', 'mixin_nextgen_table_extras', '', '', '2020-11-08 10:50:53', '2020-11-08 10:50:53', 'eyJpZF9maWVsZCI6IklEIiwiX19kZWZhdWx0c19zZXQiOnRydWV9', 0, 'https://wapejets.com/?p=717', 0, 'ngg_pictures', '', 0),
(718, 1, '2020-11-08 11:16:55', '2020-11-08 11:16:55', '', 'Služby - old', '', 'inherit', 'closed', 'closed', '', '114-revision-v1', '', '', '2020-11-08 11:16:55', '2020-11-08 11:16:55', '', 114, 'https://wapejets.com/2020/11/08/114-revision-v1/', 0, 'revision', '', 0),
(719, 1, '2020-11-08 11:17:44', '2020-11-08 11:17:44', '', 'Služby', '', 'inherit', 'closed', 'closed', '', '646-revision-v1', '', '', '2020-11-08 11:17:44', '2020-11-08 11:17:44', '', 646, 'https://wapejets.com/2020/11/08/646-revision-v1/', 0, 'revision', '', 0),
(720, 1, '2020-11-08 11:21:27', '2020-11-08 11:21:27', ' ', '', '', 'publish', 'closed', 'closed', '', '720', '', '', '2020-11-08 11:21:27', '2020-11-08 11:21:27', '', 0, 'https://wapejets.com/?p=720', 2, 'nav_menu_item', '', 0),
(722, 1, '2020-11-15 13:53:13', '2020-11-15 13:53:13', '', 'Services', '', 'publish', 'open', 'closed', '', 'services', '', '', '2020-11-15 16:32:29', '2020-11-15 16:32:29', '', 0, 'https://wapejets.com/?page_id=722', 0, 'page', '', 0),
(723, 1, '2020-11-15 13:53:13', '2020-11-15 13:53:13', '', 'Služby', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2020-11-15 13:53:13', '2020-11-15 13:53:13', '', 722, 'https://wapejets.com/2020/11/15/722-revision-v1/', 0, 'revision', '', 0),
(724, 1, '2020-11-15 13:53:57', '2020-11-15 13:53:57', '', 'Services', '', 'inherit', 'closed', 'closed', '', '722-revision-v1', '', '', '2020-11-15 13:53:57', '2020-11-15 13:53:57', '', 722, 'https://wapejets.com/2020/11/15/722-revision-v1/', 0, 'revision', '', 0),
(725, 1, '2020-11-15 14:07:57', '2020-11-15 14:07:57', '', 'Aircraft Sales', '', 'publish', 'open', 'open', '', 'aircraft-sales', '', '', '2020-11-26 16:15:40', '2020-11-26 16:15:40', '', 0, 'https://wapejets.com/?page_id=725', 0, 'page', '', 0),
(726, 1, '2020-11-15 14:07:57', '2020-11-15 14:07:57', '', 'Aircraft Purchase', '', 'inherit', 'closed', 'closed', '', '725-revision-v1', '', '', '2020-11-15 14:07:57', '2020-11-15 14:07:57', '', 725, 'https://wapejets.com/2020/11/15/725-revision-v1/', 0, 'revision', '', 0),
(731, 1, '2020-11-15 14:27:37', '2020-11-15 14:27:37', '', 'Charter', '', 'publish', 'open', 'open', '', 'charter', '', '', '2020-11-15 17:35:19', '2020-11-15 17:35:19', '', 0, 'https://wapejets.com/?page_id=731', 0, 'page', '', 0),
(732, 1, '2020-11-15 14:27:37', '2020-11-15 14:27:37', '', 'Private Jet Rental', '', 'inherit', 'closed', 'closed', '', '731-revision-v1', '', '', '2020-11-15 14:27:37', '2020-11-15 14:27:37', '', 731, 'https://wapejets.com/2020/11/15/731-revision-v1/', 0, 'revision', '', 0),
(733, 1, '2020-11-15 14:34:10', '2020-11-15 14:34:10', '', '1_Phenom_100_interior_007_1920', '', 'inherit', 'open', 'closed', '', '1_phenom_100_interior_007_1920-2', '', '', '2020-11-15 14:34:10', '2020-11-15 14:34:10', '', 725, 'https://wapejets.com/wp-content/uploads/2020/11/1_Phenom_100_interior_007_1920-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(734, 1, '2020-11-15 14:34:20', '2020-11-15 14:34:20', '', 'P100E_Still_in_Flight_R3_1920', '', 'inherit', 'open', 'closed', '', 'p100e_still_in_flight_r3_1920-2', '', '', '2020-11-15 14:34:20', '2020-11-15 14:34:20', '', 725, 'https://wapejets.com/wp-content/uploads/2020/11/P100E_Still_in_Flight_R3_1920-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(735, 1, '2020-11-15 14:36:31', '2020-11-15 14:36:31', '', 'hondajet-595_683_1920', '', 'inherit', 'open', 'closed', '', 'hondajet-595_683_1920-2', '', '', '2020-11-15 14:36:31', '2020-11-15 14:36:31', '', 725, 'https://wapejets.com/wp-content/uploads/2020/11/hondajet-595_683_1920-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(736, 1, '2020-11-15 14:36:42', '2020-11-15 14:36:42', '', 'spacious-interior-360_1920', '', 'inherit', 'open', 'closed', '', 'spacious-interior-360_1920-2', '', '', '2020-11-15 14:36:42', '2020-11-15 14:36:42', '', 725, 'https://wapejets.com/wp-content/uploads/2020/11/spacious-interior-360_1920-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(737, 1, '2020-11-15 14:46:20', '2020-11-15 14:46:20', '', 'Aircraft Sales', '', 'inherit', 'closed', 'closed', '', '725-revision-v1', '', '', '2020-11-15 14:46:20', '2020-11-15 14:46:20', '', 725, 'https://wapejets.com/2020/11/15/725-revision-v1/', 0, 'revision', '', 0),
(738, 1, '2020-11-15 14:58:15', '2020-11-15 14:58:15', '', 'Consulting', '', 'publish', 'open', 'open', '', 'consulting', '', '', '2020-11-15 15:03:02', '2020-11-15 15:03:02', '', 0, 'https://wapejets.com/?page_id=738', 0, 'page', '', 0),
(739, 1, '2020-11-15 14:58:15', '2020-11-15 14:58:15', '', 'Consulting', '', 'inherit', 'closed', 'closed', '', '738-revision-v1', '', '', '2020-11-15 14:58:15', '2020-11-15 14:58:15', '', 738, 'https://wapejets.com/2020/11/15/738-revision-v1/', 0, 'revision', '', 0),
(740, 1, '2020-11-15 15:06:20', '2020-11-15 15:06:20', '', 'Travel Management', '', 'publish', 'open', 'open', '', 'travel-management-en', '', '', '2020-11-15 15:06:20', '2020-11-15 15:06:20', '', 0, 'https://wapejets.com/?page_id=740', 0, 'page', '', 0),
(741, 1, '2020-11-15 15:06:20', '2020-11-15 15:06:20', '', 'Travel Management', '', 'inherit', 'closed', 'closed', '', '740-revision-v1', '', '', '2020-11-15 15:06:20', '2020-11-15 15:06:20', '', 740, 'https://wapejets.com/2020/11/15/740-revision-v1/', 0, 'revision', '', 0),
(742, 1, '2020-11-15 16:01:54', '2020-11-15 16:01:54', '', 'Charter', '', 'inherit', 'closed', 'closed', '', '731-revision-v1', '', '', '2020-11-15 16:01:54', '2020-11-15 16:01:54', '', 731, 'https://wapejets.com/2020/11/15/731-revision-v1/', 0, 'revision', '', 0),
(743, 1, '2020-11-15 16:08:30', '2020-11-15 16:08:30', '', 'Services', '', 'inherit', 'closed', 'closed', '', '494-revision-v1', '', '', '2020-11-15 16:08:30', '2020-11-15 16:08:30', '', 494, 'https://wapejets.com/2020/11/15/494-revision-v1/', 0, 'revision', '', 0),
(744, 1, '2020-11-15 16:09:28', '2020-11-15 16:09:28', '', 'Services - old version', '', 'inherit', 'closed', 'closed', '', '494-revision-v1', '', '', '2020-11-15 16:09:28', '2020-11-15 16:09:28', '', 494, 'https://wapejets.com/2020/11/15/494-revision-v1/', 0, 'revision', '', 0),
(745, 1, '2020-11-15 16:10:33', '2020-11-15 16:10:33', ' ', '', '', 'publish', 'closed', 'closed', '', '745', '', '', '2020-11-15 16:10:33', '2020-11-15 16:10:33', '', 0, 'https://wapejets.com/?p=745', 2, 'nav_menu_item', '', 0),
(746, 1, '2020-11-15 17:16:48', '2020-11-15 17:16:48', '', 'Factors', '', 'publish', 'open', 'open', '', 'factors', '', '', '2020-11-15 18:40:58', '2020-11-15 18:40:58', '', 0, 'https://wapejets.com/?page_id=746', 0, 'page', '', 0),
(747, 1, '2020-11-15 17:16:48', '2020-11-15 17:16:48', '', 'Faktors', '', 'inherit', 'closed', 'closed', '', '746-revision-v1', '', '', '2020-11-15 17:16:48', '2020-11-15 17:16:48', '', 746, 'https://wapejets.com/2020/11/15/746-revision-v1/', 0, 'revision', '', 0),
(748, 1, '2020-11-15 17:17:06', '2020-11-15 17:17:06', '', 'Factors', '', 'inherit', 'closed', 'closed', '', '746-revision-v1', '', '', '2020-11-15 17:17:06', '2020-11-15 17:17:06', '', 746, 'https://wapejets.com/2020/11/15/746-revision-v1/', 0, 'revision', '', 0),
(749, 1, '2020-11-15 17:37:17', '2020-11-15 17:37:17', '', 'Media', '', 'inherit', 'closed', 'closed', '', '516-revision-v1', '', '', '2020-11-15 17:37:17', '2020-11-15 17:37:17', '', 516, 'https://wapejets.com/2020/11/15/516-revision-v1/', 0, 'revision', '', 0),
(750, 1, '2020-11-15 18:34:57', '2020-11-15 18:34:57', '', 'Faktory letu', '', 'inherit', 'closed', 'closed', '', '161-revision-v1', '', '', '2020-11-15 18:34:57', '2020-11-15 18:34:57', '', 161, 'https://wapejets.com/2020/11/15/161-revision-v1/', 0, 'revision', '', 0),
(751, 1, '2020-11-16 07:44:36', '2020-11-16 07:44:36', '', 'mt-sample-background', '', 'inherit', 'open', 'closed', '', 'mt-sample-background', '', '', '2020-11-16 07:44:36', '2020-11-16 07:44:36', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/mt-sample-background.jpg', 0, 'attachment', 'image/jpeg', 0),
(752, 1, '2020-11-16 07:47:17', '2020-11-16 07:47:17', '', '010_Falcon5X_2013DVD43_mxmode', '', 'inherit', 'open', 'closed', '', '010_falcon5x_2013dvd43_mxmode', '', '', '2020-11-16 07:47:17', '2020-11-16 07:47:17', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/010_Falcon5X_2013DVD43_mxmode.jpg', 0, 'attachment', 'image/jpeg', 0),
(753, 1, '2020-11-16 07:50:21', '2020-11-16 07:50:21', '', 'wapejets_logo_full_web_black_400', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_full_web_black_400', '', '', '2020-11-16 07:50:21', '2020-11-16 07:50:21', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_black_400.png', 0, 'attachment', 'image/png', 0),
(754, 1, '2020-11-16 07:50:25', '2020-11-16 07:50:25', '', 'wapejets_logo_full_web_black_400@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_full_web_black_4002x', '', '', '2020-11-16 07:50:25', '2020-11-16 07:50:25', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_black_400@2x.png', 0, 'attachment', 'image/png', 0),
(755, 1, '2020-11-16 07:50:28', '2020-11-16 07:50:28', '', 'wapejets_logo_full_web_white_400', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_full_web_white_400', '', '', '2020-11-16 07:50:28', '2020-11-16 07:50:28', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_white_400.png', 0, 'attachment', 'image/png', 0),
(756, 1, '2020-11-16 07:50:33', '2020-11-16 07:50:33', '', 'wapejets_logo_full_web_white_400@2x', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_full_web_white_4002x', '', '', '2020-11-16 07:50:33', '2020-11-16 07:50:33', '', 0, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_white_400@2x.png', 0, 'attachment', 'image/png', 0),
(758, 1, '2020-11-26 15:11:28', '2020-11-26 15:11:28', '[[\"PHENOM 100EV\",\"5.3 mil. USD\"],[\"PHENOM 300E\",\"9.5 mil. USD\"],[\"PRAETOR 500\",\"17 mil. USD\"],[\"PRAETOR 600\",\"21 mil. USD\"],[\"LEGACY 450\",\"16.57 mil. USD\"],[\"LEGACY 500\",\"19.995 mil. USD\"],[\"LEGACY 650E\",\"31.6 mil. USD\"],[\"LINEAGE 1000E\",\"53 mil. USD\"]]', 'Embraer', '', 'publish', 'closed', 'closed', '', 'embraer', '', '', '2020-11-26 15:35:36', '2020-11-26 15:35:36', '', 0, 'https://wapejets.com/?post_type=tablepress_table&p=758', 0, 'tablepress_table', 'application/json', 0),
(759, 1, '2020-11-26 15:13:54', '2020-11-26 15:13:54', '[[\"PHENOM 100EV\",\"5.3 mil. USD\"],[\"PHENOM 300E\",\"9.5 mil. USD\"],[\"PRAETOR 500\",\"17 mil. USD\"],[\"PRAETOR 600\",\"21 mil. USD\"],[\"LEGACY 450\",\"16.57 mil. USD\"],[\"LEGACY 500\",\"19.995 mil. USD\"],[\"LEGACY 650E\",\"31.6 mil. USD\"],[\"LINEAGE 1000E\",\"53 mil. USD\"]]', 'Embraer', '', 'inherit', 'closed', 'closed', '', '758-revision-v1', '', '', '2020-11-26 15:13:54', '2020-11-26 15:13:54', '', 758, 'https://wapejets.com/2020/11/26/758-revision-v1/', 0, 'revision', '', 0),
(760, 1, '2020-11-26 15:17:46', '2020-11-26 15:17:46', '[[\"<p class=\\\"big\\\">PHENOM 100EV<-p>\",\"5.3 mil. USD\"],[\"PHENOM 300E\",\"9.5 mil. USD\"],[\"PRAETOR 500\",\"17 mil. USD\"],[\"PRAETOR 600\",\"21 mil. USD\"],[\"LEGACY 450\",\"16.57 mil. USD\"],[\"LEGACY 500\",\"19.995 mil. USD\"],[\"LEGACY 650E\",\"31.6 mil. USD\"],[\"LINEAGE 1000E\",\"53 mil. USD\"]]', 'Embraer', '', 'inherit', 'closed', 'closed', '', '758-revision-v1', '', '', '2020-11-26 15:17:46', '2020-11-26 15:17:46', '', 758, 'https://wapejets.com/2020/11/26/758-revision-v1/', 0, 'revision', '', 0),
(761, 1, '2020-11-26 15:18:00', '2020-11-26 15:18:00', '[[\"<p class=\\\"big\\\">PHENOM 100EV</p>\",\"5.3 mil. USD\"],[\"PHENOM 300E\",\"9.5 mil. USD\"],[\"PRAETOR 500\",\"17 mil. USD\"],[\"PRAETOR 600\",\"21 mil. USD\"],[\"LEGACY 450\",\"16.57 mil. USD\"],[\"LEGACY 500\",\"19.995 mil. USD\"],[\"LEGACY 650E\",\"31.6 mil. USD\"],[\"LINEAGE 1000E\",\"53 mil. USD\"]]', 'Embraer', '', 'inherit', 'closed', 'closed', '', '758-revision-v1', '', '', '2020-11-26 15:18:00', '2020-11-26 15:18:00', '', 758, 'https://wapejets.com/2020/11/26/758-revision-v1/', 0, 'revision', '', 0),
(762, 1, '2020-11-26 15:18:35', '2020-11-26 15:18:35', '[[\"<p class=\\\"big\\\">PHENOM 100EV\",\"5.3 mil. USD\"],[\"PHENOM 300E\",\"9.5 mil. USD\"],[\"PRAETOR 500\",\"17 mil. USD\"],[\"PRAETOR 600\",\"21 mil. USD\"],[\"LEGACY 450\",\"16.57 mil. USD\"],[\"LEGACY 500\",\"19.995 mil. USD\"],[\"LEGACY 650E\",\"31.6 mil. USD\"],[\"LINEAGE 1000E\",\"53 mil. USD</p>\"]]', 'Embraer', '', 'inherit', 'closed', 'closed', '', '758-revision-v1', '', '', '2020-11-26 15:18:35', '2020-11-26 15:18:35', '', 758, 'https://wapejets.com/2020/11/26/758-revision-v1/', 0, 'revision', '', 0),
(763, 1, '2020-11-26 15:19:12', '2020-11-26 15:19:12', '[[\"PHENOM 100EV\",\"5.3 mil. USD\"],[\"PHENOM 300E\",\"9.5 mil. USD\"],[\"PRAETOR 500\",\"17 mil. USD\"],[\"PRAETOR 600\",\"21 mil. USD\"],[\"LEGACY 450\",\"16.57 mil. USD\"],[\"LEGACY 500\",\"19.995 mil. USD\"],[\"LEGACY 650E\",\"31.6 mil. USD\"],[\"LINEAGE 1000E\",\"53 mil. USD\"]]', 'Embraer', '', 'inherit', 'closed', 'closed', '', '758-revision-v1', '', '', '2020-11-26 15:19:12', '2020-11-26 15:19:12', '', 758, 'https://wapejets.com/2020/11/26/758-revision-v1/', 0, 'revision', '', 0),
(764, 1, '2020-11-26 15:21:57', '2020-11-26 15:21:57', '[[\"M2\",\"5.5 mil. USD\"],[\"CJ3+\",\"9.3 mil. USD\"],[\"CJ4\",\"10 mil. USD\"],[\"XLS+\\n\",\"12.95 mil. USD\"],[\"LATITUDE\",\"16.5 mil. USD\"],[\"SOVEREIGN+\",\"17.895 mil. USD\"],[\"CITATION X+\",\"23.365 mil. USD\"],[\"LONGITUDE\",\"26.95 mil. USD\"]]', 'Cessna', '', 'publish', 'closed', 'closed', '', 'kopie-embraer', '', '', '2020-11-26 15:33:45', '2020-11-26 15:33:45', '', 0, 'https://wapejets.com/?post_type=tablepress_table&p=764', 0, 'tablepress_table', 'application/json', 0),
(765, 1, '2020-11-26 15:28:41', '2020-11-26 15:28:41', '[[\"M2\",\"5.5 mil. USD\"],[\"CJ3+\",\"9.3 mil. USD\"],[\"CJ4\",\"10 mil. USD\"],[\"XLS+\\n\",\"12.95 mil. USD\"],[\"LATITUDE\",\"16.5 mil. USD\"],[\"SOVEREIGN+\",\"17.895 mil. USD\"],[\"CITATION X+\",\"23.365 mil. USD\"],[\"LONGITUDE\",\"26.95 mil. USD\"]]', 'Cessna', '', 'inherit', 'closed', 'closed', '', '764-revision-v1', '', '', '2020-11-26 15:28:41', '2020-11-26 15:28:41', '', 764, 'https://wapejets.com/2020/11/26/764-revision-v1/', 0, 'revision', '', 0),
(766, 1, '2020-11-26 15:36:15', '2020-11-26 15:36:15', '[[\"LEARJET 75\",\"13.8 mil. USD\"],[\"CHALLENGER 350\",\"26.67 mil. USD\"],[\"CHALLENGER 650\",\"32.35 mil. USD\"],[\"GLOBAL 5000\",\"50.44 mil. USD\"],[\"GLOBAL 5500\",\"46 mil. USD\"],[\"GLOBAL 6000\",\"62.31 mil. USD\"],[\"GLOBAL 6500\",\"56 mil. USD\"],[\"GLOBAL 7500\",\"72.8 mil. USD\"],[\"GLOBAL 8000\",\"71 mil. USD\"]]', 'Bombardier', '', 'publish', 'closed', 'closed', '', 'kopie-cessna', '', '', '2020-11-26 15:38:04', '2020-11-26 15:38:04', '', 0, 'https://wapejets.com/?post_type=tablepress_table&p=766', 0, 'tablepress_table', 'application/json', 0),
(767, 1, '2020-11-26 15:38:04', '2020-11-26 15:38:04', '[[\"LEARJET 75\",\"13.8 mil. USD\"],[\"CHALLENGER 350\",\"26.67 mil. USD\"],[\"CHALLENGER 650\",\"32.35 mil. USD\"],[\"GLOBAL 5000\",\"50.44 mil. USD\"],[\"GLOBAL 5500\",\"46 mil. USD\"],[\"GLOBAL 6000\",\"62.31 mil. USD\"],[\"GLOBAL 6500\",\"56 mil. USD\"],[\"GLOBAL 7500\",\"72.8 mil. USD\"],[\"GLOBAL 8000\",\"71 mil. USD\"]]', 'Bombardier', '', 'inherit', 'closed', 'closed', '', '766-revision-v1', '', '', '2020-11-26 15:38:04', '2020-11-26 15:38:04', '', 766, 'https://wapejets.com/2020/11/26/766-revision-v1/', 0, 'revision', '', 0),
(768, 1, '2020-11-26 15:40:58', '2020-11-26 15:40:58', '[[\"G280\",\"24.5 mil. USD\"],[\"G550\",\"61.5 mil. USD\"],[\"G500\",\"44.65 mil. USD\"],[\"G600\",\"55.65 mil. USD\"],[\"G650\",\"64.5 mil. USD\"],[\"G650ER\",\"68.8 mil. USD\"],[\"G700\",\"75 mil. USD\"]]', 'Gulfstream', '', 'publish', 'closed', 'closed', '', 'kopie-bombardier', '', '', '2020-11-26 15:42:31', '2020-11-26 15:42:31', '', 0, 'https://wapejets.com/?post_type=tablepress_table&p=768', 0, 'tablepress_table', 'application/json', 0),
(769, 1, '2020-11-26 15:42:31', '2020-11-26 15:42:31', '[[\"G280\",\"24.5 mil. USD\"],[\"G550\",\"61.5 mil. USD\"],[\"G500\",\"44.65 mil. USD\"],[\"G600\",\"55.65 mil. USD\"],[\"G650\",\"64.5 mil. USD\"],[\"G650ER\",\"68.8 mil. USD\"],[\"G700\",\"75 mil. USD\"]]', 'Gulfstream', '', 'inherit', 'closed', 'closed', '', '768-revision-v1', '', '', '2020-11-26 15:42:31', '2020-11-26 15:42:31', '', 768, 'https://wapejets.com/2020/11/26/768-revision-v1/', 0, 'revision', '', 0),
(770, 1, '2020-11-26 15:46:29', '2020-11-26 15:46:29', '[[\"FALCON 2000\",\"29.95 mil. USD\"],[\"FALCON 2000LX\",\"33 mil. USD\"],[\"FALCON 900LX\",\"43.80 mil. USD\"],[\"FALCON 6X\",\"47 mil. USD\"],[\"FALCON 7X\",\"53.8 mil. USD\"],[\"FALCON 8X\",\"57.5 mil. USD\"]]', 'Dassault', '', 'publish', 'closed', 'closed', '', 'kopie-gulfstream', '', '', '2020-11-26 15:48:06', '2020-11-26 15:48:06', '', 0, 'https://wapejets.com/?post_type=tablepress_table&p=770', 0, 'tablepress_table', 'application/json', 0),
(771, 1, '2020-11-26 15:48:06', '2020-11-26 15:48:06', '[[\"FALCON 2000\",\"29.95 mil. USD\"],[\"FALCON 2000LX\",\"33 mil. USD\"],[\"FALCON 900LX\",\"43.80 mil. USD\"],[\"FALCON 6X\",\"47 mil. USD\"],[\"FALCON 7X\",\"53.8 mil. USD\"],[\"FALCON 8X\",\"57.5 mil. USD\"]]', 'Dassault', '', 'inherit', 'closed', 'closed', '', '770-revision-v1', '', '', '2020-11-26 15:48:06', '2020-11-26 15:48:06', '', 770, 'https://wapejets.com/2020/11/26/770-revision-v1/', 0, 'revision', '', 0),
(772, 1, '2020-11-26 15:50:55', '2020-11-26 15:50:55', '[[\"HONDA JET HA-420\",\"4.9 mil. USD\"]]', 'Kopie Embraer', '', 'publish', 'closed', 'closed', '', 'kopie-embraer-2', '', '', '2020-11-26 15:51:28', '2020-11-26 15:51:28', '', 0, 'https://wapejets.com/?post_type=tablepress_table&p=772', 0, 'tablepress_table', 'application/json', 0),
(773, 1, '2020-11-26 15:51:28', '2020-11-26 15:51:28', '[[\"HONDA JET HA-420\",\"4.9 mil. USD\"]]', 'Kopie Embraer', '', 'inherit', 'closed', 'closed', '', '772-revision-v1', '', '', '2020-11-26 15:51:28', '2020-11-26 15:51:28', '', 772, 'https://wapejets.com/2020/11/26/772-revision-v1/', 0, 'revision', '', 0),
(776, 1, '2020-12-18 17:26:00', '2020-12-18 17:26:00', '', 'wj_pf_2021', '', 'inherit', 'open', 'closed', '', 'wj_pf_2021', '', '', '2020-12-18 17:26:00', '2020-12-18 17:26:00', '', 0, 'https://wapejets.com/wp-content/uploads/2020/12/wj_news_foto_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(777, 1, '2020-12-18 17:30:13', '2020-12-18 17:30:13', '', 'wapejets_logo_baked_white', '', 'inherit', 'open', 'closed', '', 'wapejets_logo_baked_white', '', '', '2020-12-18 17:30:13', '2020-12-18 17:30:13', '', 0, 'https://wapejets.com/wp-content/uploads/2020/12/wapejets_logo_baked_white.png', 0, 'attachment', 'image/png', 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_css`
--
CREATE TABLE `wp_revslider_css` (
`id` int(9) NOT NULL,
`handle` text COLLATE utf8_czech_ci NOT NULL,
`settings` longtext COLLATE utf8_czech_ci,
`hover` longtext COLLATE utf8_czech_ci,
`advanced` longtext COLLATE utf8_czech_ci,
`params` longtext COLLATE utf8_czech_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
--
-- Vypisuji data pro tabulku `wp_revslider_css`
--
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(110, '.tp-caption.mfnrsjetlargewhite', '', NULL, NULL, '{\"color\":\"#ffffff\",\"font-family\":\"\\\"Ubuntu\\\"\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"500\",\"background-color\":\"transparent\",\"font-style\":\"italic\",\"text-decoration\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\",\"text-shadow\":\"none\",\"letter-spacing\":\"2px\",\"type\":\"text\"}'),
(111, '.tp-caption.mfnrsjetmediumwhite', '', NULL, NULL, '{\"color\":\"#ffffff\",\"font-size\":\"42px\",\"font-family\":\"\\\"Ubuntu\\\"\",\"line-height\":\"42px\",\"font-weight\":\"100\",\"background-color\":\"transparent\",\"text-decoration\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\",\"text-shadow\":\"none\",\"letter-spacing\":\"2px\",\"type\":\"text\"}');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_css_bkp`
--
CREATE TABLE `wp_revslider_css_bkp` (
`id` int(9) NOT NULL,
`handle` text COLLATE utf8_czech_ci NOT NULL,
`settings` longtext COLLATE utf8_czech_ci,
`hover` longtext COLLATE utf8_czech_ci,
`advanced` longtext COLLATE utf8_czech_ci,
`params` longtext COLLATE utf8_czech_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
--
-- Vypisuji data pro tabulku `wp_revslider_css_bkp`
--
INSERT INTO `wp_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),
(2, '.tp-caption.small_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(3, '.tp-caption.medium_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(4, '.tp-caption.large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(5, '.tp-caption.very_large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),
(6, '.tp-caption.very_big_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(9, '.tp-caption.modern_medium_fat_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(10, '.tp-caption.modern_medium_light', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(11, '.tp-caption.modern_big_bluebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),
(12, '.tp-caption.modern_big_redbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),
(13, '.tp-caption.modern_small_text_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(14, '.tp-caption.boxshadow', NULL, NULL, NULL, '{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),
(15, '.tp-caption.black', NULL, NULL, NULL, '{\"color\":\"#000\",\"text-shadow\":\"none\"}'),
(16, '.tp-caption.noshadow', NULL, NULL, NULL, '{\"text-shadow\":\"none\"}'),
(17, '.tp-caption.thinheadline_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', NULL, NULL, NULL, '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', NULL, NULL, NULL, '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', NULL, NULL, NULL, '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', NULL, NULL, NULL, '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', NULL, NULL, NULL, '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', NULL, NULL, NULL, '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_layer_animations`
--
CREATE TABLE `wp_revslider_layer_animations` (
`id` int(9) NOT NULL,
`handle` text COLLATE utf8_czech_ci NOT NULL,
`params` text COLLATE utf8_czech_ci NOT NULL,
`settings` text COLLATE utf8_czech_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_layer_animations_bkp`
--
CREATE TABLE `wp_revslider_layer_animations_bkp` (
`id` int(9) NOT NULL,
`handle` text COLLATE utf8_czech_ci NOT NULL,
`params` text COLLATE utf8_czech_ci NOT NULL,
`settings` text COLLATE utf8_czech_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_navigations`
--
CREATE TABLE `wp_revslider_navigations` (
`id` int(9) NOT NULL,
`name` varchar(191) COLLATE utf8_czech_ci NOT NULL,
`handle` varchar(191) COLLATE utf8_czech_ci NOT NULL,
`type` varchar(191) COLLATE utf8_czech_ci NOT NULL,
`css` longtext COLLATE utf8_czech_ci NOT NULL,
`markup` longtext COLLATE utf8_czech_ci NOT NULL,
`settings` longtext COLLATE utf8_czech_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_navigations_bkp`
--
CREATE TABLE `wp_revslider_navigations_bkp` (
`id` int(9) NOT NULL,
`name` varchar(191) COLLATE utf8_czech_ci NOT NULL,
`handle` varchar(191) COLLATE utf8_czech_ci NOT NULL,
`type` varchar(191) COLLATE utf8_czech_ci NOT NULL,
`css` longtext COLLATE utf8_czech_ci NOT NULL,
`markup` longtext COLLATE utf8_czech_ci NOT NULL,
`settings` longtext COLLATE utf8_czech_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_sliders`
--
CREATE TABLE `wp_revslider_sliders` (
`id` int(9) NOT NULL,
`title` tinytext COLLATE utf8_czech_ci NOT NULL,
`alias` tinytext COLLATE utf8_czech_ci,
`params` longtext COLLATE utf8_czech_ci NOT NULL,
`settings` text COLLATE utf8_czech_ci,
`type` varchar(191) COLLATE utf8_czech_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
--
-- Vypisuji data pro tabulku `wp_revslider_sliders`
--
INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Home Jet', 'jet', '{\"addOns\":[],\"version\":\"6.2.0\",\"shortcode\":\"[rev_slider alias=\\\"jet\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"815\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center top\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"3\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"960px\",\"hideAllLayersUnderLimit\":\"960px\",\"hideSliderUnderLimit\":\"960px\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":true,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":true,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":true,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"alternateURLId\":false,\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"50\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"jet\\\"][\\/rev_slider]\"}', '{\"version\":\"6.2.0\"}', ''),
(2, 'Home Jet 1', 'home-jet-1', '{\"addOns\":[],\"version\":\"6.2.0\",\"shortcode\":\"[rev_slider alias=\\\"home-jet-1\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"815\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center top\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"3\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":true,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"alternateURLId\":false,\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"50\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-jet-1\\\"][\\/rev_slider]\"}', '{\"version\":\"6.2.0\"}', ''),
(3, 'Home Jet New', 'home-jet-11', '{\"addOns\":[],\"version\":\"6.2.0\",\"shortcode\":\"[rev_slider alias=\\\"home-jet-11\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"815\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center top\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"3\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"960px\",\"hideAllLayersUnderLimit\":\"960px\",\"hideSliderUnderLimit\":\"960px\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":true,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":true,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":true,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"alternateURLId\":false,\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"50\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-jet-11\\\"][\\/rev_slider]\"}', '{\"version\":\"6.2.0\"}', ''),
(4, 'Home Jet old', 'home-jet-new-1', '{\"addOns\":[],\"version\":\"6.2.0\",\"shortcode\":\"[rev_slider alias=\\\"home-jet-new-1\\\"]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"815\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center top\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"3\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"960px\",\"hideAllLayersUnderLimit\":\"960px\",\"hideSliderUnderLimit\":\"960px\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":true,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":true,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":true,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"alternateURLId\":false,\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"50\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-jet-11\\\"][\\/rev_slider]\",\"title\":\"Home Jet New 1\",\"alias\":\"home-jet-new-1\"}', '{\"version\":\"6.2.0\"}', ''),
(5, 'Home Jet New EN', 'home-jet-new-11', '{\"addOns\":[],\"version\":\"6.2.0\",\"shortcode\":\"[rev_slider alias=\\\"home-jet-new-11\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"815\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":815,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center top\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"3\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"960px\",\"hideAllLayersUnderLimit\":\"960px\",\"hideSliderUnderLimit\":\"960px\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5\",\"radius\":10,\"vertical\":\"top\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(0,0,0,0.15)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":true,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":true,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":true,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateURLId\":false,\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"50\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"home-jet-new-11\\\"][\\/rev_slider]\"}', '{\"version\":\"6.2.0\"}', '');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_sliders_bkp`
--
CREATE TABLE `wp_revslider_sliders_bkp` (
`id` int(9) NOT NULL,
`title` tinytext COLLATE utf8_czech_ci NOT NULL,
`alias` tinytext COLLATE utf8_czech_ci,
`params` longtext COLLATE utf8_czech_ci NOT NULL,
`settings` text COLLATE utf8_czech_ci,
`type` varchar(191) COLLATE utf8_czech_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_slides`
--
CREATE TABLE `wp_revslider_slides` (
`id` int(9) NOT NULL,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext COLLATE utf8_czech_ci NOT NULL,
`layers` longtext COLLATE utf8_czech_ci NOT NULL,
`settings` text COLLATE utf8_czech_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
--
-- Vypisuji data pro tabulku `wp_revslider_slides`
--
INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"https:\\/\\/wapejets.com\\/wp-content\\/uploads\\/2015\\/06\\/home_jet_slide_1_bg.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"boxslide\"],\"slots\":[7],\"duration\":[300],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"panzoom\":{\"duration\":\"9000\"}}', '{\"0\":{\"text\":\"V\\u00edtejte ve sv\\u011bt\\u011b, <br \\/>kde letadlo \\u010dek\\u00e1 na V\\u00e1s \",\"uid\":0,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"height\":{\"d\":{\"v\":\"129px\",\"e\":true},\"n\":{\"v\":\"129px\"},\"t\":{\"v\":\"129px\"},\"m\":{\"v\":\"129px\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"200px\",\"e\":true},\"n\":{\"v\":\"200px\"},\"t\":{\"v\":\"200px\"},\"m\":{\"v\":\"200px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}}},\"timeline\":{\"start\":900,\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":\"4000\",\"start\":400,\"startRelative\":400,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":4000}},\"frame_999\":{\"timeline\":{\"ease\":\"nothing\",\"speed\":\"0\",\"start\":9000,\"startRelative\":4600,\"endWithSlide\":true,\"auto\":false,\"frameLength\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":400},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"mfnrsjetlargewhite\",\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"syncopate-regular\",\"fontSize\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"40px\"},\"m\":{\"v\":\"40px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"textAlign\":{\"d\":{\"e\":true}},\"borderColor\":\"#000000\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"textTransform\":\"uppercase\",\"boxShadow\":{\"hoffset\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}}},\"textShadow\":{\"inuse\":true}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"dbwebtest.eu\\/sluzby\\/#prodej\"}]},\"type\":\"text\"},\"4\":{\"text\":\"Popt\\u00e1vka letu\",\"alias\":\"Button-4\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"170px\",\"e\":true},\"n\":{\"v\":\"90px\"},\"t\":{\"v\":\"68px\"},\"m\":{\"v\":\"41px\"}},\"height\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"9px\"}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"19px\"},\"m\":{\"v\":\"11px\"}},\"y\":{\"d\":{\"v\":\"340px\",\"e\":true},\"n\":{\"v\":\"181px\"},\"t\":{\"v\":\"137px\"},\"m\":{\"v\":\"84px\"}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":\"3000\",\"start\":2000,\"startRelative\":2390,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":3000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"speed\":\"0\",\"start\":9000,\"startRelative\":4610,\"endWithSlide\":true,\"frameLength\":0}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2000},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadiusLock\":true,\"padding\":{\"d\":{\"v\":[0,25,0,25],\"e\":false},\"n\":{\"v\":[0,13,0,13],\"e\":false},\"t\":{\"v\":[0,10,0,10],\"e\":false},\"m\":{\"v\":[0,6,0,6],\"e\":false}},\"fontFamily\":\"Red Hat Text\",\"fontSize\":{\"d\":{\"v\":\"17\"},\"n\":{\"v\":\"9\"},\"t\":{\"v\":\"6\"},\"m\":{\"v\":\"4\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"40\"},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(0,0,0,0)\",\"borderColor\":\"rgba(255,255,255,0.35)\",\"borderRadius\":{\"v\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"e\":true},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"1px\",\"1px\",\"1px\",\"1px\"],\"rotationX\":\"0deg\",\"boxShadow\":{\"inuse\":true,\"hoffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"voffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"blur\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"spread\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"color\":\"rgba(0, 0, 0, 0.47)\"},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"#1e1e1e\",\"backgroundColor\":\"#a9e3eb\",\"borderColor\":\"rgba(255,255,255,0.75)\",\"borderRadius\":{\"v\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"e\":true},\"borderStyle\":\"solid\",\"borderWidth\":[\"1px\",\"1px\",\"1px\",\"1px\"],\"ease\":\"power1.inOut\",\"borderRadiusLock\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"mouseenter\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"gotoframe\":\"frame_1\",\"gotoframeM\":\"frame_1\",\"gotoframeN\":\"frame_1\",\"image_link\":\"https:\\/\\/wapejets.com\\/sluzby#poptavka\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}', '{\"version\":\"6.2.0\"}'),
(2, 2, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"https:\\/\\/wapejets.com\\/wp-content\\/uploads\\/2015\\/06\\/home_jet_slide_1_bg.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"boxslide\"],\"slots\":[7],\"duration\":[300],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"panzoom\":{\"duration\":\"9000\"}}', '{\"0\":{\"text\":\"V\\u00edtejte ve sv\\u011bt\\u011b, <br \\/>kde letadlo<br \\/> \\u010dek\\u00e1 na V\\u00e1s \",\"uid\":0,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}}},\"timeline\":{\"start\":900,\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":\"4000\",\"start\":400,\"startRelative\":400,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":4000}},\"frame_999\":{\"timeline\":{\"ease\":\"nothing\",\"speed\":\"0\",\"start\":9000,\"startRelative\":4600,\"endWithSlide\":true,\"auto\":false,\"frameLength\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":400},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"mfnrsjetlargewhite\",\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"syncopate-regular\",\"fontSize\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"100px\"},\"t\":{\"v\":\"100px\"},\"m\":{\"v\":\"100px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"130px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderColor\":\"#000000\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"textTransform\":\"uppercase\",\"boxShadow\":{\"hoffset\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}}},\"textShadow\":{\"inuse\":true,\"hoffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\"}},\"voffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"10px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"10px\"}},\"blur\":{\"d\":{\"v\":\"5px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"5px\"},\"m\":{\"v\":\"5px\"}}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"dbwebtest.eu\\/sluzby\\/#prodej\"}]},\"type\":\"text\"},\"1\":{\"text\":\"\",\"alias\":\"shape-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666667},\"n\":{\"v\":1.6666666666667},\"t\":{\"v\":1.6666666666667},\"m\":{\"v\":1.6666666666667}},\"covermode\":\"cover-proportional\",\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"10\"},\"t\":{\"v\":\"7\"},\"m\":{\"v\":\"4\"}},\"lineHeight\":{\"n\":{\"v\":\"13\"},\"t\":{\"v\":\"9\"},\"m\":{\"v\":\"6\"}},\"backgroundColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}', '{\"version\":\"6.2.0\"}'),
(3, 2, 2, '[]', '', '{\"temp\":true}'),
(4, 3, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"https:\\/\\/wapejets.com\\/wp-content\\/uploads\\/2020\\/06\\/010_Falcon5X_2013DVD43_1920.jpg\",\"imageId\":413,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"boxslide\"],\"slots\":[7],\"duration\":[300],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"panzoom\":{\"duration\":\"9000\"}}', '{\"0\":{\"text\":\"V\\u00edtejte ve sv\\u011bt\\u011b, <br \\/>kde letadlo \\u010dek\\u00e1 na V\\u00e1s \",\"uid\":0,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"520px\",\"e\":true},\"n\":{\"v\":\"520px\"},\"t\":{\"v\":\"520px\"},\"m\":{\"v\":\"520px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}}},\"timeline\":{\"start\":900,\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":\"4000\",\"start\":400,\"startRelative\":400,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":4000}},\"frame_999\":{\"timeline\":{\"ease\":\"nothing\",\"speed\":\"0\",\"start\":9000,\"startRelative\":4600,\"endWithSlide\":true,\"auto\":false,\"frameLength\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":400},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"mfnrsjetlargewhite\",\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"syncopate-regular\",\"fontSize\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"60px\"}},\"textAlign\":{\"d\":{\"e\":true}},\"borderColor\":\"#000000\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"textTransform\":\"uppercase\",\"boxShadow\":{\"hoffset\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}}},\"textShadow\":{\"inuse\":true}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"dbwebtest.eu\\/sluzby\\/#prodej\"}]},\"type\":\"text\"},\"4\":{\"text\":\"POPT\\u00c1VKA LETU\",\"alias\":\"Button-4\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"v\":\"240px\",\"e\":true},\"t\":{\"v\":\"160px\",\"e\":true},\"m\":{\"v\":\"98px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"53px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"680px\",\"e\":true},\"n\":{\"v\":\"660px\",\"e\":true},\"t\":{\"v\":\"660px\",\"e\":true},\"m\":{\"v\":\"653px\",\"e\":true}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":\"3000\",\"start\":2000,\"startRelative\":2390,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":3000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"speed\":\"0\",\"start\":9000,\"startRelative\":4610,\"endWithSlide\":true,\"frameLength\":0}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2000},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderWidthLock\":true,\"borderRadiusLock\":true,\"padding\":{\"d\":{\"v\":[10,20,10,20],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"syncopate-regular\",\"fontSize\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"11px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"40\"},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"#152030\",\"borderColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"e\":true},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"1px\",\"1px\",\"1px\",\"1px\"],\"rotationX\":\"0deg\",\"boxShadow\":{\"inuse\":true,\"hoffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"voffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"blur\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"spread\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"color\":\"rgba(0, 0, 0, 0.47)\"},\"whiteSpace\":{\"d\":{\"v\":\"content\",\"e\":true},\"n\":{\"v\":\"content\"},\"t\":{\"v\":\"content\"},\"m\":{\"v\":\"content\"}}},\"hover\":{\"usehover\":true,\"color\":\"#1e1e1e\",\"backgroundColor\":\"#a9e3eb\",\"borderColor\":\"rgba(255,255,255,0.75)\",\"borderRadius\":{\"v\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"e\":true},\"borderStyle\":\"solid\",\"borderWidth\":[\"1px\",\"1px\",\"1px\",\"1px\"],\"ease\":\"power1.inOut\",\"borderRadiusLock\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"mouseenter\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"gotoframe\":\"frame_1\",\"gotoframeM\":\"frame_1\",\"gotoframeN\":\"frame_1\",\"image_link\":\"https:\\/\\/wapejets.com\\/pronajem-letadel\\/#poptavka\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}', '{\"version\":\"6.2.0\"}'),
(5, 4, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"https:\\/\\/wapejets.com\\/wp-content\\/uploads\\/2020\\/06\\/010_Falcon5X_2013DVD43LR.jpg\",\"imageId\":406,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"boxslide\"],\"slots\":[7],\"duration\":[300],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"panzoom\":{\"duration\":\"9000\"}}', '{\"0\":{\"text\":\"V\\u00edtejte ve sv\\u011bt\\u011b, <br \\/>kde letadlo \\u010dek\\u00e1 na V\\u00e1s \",\"uid\":0,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"540px\",\"e\":true},\"n\":{\"v\":\"540px\"},\"t\":{\"v\":\"540px\"},\"m\":{\"v\":\"540px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}}},\"timeline\":{\"start\":900,\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":\"4000\",\"start\":400,\"startRelative\":400,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":4000}},\"frame_999\":{\"timeline\":{\"ease\":\"nothing\",\"speed\":\"0\",\"start\":9000,\"startRelative\":4600,\"endWithSlide\":true,\"auto\":false,\"frameLength\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":400},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"mfnrsjetlargewhite\",\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"syncopate-regular\",\"fontSize\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"60px\"}},\"textAlign\":{\"d\":{\"e\":true}},\"borderColor\":\"#000000\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"textTransform\":\"uppercase\",\"boxShadow\":{\"hoffset\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}}},\"textShadow\":{\"inuse\":true}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"dbwebtest.eu\\/sluzby\\/#prodej\"}]},\"type\":\"text\"},\"4\":{\"text\":\"Popt\\u00e1vka letu\",\"alias\":\"Button-4\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"170px\",\"e\":true},\"n\":{\"v\":\"90px\"},\"t\":{\"v\":\"68px\"},\"m\":{\"v\":\"41px\"}},\"height\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"9px\"}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"19px\"},\"m\":{\"v\":\"11px\"}},\"y\":{\"d\":{\"v\":\"680px\",\"e\":true},\"n\":{\"v\":\"362px\"},\"t\":{\"v\":\"275px\"},\"m\":{\"v\":\"169px\"}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":\"3000\",\"start\":2000,\"startRelative\":2390,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":3000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"speed\":\"0\",\"start\":9000,\"startRelative\":4610,\"endWithSlide\":true,\"frameLength\":0}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2000},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadiusLock\":true,\"padding\":{\"d\":{\"v\":[0,25,0,25],\"e\":false},\"n\":{\"v\":[0,13,0,13],\"e\":false},\"t\":{\"v\":[0,10,0,10],\"e\":false},\"m\":{\"v\":[0,6,0,6],\"e\":false}},\"fontFamily\":\"Red Hat Text\",\"fontSize\":{\"d\":{\"v\":\"17\"},\"n\":{\"v\":\"9\"},\"t\":{\"v\":\"6\"},\"m\":{\"v\":\"4\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"40\"},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(0,0,0,0)\",\"borderColor\":\"rgba(255,255,255,0.35)\",\"borderRadius\":{\"v\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"e\":true},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"1px\",\"1px\",\"1px\",\"1px\"],\"rotationX\":\"0deg\",\"boxShadow\":{\"inuse\":true,\"hoffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"voffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"blur\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"spread\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"color\":\"rgba(0, 0, 0, 0.47)\"},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"#1e1e1e\",\"backgroundColor\":\"#a9e3eb\",\"borderColor\":\"rgba(255,255,255,0.75)\",\"borderRadius\":{\"v\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"e\":true},\"borderStyle\":\"solid\",\"borderWidth\":[\"1px\",\"1px\",\"1px\",\"1px\"],\"ease\":\"power1.inOut\",\"borderRadiusLock\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"mouseenter\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"gotoframe\":\"frame_1\",\"gotoframeM\":\"frame_1\",\"gotoframeN\":\"frame_1\",\"image_link\":\"https:\\/\\/wapejets.com\\/sluzby#poptavka\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}', '{\"version\":\"6.2.0\"}'),
(6, 5, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"center top\",\"image\":\"https:\\/\\/wapejets.com\\/wp-content\\/uploads\\/2020\\/06\\/010_Falcon5X_2013DVD43_1920.jpg\",\"imageId\":413,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"boxslide\"],\"slots\":[7],\"duration\":[300],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"panzoom\":{\"duration\":\"9000\"}}', '{\"0\":{\"text\":\"Welcome to the world <br \\/>\\nwhere your plane awaits you \",\"uid\":0,\"version\":\"6.2.0\",\"toggle\":{\"text\":\"\"},\"size\":{\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"520px\",\"e\":true},\"n\":{\"v\":\"520px\"},\"t\":{\"v\":\"520px\"},\"m\":{\"v\":\"520px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}}},\"timeline\":{\"start\":900,\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":\"4000\",\"start\":400,\"startRelative\":400,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":4000}},\"frame_999\":{\"timeline\":{\"ease\":\"nothing\",\"speed\":\"0\",\"start\":9000,\"startRelative\":4600,\"endWithSlide\":true,\"auto\":false,\"frameLength\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":400},{\"id\":\"frame_999\",\"start\":9000}],\"hoverFilterUsed\":false,\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"style\":\"mfnrsjetlargewhite\",\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"syncopate-regular\",\"fontSize\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"2px\"},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"lineHeight\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"60px\"}},\"textAlign\":{\"d\":{\"e\":true}},\"borderColor\":\"#000000\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"textTransform\":\"uppercase\",\"boxShadow\":{\"hoffset\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}}},\"textShadow\":{\"inuse\":true}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"dbwebtest.eu\\/sluzby\\/#prodej\"}]},\"type\":\"text\"},\"4\":{\"text\":\"FLIGHT INQUIRY\",\"alias\":\"Button-4\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"19px\"},\"m\":{\"v\":\"11px\"}},\"y\":{\"d\":{\"v\":\"680px\",\"e\":true},\"n\":{\"v\":\"362px\"},\"t\":{\"v\":\"275px\"},\"m\":{\"v\":\"169px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}}},\"timeline\":{\"endWithSlide\":false,\"alias\":\"Anim From\"}},\"frame_1\":{\"timeline\":{\"speed\":\"3000\",\"start\":2000,\"startRelative\":2390,\"endWithSlide\":false,\"alias\":\"Anim To\",\"frameLength\":3000}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"speed\":\"0\",\"start\":9000,\"startRelative\":4610,\"endWithSlide\":true,\"frameLength\":0}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":2000},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderWidthLock\":true,\"borderRadiusLock\":true,\"padding\":{\"d\":{\"v\":[10,20,10,20],\"e\":true},\"n\":{\"v\":[5,11,5,11],\"e\":false},\"t\":{\"v\":[4,8,4,8],\"e\":false},\"m\":{\"v\":[2,5,2,5],\"e\":false}},\"fontFamily\":\"syncopate-regular\",\"fontSize\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"10px\"},\"m\":{\"v\":\"6px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"40\"},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"#152030\",\"borderColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"e\":true},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"1px\",\"1px\",\"1px\",\"1px\"],\"rotationX\":\"0deg\",\"boxShadow\":{\"inuse\":true,\"hoffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"voffset\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"blur\":{\"d\":{\"v\":\"10px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"1px\"}},\"spread\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"color\":\"rgba(0, 0, 0, 0.47)\"},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"#1e1e1e\",\"backgroundColor\":\"#a9e3eb\",\"borderColor\":\"rgba(255,255,255,0.75)\",\"borderRadius\":{\"v\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"e\":true},\"borderStyle\":\"solid\",\"borderWidth\":[\"1px\",\"1px\",\"1px\",\"1px\"],\"ease\":\"power1.inOut\",\"borderRadiusLock\":true},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"mouseenter\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"gotoframe\":\"frame_1\",\"gotoframeM\":\"frame_1\",\"gotoframeN\":\"frame_1\",\"image_link\":\"https:\\/\\/wapejets.com\\/charter#inquiry\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}', '{\"version\":\"6.2.0\"}');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_slides_bkp`
--
CREATE TABLE `wp_revslider_slides_bkp` (
`id` int(9) NOT NULL,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` longtext COLLATE utf8_czech_ci NOT NULL,
`layers` longtext COLLATE utf8_czech_ci NOT NULL,
`settings` text COLLATE utf8_czech_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_static_slides`
--
CREATE TABLE `wp_revslider_static_slides` (
`id` int(9) NOT NULL,
`slider_id` int(9) NOT NULL,
`params` longtext COLLATE utf8_czech_ci NOT NULL,
`layers` longtext COLLATE utf8_czech_ci NOT NULL,
`settings` text COLLATE utf8_czech_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
--
-- Vypisuji data pro tabulku `wp_revslider_static_slides`
--
INSERT INTO `wp_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '[]', '', '{\"temp\":true}'),
(2, 2, '[]', '', '{\"temp\":true}'),
(3, 3, '[]', '', '{\"temp\":true}'),
(4, 4, '[]', '', '{\"temp\":true}'),
(5, 5, '[]', '', '{\"temp\":true}');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_revslider_static_slides_bkp`
--
CREATE TABLE `wp_revslider_static_slides_bkp` (
`id` int(9) NOT NULL,
`slider_id` int(9) NOT NULL,
`params` longtext COLLATE utf8_czech_ci NOT NULL,
`layers` longtext COLLATE utf8_czech_ci NOT NULL,
`settings` text COLLATE utf8_czech_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_smush_dir_images`
--
CREATE TABLE `wp_smush_dir_images` (
`id` mediumint(9) NOT NULL,
`path` text COLLATE utf8mb4_unicode_ci NOT NULL,
`path_hash` char(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`resize` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lossy` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`error` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`image_size` int(10) UNSIGNED DEFAULT NULL,
`orig_size` int(10) UNSIGNED DEFAULT NULL,
`file_time` int(10) UNSIGNED DEFAULT NULL,
`last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
`meta` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_swift_performance_warmup`
--
CREATE TABLE `wp_swift_performance_warmup` (
`id` varchar(32) NOT NULL,
`url` varchar(255) NOT NULL,
`priority` int(10) NOT NULL,
`menu_item` tinyint(1) NOT NULL,
`timestamp` int(11) NOT NULL,
`type` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- Vypisuji data pro tabulku `wp_swift_performance_warmup`
--
INSERT INTO `wp_swift_performance_warmup` (`id`, `url`, `priority`, `menu_item`, `timestamp`, `type`) VALUES
('0011b68f8028c0dd20380fcfcc30e911', 'httpss://wapejets.com/2020/05/29/poptavkovy-formular/', 300, 0, 0, ''),
('04559427a3ced2766fabfd4f327cc3c7', 'httpss://wapejets.com/cs/portfolio-item/bombardier/', 280, 0, 0, ''),
('0683d8b5101ff942ef6258e3770edb00', 'httpss://wapejets.com/cs/aircraft/', 350, 0, 0, ''),
('14846333148c5a97f59cc412b14da08c', 'httpss://wapejets.com/ngg_tag/sky/', 200, 0, 0, ''),
('164348c472538d43eca93784caa3ecde', 'httpss://wapejets.com/en/', 30, 0, 0, ''),
('1f7ae55643a9dc64c4bc37bb6bea3850', 'https://wapejets.com/wp-json/wp/v2/', 200, 0, 0, ''),
('24cbfe7dbfd32b0539deb17049416148', 'httpss://wapejets.com/2020/06/08/bombardier/', 250, 0, 0, ''),
('2a776f29eecb4bcbe3f5413a8cb12079', 'https://wapejets.com/sitemap_index.xml', 200, 0, 0, ''),
('2be50be017f4069c45147dad5ae3aad5', 'httpss://wapejets.com/en/home/', 260, 0, 0, ''),
('35f0ad3f3478e12d043e00c6d4196fd1', 'httpss://wapejets.com/cs/2020/05/28/hello-world/', 330, 0, 0, ''),
('3d79adae48a5b693f739b8630ef9538c', 'httpss://wapejets.com/cs/galerie/', 90, 1, 0, ''),
('40427fd4a6bc3fb442f68ca553e978b5', 'httpss://wapejets.com/2020/05/28/default-kit/', 320, 0, 0, ''),
('4dacc54e03f1a9adb31e623e5934055c', 'httpss://wapejets.com/ngg_tag/lav/', 200, 0, 0, ''),
('53181dae58edd02e05e44e49c40fc84e', 'https://wapejets.com/ngg_tag/old-paint/', 200, 0, 0, ''),
('55197fb9739d08383ff629aec0c18732', 'httpss://wapejets.com/cs/', 20, 0, 0, ''),
('57f98ed1de99eb9b9183d3b9d3b4a588', 'httpss://wapejets.com/cs/category/uncategorized/', 40, 0, 0, ''),
('580037e9b4821467e9328e0e3da620ef', 'httpss://wapejets.com/cs/reference/', 70, 1, 0, ''),
('5c0e2699c4fba5f8cb33e926423363c7', 'httpss://wapejets.com/cs/cookies/', 220, 0, 0, ''),
('5d5bdfcb573aeeb988d201c3fccedf6a', 'httpss://wapejets.com/2020/06/01/betheme-child/', 270, 0, 0, ''),
('5d789be23a6cb27f1a563daca2d44b6f', 'httpss://wapejets.com/category-sitemap.xml', 200, 0, 0, ''),
('654ffc495ceac8d974c2103b946623bc', 'httpss://wapejets.com/cs/kontakt/', 60, 1, 0, ''),
('6ec625a1dfd3ffffbb75f3719a362f26', 'https://wapejets.com/ngg_tag/west-coast-us/', 200, 0, 0, ''),
('7ed444ed6d900bcf4bd558d4e1fa1023', 'httpss://wapejets.com/cs/uvod/', 310, 0, 0, ''),
('83e65abba23e5667daac4e0a1f419e1e', 'httpss://wapejets.com/cs/faktory-letu/', 290, 0, 0, ''),
('870972fc645d3ba9456dd6edef3efd4c', 'httpss://wapejets.com/en/about/', 160, 1, 0, ''),
('8c0be829cf71e990635607243b339767', 'httpss://wapejets.com/en/media-center/', 200, 1, 0, ''),
('97182e1eecdd5d1c8f3e3e5dab9a4d1b', 'httpss://wapejets.com/cs/kontakt-test/', 230, 0, 0, ''),
('9c3d2b1783101963fac669cb12758d68', 'httpss://wapejets.com/cs/o-nas/', 110, 1, 0, ''),
('9d9aaa06e376ddbe78f9af5138404f88', 'httpss://wapejets.com/ngg_tag-sitemap.xml', 200, 0, 0, ''),
('a1eaf6fa058677898c6f59305386897b', 'httpss://wapejets.com/wp/v2/users/', 200, 0, 0, ''),
('a73f3dfe10cb360c4d4b3debe4f33e16', 'httpss://wapejets.com/en/services/', 150, 1, 0, ''),
('a7f2d2e50de7327aeb1eff6f7b08e1b3', 'httpss://wapejets.com/cs/media/', 80, 1, 0, ''),
('b2ffa375a0b79ea9665ee79cb77d5dc3', 'httpss://wapejets.com/cs/homepage_old/', 380, 0, 0, ''),
('b6c9276caa9688c965fd836e43265f63', 'httpss://wapejets.com/en/faq-en/', 180, 1, 0, ''),
('b786542bd87573adde418bbb664a3749', 'httpss://wapejets.com/robots.txt', 200, 0, 0, ''),
('bef33e82ed2948c6c187fcfab839d9c8', 'httpss://wapejets.com/cs/newsletter/', 240, 0, 0, ''),
('bff060289b9d5009dc2583c1fcc21a01', 'httpss://wapejets.com/cs/sluzby/', 120, 1, 0, ''),
('c09f73d8ce919586a7def113e7543f15', 'httpss://wapejets.com/cs/contact_old/', 360, 0, 0, ''),
('c3844006cc1f06824802491eb8f992bc', 'httpss://wapejets.com/cs/sample-page/', 340, 0, 0, ''),
('c94582371fa2f0e14ea7b0aa684fff12', 'httpss://wapejets.com/cs/about_old/', 370, 0, 0, ''),
('cd6fc701ef39fe3ec217c224f7c0f5a2', 'httpss://wapejets.com/en/projects/', 140, 1, 0, ''),
('d2a441ee68960fae74381d80e8bc5bd8', 'httpss://wapejets.com/portfolio-sitemap.xml', 200, 0, 0, ''),
('d9522f97e66adb3e0724cf170a954694', 'httpss://wapejets.com/post-sitemap.xml', 200, 0, 0, ''),
('df48d3316628183fc266732cb684c03d', 'httpss://wapejets.com/cs/projekty/', 100, 1, 0, ''),
('e1c657a177e327cb5180a4e67d1a0d34', 'httpss://wapejets.com/en/contact/', 170, 1, 0, ''),
('eb64101c5ed59cef320867ff0071c236', 'httpss://wapejets.com/en/gallery/', 130, 1, 0, ''),
('ef4d3da04c96d854c6748edb75a6f875', 'httpss://wapejets.com/wp-json/wp/v2/users/', 200, 0, 0, ''),
('f36a2f134d5a5763595daa1c7753ce44', 'https://wapejets.com/ngg_tag/embraer/', 200, 0, 0, ''),
('f6c7434ae3e54cf74a558611e8fd5a91', 'httpss://wapejets.com/cs/faq/', 50, 1, 0, ''),
('f82a7641b4063d7994240cc021daf0be', 'httpss://wapejets.com/en/references/', 190, 1, 0, ''),
('fd9dd049b625e8b83de6c9cced1dadd2', 'httpss://wapejets.com/en/cookies-en/', 210, 0, 0, '');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_termmeta`
--
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_terms`
--
CREATE TABLE `wp_terms` (
`term_id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Main Menu', 'main-menu', 0),
(3, 'Main Menu CZ', 'main-menu-cz', 0),
(8, 'embraer', 'embraer', 0),
(9, 'phenom 100', 'phenom-100', 0),
(13, '2012', '2012', 0),
(14, 'G550', 'g550', 0),
(15, 'G550 RevG', 'g550-revg', 0),
(16, 'Sales and Design Center', 'sales-and-design-center', 0),
(17, 'Sunset', 'sunset', 0),
(18, 'corp demo', 'corp-demo', 0),
(19, 'corporate demonstrator', 'corporate-demonstrator', 0),
(20, 'demo aircraft', 'demo-aircraft', 0),
(21, 'demonstrator', 'demonstrator', 0),
(22, 'exterior', 'exterior', 0),
(23, 'g550 rev g', 'g550-rev-g', 0),
(24, 'ground', 'ground', 0),
(25, 'sav', 'sav', 0),
(26, 'savannah', 'savannah', 0),
(27, 'Aerial', 'aerial', 0),
(28, 'Aerials', 'aerials', 0),
(29, 'Air', 'air', 0),
(30, 'blue', 'blue', 0),
(31, 'blue sky', 'blue-sky', 0),
(32, 'clouds', 'clouds', 0),
(33, 'in flight', 'in-flight', 0),
(34, 'oregon', 'oregon', 0),
(35, 'Sky', 'sky', 0),
(36, 'white', 'white', 0),
(37, 'white clouds', 'white-clouds', 0),
(38, 'Forest', 'forest', 0),
(39, 'green', 'green', 0),
(40, 'Green Mountain', 'green-mountain', 0),
(41, 'exteriors', 'exteriors', 0),
(42, 'ext', 'ext', 0),
(43, 'air2air', 'air2air', 0),
(44, 'air to air', 'air-to-air', 0),
(45, 'west coast', 'west-coast', 0),
(46, 'west coast US', 'west-coast-us', 0),
(47, 'old paint scheme', 'old-paint-scheme', 0),
(48, 'old paint', 'old-paint', 0),
(49, 'dallas', 'dallas', 0),
(50, 'g280', 'g280', 0),
(51, 'G280 Interior', 'g280-interior', 0),
(52, 'galley', 'galley', 0),
(53, 'Gulfstream', 'gulfstream', 0),
(54, 'int', 'int', 0),
(55, 'interior', 'interior', 0),
(56, 'lav', 'lav', 0),
(57, 'lavatory', 'lavatory', 0),
(58, 'sink', 'sink', 0),
(59, 'G250 MOCKUP', 'g250-mockup', 0),
(60, 'tube', 'tube', 0),
(76, '- CZ -', 'cs', 1),
(77, '- CZ -', 'pll_cs', 0),
(78, 'Nezařazené', 'nezarazene-cs', 0),
(88, '- EN -', 'en', 0),
(89, '- EN -', 'pll_en', 0),
(90, 'Nezařazené', 'nezarazene-en', 0),
(92, 'pll_5edf716f1f8c4', 'pll_5edf716f1f8c4', 0),
(93, 'pll_5edf718eb2e73', 'pll_5edf718eb2e73', 0),
(94, 'pll_5edf71a090bf5', 'pll_5edf71a090bf5', 0),
(95, 'pll_5edf7441cf157', 'pll_5edf7441cf157', 0),
(96, 'pll_5edf74b4373f2', 'pll_5edf74b4373f2', 0),
(97, 'pll_5edf75f42fb75', 'pll_5edf75f42fb75', 0),
(98, 'pll_5edf769b71079', 'pll_5edf769b71079', 0),
(99, 'pll_5edf7731a7001', 'pll_5edf7731a7001', 0),
(101, 'pll_5edf78250cc0f', 'pll_5edf78250cc0f', 0),
(102, 'pll_5edf79253323f', 'pll_5edf79253323f', 0),
(103, 'pll_5ee0c6a73324b', 'pll_5ee0c6a73324b', 0),
(104, 'pll_5f08a1562a211', 'pll_5f08a1562a211', 0),
(105, 'pll_5fb132c7d7bb6', 'pll_5fb132c7d7bb6', 0),
(106, 'pll_5fb1363c0eb42', 'pll_5fb1363c0eb42', 0),
(107, 'pll_5fb13ad652899', 'pll_5fb13ad652899', 0),
(108, 'pll_5fb142052f072', 'pll_5fb142052f072', 0),
(109, 'pll_5fb143ea501a7', 'pll_5fb143ea501a7', 0),
(110, 'pll_5fb1627dbc86b', 'pll_5fb1627dbc86b', 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_term_relationships`
--
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(1, 76, 0),
(1, 77, 0),
(1, 93, 0),
(2, 76, 0),
(3, 76, 0),
(8, 76, 0),
(9, 76, 0),
(10, 76, 0),
(11, 76, 0),
(14, 76, 0),
(15, 76, 0),
(16, 76, 0),
(17, 76, 0),
(18, 76, 0),
(19, 76, 0),
(20, 76, 0),
(21, 76, 0),
(22, 76, 0),
(23, 76, 0),
(25, 76, 0),
(26, 76, 0),
(27, 76, 0),
(31, 76, 0),
(33, 76, 0),
(39, 76, 0),
(42, 76, 0),
(43, 76, 0),
(44, 76, 0),
(45, 76, 0),
(49, 76, 0),
(50, 76, 0),
(51, 76, 0),
(52, 76, 0),
(53, 76, 0),
(54, 76, 0),
(55, 8, 1),
(55, 9, 2),
(55, 76, 0),
(56, 76, 0),
(57, 76, 0),
(58, 76, 0),
(59, 76, 0),
(61, 13, 1),
(61, 14, 2),
(61, 15, 3),
(61, 16, 4),
(61, 17, 5),
(61, 18, 6),
(61, 19, 7),
(61, 20, 8),
(61, 21, 9),
(61, 22, 10),
(61, 23, 11),
(61, 24, 12),
(61, 25, 13),
(61, 26, 14),
(62, 13, 1),
(62, 14, 2),
(62, 15, 3),
(62, 16, 4),
(62, 17, 5),
(62, 18, 6),
(62, 19, 7),
(62, 20, 8),
(62, 21, 9),
(62, 22, 10),
(62, 23, 11),
(62, 24, 12),
(62, 25, 13),
(62, 26, 14),
(63, 14, 7),
(63, 27, 1),
(63, 28, 2),
(63, 29, 3),
(63, 30, 4),
(63, 31, 5),
(63, 32, 6),
(63, 33, 8),
(63, 34, 9),
(63, 35, 10),
(63, 36, 11),
(63, 37, 12),
(64, 14, 15),
(64, 22, 8),
(64, 33, 6),
(64, 34, 12),
(64, 36, 4),
(64, 37, 5),
(64, 38, 1),
(64, 39, 2),
(64, 40, 3),
(64, 41, 7),
(64, 42, 9),
(64, 43, 10),
(64, 44, 11),
(64, 45, 13),
(64, 46, 14),
(64, 47, 16),
(64, 48, 17),
(64, 76, 0),
(65, 13, 1),
(65, 49, 2),
(65, 50, 3),
(65, 51, 4),
(65, 52, 5),
(65, 53, 6),
(65, 54, 7),
(65, 55, 8),
(65, 76, 0),
(66, 13, 1),
(66, 49, 2),
(66, 50, 3),
(66, 54, 4),
(66, 55, 5),
(66, 56, 6),
(66, 57, 7),
(66, 58, 8),
(67, 49, 1),
(67, 50, 3),
(67, 52, 4),
(67, 54, 5),
(67, 55, 6),
(67, 59, 2),
(68, 49, 1),
(68, 50, 3),
(68, 54, 4),
(68, 55, 5),
(68, 59, 2),
(68, 60, 6),
(68, 76, 0),
(69, 76, 0),
(70, 76, 0),
(71, 76, 0),
(72, 76, 0),
(73, 76, 0),
(74, 76, 0),
(75, 76, 0),
(78, 75, 0),
(78, 76, 0),
(78, 77, 0),
(78, 92, 0),
(79, 76, 0),
(80, 76, 0),
(80, 80, 0),
(80, 94, 0),
(90, 89, 0),
(90, 92, 0),
(92, 76, 0),
(93, 76, 0),
(102, 76, 0),
(103, 76, 0),
(109, 76, 0),
(110, 76, 0),
(111, 76, 0),
(112, 76, 0),
(113, 76, 0),
(114, 76, 0),
(114, 82, 0),
(114, 103, 0),
(116, 76, 0),
(117, 76, 0),
(118, 76, 0),
(119, 76, 0),
(120, 76, 0),
(121, 76, 0),
(122, 76, 0),
(123, 76, 0),
(124, 76, 0),
(125, 76, 0),
(126, 76, 0),
(127, 76, 0),
(128, 76, 0),
(129, 76, 0),
(130, 76, 0),
(131, 76, 0),
(132, 76, 0),
(133, 76, 0),
(134, 76, 0),
(135, 76, 0),
(136, 76, 0),
(141, 76, 0),
(142, 76, 0),
(143, 76, 0),
(144, 76, 0),
(145, 76, 0),
(146, 76, 0),
(147, 76, 0),
(148, 76, 0),
(149, 76, 0),
(150, 76, 0),
(151, 76, 0),
(152, 76, 0),
(153, 76, 0),
(156, 76, 0),
(156, 81, 0),
(156, 99, 0),
(158, 76, 0),
(161, 76, 0),
(161, 110, 0),
(163, 76, 0),
(163, 83, 0),
(163, 101, 0),
(165, 76, 0),
(166, 76, 0),
(167, 76, 0),
(168, 76, 0),
(169, 76, 0),
(170, 76, 0),
(171, 76, 0),
(172, 76, 0),
(173, 76, 0),
(175, 76, 0),
(175, 84, 0),
(175, 97, 0),
(177, 76, 0),
(179, 76, 0),
(180, 76, 0),
(181, 76, 0),
(182, 76, 0),
(183, 76, 0),
(184, 76, 0),
(185, 76, 0),
(186, 76, 0),
(187, 76, 0),
(196, 76, 0),
(197, 76, 0),
(198, 76, 0),
(199, 76, 0),
(200, 76, 0),
(201, 76, 0),
(202, 76, 0),
(203, 76, 0),
(204, 76, 0),
(205, 76, 0),
(206, 76, 0),
(207, 76, 0),
(208, 76, 0),
(209, 76, 0),
(210, 76, 0),
(211, 76, 0),
(212, 76, 0),
(213, 76, 0),
(214, 76, 0),
(215, 76, 0),
(216, 76, 0),
(217, 76, 0),
(218, 76, 0),
(219, 76, 0),
(220, 76, 0),
(221, 76, 0),
(222, 76, 0),
(223, 76, 0),
(224, 76, 0),
(225, 76, 0),
(226, 76, 0),
(227, 76, 0),
(228, 76, 0),
(229, 76, 0),
(230, 76, 0),
(293, 76, 0),
(295, 76, 0),
(296, 76, 0),
(297, 76, 0),
(298, 76, 0),
(299, 76, 0),
(300, 76, 0),
(301, 76, 0),
(302, 76, 0),
(303, 76, 0),
(304, 76, 0),
(305, 76, 0),
(306, 76, 0),
(307, 76, 0),
(322, 76, 0),
(323, 76, 0),
(324, 76, 0),
(325, 76, 0),
(326, 76, 0),
(327, 76, 0),
(328, 76, 0),
(329, 76, 0),
(330, 76, 0),
(331, 76, 0),
(332, 76, 0),
(333, 76, 0),
(347, 76, 0),
(348, 76, 0),
(353, 76, 0),
(353, 85, 0),
(353, 98, 0),
(355, 76, 0),
(356, 76, 0),
(357, 76, 0),
(358, 76, 0),
(359, 76, 0),
(361, 76, 0),
(361, 102, 0),
(363, 76, 0),
(364, 76, 0),
(365, 76, 0),
(366, 76, 0),
(367, 76, 0),
(368, 76, 0),
(370, 76, 0),
(370, 86, 0),
(370, 95, 0),
(372, 76, 0),
(373, 76, 0),
(374, 76, 0),
(375, 76, 0),
(381, 76, 0),
(382, 76, 0),
(383, 76, 0),
(384, 76, 0),
(385, 76, 0),
(386, 76, 0),
(387, 76, 0),
(387, 87, 0),
(387, 96, 0),
(389, 76, 0),
(396, 76, 0),
(397, 76, 0),
(398, 76, 0),
(399, 76, 0),
(400, 76, 0),
(401, 76, 0),
(402, 76, 0),
(403, 76, 0),
(404, 76, 0),
(405, 76, 0),
(406, 76, 0),
(407, 76, 0),
(408, 76, 0),
(409, 76, 0),
(410, 76, 0),
(411, 76, 0),
(412, 76, 0),
(413, 76, 0),
(414, 76, 0),
(415, 76, 0),
(416, 76, 0),
(457, 76, 0),
(458, 76, 0),
(459, 76, 0),
(460, 76, 0),
(461, 76, 0),
(462, 76, 0),
(463, 76, 0),
(464, 76, 0),
(465, 76, 0),
(466, 76, 0),
(467, 76, 0),
(468, 76, 0),
(470, 76, 0),
(472, 76, 0),
(476, 76, 0),
(477, 76, 0),
(478, 76, 0),
(479, 76, 0),
(487, 88, 0),
(487, 94, 0),
(489, 88, 0),
(489, 99, 0),
(494, 88, 0),
(494, 103, 0),
(496, 3, 0),
(497, 3, 0),
(498, 3, 0),
(499, 3, 0),
(500, 3, 0),
(501, 3, 0),
(502, 3, 0),
(511, 88, 0),
(511, 101, 0),
(513, 88, 0),
(513, 97, 0),
(516, 88, 0),
(516, 98, 0),
(533, 2, 0),
(534, 2, 0),
(536, 2, 0),
(538, 2, 0),
(539, 3, 0),
(541, 88, 0),
(541, 95, 0),
(543, 2, 0),
(561, 88, 0),
(561, 96, 0),
(563, 2, 0),
(568, 88, 0),
(568, 102, 0),
(570, 2, 0),
(571, 76, 0),
(572, 76, 0),
(573, 76, 0),
(574, 76, 0),
(575, 76, 0),
(576, 88, 0),
(585, 76, 0),
(586, 76, 0),
(587, 76, 0),
(588, 76, 0),
(589, 76, 0),
(590, 76, 0),
(591, 76, 0),
(592, 76, 0),
(594, 76, 0),
(598, 76, 0),
(598, 104, 0),
(600, 88, 0),
(600, 104, 0),
(602, 76, 0),
(603, 76, 0),
(606, 76, 0),
(607, 76, 0),
(608, 76, 0),
(613, 2, 0),
(616, 76, 0),
(618, 88, 0),
(620, 76, 0),
(621, 88, 0),
(625, 76, 0),
(626, 76, 0),
(633, 76, 0),
(634, 76, 0),
(639, 76, 0),
(640, 76, 0),
(641, 76, 0),
(642, 76, 0),
(646, 76, 0),
(646, 105, 0),
(652, 76, 0),
(653, 76, 0),
(653, 107, 0),
(655, 76, 0),
(655, 106, 0),
(657, 76, 0),
(658, 76, 0),
(661, 76, 0),
(661, 108, 0),
(663, 76, 0),
(663, 109, 0),
(665, 76, 0),
(666, 76, 0),
(671, 3, 0),
(672, 3, 0),
(673, 3, 0),
(674, 3, 0),
(680, 76, 0),
(681, 76, 0),
(682, 76, 0),
(683, 76, 0),
(684, 76, 0),
(685, 76, 0),
(686, 76, 0),
(687, 76, 0),
(688, 76, 0),
(689, 76, 0),
(692, 76, 0),
(693, 76, 0),
(696, 76, 0),
(700, 76, 0),
(701, 76, 0),
(702, 76, 0),
(709, 76, 0),
(710, 76, 0),
(720, 3, 0),
(722, 88, 0),
(722, 105, 0),
(725, 88, 0),
(725, 106, 0),
(731, 88, 0),
(731, 107, 0),
(733, 88, 0),
(734, 88, 0),
(735, 88, 0),
(736, 88, 0),
(738, 88, 0),
(738, 108, 0),
(740, 88, 0),
(740, 109, 0),
(745, 2, 0),
(746, 88, 0),
(746, 110, 0),
(751, 76, 0),
(752, 76, 0),
(753, 76, 0),
(754, 76, 0),
(755, 76, 0),
(756, 76, 0),
(776, 76, 0),
(777, 76, 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_term_taxonomy`
--
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
`term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 9),
(3, 3, 'nav_menu', '', 0, 13),
(8, 8, 'ngg_tag', '', 0, 1),
(9, 9, 'ngg_tag', '', 0, 1),
(13, 13, 'ngg_tag', '', 0, 4),
(14, 14, 'ngg_tag', '', 0, 4),
(15, 15, 'ngg_tag', '', 0, 2),
(16, 16, 'ngg_tag', '', 0, 2),
(17, 17, 'ngg_tag', '', 0, 2),
(18, 18, 'ngg_tag', '', 0, 2),
(19, 19, 'ngg_tag', '', 0, 2),
(20, 20, 'ngg_tag', '', 0, 2),
(21, 21, 'ngg_tag', '', 0, 2),
(22, 22, 'ngg_tag', '', 0, 3),
(23, 23, 'ngg_tag', '', 0, 2),
(24, 24, 'ngg_tag', '', 0, 2),
(25, 25, 'ngg_tag', '', 0, 2),
(26, 26, 'ngg_tag', '', 0, 2),
(27, 27, 'ngg_tag', '', 0, 1),
(28, 28, 'ngg_tag', '', 0, 1),
(29, 29, 'ngg_tag', '', 0, 1),
(30, 30, 'ngg_tag', '', 0, 1),
(31, 31, 'ngg_tag', '', 0, 1),
(32, 32, 'ngg_tag', '', 0, 1),
(33, 33, 'ngg_tag', '', 0, 2),
(34, 34, 'ngg_tag', '', 0, 2),
(35, 35, 'ngg_tag', '', 0, 1),
(36, 36, 'ngg_tag', '', 0, 2),
(37, 37, 'ngg_tag', '', 0, 2),
(38, 38, 'ngg_tag', '', 0, 1),
(39, 39, 'ngg_tag', '', 0, 1),
(40, 40, 'ngg_tag', '', 0, 1),
(41, 41, 'ngg_tag', '', 0, 1),
(42, 42, 'ngg_tag', '', 0, 1),
(43, 43, 'ngg_tag', '', 0, 1),
(44, 44, 'ngg_tag', '', 0, 1),
(45, 45, 'ngg_tag', '', 0, 1),
(46, 46, 'ngg_tag', '', 0, 1),
(47, 47, 'ngg_tag', '', 0, 1),
(48, 48, 'ngg_tag', '', 0, 1),
(49, 49, 'ngg_tag', '', 0, 4),
(50, 50, 'ngg_tag', '', 0, 4),
(51, 51, 'ngg_tag', '', 0, 1),
(52, 52, 'ngg_tag', '', 0, 2),
(53, 53, 'ngg_tag', '', 0, 1),
(54, 54, 'ngg_tag', '', 0, 4),
(55, 55, 'ngg_tag', '', 0, 4),
(56, 56, 'ngg_tag', '', 0, 1),
(57, 57, 'ngg_tag', '', 0, 1),
(58, 58, 'ngg_tag', '', 0, 1),
(59, 59, 'ngg_tag', '', 0, 2),
(60, 60, 'ngg_tag', '', 0, 1),
(76, 76, 'language', 'a:3:{s:6:\"locale\";s:5:\"cs_CZ\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"cz\";}', 0, 139),
(77, 77, 'term_language', '', 0, 2),
(78, 78, 'category', '', 0, 0),
(88, 88, 'language', 'a:3:{s:6:\"locale\";s:5:\"en_US\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"us\";}', 0, 23),
(89, 89, 'term_language', '', 0, 1),
(90, 90, 'category', '', 0, 0),
(92, 92, 'term_translations', 'a:2:{s:2:\"en\";i:90;s:2:\"cs\";i:78;}', 0, 2),
(93, 93, 'term_translations', 'a:1:{s:2:\"cs\";i:1;}', 0, 1),
(94, 94, 'post_translations', 'a:2:{s:2:\"cs\";i:80;s:2:\"en\";i:487;}', 0, 2),
(95, 95, 'post_translations', 'a:2:{s:2:\"en\";i:541;s:2:\"cs\";i:370;}', 0, 2),
(96, 96, 'post_translations', 'a:2:{s:2:\"en\";i:561;s:2:\"cs\";i:387;}', 0, 2),
(97, 97, 'post_translations', 'a:2:{s:2:\"en\";i:513;s:2:\"cs\";i:175;}', 0, 2),
(98, 98, 'post_translations', 'a:2:{s:2:\"en\";i:516;s:2:\"cs\";i:353;}', 0, 2),
(99, 99, 'post_translations', 'a:2:{s:2:\"en\";i:489;s:2:\"cs\";i:156;}', 0, 2),
(101, 101, 'post_translations', 'a:2:{s:2:\"en\";i:511;s:2:\"cs\";i:163;}', 0, 2),
(102, 102, 'post_translations', 'a:2:{s:2:\"en\";i:568;s:2:\"cs\";i:361;}', 0, 2),
(103, 103, 'post_translations', 'a:2:{s:2:\"en\";i:494;s:2:\"cs\";i:114;}', 0, 2),
(104, 104, 'post_translations', 'a:2:{s:2:\"en\";i:600;s:2:\"cs\";i:598;}', 0, 2),
(105, 105, 'post_translations', 'a:2:{s:2:\"en\";i:722;s:2:\"cs\";i:646;}', 0, 2),
(106, 106, 'post_translations', 'a:2:{s:2:\"en\";i:725;s:2:\"cs\";i:655;}', 0, 2),
(107, 107, 'post_translations', 'a:2:{s:2:\"en\";i:731;s:2:\"cs\";i:653;}', 0, 2),
(108, 108, 'post_translations', 'a:2:{s:2:\"en\";i:738;s:2:\"cs\";i:661;}', 0, 2),
(109, 109, 'post_translations', 'a:2:{s:2:\"en\";i:740;s:2:\"cs\";i:663;}', 0, 2),
(110, 110, 'post_translations', 'a:2:{s:2:\"en\";i:746;s:2:\"cs\";i:161;}', 0, 2);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_tm_taskmeta`
--
CREATE TABLE `wp_tm_taskmeta` (
`meta_id` bigint(20) NOT NULL,
`task_id` bigint(20) NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_tm_tasks`
--
CREATE TABLE `wp_tm_tasks` (
`id` int(11) NOT NULL,
`user_id` bigint(20) NOT NULL,
`type` varchar(300) COLLATE utf8mb4_unicode_ci NOT NULL,
`class_identifier` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`attempts` int(11) DEFAULT '0',
`description` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`time_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`last_locked_at` bigint(20) DEFAULT '0',
`status` varchar(300) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_usermeta`
--
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) UNSIGNED NOT NULL,
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'bruno'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'light'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'false'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'vc_pointers_backend_editor,vc_pointers_frontend_editor,text_widget_custom_html,text_widget_paste_html,theme_editor_notice,tp09_edit_drag_drop_sort'),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '775'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:10:\"89.103.8.0\";}'),
(19, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&hidetb=1&imgsize=full'),
(20, 1, 'wp_user-settings-time', '1605513313'),
(21, 1, 'tgmpa_dismissed_notice_be-tgmpa', '1'),
(22, 1, 'ls-show-support-notice-timestamp', '1588889180'),
(23, 1, 'ls-store-last-viewed', '2020-05-28'),
(25, 1, 'nav_menu_recently_edited', '2'),
(26, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(27, 1, 'metaboxhidden_nav-menus', 'a:9:{i:0;s:23:\"add-post-type-portfolio\";i:1;s:22:\"add-post-type-template\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:16:\"add-client-types\";i:5;s:15:\"add-offer-types\";i:6;s:19:\"add-portfolio-types\";i:7;s:15:\"add-slide-types\";i:8;s:21:\"add-testimonial-types\";}'),
(28, 1, 'elementor_introduction', 'a:2:{s:19:\"colorPickerDropping\";b:1;s:10:\"rightClick\";b:1;}'),
(29, 1, 'cf_pointer_add_element', 'a:1:{i:0;N;}'),
(30, 1, 'closedpostboxes_page', 'a:3:{i:0;s:19:\"wpb_visual_composer\";i:1;s:10:\"wpseo_meta\";i:2;s:22:\"webdados_fb_open_graph\";}'),
(31, 1, 'metaboxhidden_page', 'a:6:{i:0;s:11:\"postexcerpt\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),
(32, 1, 'closedpostboxes_ngg-manage-gallery', 'a:0:{}'),
(33, 1, 'metaboxhidden_ngg-manage-gallery', 'a:0:{}'),
(34, 2, 'nickname', 'jservices'),
(35, 2, 'first_name', 'Jakub'),
(36, 2, 'last_name', 'Dvořák'),
(37, 2, 'description', ''),
(38, 2, 'rich_editing', 'true'),
(39, 2, 'syntax_highlighting', 'true'),
(40, 2, 'comment_shortcuts', 'false'),
(41, 2, 'admin_color', 'fresh'),
(42, 2, 'use_ssl', '0'),
(43, 2, 'show_admin_bar_front', 'true'),
(44, 2, 'locale', ''),
(45, 2, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(46, 2, 'wp_user_level', '10'),
(47, 2, 'dismissed_wp_pointers', ''),
(48, 2, 'session_tokens', 'a:1:{s:64:\"5d604c04e07db2f23e32746a77d4b683e9b76fc455b2bf257a9afd99d3cde0d1\";a:4:{s:10:\"expiration\";i:1595017348;s:2:\"ip\";s:14:\"88.146.175.232\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36\";s:5:\"login\";i:1594844548;}}'),
(49, 2, 'wp_dashboard_quick_press_last_post_id', '605'),
(50, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"88.146.175.0\";}'),
(51, 1, 'caldera_forms_activation_ignore_notice', 'true'),
(53, 1, '_yoast_wpseo_profile_updated', '1591344723'),
(54, 2, '_yoast_wpseo_profile_updated', '1591087112'),
(55, 1, 'elementor_admin_notices', 'a:1:{s:13:\"mc4wp_promote\";s:4:\"true\";}'),
(56, 1, 'tgmpa_dismissed_notice_coming-soon', '1'),
(58, 2, 'cf_pointer_add_element', 'a:1:{i:0;N;}'),
(63, 1, 'meta-box-order_page', 'a:3:{s:4:\"side\";s:69:\"ml_box,submitdiv,pageparentdiv,slider_revolution_metabox,postimagediv\";s:6:\"normal\";s:135:\"mfn-meta-placeholder,wpb_visual_composer,postexcerpt,postcustom,wpseo_meta,commentstatusdiv,commentsdiv,slugdiv,authordiv,mfn-meta-page\";s:8:\"advanced\";s:22:\"webdados_fb_open_graph\";}'),
(64, 1, 'screen_layout_page', '2'),
(65, 1, 'edit_page_per_page', '40'),
(66, 1, 'wpseo_title', ''),
(67, 1, 'wpseo_metadesc', ''),
(68, 1, 'wpseo_noindex_author', ''),
(69, 1, 'wpseo_content_analysis_disable', ''),
(70, 1, 'wpseo_keyword_analysis_disable', ''),
(71, 1, 'description_cs', ''),
(72, 1, 'facebook', ''),
(73, 1, 'instagram', ''),
(74, 1, 'linkedin', ''),
(75, 1, 'myspace', ''),
(76, 1, 'pinterest', ''),
(77, 1, 'soundcloud', ''),
(78, 1, 'tumblr', ''),
(79, 1, 'twitter', ''),
(80, 1, 'youtube', ''),
(81, 1, 'wikipedia', ''),
(82, 1, 'swift_pointers', 'a:2:{i:0;s:0:\"\";s:13:\"settings-mode\";s:13:\"settings-mode\";}'),
(85, 1, 'wp_tablepress_user_options', '{\"user_options_db_version\":41,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),
(86, 1, 'managetablepress_listcolumnshidden', 'a:1:{i:0;s:22:\"table_last_modified_by\";}'),
(87, 1, 'session_tokens', 'a:1:{s:64:\"29e5e5c9ea600493b41246b5a2c68736e5e179126081922f0678b7a6249f2b3f\";a:4:{s:10:\"expiration\";i:1609931251;s:2:\"ip\";s:11:\"93.99.225.2\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15\";s:5:\"login\";i:1609758451;}}');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_users`
--
CREATE TABLE `wp_users` (
`ID` bigint(20) UNSIGNED NOT NULL,
`user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_users`
--
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'bruno', '$P$B1SHzntmhGAjJF00EC6hv3XF1MdgKb0', 'bruno', 'design@davidbauer.cz', '', '2020-05-28 17:11:08', '', 0, 'bruno'),
(2, 'jservices', '$P$By8XZfMDpxpyGCr9biY2pYU665Wc5m1', 'jservices', 'jakub.dvorak@jservices.cz', 'httpss://jservices.cz', '2020-06-01 22:32:29', '', 0, 'Jakub Dvořák');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_wpforms_tasks_meta`
--
CREATE TABLE `wp_wpforms_tasks_meta` (
`id` bigint(20) NOT NULL,
`action` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`data` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_wpforms_tasks_meta`
--
INSERT INTO `wp_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES
(1, 'wpforms_process_entry_emails_meta_cleanup', 'Wzg2NDAwXQ==', '2020-05-29 17:14:45'),
(2, 'wpforms_admin_notifications_update', 'W10=', '2020-05-29 19:56:21'),
(3, 'wpforms_admin_notifications_update', 'W10=', '2020-05-30 20:36:22');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_wpmailsmtp_tasks_meta`
--
CREATE TABLE `wp_wpmailsmtp_tasks_meta` (
`id` bigint(20) NOT NULL,
`action` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`data` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_wpmailsmtp_tasks_meta`
--
INSERT INTO `wp_wpmailsmtp_tasks_meta` (`id`, `action`, `data`, `date`) VALUES
(1, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-08-24 10:15:36'),
(2, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-08-26 12:29:05'),
(3, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-08-28 06:48:16'),
(4, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-08-29 07:32:58'),
(5, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-08-30 10:20:36'),
(6, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-08-31 14:10:15'),
(7, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-09-01 20:37:51'),
(8, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-09-03 12:55:41'),
(9, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-09-21 11:34:21'),
(10, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-09-24 11:43:29'),
(11, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-09-28 13:28:39'),
(12, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-09-30 08:12:35'),
(13, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-10-03 16:22:30'),
(14, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-10-05 13:34:27'),
(15, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-10-14 11:14:28'),
(16, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-10-15 12:51:16'),
(17, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-10-24 17:01:07'),
(18, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-10-26 16:04:44'),
(19, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-10-30 12:46:12'),
(20, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-01 14:58:40'),
(21, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-01 14:59:27'),
(22, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-04 12:22:25'),
(23, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-05 12:22:45'),
(24, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-06 13:19:24'),
(25, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-08 08:09:41'),
(26, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-09 12:53:18'),
(27, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-10 13:30:44'),
(28, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-15 13:43:55'),
(29, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-16 14:30:16'),
(30, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-18 19:07:29'),
(31, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-18 19:07:29'),
(32, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-11-26 14:44:14'),
(33, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-12-08 17:26:53'),
(34, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-12-18 16:24:49'),
(35, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-12-20 09:02:47'),
(36, 'wp_mail_smtp_admin_notifications_update', 'W10=', '2020-12-21 10:44:19');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_yoast_indexable`
--
CREATE TABLE `wp_yoast_indexable` (
`id` int(11) UNSIGNED NOT NULL,
`permalink` longtext COLLATE utf8mb4_unicode_ci,
`permalink_hash` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`object_id` int(11) UNSIGNED DEFAULT NULL,
`object_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
`object_sub_type` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`author_id` int(11) UNSIGNED DEFAULT NULL,
`post_parent` int(11) UNSIGNED DEFAULT NULL,
`title` text COLLATE utf8mb4_unicode_ci,
`description` mediumtext COLLATE utf8mb4_unicode_ci,
`breadcrumb_title` text COLLATE utf8mb4_unicode_ci,
`post_status` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`is_public` tinyint(1) DEFAULT NULL,
`is_protected` tinyint(1) DEFAULT '0',
`has_public_posts` tinyint(1) DEFAULT NULL,
`number_of_pages` int(11) UNSIGNED DEFAULT NULL,
`canonical` longtext COLLATE utf8mb4_unicode_ci,
`primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`primary_focus_keyword_score` int(3) DEFAULT NULL,
`readability_score` int(3) DEFAULT NULL,
`is_cornerstone` tinyint(1) DEFAULT '0',
`is_robots_noindex` tinyint(1) DEFAULT '0',
`is_robots_nofollow` tinyint(1) DEFAULT '0',
`is_robots_noarchive` tinyint(1) DEFAULT '0',
`is_robots_noimageindex` tinyint(1) DEFAULT '0',
`is_robots_nosnippet` tinyint(1) DEFAULT '0',
`twitter_title` text COLLATE utf8mb4_unicode_ci,
`twitter_image` longtext COLLATE utf8mb4_unicode_ci,
`twitter_description` longtext COLLATE utf8mb4_unicode_ci,
`twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`twitter_image_source` text COLLATE utf8mb4_unicode_ci,
`open_graph_title` text COLLATE utf8mb4_unicode_ci,
`open_graph_description` longtext COLLATE utf8mb4_unicode_ci,
`open_graph_image` longtext COLLATE utf8mb4_unicode_ci,
`open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`open_graph_image_source` text COLLATE utf8mb4_unicode_ci,
`open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_ci,
`link_count` int(11) DEFAULT NULL,
`incoming_link_count` int(11) DEFAULT NULL,
`prominent_words_version` int(11) UNSIGNED DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`blog_id` bigint(20) NOT NULL DEFAULT '1',
`language` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schema_page_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`schema_article_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`has_ancestors` tinyint(1) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_yoast_indexable`
--
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`) VALUES
(1, 'https://wapejets.com/author/josef/', '33:3b06dda0ba18456be78b8896e1e832b5', 2, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, 'httpss://0.gravatar.com/avatar/fd27590831e649e500870e9e72de915c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'httpss://0.gravatar.com/avatar/fd27590831e649e500870e9e72de915c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2020-05-28 14:24:36', '2020-08-29 09:29:55', 1, NULL, NULL, NULL, NULL, 0),
(2, 'https://wapejets.com/uvod-new/', '29:a5be274add933949bcc92639bdd3eae7', 1193, 'post', 'page', 2, 0, 'WAPE JETS - Pronájem soukromého letadla | Privátní lety', 'Umožníme Vám plně si užít výhody pronájmu soukromého letadla. Kompletní organizaci nechte na nás. Odbavení do 15 min. Komfort. Bezpečnost. Diskrétnost.', 'ÚVOD new', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 0, NULL, '2020-05-28 14:24:36', '2020-08-29 09:29:55', 1, NULL, NULL, NULL, NULL, 0),
(3, 'https://wapejets.com/', '20:ef3281e1d91aebc983e2ca4cd7be772b', 57, 'post', 'page', 2, 0, 'WAPE JETS - Pronájem soukromého letadla | Privátní lety', 'Umožníme Vám plně si užít výhody pronájmu soukromého letadla. Kompletní organizaci nechte na nás. Odbavení do 15 min. Komfort. Bezpečnost. Diskrétnost.', 'ÚVOD', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, '2020-05-28 15:02:39', '2020-08-29 09:29:55', 1, NULL, NULL, NULL, NULL, 0),
(4, 'https://wapejets.com/en/home/', '28:25b378408667cfbb791c15ff9e6530f8', 791, 'post', 'page', 2, 0, 'WAPE JETS - Private Jet Rental | Flights on Private Jets', NULL, 'HOME', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, '2020-05-28 15:53:07', '2020-08-29 09:29:55', 1, NULL, NULL, NULL, NULL, 0),
(5, 'https://wapejets.com/author/bruno/', '34:01710093bace25b5e9d786c23f6b82a6', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'httpss://2.gravatar.com/avatar/5fddf594a81c02e86fcd127357cc585f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'httpss://2.gravatar.com/avatar/5fddf594a81c02e86fcd127357cc585f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2020-05-28 18:06:47', '2020-12-25 16:22:32', 1, NULL, NULL, NULL, NULL, 0),
(6, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Stránka nenalezena %%sep%% %%sitename%%', NULL, 'Chyba 404: Stránka nebyla nalezena', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-28 19:13:48', '2020-08-23 14:36:21', 1, NULL, NULL, NULL, NULL, 0),
(7, 'https://wapejets.com/en/thank-you/', '33:53926a06fa84ec34ec38e6096b985c28', 927, 'post', 'page', 2, 0, NULL, NULL, 'Thank you', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-28 20:12:31', '2020-08-29 09:29:55', 1, NULL, NULL, NULL, NULL, 0),
(8, 'https://wapejets.com/faktory/', '28:9e6731484260404fead77ae283fc925a', 985, 'post', 'page', 2, 0, 'Cena pronájmu soukromého letadla - WAPE JETS', NULL, 'Faktory', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 2, NULL, '2020-05-28 22:46:41', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(9, 'https://wapejets.com/en/jet-book-order/', '38:f8b5ad37ee6ce4f7090f716558c0366b', 888, 'post', 'page', 2, 0, NULL, NULL, 'Jet Book – Order', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, '2020-05-29 00:21:46', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(10, 'https://wapejets.com/2018/04/29/ahoj-vsichni/', '44:2473c46a12ac1f989812d3bcdd7aa4b3', 1, 'post', 'post', 1, 0, NULL, NULL, 'Ahoj všichni!', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-05-30 08:47:21', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(11, 'https://wapejets.com/jet-book-objednavka/', '40:26ed86e77a9e37b72477d1a55eefbee0', 880, 'post', 'page', 2, 0, NULL, NULL, 'Jet Book – objednávka', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, '2020-05-31 09:37:35', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(13, 'https://wapejets.com/dekujeme/', '29:5861b06438919ce940c90cf04a4b1298', 943, 'post', 'page', 2, 0, NULL, NULL, 'Děkujeme', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-01 13:57:43', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(14, 'https://wapejets.com/cs/uvod/', '29:4ed4ea6c489b0ee303257951fa1dfeda', 80, 'post', 'page', 1, 0, 'WAPEJETS - Pronájem soukromého letadla | Privátní lety', 'Umožníme Vám plně si užít výhody pronájmu soukromého letadla. Kompletní organizaci nechte na nás. Odbavení do 15 min. Komfort. Bezpečnost. Diskrétnost.', 'Úvod', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 07:43:29', '2020-11-08 10:20:06', 1, NULL, NULL, NULL, NULL, 0),
(15, 'https://wapejets.com/cs/faq/', '27:7884cbab017f4d4ae1842ec15f088455', 387, 'post', 'page', 1, 0, NULL, NULL, 'FAQ', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 08:13:47', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(16, 'https://wapejets.com/cs/projekty/', '33:f2504aa97894d50569d7a5a7dd94a08a', 163, 'post', 'page', 1, 0, NULL, NULL, 'Projekty', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 08:29:48', '2020-10-24 15:09:54', 1, NULL, NULL, NULL, NULL, 0),
(17, 'httpss://wapejets.com/cs/o-nas/', '30:c84e771bcaec32357ad40dbf50713ef6', 156, 'post', 'page', 1, 0, NULL, NULL, 'O nás', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 08:34:16', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(18, 'https://wapejets.com/cs/sluzby-old/', '35:2492ca96c23b4acb73c11c94ba0e3ccc', 114, 'post', 'page', 1, 0, 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel', NULL, 'Služby – old', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 08:34:41', '2020-11-08 10:16:56', 1, NULL, NULL, NULL, NULL, 0),
(19, 'https://wapejets.com/cs/faktory-letu/', '37:ea97538ad85b5a1ecb1210e13e8af60e', 161, 'post', 'page', 1, 0, 'Cena pronájmu soukromého letadla - WAPEJETS', NULL, 'Faktory letu', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 08:35:27', '2020-11-15 17:35:29', 1, NULL, NULL, NULL, NULL, 0),
(20, 'https://wapejets.com/cs/galerie/', '31:7eee8645508a90c3f1ef4afafc7c0250', 175, 'post', 'page', 1, 0, NULL, NULL, 'Galerie', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 08:36:38', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(21, 'httpss://wapejets.com/cs/media/', '30:4cc165388a377a9e4faf1f6f463897d0', 353, 'post', 'page', 1, 0, NULL, NULL, 'Média', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 08:36:49', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(22, 'https://wapejets.com/reference/', '30:4d590a1eab94a5ec1748797ee9967e94', 361, 'post', 'page', 1, 0, NULL, NULL, 'Reference', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:40:05', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(23, 'https://wapejets.com/cs/kontakt/', '32:6e972de0dd15b10ed6be0c8d780a30e1', 370, 'post', 'page', 1, 0, NULL, NULL, 'Kontakt', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 08:41:20', '2020-11-08 14:05:41', 1, NULL, NULL, NULL, NULL, 0),
(25, 'https://wapejets.com/ngg_tag/old-paint/', '38:0544b00de900eea66a50109a6b0e50c4', 48, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'old paint', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:47:22', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(26, 'https://wapejets.com/ngg_tag/sav/', '32:5df4708b4ee87630c46c7a003919581a', 25, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'sav', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:47:56', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(27, 'https://wapejets.com/ngg_tag/int/', '32:f059eb889829cb77fbaa169d6ca4f0df', 54, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'int', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:48:14', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(28, 'https://wapejets.com/ngg_tag/sky/', '32:2b4fb23d48de4f8bcd5b45d15e7efa54', 35, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'Sky', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:48:28', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(29, 'https://wapejets.com/ngg_tag/air/', '32:338d30400f0766c5ce9a7f4221528b86', 29, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'Air', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:48:38', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(30, 'https://wapejets.com/ngg_tag/2012/', '33:ed485688df05fb42ddda335cb880657d', 13, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, '2012', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:48:57', '2020-08-29 09:29:56', 1, NULL, NULL, NULL, NULL, 0),
(31, 'https://wapejets.com/ngg_tag/white/', '34:33beac3a5521ab1d2d321d430c571972', 36, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'white', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:49:19', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(32, 'https://wapejets.com/ngg_tag/ext/', '32:de254916dbfc461b3feba2d099a8849a', 42, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'ext', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:49:33', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(33, 'https://wapejets.com/ngg_tag/lav/', '32:b725b908ca565cbbaff0c94483b5dbb8', 56, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'lav', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:49:50', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(34, 'https://wapejets.com/ngg_tag/g550/', '33:2d968d171027637b0da861a57f4963cd', 14, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'G550', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:49:58', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(35, 'https://wapejets.com/wp-content/uploads/2020/06/Cessna-Citation-Latitude_1.jpg', '77:ba6a02c553d608c7a0d43c71f26309c9', 476, 'post', 'attachment', 1, 353, NULL, NULL, 'Textron Cessna Latitude', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/Cessna-Citation-Latitude_1.jpg', NULL, '476', 'attachment-image', NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/Cessna-Citation-Latitude_1.jpg', '476', 'attachment-image', '{\"width\":1800,\"height\":1200,\"url\":\"https:\\/\\/wapejets.com\\/wp-content\\/uploads\\/2020\\/06\\/Cessna-Citation-Latitude_1.jpg\",\"path\":\"\\/volume1\\/web\\/wapejets_com\\/wp-content\\/uploads\\/2020\\/06\\/Cessna-Citation-Latitude_1.jpg\",\"size\":\"full\",\"id\":476,\"alt\":\"\",\"pixels\":2160000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-06-02 08:50:09', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 1),
(38, 'https://wapejets.com/ngg_tag/tube/', '33:ce0ef1d7e0c2309d27d3b31a2a802b31', 60, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'tube', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:50:29', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(40, 'https://wapejets.com/ngg_tag/sink/', '33:7438d243e60baf007f5fb442e421dc24', 58, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'sink', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:50:48', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(41, 'https://wapejets.com/ngg_tag/clouds/', '35:e3679fda5ce7777bbeda56bd29915de5', 32, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'clouds', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:50:53', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(42, 'https://wapejets.com/ngg_tag/sunset/', '35:ae33a7fc43591afddd392169c87e6e4b', 17, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'Sunset', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:50:55', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(45, 'https://wapejets.com/ngg_tag/forest/', '35:f67fd61249ce4bc574ba190c9d3fe704', 38, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'Forest', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:03', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(46, 'https://wapejets.com/ngg_tag/blue/', '33:9fdfe23236f670c16ebaff6bc0c2dbf1', 30, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'blue', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:06', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(47, 'https://wapejets.com/ngg_tag/aerial/', '35:78dbf42d1dc8ad40364dae908d19e8c0', 27, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'Aerial', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:08', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(48, 'https://wapejets.com/ngg_tag/oregon/', '35:994e53dc5f7646410444a7965fbc957a', 34, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'oregon', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:13', '2020-08-29 09:29:57', 1, NULL, NULL, NULL, NULL, 0),
(49, 'https://wapejets.com/ngg_tag/g280/', '33:a98e3be6c1491354fca720f74b183654', 50, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'g280', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:19', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(51, 'https://wapejets.com/ngg_tag/green/', '34:f79548a1499872bba7b7b5881508947b', 39, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'green', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:32', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(52, 'https://wapejets.com/ngg_tag/dallas/', '35:193139983033de123690e3b025527703', 49, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'dallas', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:41', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(53, 'https://wapejets.com/ngg_tag/galley/', '35:a7c455832c5f99cdfbe41dbef10c02a3', 52, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'galley', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:50', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(54, 'https://wapejets.com/ngg_tag/embraer/', '36:e403186603adc80e0f4c5c53a7618cbc', 8, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'embraer', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:52', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(55, 'https://wapejets.com/ngg_tag/ground/', '35:5961d93816cba45ede830de14effe8cc', 24, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'ground', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:51:57', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(57, 'https://wapejets.com/ngg_tag/air2air/', '36:dc8a5e403bea32ce004ed2c0a02f4901', 43, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'air2air', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:52:06', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(60, 'https://wapejets.com/ngg_tag/aerials/', '36:2d583b44e91d5ec921b73fa4dffc99e2', 28, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'Aerials', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:52:17', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(61, 'https://wapejets.com/ngg_tag/lavatory/', '37:e11b35d1a08fd8a1b6ef50852beb0cb8', 57, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'lavatory', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:52:23', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(62, 'https://wapejets.com/ngg_tag/blue-sky/', '37:fda45809479e0ec1079f00601c304b74', 31, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'blue sky', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:52:29', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(63, 'https://wapejets.com/ngg_tag/interior/', '37:baf0ebcfedf7a1c6741a440a2ed508c5', 55, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'interior', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:52:36', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(67, 'https://wapejets.com/ngg_tag/air-to-air/', '39:ed3ff3d0f4ae1657d2d175da34f81c9b', 44, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'air to air', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:53:05', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(68, 'https://wapejets.com/ngg_tag/g250-mockup/', '40:df1327690e3e2fc73f4c44c7be376e59', 59, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'G250 MOCKUP', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:53:11', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(69, 'https://wapejets.com/ngg_tag/savannah/', '37:3a8389f77b6e836048198b8e3fcb6e0e', 26, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'savannah', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:53:17', '2020-08-29 09:29:58', 1, NULL, NULL, NULL, NULL, 0),
(70, 'https://wapejets.com/ngg_tag/g280-interior/', '42:192c82fe5610109adea4942ddc30a115', 51, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'G280 Interior', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:53:23', '2020-08-29 09:29:59', 1, NULL, NULL, NULL, NULL, 0),
(71, 'https://wapejets.com/ngg_tag/green-mountain/', '43:ec0f8c412bd4336fee86b0dc7bffb877', 40, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'Green Mountain', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:53:29', '2020-08-29 09:29:59', 1, NULL, NULL, NULL, NULL, 0),
(73, 'https://wapejets.com/ngg_tag/in-flight/', '38:981d0f3067ceaefc7d081e76bd1e9155', 33, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'in flight', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:53:41', '2020-08-29 09:29:59', 1, NULL, NULL, NULL, NULL, 0),
(74, 'https://wapejets.com/ngg_tag/corp-demo/', '38:f2389e5669eacd4a32df13a3861529eb', 18, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'corp demo', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:53:47', '2020-08-29 09:29:59', 1, NULL, NULL, NULL, NULL, 0),
(75, 'https://wapejets.com/ngg_tag/exteriors/', '38:39185f2a4991b82179dee5bed48ebba1', 41, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'exteriors', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:53:53', '2020-08-29 09:29:59', 1, NULL, NULL, NULL, NULL, 0),
(76, 'https://wapejets.com/ngg_tag/g550-revg/', '38:767559ab6839797fcdd651138919f61a', 15, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'G550 RevG', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:53:59', '2020-08-29 09:29:59', 1, NULL, NULL, NULL, NULL, 0),
(77, 'https://wapejets.com/ngg_tag/west-coast/', '39:7a1d70e0b1d01a43c00ff17cf9836314', 45, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'west coast', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:54:05', '2020-08-29 09:29:59', 1, NULL, NULL, NULL, NULL, 0),
(78, 'https://wapejets.com/ngg_tag/phenom-100/', '39:a325fa2c447ecc9a7969108d7bfac529', 9, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'phenom 100', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:54:11', '2020-08-29 09:29:59', 1, NULL, NULL, NULL, NULL, 0),
(79, 'https://wapejets.com/ngg_tag/g550-rev-g/', '39:791ce91bf52ac29d10834f773eae2740', 23, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'g550 rev g', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:54:17', '2020-08-29 09:29:59', 1, NULL, NULL, NULL, NULL, 0),
(80, 'https://wapejets.com/ngg_tag/gulfstream/', '39:c953cd51bc884010d3bb19c93bd8c1e9', 53, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'Gulfstream', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:54:23', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(82, 'https://wapejets.com/ngg_tag/white-clouds/', '41:3552e88e466bb23e826f4d058425b41b', 37, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'white clouds', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:54:37', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(83, 'https://wapejets.com/ngg_tag/demonstrator/', '41:a8f8fff8b484bf0a0ac695a6842fb1f2', 21, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'demonstrator', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:54:43', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(84, 'https://wapejets.com/ngg_tag/west-coast-us/', '42:d24666cc6b6568de1db7f1179d4b6287', 46, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'west coast US', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:54:50', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(85, 'https://wapejets.com/ngg_tag/demo-aircraft/', '42:1bc2e4a83538b80579e5861558a369da', 20, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'demo aircraft', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:54:57', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(87, 'https://wapejets.com/ngg_tag/old-paint-scheme/', '45:4636b1910d151b0d58dce8ef0119c6ee', 47, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'old paint scheme', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:55:10', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(88, 'https://wapejets.com/ngg_tag/corporate-demonstrator/', '51:db8f4be7e9d62e816169d58097961490', 19, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'corporate demonstrator', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 08:59:32', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(89, 'https://wapejets.com/ngg_tag/exterior/', '37:08bbe868ede49cb9e627cfaba913bcce', 22, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'exterior', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 09:08:56', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(90, 'https://wapejets.com/ngg_tag/sales-and-design-center/', '52:1d34b0b508266ac967bfe6d5c0f93a34', 16, 'term', 'ngg_tag', NULL, NULL, NULL, NULL, 'Sales and Design Center', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 09:18:25', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(92, 'https://wapejets.com/cs/homepage_old/', '36:e516584f5533aaa5540a69eb8ce45820', 45, 'post', 'page', 1, 0, NULL, NULL, 'Homepage old', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-02 12:26:20', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(93, 'https://wapejets.com/?page_id=141', '32:df80eaac28f68d830428509af4499aeb', 141, 'post', 'page', 1, 0, NULL, NULL, 'Caldera Forms Preview', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-02 13:46:22', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(94, 'https://wapejets.com/wp-content/uploads/2020/06/IMG_3064.png', '59:545e71b9d691bfc8721aa8efd073bc02', 477, 'post', 'attachment', 1, 0, NULL, NULL, 'IMG_3064', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/IMG_3064.png', NULL, '477', 'attachment-image', NULL, NULL, NULL, '477', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-03 12:53:54', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(95, 'https://wapejets.com/wp-content/uploads/2020/06/Screenshot-2020-06-03-at-14.46.33.png', '84:a451cd1db74af9cc939ad509baa9dd49', 478, 'post', 'attachment', 1, 0, NULL, NULL, 'Screenshot 2020-06-03 at 14.46.33', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/Screenshot-2020-06-03-at-14.46.33.png', NULL, '478', 'attachment-image', NULL, NULL, NULL, '478', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-03 12:54:17', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(96, 'https://wapejets.com/wp-content/uploads/2020/06/Screenshot-2020-06-03-at-14.58.03.png', '84:78fcb8f7c33f260e64fb9d61472bad98', 479, 'post', 'attachment', 1, 0, NULL, NULL, 'Screenshot 2020-06-03 at 14.58.03', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/Screenshot-2020-06-03-at-14.58.03.png', NULL, '479', 'attachment-image', NULL, NULL, NULL, '479', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-03 12:58:49', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(97, 'https://wapejets.com/category/uncategorized/', '43:002deff51f98675d7c7db0c9e9c02367', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-03 15:50:47', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(100, 'https://wapejets.com/cs/', '23:8b28342fb618f45a6051483521b25dac', 76, 'term', 'language', NULL, NULL, NULL, NULL, '- CZ -', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 07:55:04', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(101, 'https://wapejets.com/category/nezarazene-cs/', '43:98b924f54eba8f9120d987356d22ef1a', 78, 'term', 'category', NULL, NULL, NULL, NULL, 'Nezařazené', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 07:55:04', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(102, 'https://wapejets.com/?post_type=polylang_mo&p=481', '48:a69eb1841ec2e26868bdb5c5d154a677', 481, 'post', 'polylang_mo', 1, 0, NULL, NULL, 'polylang_mo_76', 'private', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 07:55:05', '2020-08-29 09:30:00', 1, NULL, NULL, NULL, NULL, 0),
(104, 'https://wapejets.com/en/home/', '29:2a189ce450c09643c5f3e280d7e15e30', 487, 'post', 'page', 1, 0, 'WAPEJETS - Private Jet Rental | Flights on Private Jets', NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-04 08:13:46', '2020-11-15 16:42:44', 1, NULL, NULL, NULL, NULL, 0),
(113, 'httpss://wapejets.com/en/about/', '30:4cc990ac2095d1d346e289168b735635', 489, 'post', 'page', 1, 0, NULL, NULL, 'About', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-04 08:31:40', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(114, 'https://wapejets.com/cs/contact_old/', '35:a2264be198cff063da111e499d416ce4', 31, 'post', 'page', 1, 0, NULL, NULL, 'Contact OLD', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-04 08:35:05', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(115, 'https://wapejets.com/cs/about_old/', '33:07f55e4c617f0b8ca27bbe68781901c3', 27, 'post', 'page', 1, 0, NULL, NULL, 'ABOUT BEJET', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-04 08:35:18', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(116, 'https://wapejets.com/en/old-version-services/', '45:9594d51cf3ee05f5c6abd37234746bda', 494, 'post', 'page', 1, 0, 'Services: Private jet rental | Flights on private Jets | Aircraft purchase', NULL, 'Services – old version', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-04 08:43:15', '2020-11-15 15:09:29', 1, NULL, NULL, NULL, NULL, 0),
(117, 'https://wapejets.com/2020/06/04/496/', '36:8e4e3fa280faaf05804d0f7136d38913', 496, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-04 08:53:46', '2020-11-08 10:21:30', 1, NULL, NULL, NULL, NULL, 0),
(118, 'https://wapejets.com/2020/06/04/497/', '36:1fa0d1258fc710d40ff131b6786ef48e', 497, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-04 08:53:46', '2020-11-08 10:21:30', 1, NULL, NULL, NULL, NULL, 0),
(119, 'https://wapejets.com/2020/06/04/498/', '36:8c050a56866d2d8088a61b7093b57389', 498, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-04 08:53:47', '2020-11-08 10:21:30', 1, NULL, NULL, NULL, NULL, 0),
(120, 'https://wapejets.com/2020/06/04/499/', '36:ef90828829cf66961aab1cd99dce6d7e', 499, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-04 08:53:48', '2020-11-08 10:21:30', 1, NULL, NULL, NULL, NULL, 0),
(121, 'https://wapejets.com/2020/06/04/500/', '36:3cbd0e8610bf71178a6bdd9fc18847d9', 500, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-04 08:53:49', '2020-11-08 10:21:29', 1, NULL, NULL, NULL, NULL, 0),
(122, 'https://wapejets.com/2020/06/04/501/', '36:c3c4cbbbe91f495e7a3ebba1178e27d8', 501, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-04 08:53:50', '2020-11-08 10:21:29', 1, NULL, NULL, NULL, NULL, 0),
(123, 'https://wapejets.com/2020/06/04/502/', '36:4c054721352b3ae95e3ff6497e96e11e', 502, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-04 08:53:51', '2020-11-08 10:21:27', 1, NULL, NULL, NULL, NULL, 0),
(125, 'https://wapejets.com/en/projects/', '33:3e234de4f9dd8050bb3338794401ad43', 511, 'post', 'page', 1, 0, NULL, NULL, 'Projects', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-04 12:21:56', '2020-10-24 15:07:20', 1, NULL, NULL, NULL, NULL, 0),
(126, 'https://wapejets.com/?post_type=display_type&p=504', '49:b15b94dc32959e7faf8dcbaf35e53190', 504, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic Thumbnails', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 15:07:32', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(127, 'https://wapejets.com/?post_type=display_type&p=505', '49:06ad9cf4afbac805f7066ad39d84e3f4', 505, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic Slideshow', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 15:07:32', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(128, 'https://wapejets.com/?post_type=display_type&p=506', '49:f51a5d6f4685239ce0de941851e95ac3', 506, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic ImageBrowser', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 15:07:33', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(129, 'https://wapejets.com/?post_type=display_type&p=507', '49:235444a3ccd727580ebe45c497244e76', 507, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic SinglePic', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 15:07:33', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(130, 'https://wapejets.com/?post_type=display_type&p=508', '49:6189694cb2e6819cba118543950acdf4', 508, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic TagCloud', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 15:07:34', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(131, 'https://wapejets.com/?post_type=display_type&p=509', '49:14d975e9c658384d0ae5a0bfccdaf3ee', 509, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic Compact Album', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 15:07:35', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(132, 'https://wapejets.com/?post_type=display_type&p=510', '49:6a5408dfd356534161199fa30bbbe41b', 510, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic Extended Album', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 15:07:35', '2020-08-29 09:30:01', 1, NULL, NULL, NULL, NULL, 0),
(133, 'https://wapejets.com/?post_type=ngg_pictures&p=241', '50:31d7fbae6c0c7b66f792472c04ddbd57', 241, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-04 15:17:36', '2020-11-08 09:27:56', 1, NULL, NULL, NULL, NULL, 0),
(134, 'https://wapejets.com/en/gallery/', '31:1e3e6187cdc801b6e60625939a86f060', 513, 'post', 'page', 1, 0, NULL, NULL, 'Gallery', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-04 15:20:19', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(135, 'https://wapejets.com/?page_id=515', '32:52194a43df95c882a8aad0321e56f1c2', 515, 'post', 'page', 1, 0, NULL, NULL, 'Automaticky vytvořený koncept', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-04 16:57:48', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(136, 'https://wapejets.com/en/media-en/', '33:267724766e92b822f1debf2d665a018a', 516, 'post', 'page', 1, 0, NULL, NULL, 'Media', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-04 17:03:34', '2020-11-15 16:38:14', 1, NULL, NULL, NULL, NULL, 0),
(137, 'https://wapejets.com/?p=518', '26:4c030b1d9b0d9499d03e4b64cf26dd2f', 518, 'post', 'post', 1, 0, NULL, NULL, 'Automaticky vytvořený koncept', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-05 08:08:29', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(144, 'https://wapejets.com/sample-page/', '32:a614d19252ccf9029a15fcbac8fb2a7f', 2, 'post', 'page', 1, 0, NULL, NULL, 'Sample Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-07 06:05:12', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(145, 'httpss://wapejets.com/', '21:8d5f7c7d46deb5c8dfe07ab38eff493a', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Vítejte ve světě, kde letadlo čeká na vás', 'Domů', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '', '', '', '', NULL, NULL, NULL, NULL, NULL, '2020-06-07 21:31:41', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(153, 'https://wapejets.com/2020/06/07/533/', '36:d135bd9f543acd4315f9decfd65e855b', 533, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-07 21:36:38', '2020-11-15 15:10:35', 1, NULL, NULL, NULL, NULL, 0),
(154, 'https://wapejets.com/2020/06/07/projects/', '41:516a5fa6a85a2ddb9e95fe08d67c13c9', 534, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-07 21:37:22', '2020-11-15 15:10:34', 1, NULL, NULL, NULL, NULL, 0),
(156, 'https://wapejets.com/2020/06/07/536/', '36:e1225aa1a8d39987cf7c3eade957c229', 536, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-07 21:37:27', '2020-11-15 15:10:33', 1, NULL, NULL, NULL, NULL, 0),
(158, 'https://wapejets.com/2020/06/07/jazyky/', '39:4d5e544ba4254612ee073b3014340d0c', 538, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Jazyky', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-07 21:38:26', '2020-11-15 15:10:39', 1, NULL, NULL, NULL, NULL, 0),
(159, 'https://wapejets.com/2020/06/07/jazyky-2/', '41:46a46c1e936fc74ac1729f3c3652cbe9', 539, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Jazyky', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-07 21:39:13', '2020-11-08 10:21:31', 1, NULL, NULL, NULL, NULL, 0),
(160, 'https://wapejets.com/en/contact/', '32:b153ffc873e2a03809099779f1dc2433', 541, 'post', 'page', 1, 0, NULL, NULL, 'Contact', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-07 22:06:23', '2020-11-15 15:06:54', 1, NULL, NULL, NULL, NULL, 0),
(161, 'https://wapejets.com/2020/06/07/543/', '36:e193ac02690715d68c80172db7249335', 543, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-07 22:13:08', '2020-11-15 15:10:37', 1, NULL, NULL, NULL, NULL, 0),
(162, 'https://wapejets.com/?post_type=display_type&p=519', '49:88afb5039a4c0ce7f63b825b3cd5fa60', 519, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic Thumbnails', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-07 22:35:55', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(163, 'https://wapejets.com/?post_type=display_type&p=520', '49:1883666b15b37ee780426947e6b53962', 520, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic Slideshow', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-07 22:35:57', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(164, 'https://wapejets.com/?post_type=display_type&p=521', '49:44b515ce006457f9a31c337206f434fb', 521, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic ImageBrowser', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-07 22:35:58', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(165, 'https://wapejets.com/?post_type=display_type&p=522', '49:a91b08bad1123e51290ef59a40153ddb', 522, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic SinglePic', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-07 22:35:58', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(166, 'https://wapejets.com/?post_type=display_type&p=523', '49:2b84cda534160d815d460fe0a36ef05d', 523, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic TagCloud', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-07 22:35:59', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`) VALUES
(167, 'https://wapejets.com/?post_type=display_type&p=524', '49:41152bb3d3555f597c0bce33324f221f', 524, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic Compact Album', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-07 22:35:59', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(168, 'https://wapejets.com/?post_type=display_type&p=525', '49:80790620978c0f6dc386a0a0edb0a0f8', 525, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic Extended Album', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-07 22:36:00', '2020-08-29 09:30:02', 1, NULL, NULL, NULL, NULL, 0),
(169, 'https://wapejets.com/author/', '28:4c1ef58f09dcbbd1e424062b29c81f63', 0, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'httpss://1.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'httpss://1.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2020-06-08 05:03:46', '2020-11-08 09:45:05', 1, NULL, NULL, NULL, NULL, 0),
(170, 'https://wapejets.com/?post_type=display_type&p=546', '49:56e01fc4ab6de9187233acffd29112fa', 546, 'post', 'display_type', 0, 0, NULL, NULL, 'Základní NextGEN náhledy', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08 05:03:46', '2020-08-29 09:30:03', 1, NULL, NULL, NULL, NULL, 0),
(171, 'https://wapejets.com/?post_type=display_type&p=547', '49:cce7cbe07224ea62432f1ce17785566e', 547, 'post', 'display_type', 0, 0, NULL, NULL, 'Základní NextGEN prezentace', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08 05:03:47', '2020-08-29 09:30:03', 1, NULL, NULL, NULL, NULL, 0),
(172, 'https://wapejets.com/?post_type=display_type&p=548', '49:e3badf046a4935d960d4749f0a0b2d3f', 548, 'post', 'display_type', 0, 0, NULL, NULL, 'Základní NextGEN prohlížeč obrázků', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08 05:03:47', '2020-08-29 09:30:03', 1, NULL, NULL, NULL, NULL, 0),
(173, 'https://wapejets.com/?post_type=display_type&p=549', '49:800300b37aee82cb3cd667fe15b1a625', 549, 'post', 'display_type', 0, 0, NULL, NULL, 'NextGEN Basic SinglePic', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08 05:03:48', '2020-08-29 09:30:03', 1, NULL, NULL, NULL, NULL, 0),
(174, 'https://wapejets.com/?post_type=display_type&p=550', '49:b12d3f1b0051a405c12bf19ec33e6c2c', 550, 'post', 'display_type', 0, 0, NULL, NULL, 'NextGEN Basic TagCloud', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08 05:03:49', '2020-08-29 09:30:03', 1, NULL, NULL, NULL, NULL, 0),
(175, 'https://wapejets.com/?post_type=display_type&p=551', '49:9322b5a302667a1de19bbbc87fc7af41', 551, 'post', 'display_type', 0, 0, NULL, NULL, 'Základní NextGEN kompaktní album', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08 05:03:49', '2020-08-29 09:30:03', 1, NULL, NULL, NULL, NULL, 0),
(176, 'https://wapejets.com/?post_type=display_type&p=552', '49:01b9a87629f0e8981638745a41bbf9ad', 552, 'post', 'display_type', 0, 0, NULL, NULL, 'Základní NextGEN rozšířené album', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08 05:03:50', '2020-08-29 09:30:03', 1, NULL, NULL, NULL, NULL, 0),
(177, 'https://wapejets.com/?post_type=ngg_gallery&p=251', '49:f27c742bb795302d34a008d3713e0f14', 251, 'post', 'ngg_gallery', 1, 0, NULL, NULL, 'Untitled ngg_gallery', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:10:44', '2020-11-08 09:54:37', 1, NULL, NULL, NULL, NULL, 0),
(182, 'https://wapejets.com/?post_type=ngg_pictures&p=256', '50:8d2748976ddb18378bc641544ff82927', 256, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:10:49', '2020-11-08 09:54:41', 1, NULL, NULL, NULL, NULL, 0),
(184, 'https://wapejets.com/?post_type=ngg_pictures&p=258', '50:ff36df9743d2fa9d5b3066ca19af170c', 258, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:10:50', '2020-11-08 09:54:42', 1, NULL, NULL, NULL, NULL, 0),
(185, 'https://wapejets.com/?post_type=ngg_pictures&p=259', '50:b8a3fdb228124ad27b17486a25c1e0d1', 259, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:10:51', '2020-11-08 09:54:44', 1, NULL, NULL, NULL, NULL, 0),
(187, 'https://wapejets.com/?post_type=ngg_pictures&p=261', '50:d9397badb9d20d52ceb2b70b5e2201bb', 261, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:10:52', '2020-11-08 09:54:46', 1, NULL, NULL, NULL, NULL, 0),
(188, 'https://wapejets.com/?post_type=ngg_pictures&p=262', '50:160ee38af66a42f9185725b225897cd6', 262, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:10:53', '2020-11-08 09:54:47', 1, NULL, NULL, NULL, NULL, 0),
(189, 'https://wapejets.com/?post_type=ngg_pictures&p=263', '50:aaf695ade10f553a45293825ebaefa37', 263, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:10:56', '2020-11-08 09:54:48', 1, NULL, NULL, NULL, NULL, 0),
(190, 'https://wapejets.com/?post_type=ngg_pictures&p=264', '50:bf4a7da141689413abfff7504d2c9bc6', 264, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:10:57', '2020-11-08 09:54:49', 1, NULL, NULL, NULL, NULL, 0),
(193, 'https://wapejets.com/?post_type=ngg_pictures&p=267', '50:bee1e2ab827880e9fbeb4bf3c3fc451b', 267, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:11:00', '2020-11-08 09:54:50', 1, NULL, NULL, NULL, NULL, 0),
(194, 'https://wapejets.com/?post_type=ngg_pictures&p=268', '50:7dcbe4e39c36954e9383b3cfe97119b3', 268, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:11:01', '2020-11-08 09:54:40', 1, NULL, NULL, NULL, NULL, 0),
(198, 'https://wapejets.com/?post_type=ngg_gallery&p=334', '49:baca1c3afcc0c380bd0457c891d0f2d0', 334, 'post', 'ngg_gallery', 1, 0, NULL, NULL, 'Untitled ngg_gallery', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:12:08', '2020-11-08 09:48:42', 1, NULL, NULL, NULL, NULL, 0),
(201, 'https://wapejets.com/?post_type=ngg_pictures&p=338', '50:463f9630bd8ed3ff512e35ea8fe782bc', 338, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:12:12', '2020-11-08 09:48:45', 1, NULL, NULL, NULL, NULL, 0),
(202, 'https://wapejets.com/?post_type=ngg_pictures&p=339', '50:f0a564de150f76589376a952fd888602', 339, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:12:13', '2020-11-08 09:48:45', 1, NULL, NULL, NULL, NULL, 0),
(203, 'https://wapejets.com/?post_type=ngg_pictures&p=340', '50:8a4ae46a3d845e41125056fde568fa13', 340, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:12:14', '2020-11-08 09:48:46', 1, NULL, NULL, NULL, NULL, 0),
(204, 'https://wapejets.com/?post_type=ngg_pictures&p=341', '50:b208cb3f98a9f930eaf1e874f9426594', 341, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:12:16', '2020-11-08 09:48:44', 1, NULL, NULL, NULL, NULL, 0),
(205, 'https://wapejets.com/?post_type=ngg_pictures&p=342', '50:f6a3f2236760309ce9bc49473d982607', 342, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:12:17', '2020-11-08 09:48:45', 1, NULL, NULL, NULL, NULL, 0),
(206, 'https://wapejets.com/?post_type=ngg_pictures&p=343', '50:0266e7d3bb279ad8c555dde4be45329e', 343, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:12:17', '2020-11-08 09:48:46', 1, NULL, NULL, NULL, NULL, 0),
(207, 'https://wapejets.com/?post_type=ngg_pictures&p=344', '50:94234aea8ec2f5d0f76f40d9011ca41b', 344, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:12:18', '2020-11-08 09:48:47', 1, NULL, NULL, NULL, NULL, 0),
(208, 'https://wapejets.com/?post_type=ngg_pictures&p=345', '50:3726b07988f7dfbd4f6d191d18c0ef29', 345, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:12:19', '2020-11-08 09:48:47', 1, NULL, NULL, NULL, NULL, 0),
(209, 'https://wapejets.com/?post_type=envira&p=553', '43:121d684602ef5dc4412837b11b027211', 553, 'post', 'envira', 1, 0, NULL, NULL, 'Bombardier', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-08 05:23:40', '2020-08-29 09:30:05', 1, NULL, NULL, NULL, NULL, 0),
(210, 'https://wapejets.com/?post_type=display_type&p=554', '50:2c613ff92b2076313802754373f86737', 554, 'post', 'display_type', 1, 0, NULL, NULL, 'Základní NextGEN náhledy', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:34:51', '2020-12-18 16:03:58', 1, NULL, NULL, NULL, NULL, 0),
(211, 'https://wapejets.com/?post_type=display_type&p=555', '50:463c427aa31323d23f2cc6eba112ffd7', 555, 'post', 'display_type', 1, 0, NULL, NULL, 'Základní NextGEN prezentace', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:34:51', '2020-12-18 16:03:59', 1, NULL, NULL, NULL, NULL, 0),
(212, 'https://wapejets.com/?post_type=display_type&p=556', '50:3a3696e760e4022a894d24d9f9332e13', 556, 'post', 'display_type', 1, 0, NULL, NULL, 'Základní NextGEN prohlížeč obrázků', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:34:52', '2020-12-18 16:04:00', 1, NULL, NULL, NULL, NULL, 0),
(213, 'https://wapejets.com/?post_type=display_type&p=557', '50:613a80a29742c8395afc0153dac426c6', 557, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic SinglePic', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:34:52', '2020-12-18 16:04:01', 1, NULL, NULL, NULL, NULL, 0),
(214, 'https://wapejets.com/?post_type=display_type&p=558', '50:323aeb109782a8110a07f5e93d773893', 558, 'post', 'display_type', 1, 0, NULL, NULL, 'NextGEN Basic TagCloud', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:34:53', '2020-12-18 16:04:02', 1, NULL, NULL, NULL, NULL, 0),
(215, 'https://wapejets.com/?post_type=display_type&p=559', '50:33af74fa4393765200ab52f87d76ba3f', 559, 'post', 'display_type', 1, 0, NULL, NULL, 'Základní NextGEN kompaktní album', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:34:53', '2020-12-18 16:04:03', 1, NULL, NULL, NULL, NULL, 0),
(216, 'https://wapejets.com/?post_type=display_type&p=560', '50:31402cc3089319c5bf4ea32b3de5a07c', 560, 'post', 'display_type', 1, 0, NULL, NULL, 'Základní NextGEN rozšířené album', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 05:34:54', '2020-12-18 16:04:04', 1, NULL, NULL, NULL, NULL, 0),
(217, 'https://wapejets.com/en/faq-en/', '30:bd8ff558eb3288664b2c73335bc26e3a', 561, 'post', 'page', 1, 0, NULL, NULL, 'FAQ', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-08 20:59:39', '2020-08-29 09:30:05', 1, NULL, NULL, NULL, NULL, 0),
(218, 'https://wapejets.com/2020/06/08/563/', '36:ec4326f7725ff49fcfd5b9201bc2137b', 563, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-08 21:10:29', '2020-11-15 15:10:36', 1, NULL, NULL, NULL, NULL, 0),
(219, 'https://wapejets.com/cs/aircraft/', '32:bff53ecf7a7b6d232e1a95329f44fdda', 33, 'post', 'page', 1, 0, NULL, NULL, 'Aircraft', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 09:05:04', '2020-08-29 09:30:05', 1, NULL, NULL, NULL, NULL, 0),
(220, 'https://wapejets.com/en/', '23:b7caf1bb53331fd2fdf6baf90cc35123', 88, 'term', 'language', NULL, NULL, NULL, NULL, '- EN -', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 11:24:29', '2020-08-29 09:30:05', 1, NULL, NULL, NULL, NULL, 0),
(221, 'https://wapejets.com/cs/category/nezarazene-en/', '46:35856a128e102b40b78e7b0fe5c784cf', 90, 'term', 'category', NULL, NULL, NULL, NULL, 'Nezařazené', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 11:24:30', '2020-08-29 09:30:05', 1, NULL, NULL, NULL, NULL, 0),
(222, 'https://wapejets.com/?post_type=polylang_mo&p=564', '48:33118a196727ba3b7ec7bf9997523d2c', 564, 'post', 'polylang_mo', 1, 0, NULL, NULL, 'polylang_mo_88', 'private', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 11:24:31', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(223, 'https://wapejets.com/en/uvod-english__trashed/', '45:5ee6d22eea64d256c7b74315f199205f', 565, 'post', 'page', 1, 0, NULL, NULL, 'Úvod – English', 'trash', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-09 11:25:19', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(224, 'https://wapejets.com/en/references/', '34:2b8737fb732af3201f7483b66ff9b134', 568, 'post', 'page', 1, 0, NULL, NULL, 'References', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-09 11:55:12', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(225, 'https://wapejets.com/2020/06/09/570/', '36:dab450c1b4a7df75d3880f680d2a6cb6', 570, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-09 11:58:16', '2020-11-15 15:10:36', 1, NULL, NULL, NULL, NULL, 0),
(226, 'https://wapejets.com/wp-content/uploads/2020/06/wape_world_map_1200-2.png', '72:95ee6f9925c055a98107355c1ce007a9', 571, 'post', 'attachment', 1, 80, NULL, NULL, 'wape_world_map_1200 2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/wape_world_map_1200-2.png', NULL, '571', 'attachment-image', NULL, NULL, NULL, '571', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-10 10:16:27', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 1),
(227, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_2_300.png', '70:e6fde66d5ddfc3d51c0e6bf7dbdb86ad', 572, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_2_300', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_2_300.png', NULL, '572', 'attachment-image', NULL, NULL, NULL, '572', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-10 10:20:46', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(228, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_2_300@2x.png', '73:c24bd6361368770f3960963b17c5a8a4', 573, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_2_300@2x', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_2_300@2x.png', NULL, '573', 'attachment-image', NULL, NULL, NULL, '573', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-10 10:20:50', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(229, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300.png', '76:bb3ebe0c512a8896548822bfea548fee', 574, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_white_2_300', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300.png', NULL, '574', 'attachment-image', NULL, NULL, NULL, '574', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-10 10:20:56', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(230, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300@2x.png', '79:2713bdbd2ff43bcd55cb62027321e771', 575, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_white_2_300@2x', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/wapejets_logo_white_2_300@2x.png', NULL, '575', 'attachment-image', NULL, NULL, NULL, '575', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-10 10:21:02', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(231, 'https://wapejets.com/wp-content/uploads/2020/06/wape_world_map_1200-2-1.png', '74:35449a0171612bb75ab0eb6982ae7cf3', 576, 'post', 'attachment', 1, 487, NULL, NULL, 'wape_world_map_1200 2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/06/wape_world_map_1200-2-1.png', NULL, '576', 'attachment-image', NULL, NULL, NULL, '576', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-10 10:26:18', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 1),
(232, 'httpss://wapejets.com/cs/portfolio-item/bombardier/', '50:92eb75e67704714695e2bad7416f5fd8', 177, 'post', 'portfolio', 1, 0, NULL, NULL, 'Bombardier', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/05/Citation_M2_Image_8.jpg', NULL, '131', 'featured-image', NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/05/Citation_M2_Image_8.jpg', '131', 'featured-image', '{\"width\":1280,\"height\":1024,\"url\":\"httpss:\\/\\/wapejets.com\\/wp-content\\/uploads\\/2020\\/05\\/Citation_M2_Image_8.jpg\",\"path\":\"\\/volume1\\/web\\/wapejets_com\\/wp-content\\/uploads\\/2020\\/05\\/Citation_M2_Image_8.jpg\",\"size\":\"full\",\"id\":131,\"alt\":\"\",\"pixels\":1310720,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-06-10 10:36:01', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(233, 'httpss://wapejets.com/2020/06/01/betheme-child/', '46:34982a42fbecaa4489d0938b622c2f3f', 418, 'post', 'custom_css', 1, 0, NULL, NULL, 'betheme-child', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-10 12:13:55', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(239, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'Výsledky vyhledávání %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-25 09:13:24', '2020-08-23 14:36:21', 1, NULL, NULL, NULL, NULL, 0),
(240, 'httpss://wapejets.com/wp-content/uploads/2020/06/wapejets_sig_zuzka_CZ.html', '74:50d8c96c90fb892d7a2057e6bd5c84a2', 585, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_sig_zuzka_CZ', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-27 16:17:40', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(241, 'httpss://wapejets.com/wp-content/uploads/2020/06/wapejets_sig_zuzka_EN.html', '74:d4d6c2a3ca74fd399db6412951b28227', 586, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_sig_zuzka_EN', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-27 16:17:44', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(242, 'httpss://wapejets.com/cs/newsletter/', '35:1972300a9135c72abbe4329f98f2df83', 587, 'post', 'page', 1, 0, NULL, NULL, 'Newsletter', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-07-04 13:32:20', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(243, 'httpss://wapejets.com/wp-content/uploads/2020/07/wapejets_logo_mail_white_1200.png', '81:9c0782ac5ccb8b746b339d1c48415b33', 588, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_mail_white_1200', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/07/wapejets_logo_mail_white_1200.png', NULL, '588', 'attachment-image', NULL, NULL, NULL, '588', 'attachment-image', NULL, NULL, NULL, NULL, '2020-07-04 14:01:57', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(244, 'httpss://wapejets.com/wp-content/uploads/2020/07/Falcon6X_21_USB57_HD_small.jpg', '78:00fca9fd3bd04e90717a09b9bd83014f', 589, 'post', 'attachment', 1, 0, NULL, NULL, 'Falcon 6X', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/07/Falcon6X_21_USB57_HD_small.jpg', NULL, '589', 'attachment-image', NULL, NULL, NULL, '589', 'attachment-image', NULL, NULL, NULL, NULL, '2020-07-04 14:13:17', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(245, 'httpss://wapejets.com/wp-content/uploads/2020/07/068_Falcon7X_2018USB55_A4_HD_small.jpg', '86:392b181e3235a622df87c9263e355c2d', 590, 'post', 'attachment', 1, 0, NULL, NULL, '7X Wide body cabin', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/07/068_Falcon7X_2018USB55_A4_HD_small.jpg', NULL, '590', 'attachment-image', NULL, NULL, NULL, '590', 'attachment-image', NULL, NULL, NULL, NULL, '2020-07-04 14:40:00', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(246, 'httpss://wapejets.com/wp-content/uploads/2020/07/wape_sig_zuzka_CZ.html', '70:283836e180f3e8d768865d8a5d618f00', 591, 'post', 'attachment', 1, 0, NULL, NULL, 'wape_sig_zuzka_CZ', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-07-05 08:55:48', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(247, 'httpss://wapejets.com/wp-content/uploads/2020/07/wape_sig_zuzka_EN.html', '70:d5c13abfda231de5ed2547409be4fb62', 592, 'post', 'attachment', 1, 0, NULL, NULL, 'wape_sig_zuzka_EN', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-07-05 08:55:51', '2020-08-29 09:30:06', 1, NULL, NULL, NULL, NULL, 0),
(249, 'httpss://wapejets.com/cs/?page_id=3', '34:a7ee3d4e833779baea398a012690038e', 3, 'post', 'page', 1, 0, NULL, NULL, 'Privacy Policy', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-07-10 16:38:24', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(250, 'httpss://wapejets.com/cs/kontakt-test/', '37:bbbf889200953a0667243feed8ad7044', 594, 'post', 'page', 1, 0, NULL, NULL, 'Kontakt – test', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-07-10 16:38:40', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(251, 'httpss://wapejets.com/cs/cookies/', '32:39bd2c1b7d0e9f0c8014f10679121b0a', 598, 'post', 'page', 1, 0, NULL, NULL, 'Cookies', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-07-10 16:55:21', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(252, 'httpss://wapejets.com/en/cookies-en/', '35:192f22468eee48afb6cc3b81ddb8feb9', 600, 'post', 'page', 1, 0, NULL, NULL, 'Cookies', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-07-10 17:11:15', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(253, 'httpss://wapejets.com/wp-content/uploads/2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web.pdf', '100:90d83b004e54c058877fcdf4ed19339f', 602, 'post', 'attachment', 1, 0, NULL, NULL, '7_2020_TZ Wape Jets – Cessna Citation Latitude_web', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-07-10 20:12:47', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(254, 'httpss://wapejets.com/wp-content/uploads/2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2.jpg', '101:d710beca33216360afea7aee12915004', 603, 'post', 'attachment', 1, 0, NULL, NULL, '7_2020_TZ Wape Jets – Cessna Citation Latitude_web2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/07/7_2020_TZ-Wape-Jets-Cessna-Citation-Latitude_web2.jpg', NULL, '603', 'attachment-image', NULL, NULL, NULL, '603', 'attachment-image', NULL, NULL, NULL, NULL, '2020-07-10 20:16:20', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(256, 'httpss://wapejets.com/wp-content/uploads/2020/08/1969_crop.jpg', '61:dd6d30c4f8af91795ed70c6bc956f115', 606, 'post', 'attachment', 1, 0, NULL, NULL, '1969_crop', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/08/1969_crop.jpg', NULL, '606', 'attachment-image', NULL, NULL, NULL, '606', 'attachment-image', NULL, NULL, NULL, NULL, '2020-08-04 20:13:54', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(257, 'httpss://wapejets.com/wp-content/uploads/2020/08/1089_crop.jpg', '61:93b9e63edf3625c9b52e4630f39d5b13', 607, 'post', 'attachment', 1, 0, NULL, NULL, '1089_crop', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/08/1089_crop.jpg', NULL, '607', 'attachment-image', NULL, NULL, NULL, '607', 'attachment-image', NULL, NULL, NULL, NULL, '2020-08-04 20:17:54', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(258, 'httpss://wapejets.com/wp-content/uploads/2020/08/14223_0_800_1595281710_crop.jpg', '79:db9c3de784b231215550e73ebf6e5092', 608, 'post', 'attachment', 1, 0, NULL, NULL, '14223_0_800_1595281710_crop', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/08/14223_0_800_1595281710_crop.jpg', NULL, '608', 'attachment-image', NULL, NULL, NULL, '608', 'attachment-image', NULL, NULL, NULL, NULL, '2020-08-04 20:25:55', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(259, 'https://wapejets.com/2020/08/23/613/', '36:4239254041a618fb94f6e2c13e11e936', 613, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-08-23 16:28:13', '2020-11-15 15:10:35', 1, NULL, NULL, NULL, NULL, 0),
(261, 'httpss://wapejets.com/cs/?p=616', '30:0ee7286a2bb8f8125c88079efee596fa', 616, 'post', 'post', 1, 0, NULL, NULL, 'Automaticky vytvořený koncept', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-08-24 10:15:41', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 0),
(262, 'httpss://wapejets.com/wp-content/uploads/2020/08/Citation_Logitude_Image_12-1-1.jpg', '82:11a5ba2e03c7fbaa8c3864c97be49a83', 618, 'post', 'attachment', 1, 494, NULL, NULL, 'Citation_Logitude_Image_12-1 (1)', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/08/Citation_Logitude_Image_12-1-1.jpg', NULL, '618', 'attachment-image', NULL, NULL, NULL, '618', 'attachment-image', NULL, NULL, NULL, NULL, '2020-08-24 10:36:33', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 1),
(263, 'httpss://wapejets.com/wp-content/uploads/2020/08/0002.jpg', '56:ecb85d8f9b014cb0c49d16ceef288d11', 620, 'post', 'attachment', 1, 114, NULL, NULL, '0002', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/08/0002.jpg', NULL, '620', 'attachment-image', NULL, NULL, NULL, '620', 'attachment-image', NULL, NULL, NULL, NULL, '2020-08-24 21:39:08', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 1),
(264, 'httpss://wapejets.com/wp-content/uploads/2020/08/0002-1.jpg', '58:27f0e7e5fa2d148b4c43ff26c4289fe9', 621, 'post', 'attachment', 1, 494, NULL, NULL, '0002', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'httpss://wapejets.com/wp-content/uploads/2020/08/0002-1.jpg', NULL, '621', 'attachment-image', NULL, NULL, NULL, '621', 'attachment-image', NULL, NULL, NULL, NULL, '2020-08-24 21:40:41', '2020-08-29 09:30:07', 1, NULL, NULL, NULL, NULL, 1),
(265, 'https://wapejets.com/wp-content/uploads/2020/09/Grey-Abstract-Wallpaper-07-1728x1080_flip.jpg', '93:19ea6f4396564de7fb65f94ee2a6c1dc', 625, 'post', 'attachment', 1, 0, NULL, NULL, 'Grey-Abstract-Wallpaper-07-1728x1080_flip', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/09/Grey-Abstract-Wallpaper-07-1728x1080_flip.jpg', NULL, '625', 'attachment-image', NULL, NULL, NULL, '625', 'attachment-image', NULL, NULL, NULL, NULL, '2020-09-03 12:55:55', '2020-09-03 10:55:55', 1, NULL, NULL, NULL, NULL, 0),
(266, 'https://wapejets.com/wp-content/uploads/2020/09/Grey-Abstract-Wallpaper-07-1728x1080_footer.jpg', '95:2eb65a12fec44caa3e2c7895cdf32157', 626, 'post', 'attachment', 1, 0, NULL, NULL, 'Grey-Abstract-Wallpaper-07-1728x1080_footer', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/09/Grey-Abstract-Wallpaper-07-1728x1080_footer.jpg', NULL, '626', 'attachment-image', NULL, NULL, NULL, '626', 'attachment-image', NULL, NULL, NULL, NULL, '2020-09-03 12:56:05', '2020-09-03 10:56:05', 1, NULL, NULL, NULL, NULL, 0),
(268, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-09-22 13:53:12', '2020-09-22 11:53:12', 1, NULL, NULL, NULL, NULL, 0),
(269, 'https://wapejets.com/wp-content/uploads/2020/10/white-icon-8.jpg', '64:808c45f416009b362e06ce6827e70756', 633, 'post', 'attachment', 1, 0, NULL, NULL, 'white-icon-8', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/10/white-icon-8.jpg', NULL, '633', 'attachment-image', NULL, NULL, NULL, '633', 'attachment-image', NULL, NULL, NULL, NULL, '2020-10-14 13:36:52', '2020-10-14 11:36:52', 1, NULL, NULL, NULL, NULL, 0),
(270, 'https://wapejets.com/wp-content/uploads/2020/10/clipart2569207_white.png', '72:7cdd6d361c33b9ebb6f4fa1a317c9818', 634, 'post', 'attachment', 1, 0, NULL, NULL, 'clipart2569207_white', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/10/clipart2569207_white.png', NULL, '634', 'attachment-image', NULL, NULL, NULL, '634', 'attachment-image', NULL, NULL, NULL, NULL, '2020-10-14 14:27:05', '2020-10-14 12:27:05', 1, NULL, NULL, NULL, NULL, 0),
(271, 'https://wapejets.com/?post_type=ngg_pictures&p=319', '50:f69d77acb95aec48b006c1b421ff5c65', 319, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-10-16 18:45:19', '2020-11-08 09:44:22', 1, NULL, NULL, NULL, NULL, 0),
(273, 'https://wapejets.com/wp-content/uploads/2020/11/autasuper_logo_email_400.png', '76:040abb3b194d228e1b56635f41b5dea7', 639, 'post', 'attachment', 1, 0, NULL, NULL, 'autasuper_logo_email_400', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/autasuper_logo_email_400.png', NULL, '639', 'attachment-image', NULL, NULL, NULL, '639', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-01 15:07:53', '2020-11-01 14:07:54', 1, NULL, NULL, NULL, NULL, 0),
(274, 'https://wapejets.com/wp-content/uploads/2020/11/autasuper_logo_email_400@2x.png', '79:0a69c93a39f0ac2ff2947e2fdbf7e0e5', 640, 'post', 'attachment', 1, 0, NULL, NULL, 'autasuper_logo_email_400@2x', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/autasuper_logo_email_400@2x.png', NULL, '640', 'attachment-image', NULL, NULL, NULL, '640', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-01 15:08:01', '2020-11-01 14:08:02', 1, NULL, NULL, NULL, NULL, 0),
(275, 'https://wapejets.com/wp-content/uploads/2020/11/as_wash_logo__email_400@2x.png', '78:a75054dbd74ac3eedce383468504b4be', 641, 'post', 'attachment', 1, 0, NULL, NULL, 'as_wash_logo__email_400@2x', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/as_wash_logo__email_400@2x.png', NULL, '641', 'attachment-image', NULL, NULL, NULL, '641', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-01 15:10:06', '2020-11-01 14:10:07', 1, NULL, NULL, NULL, NULL, 0),
(276, 'https://wapejets.com/wp-content/uploads/2020/11/as_wash_logo_email_400.png', '74:c424d304c51f8b67d31cdb071739a13a', 642, 'post', 'attachment', 1, 0, NULL, NULL, 'as_wash_logo_email_400', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/as_wash_logo_email_400.png', NULL, '642', 'attachment-image', NULL, NULL, NULL, '642', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-01 15:10:10', '2020-11-01 14:10:10', 1, NULL, NULL, NULL, NULL, 0),
(280, 'https://wapejets.com/cs/sluzby/', '31:992847fe0af8e6a94618a6989824b512', 646, 'post', 'page', 1, 0, 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel', NULL, 'Služby', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 10:13:48', '2020-11-10 12:35:49', 1, NULL, NULL, NULL, NULL, 0),
(282, 'https://wapejets.com/2020/11/05/e7b08581f31675d1d5d87fdba5745e60/', '65:82dbad934299ad8bb546b3c2bd1c4988', 649, 'post', 'oembed_cache', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 10:27:24', '2020-11-05 09:27:24', 1, NULL, NULL, NULL, NULL, 0),
(284, 'https://wapejets.com/2020/11/05/5133efd109c8ccf6194bc6d2cf30596a/', '65:d05287084a1386d5f6d311976d2ec651', 651, 'post', 'oembed_cache', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 10:31:42', '2020-11-05 09:31:42', 1, NULL, NULL, NULL, NULL, 0),
(285, 'https://wapejets.com/wp-content/uploads/2020/11/betheme-21.7.2-osMO9g4WgAw5sflkf8.zip', '85:86d37ef62b454b6aa3f1717cb9a0d38f', 652, 'post', 'attachment', 1, 0, NULL, NULL, 'Theme Backup – Betheme – 21.7.2', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 10:31:46', '2020-11-05 09:31:46', 1, NULL, NULL, NULL, NULL, 0),
(286, 'https://wapejets.com/cs/pronajem-letadel/', '41:d27896d7b6e19af371044b964f1ca3b4', 653, 'post', 'page', 1, 0, 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel', NULL, 'Pronájem letadel', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 12:30:56', '2020-11-06 07:16:12', 1, NULL, NULL, NULL, NULL, 0),
(287, 'https://wapejets.com/cs/prodej-letadel/', '39:e7e6b7a41c03aa429b5a50e01102ea85', 655, 'post', 'page', 1, 0, 'Wapejets: Prodej letadel - Bombardier, Cessna, Dassault, Embraer', NULL, 'Prodej letadel', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 12:37:04', '2020-11-26 14:53:07', 1, NULL, NULL, NULL, NULL, 0),
(288, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Latitude_1_900.jpg', '82:ade630297fc1f61a74074b439298ac8a', 657, 'post', 'attachment', 1, 655, NULL, NULL, 'Cessna Citation Latitude_1_900', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Latitude_1_900.jpg', NULL, '657', 'attachment-image', NULL, NULL, NULL, '657', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-05 13:25:59', '2020-11-05 12:25:59', 1, NULL, NULL, NULL, NULL, 0),
(289, 'https://wapejets.com/wp-content/uploads/2020/11/Citation_Latitude_Image_2_900.jpg', '81:b41630e6922571f958955b8fb4b29c19', 658, 'post', 'attachment', 1, 655, NULL, NULL, 'Citation_Latitude_Image_2_900', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Citation_Latitude_Image_2_900.jpg', NULL, '658', 'attachment-image', NULL, NULL, NULL, '658', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-05 13:26:04', '2020-11-05 12:26:04', 1, NULL, NULL, NULL, NULL, 0),
(290, 'https://wapejets.com/template-item/callout-letadla/', '51:5be93a521c7270ee19d3b208acd00416', 659, 'post', 'template', 1, 0, NULL, NULL, 'Callout – letadla', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 14:02:48', '2020-11-05 13:04:11', 1, NULL, NULL, NULL, NULL, 0),
(291, 'https://wapejets.com/cs/poradenstvi/', '36:a73d565b149b53f7c6e4617407173114', 661, 'post', 'page', 1, 0, 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel', NULL, 'Poradenství', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:07:58', '2020-11-08 09:19:51', 1, NULL, NULL, NULL, NULL, 0),
(292, 'https://wapejets.com/cs/travel-management/', '42:a932a548bc88129e64eea9a9846f64a8', 663, 'post', 'page', 1, 0, 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel', NULL, 'Travel management', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:18:14', '2020-11-09 11:55:01', 1, NULL, NULL, NULL, NULL, 0),
(293, 'https://wapejets.com/wp-content/uploads/2020/11/facebook_wj_web_300.png', '71:3587f718fb035c8e9c9c30ba3149c9ef', 665, 'post', 'attachment', 1, 0, NULL, NULL, 'facebook_wj_web_300', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/facebook_wj_web_300.png', NULL, '665', 'attachment-image', NULL, NULL, NULL, '665', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-05 17:31:19', '2020-11-05 16:31:19', 1, NULL, NULL, NULL, NULL, 0),
(294, 'https://wapejets.com/wp-content/uploads/2020/11/facebook_2_wj_web_300.png', '73:ed2b955f09985910519a1b2642cf20ab', 666, 'post', 'attachment', 1, 0, NULL, NULL, 'facebook_2_wj_web_300', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/facebook_2_wj_web_300.png', NULL, '666', 'attachment-image', NULL, NULL, NULL, '666', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-05 17:35:07', '2020-11-05 16:35:07', 1, NULL, NULL, NULL, NULL, 0),
(295, 'https://wapejets.com/?p=667', '27:0b91d4ad19956b50bdbdd42cdc81bfa8', 667, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:38:02', '2020-11-05 16:38:02', 1, NULL, NULL, NULL, NULL, 0),
(296, 'https://wapejets.com/?p=668', '27:1f1063afbf5ea84943f8df3b52fd562a', 668, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:38:03', '2020-11-05 16:38:03', 1, NULL, NULL, NULL, NULL, 0),
(297, 'https://wapejets.com/?p=669', '27:1755169e41df029ec18b146e1d18aa94', 669, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:38:04', '2020-11-05 16:38:04', 1, NULL, NULL, NULL, NULL, 0),
(298, 'https://wapejets.com/?p=670', '27:cb621c04bb20371eae1e80596b58589d', 670, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:38:05', '2020-11-05 16:38:05', 1, NULL, NULL, NULL, NULL, 0),
(299, 'https://wapejets.com/2020/11/05/671/', '36:5098c88a8105cfde562b877887462742', 671, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:38:27', '2020-11-08 10:21:29', 1, NULL, NULL, NULL, NULL, 0),
(300, 'https://wapejets.com/2020/11/05/672/', '36:b1927bc64b0d58447a27f290dfc2a766', 672, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:38:28', '2020-11-08 10:21:29', 1, NULL, NULL, NULL, NULL, 0),
(301, 'https://wapejets.com/2020/11/05/673/', '36:facfd96aa7743a387b2fa68fa6b96d3b', 673, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:38:29', '2020-11-08 10:21:28', 1, NULL, NULL, NULL, NULL, 0),
(302, 'https://wapejets.com/2020/11/05/674/', '36:829048718f71f4321c23ae0aaff6e8c8', 674, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:38:30', '2020-11-08 10:21:28', 1, NULL, NULL, NULL, NULL, 0),
(303, 'https://wapejets.com/seedprod/675/', '34:f889c20f42f6e7bab92f9e71f0212f22', 675, 'post', 'seedprod', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:47:00', '2020-11-05 16:48:53', 1, NULL, NULL, NULL, NULL, 0),
(304, 'https://wapejets.com/?post_type=seedprod&p=678', '46:a2a8cc1b472328ed2c22625a9512a957', 678, 'post', 'seedprod', 1, 0, NULL, NULL, 'sp-mm', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-05 17:48:53', '2020-11-05 16:48:54', 1, NULL, NULL, NULL, NULL, 0);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`) VALUES
(305, 'https://wapejets.com/wp-content/uploads/2020/11/hondajet-595_683_1920.jpg', '73:52a14e44d6ba9f372e7d6c50427ac349', 680, 'post', 'attachment', 1, 655, NULL, NULL, 'hondajet-595_683_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/hondajet-595_683_1920.jpg', NULL, '680', 'attachment-image', NULL, NULL, NULL, '680', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:44:56', '2020-11-08 07:44:56', 1, NULL, NULL, NULL, NULL, 0),
(306, 'https://wapejets.com/wp-content/uploads/2020/11/spacious-interior-360_1920.jpg', '78:6d8c81732f0841cee989001a9f6a56e4', 681, 'post', 'attachment', 1, 655, NULL, NULL, 'spacious-interior-360_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/spacious-interior-360_1920.jpg', NULL, '681', 'attachment-image', NULL, NULL, NULL, '681', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:45:05', '2020-11-08 07:45:05', 1, NULL, NULL, NULL, NULL, 0),
(307, 'https://wapejets.com/wp-content/uploads/2020/11/G500-interior_1920.jpg', '70:6b51a8776c25e4a0fb3ea4d97116623a', 682, 'post', 'attachment', 1, 655, NULL, NULL, 'G500 interior_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/G500-interior_1920.jpg', NULL, '682', 'attachment-image', NULL, NULL, NULL, '682', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:45:13', '2020-11-08 07:45:13', 1, NULL, NULL, NULL, NULL, 0),
(308, 'https://wapejets.com/wp-content/uploads/2020/11/G500_1920.jpg', '61:ed5e61d4d0825b482f297380205e2efb', 683, 'post', 'attachment', 1, 655, NULL, NULL, 'G500_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/G500_1920.jpg', NULL, '683', 'attachment-image', NULL, NULL, NULL, '683', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:45:23', '2020-11-08 07:45:24', 1, NULL, NULL, NULL, NULL, 0),
(309, 'https://wapejets.com/wp-content/uploads/2020/11/098_Falcon6X_2018USB55_A4_HD_1920.jpg', '85:33b10b5d368d3b5a14e2b0be52798aa4', 684, 'post', 'attachment', 1, 655, NULL, NULL, '098_Falcon6X_2018USB55_A4_HD_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/098_Falcon6X_2018USB55_A4_HD_1920.jpg', NULL, '684', 'attachment-image', NULL, NULL, NULL, '684', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:45:38', '2020-11-08 07:45:38', 1, NULL, NULL, NULL, NULL, 0),
(310, 'https://wapejets.com/wp-content/uploads/2020/11/Falcon6X_22_USB57_HD_1920.jpg', '77:a63ec0ba87426ce33b81027c69433594', 685, 'post', 'attachment', 1, 655, NULL, NULL, 'Falcon6X_22_USB57_HD_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Falcon6X_22_USB57_HD_1920.jpg', NULL, '685', 'attachment-image', NULL, NULL, NULL, '685', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:45:46', '2020-11-08 07:45:46', 1, NULL, NULL, NULL, NULL, 0),
(311, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Latitude_1_1920.jpg', '83:98df7c5cba9dac79f81a22c6c351993f', 686, 'post', 'attachment', 1, 655, NULL, NULL, 'Cessna Citation Latitude_1_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Latitude_1_1920.jpg', NULL, '686', 'attachment-image', NULL, NULL, NULL, '686', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:45:56', '2020-11-08 07:45:56', 1, NULL, NULL, NULL, NULL, 0),
(312, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Longitude_4_1920.jpg', '84:e4c9c6cc83249f0eda7eb006a0498155', 687, 'post', 'attachment', 1, 655, NULL, NULL, 'Cessna Citation Longitude_4_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation-Longitude_4_1920.jpg', NULL, '687', 'attachment-image', NULL, NULL, NULL, '687', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:46:05', '2020-11-08 07:46:05', 1, NULL, NULL, NULL, NULL, 0),
(313, 'https://wapejets.com/wp-content/uploads/2020/11/Challenger650_DivanLookingForwardsProps_1920.jpg', '96:9cb8a3c2737e1677387b728e51b4b318', 688, 'post', 'attachment', 1, 655, NULL, NULL, 'Challenger650_DivanLookingForwardsProps_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Challenger650_DivanLookingForwardsProps_1920.jpg', NULL, '688', 'attachment-image', NULL, NULL, NULL, '688', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:46:14', '2020-11-08 07:46:14', 1, NULL, NULL, NULL, NULL, 0),
(314, 'https://wapejets.com/wp-content/uploads/2020/11/DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920.jpg', '106:6f1d4ac12c59ad18151ab855b1511297', 689, 'post', 'attachment', 1, 655, NULL, NULL, 'DDBA0000_NewLivery2015Finals_Challenger650 hi res_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/DDBA0000_NewLivery2015Finals_Challenger650-hi-res_1920.jpg', NULL, '689', 'attachment-image', NULL, NULL, NULL, '689', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 08:46:22', '2020-11-08 07:46:23', 1, NULL, NULL, NULL, NULL, 0),
(317, 'https://wapejets.com/wp-content/uploads/2020/11/1_Phenom_100_interior_007_1920.jpg', '82:580084503fb7ea24ecb87a5303d0d58d', 692, 'post', 'attachment', 1, 655, NULL, NULL, '1_Phenom_100_interior_007_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/1_Phenom_100_interior_007_1920.jpg', NULL, '692', 'attachment-image', NULL, NULL, NULL, '692', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 10:14:23', '2020-11-08 09:14:23', 1, NULL, NULL, NULL, NULL, 0),
(318, 'https://wapejets.com/wp-content/uploads/2020/11/P100E_Still_in_Flight_R3_1920.jpg', '81:ec657350b782586682be21e67b007a3a', 693, 'post', 'attachment', 1, 655, NULL, NULL, 'P100E_Still_in_Flight_R3_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/P100E_Still_in_Flight_R3_1920.jpg', NULL, '693', 'attachment-image', NULL, NULL, NULL, '693', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 10:14:31', '2020-11-08 09:14:31', 1, NULL, NULL, NULL, NULL, 0),
(319, 'https://wapejets.com/?post_type=ngg_gallery&p=240', '49:5d4f598b74a29ce63a3c09a837ee79d0', 240, 'post', 'ngg_gallery', 1, 0, NULL, NULL, 'Untitled ngg_gallery', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:27:54', '2020-11-08 09:27:54', 1, NULL, NULL, NULL, NULL, 0),
(320, 'https://wapejets.com/?post_type=ngg_pictures&p=474', '50:4941d3eb92cdf9247207b7a3c1aaa79f', 474, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:27:55', '2020-11-08 09:27:55', 1, NULL, NULL, NULL, NULL, 0),
(321, 'https://wapejets.com/?post_type=ngg_pictures&p=243', '50:8e3e7a3a3698b8a2676ffb015c6c3df5', 243, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:27:56', '2020-11-08 09:27:56', 1, NULL, NULL, NULL, NULL, 0),
(322, 'https://wapejets.com/?post_type=ngg_pictures&p=245', '50:d6cfc73ef3ac4c157c2ca36d6dbb3fb8', 245, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:27:56', '2020-11-08 09:27:56', 1, NULL, NULL, NULL, NULL, 0),
(323, 'https://wapejets.com/?post_type=ngg_pictures&p=247', '50:7c03b237beaf61e18ad615143c36a975', 247, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:27:57', '2020-11-08 09:27:57', 1, NULL, NULL, NULL, NULL, 0),
(324, 'https://wapejets.com/?post_type=ngg_pictures&p=248', '50:a42c8e0c78d24cac313632776536ef20', 248, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:27:57', '2020-11-08 09:27:57', 1, NULL, NULL, NULL, NULL, 0),
(325, 'https://wapejets.com/?post_type=ngg_pictures&p=249', '50:28a00acd2b8240cf942e8d1a51558035', 249, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:27:58', '2020-11-08 09:27:58', 1, NULL, NULL, NULL, NULL, 0),
(326, 'https://wapejets.com/?post_type=ngg_pictures&p=250', '50:91cd01ffd4889ffc9d7deb5738245b9c', 250, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:27:58', '2020-11-08 09:27:58', 1, NULL, NULL, NULL, NULL, 0),
(327, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation__CJ3_1920.jpg', '77:0cbbd94f2cbbd91ecb2b38ef066bcfee', 696, 'post', 'attachment', 1, 0, NULL, NULL, 'Cessna Citation__CJ3+_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Cessna-Citation__CJ3_1920.jpg', NULL, '696', 'attachment-image', NULL, NULL, NULL, '696', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 10:34:03', '2020-11-08 09:34:03', 1, NULL, NULL, NULL, NULL, 0),
(328, 'https://wapejets.com/?post_type=ngg_pictures&p=697', '50:0888728ebbfb11739b150c5fae82881c', 697, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:35:37', '2020-11-08 09:54:39', 1, NULL, NULL, NULL, NULL, 0),
(329, 'https://wapejets.com/?post_type=ngg_pictures&p=698', '50:a26763cccd12a6d4bbb604f9ce8fae91', 698, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:35:38', '2020-11-08 09:54:39', 1, NULL, NULL, NULL, NULL, 0),
(330, 'https://wapejets.com/?post_type=ngg_pictures&p=699', '50:1ed0c7fe9d6b698fee70a9f244dcfb3a', 699, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:36:49', '2020-11-08 09:54:38', 1, NULL, NULL, NULL, NULL, 0),
(331, 'https://wapejets.com/wp-content/uploads/2020/11/038_Falcon8X_2018USB55_A4_HD_1920.jpg', '85:73449972be10698d7d346f060e878428', 700, 'post', 'attachment', 1, 0, NULL, NULL, '038_Falcon8X_2018USB55_A4_HD_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/038_Falcon8X_2018USB55_A4_HD_1920.jpg', NULL, '700', 'attachment-image', NULL, NULL, NULL, '700', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 10:39:15', '2020-11-08 09:39:15', 1, NULL, NULL, NULL, NULL, 0),
(332, 'https://wapejets.com/wp-content/uploads/2020/11/097_Falcon6X_2018USB55_A4_HD_1920.jpg', '85:11db121614657e638a942b6f767e37be', 701, 'post', 'attachment', 1, 0, NULL, NULL, '097_Falcon6X_2018USB55_A4_HD_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/097_Falcon6X_2018USB55_A4_HD_1920.jpg', NULL, '701', 'attachment-image', NULL, NULL, NULL, '701', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 10:39:29', '2020-11-08 09:39:30', 1, NULL, NULL, NULL, NULL, 0),
(333, 'https://wapejets.com/wp-content/uploads/2020/11/Falcon6X_21_USB57_HD_1920.jpg', '77:e72e6bf395adfb6ce4b06fb9f43ffef3', 702, 'post', 'attachment', 1, 0, NULL, NULL, 'Falcon6X_21_USB57_HD_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Falcon6X_21_USB57_HD_1920.jpg', NULL, '702', 'attachment-image', NULL, NULL, NULL, '702', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 10:39:48', '2020-11-08 09:39:48', 1, NULL, NULL, NULL, NULL, 0),
(334, 'https://wapejets.com/?post_type=ngg_gallery&p=271', '49:c93015577b191c5d7562bc5752c4bc11', 271, 'post', 'ngg_gallery', 1, 0, NULL, NULL, 'Untitled ngg_gallery', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:30', '2020-11-08 09:41:30', 1, NULL, NULL, NULL, NULL, 0),
(335, 'https://wapejets.com/?post_type=ngg_pictures&p=707', '50:d397bcb4086d215edb4d5d3757e5d3f0', 707, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:32', '2020-11-08 09:41:32', 1, NULL, NULL, NULL, NULL, 0),
(336, 'https://wapejets.com/?post_type=ngg_pictures&p=705', '50:4deecc511cdbde461af0a147bb3493a2', 705, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:33', '2020-11-08 09:41:34', 1, NULL, NULL, NULL, NULL, 0),
(337, 'https://wapejets.com/?post_type=ngg_pictures&p=704', '50:0922c4b1c5a1365ddd94e666e46fac76', 704, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:34', '2020-11-08 09:41:34', 1, NULL, NULL, NULL, NULL, 0),
(338, 'https://wapejets.com/?post_type=ngg_pictures&p=706', '50:d4f34f5ec87f9f8c7a7560bd3d45028b', 706, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:35', '2020-11-08 09:41:35', 1, NULL, NULL, NULL, NULL, 0),
(339, 'https://wapejets.com/?post_type=ngg_pictures&p=703', '50:f46f3d8129331ee74000bed20877b9d7', 703, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:36', '2020-11-08 09:41:36', 1, NULL, NULL, NULL, NULL, 0),
(340, 'https://wapejets.com/?post_type=ngg_pictures&p=272', '50:dfdbf2a2c7a59cdd087539f29cc34bc3', 272, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:36', '2020-11-08 09:41:36', 1, NULL, NULL, NULL, NULL, 0),
(341, 'https://wapejets.com/?post_type=ngg_pictures&p=273', '50:14054ef286ce8f967cc5a36729cf1ede', 273, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:37', '2020-11-08 09:41:37', 1, NULL, NULL, NULL, NULL, 0),
(342, 'https://wapejets.com/?post_type=ngg_pictures&p=274', '50:b47f1598ab285b81ea6b98f4ec73ab2e', 274, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:37', '2020-11-08 09:41:38', 1, NULL, NULL, NULL, NULL, 0),
(343, 'https://wapejets.com/?post_type=ngg_pictures&p=275', '50:faa98d36622b393af963c8627c968cd9', 275, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:39', '2020-11-08 09:41:39', 1, NULL, NULL, NULL, NULL, 0),
(344, 'https://wapejets.com/?post_type=ngg_pictures&p=276', '50:fe8cc45a7f7685143c3068dc115c6805', 276, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:40', '2020-11-08 09:41:40', 1, NULL, NULL, NULL, NULL, 0),
(345, 'https://wapejets.com/?post_type=ngg_pictures&p=277', '50:d6b928031c27b5cb156b1f8dcf0d15ab', 277, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:40', '2020-11-08 09:41:41', 1, NULL, NULL, NULL, NULL, 0),
(346, 'https://wapejets.com/?post_type=ngg_pictures&p=278', '50:07a439394b40a707e89c59c4b3f8a916', 278, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:41', '2020-11-08 09:41:41', 1, NULL, NULL, NULL, NULL, 0),
(347, 'https://wapejets.com/?post_type=ngg_pictures&p=279', '50:c847b93caf123f9338f2df12d8a051c1', 279, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:42', '2020-11-08 09:41:42', 1, NULL, NULL, NULL, NULL, 0),
(348, 'https://wapejets.com/?post_type=ngg_pictures&p=280', '50:93c140266da39faca2ba711c43ed6dcc', 280, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:42', '2020-11-08 09:41:42', 1, NULL, NULL, NULL, NULL, 0),
(349, 'https://wapejets.com/?post_type=ngg_pictures&p=281', '50:651c58c93247b762db98c7a058937a7c', 281, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:43', '2020-11-08 09:41:43', 1, NULL, NULL, NULL, NULL, 0),
(350, 'https://wapejets.com/?post_type=ngg_pictures&p=282', '50:c19327135408da3c882eb3dbe6ef0c47', 282, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:43', '2020-11-08 09:41:43', 1, NULL, NULL, NULL, NULL, 0),
(351, 'https://wapejets.com/?post_type=ngg_pictures&p=283', '50:edc6b9089401aecb740fdafb9834a190', 283, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:44', '2020-11-08 09:41:44', 1, NULL, NULL, NULL, NULL, 0),
(352, 'https://wapejets.com/?post_type=ngg_pictures&p=284', '50:cdc77171e44c148ec381b3e09baa35da', 284, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:44', '2020-11-08 09:41:44', 1, NULL, NULL, NULL, NULL, 0),
(353, 'https://wapejets.com/?post_type=ngg_pictures&p=285', '50:fe2703a135e32ca80899698cd7edc5cb', 285, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:41:44', '2020-11-08 09:41:45', 1, NULL, NULL, NULL, NULL, 0),
(354, 'https://wapejets.com/?post_type=ngg_gallery&p=308', '49:ad118e5904c2ead9824afd2a9ad24491', 308, 'post', 'ngg_gallery', 1, 0, NULL, NULL, 'Untitled ngg_gallery', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:25', '2020-11-08 09:44:15', 1, NULL, NULL, NULL, NULL, 0),
(356, 'https://wapejets.com/?post_type=ngg_pictures&p=311', '50:23534debb724ebbc248d604d6c690632', 311, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:26', '2020-11-08 09:44:16', 1, NULL, NULL, NULL, NULL, 0),
(357, 'https://wapejets.com/?post_type=ngg_pictures&p=312', '50:ab68bfb668413528fff383a75f005440', 312, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:27', '2020-11-08 09:44:16', 1, NULL, NULL, NULL, NULL, 0),
(358, 'https://wapejets.com/?post_type=ngg_pictures&p=313', '50:4e1112131bfe5768515a1e1595288064', 313, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:27', '2020-11-08 09:44:17', 1, NULL, NULL, NULL, NULL, 0),
(359, 'https://wapejets.com/?post_type=ngg_pictures&p=314', '50:c669fe04ea34179a6243dd91d6f72e4d', 314, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:28', '2020-11-08 09:44:17', 1, NULL, NULL, NULL, NULL, 0),
(360, 'https://wapejets.com/?post_type=ngg_pictures&p=315', '50:47ea5cb641c01dd3bc6214c139ab7ea0', 315, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:28', '2020-11-08 09:44:18', 1, NULL, NULL, NULL, NULL, 0),
(361, 'https://wapejets.com/?post_type=ngg_pictures&p=316', '50:39302dba5722d91ef30702c2084dbef8', 316, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:29', '2020-11-08 09:44:18', 1, NULL, NULL, NULL, NULL, 0),
(362, 'https://wapejets.com/?post_type=ngg_pictures&p=317', '50:76c923b5af51e4c8ad0f0c7953957812', 317, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:29', '2020-11-08 09:44:19', 1, NULL, NULL, NULL, NULL, 0),
(363, 'https://wapejets.com/?post_type=ngg_pictures&p=318', '50:8057779c878094a0acb0eec710e866f9', 318, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:30', '2020-11-08 09:44:21', 1, NULL, NULL, NULL, NULL, 0),
(364, 'https://wapejets.com/?post_type=ngg_pictures&p=320', '50:0bf3c7410e9a62e83737fda83c05a470', 320, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:43:31', '2020-11-08 09:44:22', 1, NULL, NULL, NULL, NULL, 0),
(365, 'https://wapejets.com/?post_type=ngg_pictures&p=708', '50:0421db3cf1080abb6faf652148a55153', 708, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:44:15', '2020-11-08 09:44:15', 1, NULL, NULL, NULL, NULL, 0),
(366, 'https://wapejets.com/wp-content/uploads/2020/11/Gulfstream-G500_1920.jpg', '72:3a48eca36cf828e6dbbf7af5f994fbd5', 709, 'post', 'attachment', 1, 0, NULL, NULL, 'Gulfstream G500_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Gulfstream-G500_1920.jpg', NULL, '709', 'attachment-image', NULL, NULL, NULL, '709', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 10:47:18', '2020-11-08 09:47:18', 1, NULL, NULL, NULL, NULL, 0),
(367, 'https://wapejets.com/wp-content/uploads/2020/11/Gulfstream-G600_1920.jpg', '72:f5eec31114af2db709f12e07e7d0f0ab', 710, 'post', 'attachment', 1, 0, NULL, NULL, 'Gulfstream G600_1920', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/Gulfstream-G600_1920.jpg', NULL, '710', 'attachment-image', NULL, NULL, NULL, '710', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-08 10:47:26', '2020-11-08 09:47:26', 1, NULL, NULL, NULL, NULL, 0),
(368, 'https://wapejets.com/?post_type=ngg_pictures&p=712', '50:96218137ce66de168bbdce5ac3cfeca0', 712, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:48:42', '2020-11-08 09:48:43', 1, NULL, NULL, NULL, NULL, 0),
(369, 'https://wapejets.com/?post_type=ngg_pictures&p=713', '50:bad1ca2ff1483d3a73c10b7241592f65', 713, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:48:43', '2020-11-08 09:48:43', 1, NULL, NULL, NULL, NULL, 0),
(370, 'https://wapejets.com/?post_type=ngg_pictures&p=714', '50:96908659aa4b6dc6a295cc6dd087aadf', 714, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:48:44', '2020-11-08 09:48:44', 1, NULL, NULL, NULL, NULL, 0),
(371, 'https://wapejets.com/?post_type=ngg_gallery&p=349', '49:02e5f0773f1020905ac6b9720b40998b', 349, 'post', 'ngg_gallery', 1, 0, NULL, NULL, 'Untitled ngg_gallery', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:50:53', '2020-11-08 09:50:53', 1, NULL, NULL, NULL, NULL, 0),
(372, 'https://wapejets.com/?post_type=ngg_pictures&p=717', '50:4f298f12d8b1af35f90716fa996bcdf0', 717, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:50:53', '2020-11-08 09:50:53', 1, NULL, NULL, NULL, NULL, 0),
(373, 'https://wapejets.com/?post_type=ngg_pictures&p=716', '50:dce5c06bb7a442c2a3bf732e3622d4b4', 716, 'post', 'ngg_pictures', 1, 0, NULL, NULL, 'Untitled ngg_pictures', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 10:50:54', '2020-11-08 09:50:54', 1, NULL, NULL, NULL, NULL, 0),
(374, 'https://wapejets.com/wp-content/uploads/2020/05/Citation_CJ4_Image_14.jpg', '73:c372d6914715c7be514a3b748eea39eb', 202, 'post', 'attachment', 1, 175, NULL, NULL, '', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/05/Citation_CJ4_Image_14.jpg', NULL, '202', 'attachment-image', NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/05/Citation_CJ4_Image_14.jpg', '202', 'attachment-image', '{\"width\":1280,\"height\":960,\"url\":\"https://wapejets.com/wp-content/uploads/2020/05/Citation_CJ4_Image_14.jpg\",\"path\":\"/volume1/web/wapejets_com/wp-content/uploads/2020/05/Citation_CJ4_Image_14.jpg\",\"size\":\"full\",\"id\":202,\"alt\":\"\",\"pixels\":1228800,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-08 10:51:54', '2020-11-08 09:52:00', 1, NULL, NULL, NULL, NULL, 0),
(375, 'https://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_8.jpg', '77:8530995e4477f4a966bfbf4f32e4a8c8', 207, 'post', 'attachment', 1, 175, NULL, NULL, 'Departures Citation SO Airlift', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_8.jpg', NULL, '207', 'attachment-image', NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_8.jpg', '207', 'attachment-image', '{\"width\":1890,\"height\":1512,\"url\":\"https://wapejets.com/wp-content/uploads/2020/05/Citation_Logitude_Image_8.jpg\",\"path\":\"/volume1/web/wapejets_com/wp-content/uploads/2020/05/Citation_Logitude_Image_8.jpg\",\"size\":\"full\",\"id\":207,\"alt\":\"\",\"pixels\":2857680,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-08 10:53:36', '2020-11-08 09:53:36', 1, NULL, NULL, NULL, NULL, 0),
(376, 'https://wapejets.com/2020/11/08/720/', '36:4ba95759f06068270488134cc43591ab', 720, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-08 11:20:58', '2020-11-08 10:21:28', 1, NULL, NULL, NULL, NULL, 0),
(377, NULL, NULL, 0, 'term', NULL, NULL, NULL, NULL, NULL, NULL, 'unindexed', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-11-08 13:14:17', '2020-11-08 12:14:17', 1, NULL, NULL, NULL, NULL, 0),
(379, 'https://wapejets.com/en/services/', '33:be4564a9db4ece7d956ff52a41001720', 722, 'post', 'page', 1, 0, 'Služby: Pronájem soukromého letadla | Privátní lety | Prodej letadel', NULL, 'Services', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-15 13:49:58', '2020-11-15 15:32:30', 1, NULL, NULL, NULL, NULL, 0),
(380, 'https://wapejets.com/en/aircraft-sales/', '39:879f04ebb6aea2e62c14e7887defe038', 725, 'post', 'page', 1, 0, 'Wapejets: Prodej letadel - Bombardier, Cessna, Dassault, Embraer', NULL, 'Aircraft Sales', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-15 14:06:26', '2020-11-26 15:15:41', 1, NULL, NULL, NULL, NULL, 0),
(383, 'https://wapejets.com/en/charter/', '32:767b032217ffb052646bd4d5e9bf4121', 731, 'post', 'page', 1, 0, 'Services: Private jet rental | Flights on private Jets | Aircraft purchase', NULL, 'Charter', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-15 14:26:05', '2020-11-15 16:35:20', 1, NULL, NULL, NULL, NULL, 0),
(384, 'https://wapejets.com/wp-content/uploads/2020/11/1_Phenom_100_interior_007_1920-1.jpg', '84:aba403e2eeeb8628133270a7118ac2a1', 733, 'post', 'attachment', 1, 725, NULL, NULL, '1_Phenom_100_interior_007_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/1_Phenom_100_interior_007_1920-1.jpg', NULL, '733', 'attachment-image', NULL, NULL, NULL, '733', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-15 14:34:11', '2020-11-15 13:46:22', 1, NULL, NULL, NULL, NULL, 1),
(385, 'https://wapejets.com/wp-content/uploads/2020/11/P100E_Still_in_Flight_R3_1920-1.jpg', '83:effe3a223425e2420674bd3c312aa8e8', 734, 'post', 'attachment', 1, 725, NULL, NULL, 'P100E_Still_in_Flight_R3_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/P100E_Still_in_Flight_R3_1920-1.jpg', NULL, '734', 'attachment-image', NULL, NULL, NULL, '734', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-15 14:34:21', '2020-11-15 13:46:22', 1, NULL, NULL, NULL, NULL, 1),
(386, 'https://wapejets.com/wp-content/uploads/2020/11/hondajet-595_683_1920-1.jpg', '75:313f3ced661943697f6d6ec002c897cf', 735, 'post', 'attachment', 1, 725, NULL, NULL, 'hondajet-595_683_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/hondajet-595_683_1920-1.jpg', NULL, '735', 'attachment-image', NULL, NULL, NULL, '735', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-15 14:36:32', '2020-11-15 13:46:23', 1, NULL, NULL, NULL, NULL, 1),
(387, 'https://wapejets.com/wp-content/uploads/2020/11/spacious-interior-360_1920-1.jpg', '80:549f473ed641a3dd221094c2b196968e', 736, 'post', 'attachment', 1, 725, NULL, NULL, 'spacious-interior-360_1920', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/spacious-interior-360_1920-1.jpg', NULL, '736', 'attachment-image', NULL, NULL, NULL, '736', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-15 14:36:42', '2020-11-15 13:46:23', 1, NULL, NULL, NULL, NULL, 1),
(388, 'https://wapejets.com/en/consulting/', '35:2c4593cb8544c3bd3b4d439fb295c33c', 738, 'post', 'page', 1, 0, 'Services: Private jet rental | Flights on private Jets | Aircraft purchase', NULL, 'Consulting', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-15 14:51:30', '2020-11-15 14:03:03', 1, NULL, NULL, NULL, NULL, 0),
(389, 'https://wapejets.com/en/travel-management-en/', '45:e6ed955edd3b64b083e96bcc0834e987', 740, 'post', 'page', 1, 0, 'Services: Private jet rental | Flights on private Jets | Aircraft purchase', NULL, 'Travel Management', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-15 15:03:43', '2020-11-15 14:06:21', 1, NULL, NULL, NULL, NULL, 0),
(390, 'https://wapejets.com/2020/11/15/745/', '36:22f5e91078ee56f112013fab2a2aa66a', 745, 'post', 'nav_menu_item', 1, 0, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-15 16:10:12', '2020-11-15 15:10:34', 1, NULL, NULL, NULL, NULL, 0),
(391, 'https://wapejets.com/en/factors/', '32:cd4f1259d71da8aaa49c200a121507c3', 746, 'post', 'page', 1, 0, 'Cena pronájmu soukromého letadla - WAPEJETS', NULL, 'Factors', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-15 17:15:31', '2020-11-15 17:40:59', 1, NULL, NULL, NULL, NULL, 0),
(392, 'https://wapejets.com/wp-content/uploads/2020/11/010_Falcon5X_2013DVD43_mxmode.jpg', '81:175eea7b4c615eec510a78b32a68c0eb', 752, 'post', 'attachment', 1, 0, NULL, NULL, '010_Falcon5X_2013DVD43_mxmode', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/010_Falcon5X_2013DVD43_mxmode.jpg', NULL, '752', 'attachment-image', NULL, NULL, NULL, '752', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-16 07:47:17', '2020-11-16 06:47:18', 1, NULL, NULL, NULL, NULL, 0),
(393, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_black_400.png', '84:be3c445e44de7035bf366131603e590e', 753, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_full_web_black_400', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_black_400.png', NULL, '753', 'attachment-image', NULL, NULL, NULL, '753', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-16 07:50:21', '2020-11-16 06:50:22', 1, NULL, NULL, NULL, NULL, 0),
(394, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_black_400@2x.png', '87:e583a4db9503587b988c44e0c55a9aec', 754, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_full_web_black_400@2x', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_black_400@2x.png', NULL, '754', 'attachment-image', NULL, NULL, NULL, '754', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-16 07:50:25', '2020-11-16 06:50:25', 1, NULL, NULL, NULL, NULL, 0),
(395, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_white_400.png', '84:cc515d3edd7698bd06d8ca45caa6233a', 755, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_full_web_white_400', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_white_400.png', NULL, '755', 'attachment-image', NULL, NULL, NULL, '755', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-16 07:50:29', '2020-11-16 06:50:30', 1, NULL, NULL, NULL, NULL, 0),
(396, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_white_400@2x.png', '87:5f6eb3389294c32c588f0677bd47e450', 756, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_full_web_white_400@2x', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/11/wapejets_logo_full_web_white_400@2x.png', NULL, '756', 'attachment-image', NULL, NULL, NULL, '756', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-16 07:50:33', '2020-11-16 06:50:34', 1, NULL, NULL, NULL, NULL, 0),
(398, 'https://wapejets.com/?post_type=tablepress_table&p=758', '54:09dc5acf83ff5cae99b36f18df608e54', 758, 'post', 'tablepress_table', 1, 0, NULL, NULL, 'Embraer', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-26 15:11:28', '2020-11-26 14:35:37', 1, NULL, NULL, NULL, NULL, 0),
(399, 'https://wapejets.com/?post_type=tablepress_table&p=764', '54:44a8684fdc1da55e7d7c2708155649c8', 764, 'post', 'tablepress_table', 1, 0, NULL, NULL, 'Cessna', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-26 15:21:57', '2020-11-26 14:33:45', 1, NULL, NULL, NULL, NULL, 0),
(400, 'https://wapejets.com/?post_type=tablepress_table&p=766', '54:baf90f6bba8c7489eafedb82f801611a', 766, 'post', 'tablepress_table', 1, 0, NULL, NULL, 'Bombardier', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-26 15:36:16', '2020-11-26 14:38:04', 1, NULL, NULL, NULL, NULL, 0),
(401, 'https://wapejets.com/?post_type=tablepress_table&p=768', '54:700d0069f9b3f9f5b720f775f6b03b46', 768, 'post', 'tablepress_table', 1, 0, NULL, NULL, 'Gulfstream', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-26 15:40:58', '2020-11-26 14:42:31', 1, NULL, NULL, NULL, NULL, 0),
(402, 'https://wapejets.com/?post_type=tablepress_table&p=770', '54:ad7301595ebe5422d029a88400d626e2', 770, 'post', 'tablepress_table', 1, 0, NULL, NULL, 'Dassault', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-26 15:46:29', '2020-11-26 14:48:06', 1, NULL, NULL, NULL, NULL, 0),
(403, 'https://wapejets.com/?post_type=tablepress_table&p=772', '54:485f6430a22b0191f458cf317f9bd5f0', 772, 'post', 'tablepress_table', 1, 0, NULL, NULL, 'Kopie Embraer', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-26 15:50:55', '2020-11-26 14:51:28', 1, NULL, NULL, NULL, NULL, 0),
(406, 'https://wapejets.com/wp-content/uploads/2020/12/wj_news_foto_1.jpg', '66:c446ad5ad328728f51dc72c170c20a18', 776, 'post', 'attachment', 1, 0, NULL, NULL, 'wj_pf_2021', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/12/wj_news_foto_1.jpg', NULL, '776', 'attachment-image', NULL, NULL, NULL, '776', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-18 17:26:02', '2020-12-18 16:26:03', 1, NULL, NULL, NULL, NULL, 0),
(407, 'https://wapejets.com/wp-content/uploads/2020/12/wapejets_logo_baked_white.png', '77:1040cb8af951b13396c5929acb6bc938', 777, 'post', 'attachment', 1, 0, NULL, NULL, 'wapejets_logo_baked_white', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://wapejets.com/wp-content/uploads/2020/12/wapejets_logo_baked_white.png', NULL, '777', 'attachment-image', NULL, NULL, NULL, '777', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-18 17:30:13', '2020-12-18 16:30:13', 1, NULL, NULL, NULL, NULL, 0);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_yoast_indexable_hierarchy`
--
CREATE TABLE `wp_yoast_indexable_hierarchy` (
`indexable_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
`ancestor_id` int(11) UNSIGNED NOT NULL DEFAULT '0',
`depth` int(11) UNSIGNED DEFAULT NULL,
`blog_id` bigint(20) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_yoast_indexable_hierarchy`
--
INSERT INTO `wp_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(35, 21, 1, 1),
(226, 14, 1, 1),
(231, 104, 1, 1),
(288, 287, 1, 1),
(289, 287, 1, 1),
(305, 287, 1, 1),
(306, 287, 1, 1),
(307, 287, 1, 1),
(308, 287, 1, 1),
(309, 287, 1, 1),
(310, 287, 1, 1),
(311, 287, 1, 1),
(312, 287, 1, 1),
(313, 287, 1, 1),
(314, 287, 1, 1),
(317, 287, 1, 1),
(318, 287, 1, 1),
(374, 20, 1, 1),
(375, 20, 1, 1),
(384, 380, 1, 1),
(385, 380, 1, 1),
(386, 380, 1, 1),
(387, 380, 1, 1);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_yoast_migrations`
--
CREATE TABLE `wp_yoast_migrations` (
`id` int(11) UNSIGNED NOT NULL,
`version` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_yoast_migrations`
--
INSERT INTO `wp_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(18, '20200617122511'),
(16, '20200702141921'),
(17, '20200728095334');
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_yoast_primary_term`
--
CREATE TABLE `wp_yoast_primary_term` (
`id` int(11) UNSIGNED NOT NULL,
`post_id` int(11) UNSIGNED NOT NULL,
`term_id` int(11) UNSIGNED NOT NULL,
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`blog_id` bigint(20) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_yoast_seo_links`
--
CREATE TABLE `wp_yoast_seo_links` (
`id` bigint(20) UNSIGNED NOT NULL,
`url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`post_id` bigint(20) UNSIGNED NOT NULL,
`target_post_id` bigint(20) UNSIGNED NOT NULL,
`type` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
`indexable_id` int(11) UNSIGNED DEFAULT NULL,
`target_indexable_id` int(11) UNSIGNED DEFAULT NULL,
`height` int(11) UNSIGNED DEFAULT NULL,
`width` int(11) UNSIGNED DEFAULT NULL,
`size` int(11) UNSIGNED DEFAULT NULL,
`language` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_yoast_seo_links`
--
INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(304, 'https://wapejets.com/wp-content/uploads/2020/01/LuxuryBRNO-winter-2019-11-13_page-0001_web.jpg', 1064, 0, 'internal', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(305, 'https://wapejets.com/wp-content/uploads/2020/01/1.12.2019_Luxury-Brno-Magazine_Cestování-privátním-letadlem-vám-dá-svobodu_web.pdf', 1064, 0, 'internal', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(306, 'https://wapejets.com/wp-content/uploads/2020/01/1Y3A0522-1.jpg', 1064, 0, 'internal', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(307, 'https://wapejets.com/wp-content/uploads/2020/01/30.11.2019_Grand-Magazine_Volnost-na-křídlech-privátního-letadla.pdf', 1064, 0, 'internal', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(736, 'https://wapejets.com/faktory/', 57, 985, 'internal', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(737, 'httpss://www.spbaa.com', 57, 0, 'external', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(738, 'https://wapejets.com/en/factors/', 791, 1005, 'internal', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(739, 'httpss://www.spbaa.com', 791, 0, 'external', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(742, 'https://wapejets.com/faktory/', 1193, 985, 'internal', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(743, 'https://wapejets.com/wp-content/uploads/2018/06/SapphirePegasus-2015-0349.jpg', 1193, 0, 'internal', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(744, 'httpss://www.spbaa.com', 1193, 0, 'external', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(745, 'httpss://www.instagram.com/p/B3bnEANgFns/', 1193, 0, 'external', NULL, NULL, NULL, NULL, NULL, NULL, NULL);
-- --------------------------------------------------------
--
-- Struktura tabulky `wp_yoast_seo_meta`
--
CREATE TABLE `wp_yoast_seo_meta` (
`object_id` bigint(20) UNSIGNED NOT NULL,
`internal_link_count` int(10) UNSIGNED DEFAULT NULL,
`incoming_link_count` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Vypisuji data pro tabulku `wp_yoast_seo_meta`
--
INSERT INTO `wp_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) VALUES
(4, 0, 0),
(27, 0, 0),
(29, 0, 0),
(31, 0, 0),
(45, 0, 0),
(46, 0, 0),
(47, 0, 0),
(48, 0, 0),
(57, 1, 0),
(60, 0, 0),
(62, 0, 0),
(63, 0, 0),
(80, 0, 0),
(114, 0, 0),
(156, 0, 0),
(159, 0, 0),
(160, 0, 0),
(161, 0, 0),
(163, 0, 0),
(174, 0, 0),
(175, 0, 0),
(352, 0, 0),
(353, 0, 0),
(360, 0, 0),
(369, 0, 0),
(370, 0, 0),
(377, 0, 0),
(387, 0, 0),
(392, 0, 0),
(393, 0, 0),
(394, 0, 0),
(395, 0, 0),
(471, 0, 0),
(473, 0, 0),
(480, 0, 0),
(482, 0, 0),
(483, 0, 0),
(487, 0, 0),
(489, 0, 0),
(494, 0, 0),
(511, 0, 0),
(513, 0, 0),
(516, 0, 0),
(526, 0, 0),
(527, 0, 0),
(528, 0, 0),
(529, 0, 0),
(530, 0, 0),
(531, 0, 0),
(532, 0, 0),
(537, 0, 0),
(541, 0, 0),
(561, 0, 0),
(565, 0, 0),
(568, 0, 0),
(579, 0, 0),
(581, 0, 0),
(582, 0, 0),
(583, 0, 0),
(584, 0, 0),
(587, 0, 0),
(593, 0, 0),
(594, 0, 0),
(598, 0, 0),
(600, 0, 0),
(605, 0, 0),
(615, 0, 0),
(627, 0, 0),
(630, 0, 0),
(631, 0, 0),
(791, 1, 0),
(801, 0, 0),
(880, NULL, 0),
(888, NULL, 0),
(985, 0, 2),
(1005, 0, 1),
(1039, 0, 0),
(1049, 0, 0),
(1064, 4, 0),
(1072, 0, 0),
(1077, 0, 0),
(1110, 0, 0),
(1112, 0, 0),
(1115, 0, 0),
(1118, 0, 0),
(1119, 0, 0),
(1149, 0, 0),
(1151, 0, 0),
(1187, 0, 0),
(1188, 0, 0),
(1189, 0, 0),
(1190, 0, 0),
(1191, 0, 0),
(1193, 2, 0),
(1195, 0, 0);
--
-- Klíče pro exportované tabulky
--
--
-- Klíče pro tabulku `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
ADD PRIMARY KEY (`action_id`),
ADD KEY `hook` (`hook`),
ADD KEY `status` (`status`),
ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
ADD KEY `args` (`args`),
ADD KEY `group_id` (`group_id`),
ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
ADD KEY `claim_id` (`claim_id`);
--
-- Klíče pro tabulku `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
ADD PRIMARY KEY (`claim_id`),
ADD KEY `date_created_gmt` (`date_created_gmt`);
--
-- Klíče pro tabulku `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
ADD PRIMARY KEY (`group_id`),
ADD KEY `slug` (`slug`(191));
--
-- Klíče pro tabulku `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
ADD PRIMARY KEY (`log_id`),
ADD KEY `action_id` (`action_id`),
ADD KEY `log_date_gmt` (`log_date_gmt`);
--
-- Klíče pro tabulku `wp_cf_forms`
--
ALTER TABLE `wp_cf_forms`
ADD PRIMARY KEY (`id`),
ADD KEY `form_id` (`form_id`);
--
-- Klíče pro tabulku `wp_cf_form_entries`
--
ALTER TABLE `wp_cf_form_entries`
ADD PRIMARY KEY (`id`),
ADD KEY `form_id` (`form_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `date_time` (`datestamp`),
ADD KEY `status` (`status`);
--
-- Klíče pro tabulku `wp_cf_form_entry_meta`
--
ALTER TABLE `wp_cf_form_entry_meta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `meta_key` (`meta_key`(191)),
ADD KEY `entry_id` (`entry_id`);
--
-- Klíče pro tabulku `wp_cf_form_entry_values`
--
ALTER TABLE `wp_cf_form_entry_values`
ADD PRIMARY KEY (`id`),
ADD KEY `form_id` (`entry_id`),
ADD KEY `field_id` (`field_id`),
ADD KEY `slug` (`slug`(191));
--
-- Klíče pro tabulku `wp_cf_pro_messages`
--
ALTER TABLE `wp_cf_pro_messages`
ADD PRIMARY KEY (`ID`);
--
-- Klíče pro tabulku `wp_cf_queue_failures`
--
ALTER TABLE `wp_cf_queue_failures`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_cf_queue_jobs`
--
ALTER TABLE `wp_cf_queue_jobs`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `comment_id` (`comment_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Klíče pro tabulku `wp_comments`
--
ALTER TABLE `wp_comments`
ADD PRIMARY KEY (`comment_ID`),
ADD KEY `comment_post_ID` (`comment_post_ID`),
ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
ADD KEY `comment_date_gmt` (`comment_date_gmt`),
ADD KEY `comment_parent` (`comment_parent`),
ADD KEY `comment_author_email` (`comment_author_email`(10));
--
-- Klíče pro tabulku `wp_csp3_subscribers`
--
ALTER TABLE `wp_csp3_subscribers`
ADD PRIMARY KEY (`id`),
ADD KEY `csp3_subscribers_page_uuid_idx` (`page_uuid`);
--
-- Klíče pro tabulku `wp_layerslider`
--
ALTER TABLE `wp_layerslider`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_layerslider_revisions`
--
ALTER TABLE `wp_layerslider_revisions`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_links`
--
ALTER TABLE `wp_links`
ADD PRIMARY KEY (`link_id`),
ADD KEY `link_visible` (`link_visible`);
--
-- Klíče pro tabulku `wp_mgmlp_folders`
--
ALTER TABLE `wp_mgmlp_folders`
ADD PRIMARY KEY (`post_id`);
--
-- Klíče pro tabulku `wp_newsletter`
--
ALTER TABLE `wp_newsletter`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `email` (`email`),
ADD KEY `wp_user_id` (`wp_user_id`);
--
-- Klíče pro tabulku `wp_newsletter_emails`
--
ALTER TABLE `wp_newsletter_emails`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_newsletter_sent`
--
ALTER TABLE `wp_newsletter_sent`
ADD PRIMARY KEY (`email_id`,`user_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `email_id` (`email_id`);
--
-- Klíče pro tabulku `wp_newsletter_stats`
--
ALTER TABLE `wp_newsletter_stats`
ADD PRIMARY KEY (`id`),
ADD KEY `email_id` (`email_id`),
ADD KEY `user_id` (`user_id`);
--
-- Klíče pro tabulku `wp_newsletter_user_logs`
--
ALTER TABLE `wp_newsletter_user_logs`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_ngg_album`
--
ALTER TABLE `wp_ngg_album`
ADD PRIMARY KEY (`id`),
ADD KEY `extras_post_id_key` (`extras_post_id`);
--
-- Klíče pro tabulku `wp_ngg_gallery`
--
ALTER TABLE `wp_ngg_gallery`
ADD PRIMARY KEY (`gid`),
ADD KEY `extras_post_id_key` (`extras_post_id`);
--
-- Klíče pro tabulku `wp_ngg_pictures`
--
ALTER TABLE `wp_ngg_pictures`
ADD PRIMARY KEY (`pid`),
ADD KEY `extras_post_id_key` (`extras_post_id`);
--
-- Klíče pro tabulku `wp_options`
--
ALTER TABLE `wp_options`
ADD PRIMARY KEY (`option_id`),
ADD UNIQUE KEY `option_name` (`option_name`),
ADD KEY `autoload` (`autoload`);
--
-- Klíče pro tabulku `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `post_id` (`post_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Klíče pro tabulku `wp_posts`
--
ALTER TABLE `wp_posts`
ADD PRIMARY KEY (`ID`),
ADD KEY `post_name` (`post_name`(191)),
ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
ADD KEY `post_parent` (`post_parent`),
ADD KEY `post_author` (`post_author`);
--
-- Klíče pro tabulku `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_css_bkp`
--
ALTER TABLE `wp_revslider_css_bkp`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_layer_animations_bkp`
--
ALTER TABLE `wp_revslider_layer_animations_bkp`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_navigations_bkp`
--
ALTER TABLE `wp_revslider_navigations_bkp`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_sliders_bkp`
--
ALTER TABLE `wp_revslider_sliders_bkp`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_slides_bkp`
--
ALTER TABLE `wp_revslider_slides_bkp`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_revslider_static_slides_bkp`
--
ALTER TABLE `wp_revslider_static_slides_bkp`
ADD UNIQUE KEY `id` (`id`);
--
-- Klíče pro tabulku `wp_smush_dir_images`
--
ALTER TABLE `wp_smush_dir_images`
ADD UNIQUE KEY `id` (`id`),
ADD UNIQUE KEY `path_hash` (`path_hash`),
ADD KEY `image_size` (`image_size`);
--
-- Klíče pro tabulku `wp_swift_performance_warmup`
--
ALTER TABLE `wp_swift_performance_warmup`
ADD PRIMARY KEY (`id`),
ADD KEY `url` (`url`),
ADD KEY `priority` (`priority`);
--
-- Klíče pro tabulku `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `term_id` (`term_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Klíče pro tabulku `wp_terms`
--
ALTER TABLE `wp_terms`
ADD PRIMARY KEY (`term_id`),
ADD KEY `slug` (`slug`(191)),
ADD KEY `name` (`name`(191));
--
-- Klíče pro tabulku `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);
--
-- Klíče pro tabulku `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
ADD PRIMARY KEY (`term_taxonomy_id`),
ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
ADD KEY `taxonomy` (`taxonomy`);
--
-- Klíče pro tabulku `wp_tm_taskmeta`
--
ALTER TABLE `wp_tm_taskmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `meta_key` (`meta_key`(191)),
ADD KEY `task_id` (`task_id`);
--
-- Klíče pro tabulku `wp_tm_tasks`
--
ALTER TABLE `wp_tm_tasks`
ADD PRIMARY KEY (`id`),
ADD KEY `user_id` (`user_id`);
--
-- Klíče pro tabulku `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
ADD PRIMARY KEY (`umeta_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Klíče pro tabulku `wp_users`
--
ALTER TABLE `wp_users`
ADD PRIMARY KEY (`ID`),
ADD KEY `user_login_key` (`user_login`),
ADD KEY `user_nicename` (`user_nicename`),
ADD KEY `user_email` (`user_email`);
--
-- Klíče pro tabulku `wp_wpforms_tasks_meta`
--
ALTER TABLE `wp_wpforms_tasks_meta`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_wpmailsmtp_tasks_meta`
--
ALTER TABLE `wp_wpmailsmtp_tasks_meta`
ADD PRIMARY KEY (`id`);
--
-- Klíče pro tabulku `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
ADD PRIMARY KEY (`id`),
ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
ADD KEY `object_id_and_type` (`object_id`,`object_type`),
ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`);
--
-- Klíče pro tabulku `wp_yoast_indexable_hierarchy`
--
ALTER TABLE `wp_yoast_indexable_hierarchy`
ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
ADD KEY `indexable_id` (`indexable_id`),
ADD KEY `ancestor_id` (`ancestor_id`),
ADD KEY `depth` (`depth`);
--
-- Klíče pro tabulku `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `idx_wp_yoast_migrations_version` (`version`);
--
-- Klíče pro tabulku `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
ADD PRIMARY KEY (`id`),
ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
ADD KEY `post_term` (`post_id`,`term_id`);
--
-- Klíče pro tabulku `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
ADD PRIMARY KEY (`id`),
ADD KEY `link_direction` (`post_id`,`type`),
ADD KEY `indexable_link_direction` (`indexable_id`,`type`);
--
-- Klíče pro tabulku `wp_yoast_seo_meta`
--
ALTER TABLE `wp_yoast_seo_meta`
ADD UNIQUE KEY `object_id` (`object_id`);
--
-- AUTO_INCREMENT pro tabulky
--
--
-- AUTO_INCREMENT pro tabulku `wp_actionscheduler_actions`
--
ALTER TABLE `wp_actionscheduler_actions`
MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=193;
--
-- AUTO_INCREMENT pro tabulku `wp_actionscheduler_claims`
--
ALTER TABLE `wp_actionscheduler_claims`
MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=131;
--
-- AUTO_INCREMENT pro tabulku `wp_actionscheduler_groups`
--
ALTER TABLE `wp_actionscheduler_groups`
MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pro tabulku `wp_actionscheduler_logs`
--
ALTER TABLE `wp_actionscheduler_logs`
MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=156;
--
-- AUTO_INCREMENT pro tabulku `wp_cf_forms`
--
ALTER TABLE `wp_cf_forms`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=74;
--
-- AUTO_INCREMENT pro tabulku `wp_cf_form_entries`
--
ALTER TABLE `wp_cf_form_entries`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=77;
--
-- AUTO_INCREMENT pro tabulku `wp_cf_form_entry_meta`
--
ALTER TABLE `wp_cf_form_entry_meta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
--
-- AUTO_INCREMENT pro tabulku `wp_cf_form_entry_values`
--
ALTER TABLE `wp_cf_form_entry_values`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=545;
--
-- AUTO_INCREMENT pro tabulku `wp_cf_pro_messages`
--
ALTER TABLE `wp_cf_pro_messages`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_cf_queue_failures`
--
ALTER TABLE `wp_cf_queue_failures`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_cf_queue_jobs`
--
ALTER TABLE `wp_cf_queue_jobs`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_comments`
--
ALTER TABLE `wp_comments`
MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT pro tabulku `wp_csp3_subscribers`
--
ALTER TABLE `wp_csp3_subscribers`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_layerslider`
--
ALTER TABLE `wp_layerslider`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_layerslider_revisions`
--
ALTER TABLE `wp_layerslider_revisions`
MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_links`
--
ALTER TABLE `wp_links`
MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_newsletter`
--
ALTER TABLE `wp_newsletter`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5584;
--
-- AUTO_INCREMENT pro tabulku `wp_newsletter_emails`
--
ALTER TABLE `wp_newsletter_emails`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT pro tabulku `wp_newsletter_stats`
--
ALTER TABLE `wp_newsletter_stats`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1003;
--
-- AUTO_INCREMENT pro tabulku `wp_newsletter_user_logs`
--
ALTER TABLE `wp_newsletter_user_logs`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;
--
-- AUTO_INCREMENT pro tabulku `wp_ngg_album`
--
ALTER TABLE `wp_ngg_album`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT pro tabulku `wp_ngg_gallery`
--
ALTER TABLE `wp_ngg_gallery`
MODIFY `gid` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT pro tabulku `wp_ngg_pictures`
--
ALTER TABLE `wp_ngg_pictures`
MODIFY `pid` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=92;
--
-- AUTO_INCREMENT pro tabulku `wp_options`
--
ALTER TABLE `wp_options`
MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=230005;
--
-- AUTO_INCREMENT pro tabulku `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10275;
--
-- AUTO_INCREMENT pro tabulku `wp_posts`
--
ALTER TABLE `wp_posts`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=778;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_css`
--
ALTER TABLE `wp_revslider_css`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=112;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_css_bkp`
--
ALTER TABLE `wp_revslider_css_bkp`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_layer_animations`
--
ALTER TABLE `wp_revslider_layer_animations`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_layer_animations_bkp`
--
ALTER TABLE `wp_revslider_layer_animations_bkp`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_navigations`
--
ALTER TABLE `wp_revslider_navigations`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_navigations_bkp`
--
ALTER TABLE `wp_revslider_navigations_bkp`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_sliders`
--
ALTER TABLE `wp_revslider_sliders`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_sliders_bkp`
--
ALTER TABLE `wp_revslider_sliders_bkp`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_slides`
--
ALTER TABLE `wp_revslider_slides`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_slides_bkp`
--
ALTER TABLE `wp_revslider_slides_bkp`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_static_slides`
--
ALTER TABLE `wp_revslider_static_slides`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT pro tabulku `wp_revslider_static_slides_bkp`
--
ALTER TABLE `wp_revslider_static_slides_bkp`
MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_smush_dir_images`
--
ALTER TABLE `wp_smush_dir_images`
MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_terms`
--
ALTER TABLE `wp_terms`
MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111;
--
-- AUTO_INCREMENT pro tabulku `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111;
--
-- AUTO_INCREMENT pro tabulku `wp_tm_taskmeta`
--
ALTER TABLE `wp_tm_taskmeta`
MODIFY `meta_id` bigint(20) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_tm_tasks`
--
ALTER TABLE `wp_tm_tasks`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=88;
--
-- AUTO_INCREMENT pro tabulku `wp_users`
--
ALTER TABLE `wp_users`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT pro tabulku `wp_wpforms_tasks_meta`
--
ALTER TABLE `wp_wpforms_tasks_meta`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pro tabulku `wp_wpmailsmtp_tasks_meta`
--
ALTER TABLE `wp_wpmailsmtp_tasks_meta`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;
--
-- AUTO_INCREMENT pro tabulku `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=408;
--
-- AUTO_INCREMENT pro tabulku `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT pro tabulku `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pro tabulku `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=746;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;